.results-panel .carousel button.swiper.next,
.results-panel .carousel button.swiper.prev {
  display: block;
}

main.living .nav-wrapper {
  background-color: white;
  position: sticky !important;
  top: 0;
  z-index: 1000;
  max-height: none !important;
}
main.living .nav-wrapper .nav-bar .nav-items .ul {
  gap: 18px !important;
}
main.living .nav-mobile-menu .dropdown.active {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.no-hover-border::after {
  content: none !important;
}

.contactcta {
  cursor: pointer;
}
.contactcta:after {
  content: "";
  display: inline-block;
  height: 21px;
  position: relative;
  vertical-align: middle;
  width: 11px;
  margin-left: 9px;
  background-image: url(/images/arrow-right-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .contactcta:after {
    height: 15px;
  }
}
@media (max-width: 768px) {
  .contactcta:after {
    height: 15px;
  }
}
@media (max-width: 640px) {
  .contactcta:after {
    height: 15px;
  }
}

.contactcta-no-arrow {
  cursor: pointer;
}

section.banner-wrapper {
  padding: 0;
}
section.banner-wrapper .banner {
  position: relative;
  background: url("/images/Master-Gradient-Cover.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 16/7;
}
@media (max-width: 1680px) {
  section.banner-wrapper .banner {
    aspect-ratio: 16/8.5;
  }
}
@media (max-width: 1300px) {
  section.banner-wrapper .banner {
    aspect-ratio: 16/10;
  }
}
@media (max-width: 640px) {
  section.banner-wrapper .banner {
    background-size: 100% 100%;
    aspect-ratio: 9.56/16;
  }
}
section.banner-wrapper .banner .content-wrapper {
  height: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: black;
  text-align: center;
  display: flex;
}
@media (max-width: 768px) {
  section.banner-wrapper .banner .content-wrapper {
    padding-top: 1rem;
    padding-bottom: 70px;
    flex-direction: column;
    height: auto;
  }
}
section.banner-wrapper .banner .content-wrapper .title {
  font-size: 99px;
  line-height: 100px;
  font-weight: 400;
  margin: 0;
  flex: 1 1 45%;
}
@media (max-width: 1300px) {
  section.banner-wrapper .banner .content-wrapper .title {
    font-size: 80px;
    line-height: 85px;
  }
}
@media (max-width: 1200px) {
  section.banner-wrapper .banner .content-wrapper .title {
    font-size: 70px;
    line-height: 75px;
  }
}
@media (max-width: 960px) {
  section.banner-wrapper .banner .content-wrapper .title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 820px) {
  section.banner-wrapper .banner .content-wrapper .title {
    font-size: 50px;
    line-height: 55px;
    flex: auto;
  }
}
@media (max-width: 768px) {
  section.banner-wrapper .banner .content-wrapper .title {
    font-size: 47px;
    line-height: 55px;
  }
  section.banner-wrapper .banner .content-wrapper .title .text-left,
  section.banner-wrapper .banner .content-wrapper .title .text-right {
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.banner-wrapper .banner .content-wrapper .title {
    line-height: 47px;
  }
}
section.banner-wrapper .banner .content-wrapper .title span {
  font-weight: 400;
}
section.banner-wrapper .banner .content-wrapper .title .highlight {
  color: #8b7bff;
}
section.banner-wrapper .banner .content-wrapper .title .small {
  font-weight: 200;
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 1024px) {
  section.banner-wrapper .banner .content-wrapper .title .small {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  section.banner-wrapper .banner .content-wrapper .title .small {
    font-size: 28px;
    line-height: 32px;
  }
}
section.banner-wrapper .banner .content-wrapper .title .text-left {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  section.banner-wrapper .banner .content-wrapper .title .text-left {
    margin: 0;
  }
}
section.banner-wrapper .banner .content-wrapper .title .summary {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.15px;
  padding-top: 32px;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  section.banner-wrapper .banner .content-wrapper .title .summary {
    width: 75%;
  }
}
@media (max-width: 1200px) {
  section.banner-wrapper .banner .content-wrapper .title .summary {
    width: 85%;
  }
}
@media (max-width: 820px) {
  section.banner-wrapper .banner .content-wrapper .title .summary {
    font-size: 18px;
    line-height: 24px;
    width: 95%;
  }
}
@media (max-width: 768px) {
  section.banner-wrapper .banner .content-wrapper .title .summary {
    font-size: 20px;
    line-height: 28px;
    padding-top: 20px;
    width: 70%;
  }
}
@media (max-width: 640px) {
  section.banner-wrapper .banner .content-wrapper .title .summary {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  section.banner-wrapper .banner .content-wrapper .title .summary {
    width: 90%;
  }
}
section.banner-wrapper .banner .content-wrapper .cover-screen {
  flex: 1 1 35%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media (max-width: 820px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen {
    flex: 1 1 85%;
  }
}
@media (max-width: 480px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen {
    width: 90%;
    flex: auto;
  }
}
@media (max-width: 390px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen {
    width: 82%;
  }
}
section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model {
  position: absolute;
  background: #FFCB66;
  border-radius: 33px;
}
@media (max-width: 768px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model {
    position: relative;
    width: 100%;
    margin: 35px 0 35px 25%;
  }
}
@media (max-width: 640px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model {
    position: relative;
    width: 75%;
    margin: 35px 0 35px 20%;
  }
}
@media (max-width: 480px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model {
    width: 80%;
  }
}
@media (max-width: 425px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model {
    width: 85%;
  }
}
@media (max-width: 390px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model {
    width: 90%;
    margin: 35px 0 0 12%;
  }
}
section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model img {
  display: block;
  width: 420px;
  height: 576px;
  border-radius: 33px;
  box-shadow: 17.32px 23.09px 34.64px 0px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(57.726524353px);
  object-fit: cover;
}
@media (max-width: 1200px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model img {
    width: 365px;
    height: 500px;
  }
}
@media (max-width: 1024px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model img {
    width: 320px;
    height: 440px;
  }
}
@media (max-width: 820px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model img {
    width: 280px;
    height: 385px;
  }
}
@media (max-width: 768px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model img {
    width: 625px;
    height: auto;
  }
}
@media (max-width: 640px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model img {
    width: 100%;
    border-radius: 22px;
  }
}
section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone {
  position: absolute;
  left: 55px;
  bottom: 60px;
  height: 100%;
}
@media (max-width: 1300px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone {
    left: 25px;
    bottom: 60px;
  }
}
@media (max-width: 1200px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone {
    left: 40px;
    bottom: 45px;
  }
}
@media (max-width: 992px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone {
    left: 10px;
    bottom: 42px;
  }
}
@media (max-width: 820px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone {
    left: 10px;
    bottom: 35px;
  }
}
@media (max-width: 768px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone {
    left: -205px;
    bottom: -15px;
    height: auto;
  }
}
@media (max-width: 480px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone {
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 390px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone {
    left: -10px;
    bottom: -30px;
  }
}
section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone img {
  width: 245px;
}
@media (max-width: 1300px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone img {
    width: 55%;
  }
}
@media (max-width: 820px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone img {
    width: 65%;
  }
}
@media (max-width: 480px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone img {
    width: 210px;
  }
}
@media (max-width: 479px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone img {
    width: 192px;
  }
}
section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone .video-item {
  width: 185px;
  height: auto;
  vertical-align: baseline;
}
@media (max-width: 1200px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone .video-item {
    width: 160px;
  }
}
@media (max-width: 992px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone .video-item {
    width: 150px;
  }
}
@media (max-width: 820px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone .video-item {
    width: 125px;
  }
}
@media (max-width: 768px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone .video-item {
    width: 32%;
  }
}
@media (max-width: 576px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone .video-item {
    width: 28%;
  }
}
@media (max-width: 480px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone .video-item {
    width: 145px;
  }
}
@media (max-width: 414px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone .video-item {
    width: 125px;
  }
}
@media (max-width: 390px) {
  section.banner-wrapper .banner .content-wrapper .cover-screen .cover-phone .video-item {
    width: 115px;
  }
}

section.download-scanner-wrapper {
  background-color: #8b7bff;
  position: sticky !important;
  top: 100px;
  z-index: 999;
}
@media (max-width: 768px) {
  section.download-scanner-wrapper {
    top: 72px;
  }
}
section.download-scanner-wrapper .download-scanner .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  padding-right: 90px;
  min-height: 100px;
}
@media (max-width: 1000px) {
  section.download-scanner-wrapper .download-scanner .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  section.download-scanner-wrapper .download-scanner .content-wrapper {
    display: block;
    color: #fff;
    text-align: center;
    padding: 12px 0 15px;
  }
}
section.download-scanner-wrapper .download-scanner .content-wrapper .text {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 960px) {
  section.download-scanner-wrapper .download-scanner .content-wrapper .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  section.download-scanner-wrapper .download-scanner .content-wrapper .text {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  section.download-scanner-wrapper .download-scanner .content-wrapper .text {
    font-size: 18px;
  }
}
section.download-scanner-wrapper .download-scanner .content-wrapper .text span {
  font-size: 32px;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 960px) {
  section.download-scanner-wrapper .download-scanner .content-wrapper .text span {
    font-size: 25px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  section.download-scanner-wrapper .download-scanner .content-wrapper .text span {
    font-size: 18px;
  }
}
section.download-scanner-wrapper .download-scanner .content-wrapper .text span.small {
  font-size: 16px;
  line-height: 14px;
  font-weight: 300;
}
@media (max-width: 1000px) {
  section.download-scanner-wrapper .download-scanner .content-wrapper .text span.small {
    display: block;
  }
}
@media (max-width: 640px) {
  section.download-scanner-wrapper .download-scanner .content-wrapper .text span.small {
    font-size: 14px;
    line-height: 12px;
  }
}
section.download-scanner-wrapper .download-scanner .content-wrapper .code {
  border-radius: 7px;
  margin: 10px;
}
@media (max-width: 768px) {
  section.download-scanner-wrapper .download-scanner .content-wrapper .code {
    display: none;
  }
}
section.download-scanner-wrapper .download-scanner .content-wrapper .code img {
  width: 80px;
  height: 80px;
  display: block;
  object-fit: cover;
}
section.download-scanner-wrapper .download-scanner .content-wrapper .download-mobile {
  display: none;
}
@media (max-width: 768px) {
  section.download-scanner-wrapper .download-scanner .content-wrapper .download-mobile {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }
}

section.todos-wrapper {
  padding-bottom: 120px;
  background: url("/images/feature-sectionbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  section.todos-wrapper {
    background-size: 100% 100%;
  }
}
@media (max-width: 960px) {
  section.todos-wrapper {
    background: linear-gradient(0deg, rgb(212, 173, 255) 0%, rgb(212, 173, 255) 0%, rgba(255, 255, 255, 0) 100%);
    min-height: auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  section.todos-wrapper {
    padding-bottom: 85px;
  }
}
@media (max-width: 390px) {
  section.todos-wrapper {
    padding-bottom: 95px;
  }
}
section.todos-wrapper .content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 145px;
  gap: 115px;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  section.todos-wrapper .content-wrapper {
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 50px;
  }
}
section.todos-wrapper .content-wrapper .heading {
  display: flex;
  gap: 10px;
  color: #272727;
  position: relative;
  font-size: 42px;
  line-height: 58.8px;
  letter-spacing: -0.4px;
}
@media (max-width: 1280px) {
  section.todos-wrapper .content-wrapper .heading {
    width: 100%;
  }
}
@media (max-width: 960px) {
  section.todos-wrapper .content-wrapper .heading {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -0.2px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  section.todos-wrapper .content-wrapper .heading {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 360px) {
  section.todos-wrapper .content-wrapper .heading {
    width: 75%;
  }
}
section.todos-wrapper .content-wrapper .heading .title {
  font-weight: 300;
}
section.todos-wrapper .content-wrapper .heading .sub-title {
  font-weight: 700;
}
section.todos-wrapper .content-wrapper .item-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px 15px;
  align-items: baseline;
}
@media (max-width: 1500px) {
  section.todos-wrapper .content-wrapper .item-wrapper {
    gap: 90px 90px;
  }
}
@media (max-width: 1366px) {
  section.todos-wrapper .content-wrapper .item-wrapper {
    gap: 60px 95px;
  }
}
@media (max-width: 1200px) {
  section.todos-wrapper .content-wrapper .item-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 960px) {
  section.todos-wrapper .content-wrapper .item-wrapper {
    text-align: center;
    gap: 25px;
    margin: 0 auto;
    max-width: 80%;
  }
}
@media (max-width: 820px) {
  section.todos-wrapper .content-wrapper .item-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  section.todos-wrapper .content-wrapper .item-wrapper {
    grid-template-columns: 1fr;
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  section.todos-wrapper .content-wrapper .item-wrapper {
    max-width: 75%;
  }
}
@media (max-width: 360px) {
  section.todos-wrapper .content-wrapper .item-wrapper {
    max-width: 82%;
  }
}
section.todos-wrapper .content-wrapper .item-wrapper .item {
  color: #272727;
}
section.todos-wrapper .content-wrapper .item-wrapper .item .icon {
  width: 70px;
  height: auto;
}
@media (max-width: 960px) {
  section.todos-wrapper .content-wrapper .item-wrapper .item .icon {
    width: 52px;
    margin: 0 auto;
  }
}
section.todos-wrapper .content-wrapper .item-wrapper .item .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  padding: 10px 0 10px;
}
@media (max-width: 960px) {
  section.todos-wrapper .content-wrapper .item-wrapper .item .title {
    font-size: 19px;
    line-height: 30px;
  }
  section.todos-wrapper .content-wrapper .item-wrapper .item .title br {
    display: none;
  }
}
@media (max-width: 640px) {
  section.todos-wrapper .content-wrapper .item-wrapper .item .title {
    font-size: 16px;
    line-height: 24px;
  }
  section.todos-wrapper .content-wrapper .item-wrapper .item .title br {
    display: none;
  }
}
section.todos-wrapper .content-wrapper .item-wrapper .item .summary {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  section.todos-wrapper .content-wrapper .item-wrapper .item .summary {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  section.todos-wrapper .content-wrapper .item-wrapper .item .summary {
    font-size: 16px;
    line-height: 20px;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  section.todos-wrapper .content-wrapper .item-wrapper .item .summary {
    font-size: 14px;
    line-height: 18px;
    max-width: 85%;
  }
}
@media (max-width: 480px) {
  section.todos-wrapper .content-wrapper .item-wrapper .item .summary {
    max-width: 90%;
  }
  section.todos-wrapper .content-wrapper .item-wrapper .item .summary br {
    display: none;
  }
}
@media (max-width: 425px) {
  section.todos-wrapper .content-wrapper .item-wrapper .item .summary {
    max-width: 100%;
  }
}
section.todos-wrapper .content-wrapper .inner-limited-width {
  grid-row: 2;
  grid-column: 1/span 2;
  position: relative;
  width: 100%;
}
@media (max-width: 960px) {
  section.todos-wrapper .content-wrapper .inner-limited-width {
    grid-row: auto;
    grid-column: auto;
  }
}
@media (max-width: 640px) {
  section.todos-wrapper .content-wrapper .inner-limited-width {
    grid-row: 1;
  }
}
section.todos-wrapper .content-wrapper .inner-limited-width .free-anime {
  position: absolute;
  left: -5px;
  bottom: -130px;
  z-index: 1;
}
@media (max-width: 1024px) {
  section.todos-wrapper .content-wrapper .inner-limited-width .free-anime {
    bottom: -155px;
  }
}
@media (max-width: 960px) {
  section.todos-wrapper .content-wrapper .inner-limited-width .free-anime {
    bottom: -145px;
  }
}
@media (max-width: 820px) {
  section.todos-wrapper .content-wrapper .inner-limited-width .free-anime {
    bottom: -150px;
  }
}
@media (max-width: 768px) {
  section.todos-wrapper .content-wrapper .inner-limited-width .free-anime {
    bottom: -130px;
  }
}
@media (max-width: 640px) {
  section.todos-wrapper .content-wrapper .inner-limited-width .free-anime {
    left: 0;
    bottom: -51.5rem;
    width: 111px;
    height: 111px;
  }
}
@media (max-width: 480px) {
  section.todos-wrapper .content-wrapper .inner-limited-width .free-anime {
    bottom: -52.2rem;
  }
}
@media (max-width: 390px) {
  section.todos-wrapper .content-wrapper .inner-limited-width .free-anime {
    bottom: -54rem;
  }
}

section.feature-wrapper {
  padding-top: 38px;
  padding-bottom: 115px;
  background-color: #FBF9F5;
}
@media (max-width: 820px) {
  section.feature-wrapper {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
section.feature-wrapper .content-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding-top: 105px;
  gap: 0;
}
@media (max-width: 960px) {
  section.feature-wrapper .content-wrapper {
    align-items: center;
  }
}
@media (max-width: 820px) {
  section.feature-wrapper .content-wrapper {
    padding-top: 35px;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media (max-width: 640px) {
  section.feature-wrapper .content-wrapper {
    padding-top: 0;
  }
}
section.feature-wrapper .content-wrapper .content {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 820px) {
  section.feature-wrapper .content-wrapper .content {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  section.feature-wrapper .content-wrapper .content {
    width: 82%;
  }
}
section.feature-wrapper .content-wrapper .content .heading {
  display: flex;
  flex-direction: column;
  gap: 72px;
  color: #272727;
  position: relative;
  font-size: 42px;
  line-height: 58.8px;
  letter-spacing: -0.4px;
}
@media (max-width: 960px) {
  section.feature-wrapper .content-wrapper .content .heading {
    font-size: 34px;
    line-height: 42px;
    gap: 55px;
  }
}
@media (max-width: 640px) {
  section.feature-wrapper .content-wrapper .content .heading {
    font-size: 28px;
    line-height: 39px;
  }
}
section.feature-wrapper .content-wrapper .content .heading .title {
  font-weight: 300;
}
@media (max-width: 1024px) {
  section.feature-wrapper .content-wrapper .content .heading .title span {
    display: block;
  }
}
section.feature-wrapper .content-wrapper .content .heading .sub-title {
  font-weight: 700;
}
section.feature-wrapper .content-wrapper .content .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 40px;
}
@media (max-width: 960px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper {
    gap: 40px;
  }
}
@media (max-width: 820px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper {
    display: none;
  }
}
section.feature-wrapper .content-wrapper .content .item-wrapper .item {
  display: flex;
  gap: 0px;
  color: #272727;
  opacity: 30%;
  cursor: pointer;
}
@media (max-width: 960px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper .item {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 640px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper .item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
section.feature-wrapper .content-wrapper .content .item-wrapper .item.active {
  opacity: 100%;
}
section.feature-wrapper .content-wrapper .content .item-wrapper .item:hover {
  opacity: 100%;
}
section.feature-wrapper .content-wrapper .content .item-wrapper .item .icon {
  flex: 1 1 20%;
  padding-top: 5px;
}
section.feature-wrapper .content-wrapper .content .item-wrapper .item .icon img {
  width: auto;
  height: auto;
}
section.feature-wrapper .content-wrapper .content .item-wrapper .item .text-wrapper {
  flex: 1 1 80%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
section.feature-wrapper .content-wrapper .content .item-wrapper .item .text-wrapper .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
section.feature-wrapper .content-wrapper .content .item-wrapper .item .text-wrapper .summary {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile {
  display: none;
}
@media (max-width: 820px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper-mobile {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid {
    width: 90%;
  }
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .phone-screen {
  width: 200px;
  flex: 1 1 55%;
}
@media (max-width: 480px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .phone-screen {
    flex: 1 1 45%;
  }
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .phone-screen .video-item {
  width: 92%;
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1294117647);
  border-radius: 45px;
}
@media (max-width: 768px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .phone-screen .video-item {
    border-radius: 40px;
  }
}
@media (max-width: 576px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .phone-screen .video-item {
    border-radius: 30px;
  }
}
@media (max-width: 480px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .phone-screen .video-item {
    border-radius: 22px;
  }
}
@media (max-width: 425px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .phone-screen .video-item {
    border-radius: 20px;
  }
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .item {
  display: flex;
  gap: 12px;
  color: #272727;
  cursor: pointer;
  flex-direction: column;
  text-align: left;
  flex: 1 1 45%;
}
@media (max-width: 640px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .item {
    flex-direction: column;
    align-items: normal;
    justify-content: center;
    text-align: left;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .item {
    flex: 1 1 55%;
  }
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .item .icon img {
  width: auto;
  height: 40px;
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .item .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .item .text-wrapper .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 640px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .item .text-wrapper .title {
    font-size: 16px;
    line-height: 17px;
  }
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .item .text-wrapper .summary {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
@media (max-width: 640px) {
  section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid .item .text-wrapper .summary {
    font-size: 14px;
    line-height: 18px;
  }
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid:nth-child(even) {
  flex-direction: row-reverse;
  gap: 25px;
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid:nth-child(even) .item {
  align-items: end;
  text-align: right;
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid:nth-child(even) .phone-screen {
  width: 200px;
}
section.feature-wrapper .content-wrapper .content .item-wrapper-mobile .item-grid:nth-child(even) .phone-screen .video-item {
  width: 95%;
}
@media (max-width: 1024px) {
  section.feature-wrapper .content-wrapper .phone-screen-wrapper {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 820px) {
  section.feature-wrapper .content-wrapper .phone-screen-wrapper {
    display: none;
  }
}
section.feature-wrapper .content-wrapper .phone-screen-wrapper .phone-screen #video-screen {
  width: calc(92% - 8px);
  box-shadow: 18px 30px 30px 0px rgba(0, 0, 0, 0.1294117647);
  border-radius: 60px;
}
section.feature-wrapper .content-wrapper .phone-screen-wrapper .phone-screen #video-screen,
section.feature-wrapper .content-wrapper .phone-screen-wrapper .phone-screen #image-screen {
  display: none;
}
section.feature-wrapper .content-wrapper .phone-screen-wrapper .phone-screen #video-screen.visible,
section.feature-wrapper .content-wrapper .phone-screen-wrapper .phone-screen #image-screen.visible {
  display: inline-block;
}

section.goals-wrapper {
  min-height: 700px;
  background: url("/images/goal-sectionbg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #272727;
  margin-bottom: 200px;
}
@media (max-width: 960px) {
  section.goals-wrapper {
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  section.goals-wrapper {
    background-position: 70% 100%;
    min-height: auto;
    padding-bottom: 55px;
  }
}
section.goals-wrapper .content-wrapper {
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 1024px) {
  section.goals-wrapper .content-wrapper {
    padding-top: 100px;
    gap: 60px;
  }
}
@media (max-width: 960px) {
  section.goals-wrapper .content-wrapper {
    padding-top: 60px;
    gap: 60px;
  }
}
@media (max-width: 640px) {
  section.goals-wrapper .content-wrapper {
    padding-top: 35px;
    gap: 55px;
  }
}
section.goals-wrapper .content-wrapper .heading {
  color: #272727;
  position: relative;
}
@media (max-width: 960px) {
  section.goals-wrapper .content-wrapper .heading {
    text-align: center;
  }
}
section.goals-wrapper .content-wrapper .heading .title {
  font-size: 42px;
  font-weight: 300;
  line-height: 58.8px;
  letter-spacing: -0.4px;
  padding-bottom: 12px;
}
section.goals-wrapper .content-wrapper .heading .title span {
  font-weight: 700;
}
@media (max-width: 960px) {
  section.goals-wrapper .content-wrapper .heading .title {
    font-size: 34px;
    line-height: 42px;
  }
  section.goals-wrapper .content-wrapper .heading .title span {
    display: block;
  }
}
@media (max-width: 640px) {
  section.goals-wrapper .content-wrapper .heading .title {
    font-size: 28px;
    line-height: 39px;
  }
}
section.goals-wrapper .content-wrapper .heading .summary {
  font-size: 24px;
  font-weight: 400;
  line-height: 38.4px;
  letter-spacing: -0.2px;
}
@media (max-width: 960px) {
  section.goals-wrapper .content-wrapper .heading .summary {
    font-size: 20px;
    line-height: 28px;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  section.goals-wrapper .content-wrapper .heading .summary {
    font-size: 16px;
    line-height: 24px;
  }
}
section.goals-wrapper .content-wrapper .goals ul.tags {
  max-width: 72%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 960px) {
  section.goals-wrapper .content-wrapper .goals ul.tags {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  section.goals-wrapper .content-wrapper .goals ul.tags {
    justify-content: left;
  }
}
section.goals-wrapper .content-wrapper .goals ul.tags li {
  list-style: none;
  border: 1px solid #8B7BFF;
  border-radius: 100px;
  padding: 6px 16px 8px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
section.goals-wrapper .content-wrapper .goals ul.tags li.active, section.goals-wrapper .content-wrapper .goals ul.tags li:hover {
  background-color: #8B7BFF;
  color: white;
}
@media (max-width: 768px) {
  section.goals-wrapper .content-wrapper .goals ul.tags li {
    font-size: 16px;
    padding: 6px 16px 8px;
  }
}
@media (max-width: 640px) {
  section.goals-wrapper .content-wrapper .goals ul.tags li {
    font-size: 14px;
    padding: 6px 10px 8px;
  }
}
@media (max-width: 576px) {
  section.goals-wrapper .content-wrapper .goals ul.tags li {
    font-size: 16px;
    padding: 6px 16px 8px;
  }
}
@media (max-width: 425px) {
  section.goals-wrapper .content-wrapper .goals ul.tags li {
    font-size: 11px;
    padding: 6px 10px 8px;
  }
}
@media (max-width: 360px) {
  section.goals-wrapper .content-wrapper .goals ul.tags li {
    font-size: 10px;
  }
}
section.goals-wrapper .content-wrapper .goals .tag-content {
  position: relative;
  margin-top: 30px;
  border-radius: 30px;
}
section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #ccc;
  border-radius: 30px;
}
section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .poster {
  border-radius: 30px;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media (max-width: 640px) {
  section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .poster {
    border-radius: 15px;
  }
}
section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .play-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
}
@media (max-width: 640px) {
  section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .play-icon {
    width: 26px;
    height: 26px;
  }
}
section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .overlay {
  position: absolute;
  background: rgb(59, 72, 116);
  background: linear-gradient(90deg, rgb(59, 72, 116) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
}
@media (max-width: 640px) {
  section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .overlay {
    border-radius: 15px;
  }
}
section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .text-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(40px, -50%);
  color: white;
}
@media (max-width: 640px) {
  section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .text-wrapper {
    transform: translate(15px, -50%);
  }
}
section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .text-wrapper .text-grid .title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 500;
  max-width: 100%;
}
@media (max-width: 1024px) {
  section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .text-wrapper .text-grid .title {
    font-size: 32px;
    line-height: 40px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .text-wrapper .text-grid .title {
    font-size: 28px;
    line-height: 35px;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .text-wrapper .text-grid .title {
    font-size: 20px;
    line-height: 24px;
  }
}
section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .text-wrapper .text-grid .subtitle {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .text-wrapper .text-grid .subtitle {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 640px) {
  section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .text-wrapper .text-grid .subtitle {
    font-size: 12px;
    line-height: 20px;
  }
}
section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .video-content,
section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .audio-content {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  border-radius: 30px;
}
section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .video-content.visible,
section.goals-wrapper .content-wrapper .goals .tag-content .video-wrapper .audio-content.visible {
  visibility: visible;
}

section.testimonials-wrapper {
  background-color: #F1EFFE;
  padding-bottom: 140px;
}
@media (max-width: 640px) {
  section.testimonials-wrapper {
    padding-bottom: 20px;
  }
}
section.testimonials-wrapper .content-wrapper {
  position: relative;
  padding-top: 140px;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  section.testimonials-wrapper .content-wrapper {
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  section.testimonials-wrapper .content-wrapper {
    padding-top: 70px;
    padding-bottom: 35px;
  }
}
section.testimonials-wrapper .content-wrapper .heading {
  color: #272727;
  position: relative;
}
section.testimonials-wrapper .content-wrapper .heading .title {
  font-size: 42px;
  font-weight: 300;
  line-height: 58.8px;
  letter-spacing: -0.4px;
  padding-bottom: 12px;
}
section.testimonials-wrapper .content-wrapper .heading .title span {
  font-weight: 700;
}
@media (max-width: 960px) {
  section.testimonials-wrapper .content-wrapper .heading .title {
    font-size: 34px;
    line-height: 42px;
    text-align: center;
  }
  section.testimonials-wrapper .content-wrapper .heading .title span {
    display: block;
  }
}
@media (max-width: 640px) {
  section.testimonials-wrapper .content-wrapper .heading .title {
    font-size: 28px;
    line-height: 39px;
  }
}
section.testimonials-wrapper .content-wrapper .free-anime {
  position: absolute;
  right: -15px;
  top: -50px;
  z-index: 1;
}
@media (max-width: 640px) {
  section.testimonials-wrapper .content-wrapper .free-anime {
    width: 115px;
    height: 115px;
    right: 0px;
    top: -30px;
  }
}
section.testimonials-wrapper .testimonials {
  position: relative;
  z-index: 2;
}
@media (max-width: 1439px) {
  section.testimonials-wrapper .testimonials.limited-width {
    width: 85%;
  }
}
@media (max-width: 1280px) {
  section.testimonials-wrapper .testimonials.limited-width {
    width: 90%;
  }
}
@media (max-width: 960px) {
  section.testimonials-wrapper .testimonials.limited-width {
    width: 100%;
  }
}
section.testimonials-wrapper .testimonials .results-panel {
  position: relative;
}
section.testimonials-wrapper .testimonials .results-panel::after, section.testimonials-wrapper .testimonials .results-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  z-index: 1;
  width: 5%;
}
@media (max-width: 960px) {
  section.testimonials-wrapper .testimonials .results-panel::after, section.testimonials-wrapper .testimonials .results-panel::before {
    content: none;
  }
}
section.testimonials-wrapper .testimonials .results-panel:before {
  left: -2px;
  background: linear-gradient(90deg, rgb(242, 239, 254) 0%, rgba(242, 239, 254, 0.7) 40%, rgba(255, 255, 255, 0) 100%);
}
section.testimonials-wrapper .testimonials .results-panel:after {
  right: -2px;
  background: linear-gradient(270deg, rgb(242, 239, 254) 0%, rgba(242, 239, 254, 0.7) 40%, rgba(255, 255, 255, 0) 100%);
}
section.testimonials-wrapper .testimonials .results-panel.carousel button.swiper {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
}
@media (max-width: 1024px) {
  section.testimonials-wrapper .testimonials .results-panel.carousel button.swiper {
    display: none;
  }
}
section.testimonials-wrapper .testimonials .results-panel.carousel button.swiper:after {
  content: "";
  background-size: cover;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  display: inline-block;
  position: relative;
}
section.testimonials-wrapper .testimonials .results-panel.carousel button.swiper.prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
section.testimonials-wrapper .testimonials .results-panel.carousel button.swiper.prev:after {
  background-image: url(/images/car-arrow-prev.svg);
}
section.testimonials-wrapper .testimonials .results-panel.carousel button.swiper.next {
  right: -100px;
  transform: translateX(-50%) translateY(-50%);
}
section.testimonials-wrapper .testimonials .results-panel.carousel button.swiper.next:after {
  background-image: url(/images/car-arrow-next.svg);
}
section.testimonials-wrapper .testimonials .results-panel .dots {
  display: none;
}
section.testimonials-wrapper .testimonials .results-panel .car {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  display: inline-flex;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  scroll-padding: 2.5vw;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
section.testimonials-wrapper .testimonials .results-panel .car::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1680px) {
  section.testimonials-wrapper .testimonials .results-panel .car {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
    scroll-padding: 3.5vw;
  }
}
@media (max-width: 1440px) {
  section.testimonials-wrapper .testimonials .results-panel .car {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
    scroll-padding: 4.5vw;
  }
}
@media (max-width: 1366px) {
  section.testimonials-wrapper .testimonials .results-panel .car {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
    scroll-padding: 3.5vw;
  }
}
@media (max-width: 768px) {
  section.testimonials-wrapper .testimonials .results-panel .car {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    scroll-padding: 2.5vw;
  }
}
@media (max-width: 640px) {
  section.testimonials-wrapper .testimonials .results-panel .car {
    gap: 15px;
  }
}
section.testimonials-wrapper .testimonials .results-panel .car > div {
  flex: 0 0 auto;
  height: 100%;
  scroll-snap-align: start;
}
section.testimonials-wrapper .testimonials .results-panel button.owlPrevBtn,
section.testimonials-wrapper .testimonials .results-panel button.owlNextBtn {
  opacity: 25%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  z-index: 2;
  background: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  section.testimonials-wrapper .testimonials .results-panel button.owlPrevBtn img,
  section.testimonials-wrapper .testimonials .results-panel button.owlNextBtn img {
    width: 75%;
  }
}
@media (max-width: 640px) {
  section.testimonials-wrapper .testimonials .results-panel button.owlPrevBtn,
  section.testimonials-wrapper .testimonials .results-panel button.owlNextBtn {
    display: none;
  }
}
section.testimonials-wrapper .testimonials .results-panel button.owlPrevBtn {
  left: 0;
}
section.testimonials-wrapper .testimonials .results-panel button.owlNextBtn {
  right: 0;
}
section.testimonials-wrapper .testimonials .results-panel .owl-carousel::after, section.testimonials-wrapper .testimonials .results-panel .owl-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  z-index: 1;
  width: 8%;
}
@media (max-width: 640px) {
  section.testimonials-wrapper .testimonials .results-panel .owl-carousel::after, section.testimonials-wrapper .testimonials .results-panel .owl-carousel::before {
    width: 10%;
  }
}
section.testimonials-wrapper .testimonials .results-panel .owl-carousel:before {
  left: 0;
  background: linear-gradient(90deg, rgb(242, 239, 254) 0%, rgba(242, 239, 254, 0.7) 40%, rgba(255, 255, 255, 0) 100%);
}
section.testimonials-wrapper .testimonials .results-panel .owl-carousel:after {
  right: 0;
  background: linear-gradient(270deg, rgb(242, 239, 254) 0%, rgba(242, 239, 254, 0.7) 40%, rgba(255, 255, 255, 0) 100%);
}
section.testimonials-wrapper .testimonials .results-panel .owl-carousel .owl-dots {
  margin-top: 18px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
section.testimonials-wrapper .testimonials .results-panel .owl-carousel .owl-dots .owl-dot {
  height: 22px;
}
section.testimonials-wrapper .testimonials .results-panel .owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  background: rgba(39, 39, 39, 0.8);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
section.testimonials-wrapper .testimonials .results-panel .owl-carousel .owl-dots .owl-dot.active span, section.testimonials-wrapper .testimonials .results-panel .owl-carousel .owl-dots .owl-dot:hover span {
  width: 9px;
  height: 9px;
  background: #272727;
}
section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial {
  position: relative;
  max-width: 200px;
}
@media (max-width: 1439px) {
  section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial {
    max-width: 185px;
  }
}
@media (max-width: 1400px) {
  section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial {
    max-width: 160px;
  }
}
@media (max-width: 640px) {
  section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial {
    max-width: 180px;
  }
}
section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial .play-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
  width: 38px;
  height: 38px;
}
section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial .video {
  border-radius: 20px;
}
section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial .video .video-screen {
  cursor: pointer;
  vertical-align: baseline;
  height: 100%;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 20px;
}
section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial .video img {
  border-radius: 20px;
  aspect-ratio: 3/4;
  object-fit: cover;
}
section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial .author {
  display: flex;
  gap: 18px;
  align-items: center;
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 20px;
  left: 65px;
}
@media (max-width: 1400px) {
  section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial .author {
    bottom: 12px;
    left: 60px;
  }
}
@media (max-width: 640px) {
  section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial .author {
    bottom: 18px;
    left: 45px;
  }
}
section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial .author .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30.8px;
}
@media (max-width: 1400px) {
  section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial .author .name {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  section.testimonials-wrapper .testimonials .results-panel .result .video-testimonial .author .name {
    font-size: 16px;
    line-height: 22px;
  }
}
section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial {
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 420px;
  height: 280px;
  overflow: hidden;
}
@media (max-width: 1439px) {
  section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial {
    max-width: 365px;
    height: 245px;
    gap: 20px;
  }
}
@media (max-width: 1400px) {
  section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial {
    height: 215px;
    gap: 10px;
  }
}
@media (max-width: 960px) {
  section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial {
    max-width: 430px;
  }
}
@media (max-width: 640px) {
  section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial {
    max-width: 264px;
    height: 240px;
  }
}
section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial .summary {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (max-width: 1439px) {
  section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial .summary {
    font-size: 17px;
    line-height: 22px;
    -webkit-line-clamp: 8;
    line-clamp: 8;
  }
}
@media (max-width: 1400px) {
  section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial .summary {
    font-size: 16px;
    min-height: 138px;
    max-height: 138px;
  }
}
@media (max-width: 640px) {
  section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial .summary {
    font-size: 14px;
    line-height: 20px;
    min-height: 160px;
    max-height: 160px;
  }
}
section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial .author {
  display: flex;
  gap: 18px;
  align-items: center;
}
section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial .author .avatar {
  border-radius: 50%;
}
@media (max-width: 640px) {
  section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial .author .avatar {
    width: 40px;
    height: 40px;
    object-fit: cover;
  }
}
section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial .author .avatar img {
  border-radius: 50%;
}
section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial .author .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30.8px;
}
@media (max-width: 1400px) {
  section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial .author .name {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  section.testimonials-wrapper .testimonials .results-panel .result .text-testimonial .author .name {
    font-size: 16px;
    line-height: 22px;
  }
}
section.testimonials-wrapper .ratings-wrapper {
  padding-top: 50px;
  display: flex;
  gap: 35px;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 640px) {
  section.testimonials-wrapper .ratings-wrapper {
    gap: 12px;
  }
}
section.testimonials-wrapper .ratings-wrapper .ratings {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 640px) {
  section.testimonials-wrapper .ratings-wrapper .ratings {
    gap: 10px;
    flex-direction: column-reverse;
  }
}
section.testimonials-wrapper .ratings-wrapper .ratings .img {
  width: auto;
  height: 30px;
  display: block;
}
section.testimonials-wrapper .ratings-wrapper .ratings .rating {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}
@media (max-width: 640px) {
  section.testimonials-wrapper .ratings-wrapper .ratings .rating {
    font-size: 9px;
    line-height: 11px;
  }
}
section.testimonials-wrapper .ratings-wrapper .ratings .rating .stars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.testimonials-wrapper .ratings-wrapper .ratings .rating .stars img {
  height: 30px;
}
section.testimonials-wrapper .ratings-wrapper .ratings .rating .stars .rating-video {
  height: 30px;
  width: auto;
  vertical-align: baseline;
}

section.faq-section {
  padding-top: 30px;
  padding-bottom: 70px;
}
@media screen and (max-width: 786px) {
  section.faq-section {
    padding-top: 58px;
    padding-bottom: 40px;
  }
}
section.faq-section .static-page {
  width: calc(75% + 20px);
}
section.faq-section .heading {
  text-align: center;
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 75px;
}
@media screen and (max-width: 786px) {
  section.faq-section .heading {
    font-size: 24px;
    line-height: 27.6px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 786px) {
  section.faq-section .faq_accordian {
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  section.faq-section .faq_accordian {
    padding-left: 0;
    padding-right: 0;
  }
}
section.faq-section .faq_accordian .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 25px;
}
@media screen and (max-width: 786px) {
  section.faq-section .faq_accordian .title {
    font-weight: 300;
  }
}
section.faq-section .faq_accordian .accordian_wrapper {
  margin-top: 50px;
}
@media (max-width: 768px) {
  section.faq-section .faq_accordian .accordian_wrapper {
    margin-top: 20px;
  }
}
section.faq-section .faq_accordian .accordian_wrapper > * {
  margin: 0px;
  color: black;
}
section.faq-section .faq_accordian .accordian_wrapper .title {
  font-size: 30px;
  line-height: 25.5px;
  font-weight: 500;
}
@media (max-width: 768px) {
  section.faq-section .faq_accordian .accordian_wrapper .title {
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 0.01em;
    font-weight: 400;
  }
}
section.faq-section .faq_accordian .accordian_wrapper .accordians {
  margin-top: 68px;
}
@media screen and (max-width: 786px) {
  section.faq-section .faq_accordian .accordian_wrapper .accordians {
    margin-top: 25px;
  }
}
section.faq-section .faq_accordian .accordian_wrapper .accordians details {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
}
@media screen and (max-width: 786px) {
  section.faq-section .faq_accordian .accordian_wrapper .accordians details {
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
section.faq-section .faq_accordian .accordian_wrapper .accordians details > summary::marker,
section.faq-section .faq_accordian .accordian_wrapper .accordians details > summary::-webkit-details-marker {
  display: none;
}
section.faq-section .faq_accordian .accordian_wrapper .accordians details > summary {
  list-style-type: none;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  margin-left: 30px;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.faq-section .faq_accordian .accordian_wrapper .accordians details > summary {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    margin-left: 28px;
  }
}
section.faq-section .faq_accordian .accordian_wrapper .accordians details > summary::before {
  top: 5px;
  left: -27px;
  width: 25px;
  height: 25px;
  font-size: 20px;
  position: absolute;
  transition: all 0.25s;
  display: inline-block;
  content: url("/images/arrowvector.svg");
}
@media screen and (max-width: 786px) {
  section.faq-section .faq_accordian .accordian_wrapper .accordians details > summary::before {
    left: -28px;
    width: 18.6px;
    height: 18.6px;
    background-size: 19px;
    top: 0;
  }
}
section.faq-section .faq_accordian .accordian_wrapper .accordians details[open] summary:before {
  transform: rotate(90deg);
  top: 16px;
  left: -30px;
}
@media screen and (max-width: 786px) {
  section.faq-section .faq_accordian .accordian_wrapper .accordians details[open] summary:before {
    background-size: 19px;
    top: 10px;
  }
}
section.faq-section .faq_accordian .accordian_wrapper .accordians details p {
  font-size: 20px;
  margin-left: 30px;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.faq-section .faq_accordian .accordian_wrapper .accordians details p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
  }
}
section.faq-section .faq_accordian .accordian_wrapper .accordians details p a {
  color: #8b7bff;
}
section.faq-section .faq_accordian .accordian_wrapper .accordians details li {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  section.faq-section .faq_accordian .accordian_wrapper .accordians details li {
    font-size: 16px;
  }
}
section.faq-section .faq_accordian .accordian_wrapper .accordians details li b {
  font-weight: 400;
}
section.faq-section .faq_accordian .accordian_wrapper .accordians details ol {
  margin-left: 35px;
  font-size: 20px;
}
section.faq-section .faq_accordian .accordian_wrapper .accordians details:last-of-type {
  margin-bottom: 0px;
}

section.section-contactus {
  background-color: #FBF9F5;
  padding: 160px 0 150px 0;
}
@media screen and (max-width: 960px) {
  section.section-contactus {
    padding: 75px 0;
  }
}
section.section-contactus .contactus-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  section.section-contactus .contactus-wrapper {
    grid-template-columns: 1fr;
  }
}
section.section-contactus .contactus-wrapper .contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 960px) {
  section.section-contactus .contactus-wrapper .contact-info {
    text-align: center;
    padding: 0 35px;
  }
}
section.section-contactus .contactus-wrapper .contact-info .section-heading {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.4px;
  font-weight: 300;
}
section.section-contactus .contactus-wrapper .contact-info .section-heading span {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  section.section-contactus .contactus-wrapper .contact-info .section-heading {
    font-size: 28px;
    line-height: 39px;
  }
}
section.section-contactus .contactus-wrapper .contact-info .section-info {
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.2px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  section.section-contactus .contactus-wrapper .contact-info .section-info {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 640px) {
  section.section-contactus .contactus-wrapper .contact-info .section-info {
    font-size: 16px;
    line-height: 22px;
  }
}
section.banner-wrapper .banner {
  background: url("/images/master-gradient-cover-new.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 16/7;
}
@media (max-width: 1680px) {
  section.banner-wrapper .banner {
    aspect-ratio: 16/8.5;
  }
}
@media (max-width: 1300px) {
  section.banner-wrapper .banner {
    aspect-ratio: 16/10;
  }
}
@media (max-width: 640px) {
  section.banner-wrapper .banner {
    background-size: 100% 100%;
    aspect-ratio: 9.56/16;
  }
}
section.banner-wrapper .banner .content-wrapper .cover-screen .cover-model {
  background: linear-gradient(90deg, #E3E0FE 0%, rgba(227, 224, 254, 0) 100%);
  padding-top: 2rem;
}

/*# sourceMappingURL=hff.css.map */
