* {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #232530;
}

body, nav, header, section {
  width: 100%;
}

#logo-brand {
  display: none;
}

.trans, .cta, .wa, .wa .img, .wa img, .wa .product .grid .banner .icon img, .product .grid .banner .icon .wa img, .wa .product .grid .list .icon img, .product .grid .list .icon .wa img, .wa .price .graphic img, .price .graphic .wa img, nav, .display .swiper-slide .item img, .order .form .radio span, .order .form .radio .bg, footer .grid .copy .dev {
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .grid {
    padding: 2vw;
    padding: 0 clamp(1em, 6vw, 3em);
  }
}

.full, .img, .wa img, .product .grid .banner .icon img, .product .grid .list .icon img, .price .graphic img, .display .swiper-slide .item img, .modal, .modal .close, body > .bg, .order .form .radio .bg, footer::before, .swiper-container {
  width: 100%;
  height: 100%;
}

.img, .wa img, .product .grid .banner .icon img, .product .grid .list .icon img, .price .graphic img, .display .swiper-slide .item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.full-h {
  width: 100%;
  height: 100vh;
  min-height: 540px;
}

.row, .modal, .price .list-price .list, footer .grid, footer .grid .copy .dev, footer .grid .copy .dev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.col, .product .grid .list .content, .product .grid .not-found, .price .list-price, .display .swiper-slide, .step, .order .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 25;
}

.modal .close {
  content: '';
  cursor: pointer;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html {
  scroll-behavior: smooth;
}

p {
  color: #757280;
}

.cta {
  display: inline-block;
  padding: 10px 2rem;
  border: 1px solid #153DF7;
  background: #153DF7;
  color: #fff;
  border-radius: 10px;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.cta:hover {
  background: #fff;
  color: #153DF7;
}

body > .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 0;
}

body > .bg .line {
  height: 100%;
  content: '';
  background: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 720px) {
  body > .bg {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    grid-gap: 0;
  }
  body > .bg .line:nth-child(1) {
    display: none;
  }
}

.wa {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: #24CC63;
  opacity: 0;
  visibility: hidden;
  bottom: 2em;
  left: 2vw;
  padding: 10px;
  border-radius: 50%;
}

.wa:hover {
  background: #93959A;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(36, 204, 99, 0.25);
          box-shadow: 5px 5px 10px 0 rgba(36, 204, 99, 0.25);
}

.wa:hover img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.wa.active {
  opacity: 1;
  visibility: visible;
}

nav {
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  padding: 10px 0;
}

nav img {
  height: 35px;
}

nav.active {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

header {
  position: relative;
}

header .grid {
  min-height: 720px;
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
  -ms-grid-columns: auto 465px;
      grid-template-columns: auto 465px;
  place-items: center;
}

@media (max-width: 960px) {
  header .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  header .grid .content {
    padding: 8rem 0 4rem;
    text-align: center;
  }
  header .grid .icon img {
    max-width: 480px;
  }
}

header .grid .content h1, header .grid .content p {
  margin: 0 0 10px;
}

header .grid .content h1 {
  color: #153DF7;
  font-size: 42px;
  letter-spacing: 2px;
}

header .grid .content p {
  font-size: 21px;
  line-height: 33.978px;
  font-weight: 200;
}

header .grid .content .cta {
  margin: 2rem 0 0;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

header .grid .icon img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

header::after {
  content: '';
  width: 33.3%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #153DF7;
  background: linear-gradient(135deg, #788ffa 0%, #153DF7 100%);
  position: absolute;
}

@media (max-width: 960px) {
  header::after {
    height: 33.3%;
    width: 100%;
    bottom: 0;
    top: initial;
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  }
}

section {
  padding: 4rem 0;
}

section > h1 {
  text-align: center;
  padding: 0 2rem;
  font-size: 28px;
  color: #153DF7;
}

.product .grid .banner .icon {
  width: 100%;
  height: 350px;
}

.product .grid .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 2rem 0;
}

.product .grid .list .icon {
  width: 320px;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}

.product .grid .list .content {
  font-size: 14px;
  line-height: 22.652px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 3rem;
}

.product .grid .list .content h2 {
  font-size: 21px;
  margin: 0 0 10px;
}

.product .grid .list .content p {
  margin: 0;
}

@media (min-width: 720px) {
  .product .grid .list:nth-child(odd) .icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product .grid .list .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .product .grid .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 3rem;
  }
  .product .grid .list .icon {
    margin: 0 auto 1rem;
  }
  .product .grid .list .content {
    text-align: center;
  }
}

.split .grid, .data .grid, .step .grid {
  width: 100%;
  place-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.split .grid .list, .data .grid .list, .step .grid .list {
  text-align: center;
}

@media (max-width: 960px) {
  .split .grid, .data .grid, .step .grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 2rem 1rem;
    -ms-grid-columns: (minmax(183px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(183px, 1fr));
  }
}

@media (max-width: 960px) and (max-width: 183px) {
  .split .grid, .data .grid, .step .grid {
    -ms-grid-columns: none;
        grid-template-columns: none;
    width: 100%;
  }
}

.split > h1, .data > h1, .step > h1 {
  margin: 0 0 2rem;
}

.price {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  padding: 0;
}

@media (max-width: 960px) {
  .price {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .price .list-price {
    padding: 4rem;
  }
}

.price .list-price {
  background: #f5f6f8;
}

.price .list-price .head, .price .list-price .list {
  width: 90%;
  max-width: 640px;
}

.price .list-price .head {
  background: #153DF7;
  padding: 10px 2em;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#788ffa), to(#153DF7));
  background: linear-gradient(90deg, #788ffa 0%, #153DF7 100%);
}

.price .list-price .list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em;
}

.price .list-price .list:not(:last-child) {
  border-bottom: 1px solid #555555;
}

.price .list-price .list span:nth-child(1) {
  font-weight: 600;
}

.why {
  position: relative;
  padding-bottom: 0;
  background: #153DF7;
  background: -webkit-gradient(linear, left top, right top, from(#788ffa), to(#153DF7));
  background: linear-gradient(90deg, #788ffa 0%, #153DF7 100%);
}

.why .grid {
  border-bottom: 1px solid #fff;
  padding-bottom: 3rem;
}

.why h1, .why p {
  color: #fff;
  text-align: center;
}

.why h1 {
  font-size: 21px;
}

.why img {
  width: auto;
  height: 120px;
}

.data {
  color: #fff;
  z-index: 1;
  background: #153DF7;
  background: -webkit-gradient(linear, left top, right top, from(#788ffa), to(#153DF7));
  background: linear-gradient(90deg, #788ffa 0%, #153DF7 100%);
}

.data h2 {
  font-size: 35px;
  margin: 0 0 10px;
}

.data p {
  margin: 0;
  font-size: 21px;
  font-weight: 200;
  color: #f5f6f8;
}

.display .swiper-container {
  overflow: hidden;
}

.display .swiper-slide {
  width: 400px;
}

.display .swiper-slide .item {
  width: 100%;
  height: 400px;
  cursor: pointer;
}

.display .swiper-slide .item:hover img {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}

.rating .grid, .offer .grid {
  overflow: hidden;
}

.rating {
  text-align: center;
}

.rating .swiper-slide {
  padding: 2rem;
}

.rating .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border-radius: 5px;
}

.rating .grid {
  position: relative;
}

.rating .kutip {
  font-size: 150px;
  font-weight: 600;
  margin: 0;
  position: absolute;
  color: rgba(21, 61, 247, 0.25);
}

.rating .kutip:nth-child(1) {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rating p {
  margin: 0 0 10px;
}

.rating .score {
  font-size: 42px;
  color: #FFC107;
}

.rating .quotes {
  font-size: 18px;
  line-height: 29.124px;
  font-weight: 200;
  margin: 0 0 2rem;
}

.rating .name {
  font-size: 21px;
  font-weight: 600;
}

.offer {
  background: #232530;
  background: -webkit-gradient(linear, left top, left bottom, from(#232530), color-stop(200%, #000));
  background: linear-gradient(180deg, #232530 0%, #000 200% 100%);
}

.offer .grid {
  text-align: center;
  color: #fff;
}

.offer .swiper-container {
  position: relative;
}

.offer .swiper-slide {
  padding: 0 5vw;
}

.offer h2, .offer h1 {
  margin: 0 0 10px;
}

.offer h2 {
  font-size: 21px;
  font-weight: 200;
}

.offer h1 {
  font-size: 60px;
  max-width: 720px;
  margin: 0 auto;
  font-weight: 600;
}

@media (max-width: 540px) {
  .offer h1 {
    font-size: 35px;
  }
}

.offer .cta {
  margin: 3rem 0 0;
  padding: 10px 2rem;
  border: 1px solid #788ffa;
  background: #788ffa;
  color: #fff;
  border-radius: 10px;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.offer .cta:hover {
  background: #fff;
  color: #788ffa;
}

.step .grid {
  grid-gap: 3rem;
}

@media (min-width: 471px) {
  .step .grid {
    place-items: start;
  }
}

.step span {
  font-size: 120px;
  font-style: italic;
  color: #153DF7;
  font-weight: 600;
  margin: 0;
}

.step .list {
  position: relative;
}

@media (min-width: 471px) {
  .step .list:not(:last-child)::after {
    width: 50px;
    height: 5px;
    background: rgba(21, 61, 247, 0.25);
    content: '';
    position: absolute;
    top: 75px;
    right: -2.75vw;
  }
}

@media (max-width: 960px) and (min-width: 729px) {
  .step .list::after {
    right: -6.5vw !important;
  }
  .step .list:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 728px) {
  .step .list::after {
    right: -8.5vw !important;
  }
  .step .list:nth-child(2)::after {
    display: none;
  }
}

.step .cta {
  margin: 3rem 0 0;
}

.order .form {
  max-width: 640px;
  width: 100%;
  background: #fff;
  padding: 2rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.1);
}

.order .form .place {
  width: 100%;
  margin-bottom: 2em;
  display: block;
  cursor: pointer;
}

.order .form .input {
  width: 100%;
  margin: 10px 0 0;
  padding: 1em 2rem;
  border: none;
  background: #f5f6f8;
}

.order .form .title {
  display: block;
}

.order .form .radio {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 2rem;
  margin: 10px;
  cursor: pointer;
}

.order .form .radio input {
  display: none;
}

.order .form .radio span {
  color: #232530;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order .form .radio .bg {
  position: absolute;
  background: #fff;
  z-index: -1;
  border-radius: 10px;
  border: 1px solid #232530;
  top: 0;
  left: 0;
}

.order .form .radio input:checked ~ .bg {
  background: #153DF7;
  border-color: #153DF7;
}

.order .form .radio input:checked ~ span {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order .form .radio:hover .bg {
  background: #f5f6f8;
}

.order .form .radio:hover span {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.order .form .cta {
  margin: 2rem 0 0;
}

footer {
  padding: 0 0 2rem;
  position: relative;
}

footer::before {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(-100%, #f5f6f8), to(#fff));
  background: linear-gradient(0, #f5f6f8 -100% 0%, #fff 100% 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: -2;
}

footer .grid {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .grid .logo {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

footer .grid .address {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 0 2rem;
}

footer .grid .address span {
  font-weight: 600;
  color: #153DF7;
}

footer .grid .copy {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .grid .copy img {
  margin: 0 0 10px;
}

@media (max-width: 960px) {
  footer .grid .copy {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0 0;
  }
}

footer .grid .copy .dev {
  width: 35px;
  height: 35px;
  margin: 0 0 0 10px;
  -webkit-filter: grayscale(1) brightness(1.2) contrast(0.8);
          filter: grayscale(1) brightness(1.2) contrast(0.8);
}

footer .grid .copy .dev img {
  width: auto;
  height: 100%;
}

footer .grid .copy .dev a {
  width: 100%;
  height: 100%;
}

footer .grid .copy .dev:hover {
  -webkit-filter: grayscale(0) brightness(1) contrast(1);
          filter: grayscale(0) brightness(1) contrast(1);
}
