:root {
  --max-width: 100%;
  --side-space: 16px;
  --nav-height: 59px;
  --card-left-space: 27px;
  --phone-frame-width: 265px;
  --before-after-calc: calc(
    100% - var(--phone-frame-width) - ((100% - var(--phone-frame-width)) / 2)
  );
  --cod-gray: #0f0f0f;
  --foam: #f4fafe;
  --white-smoke: #f1f1f1;
  --dodger-blue: #2196f3;
  --nevada: #5b6971;
  --outer-space: #232b30;
}
@media only screen and (min-width: 768px) {
  :root {
    --side-space: 19px;
    --card-left-space: 35px;
    --phone-frame-width: 302px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --max-width: 936px;
    --side-space: auto;
    --nav-height: 104px;
  }
}
@media only screen and (min-width: 1280px) {
  :root {
    --max-width: 1164px;
    --side-space: auto;
    --phone-frame-width: 328px;
  }
}
@media only screen and (min-width: 1440px) {
  :root {
    --max-width: 1296px;
    --card-left-space: 43px;
    --phone-frame-width: 375px;
  }
}

.loading::before,
.loading::after {
  content: "";
  position: fixed;
  z-index: 5000;
}

.loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
.pairfect-match-AI {
  font-family: Roboto, Arial, sans-serif;
  color: #fff;
  background: #0f0f0f;
}
.pairfect-match-AI * {
  box-sizing: border-box;
}
.pairfect-match-AI img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pairfect-match-AI h1,
.pairfect-match-AI h2,
.pairfect-match-AI h3 {
  font-weight: 400;
  margin: 0;
}
.pairfect-match-AI a {
  color: inherit;
  text-decoration: none;
}
.pairfect-match-AI i {
  font-style: italic;
}
.pairfect-match-AI .max-width {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}
.pairfect-match-AI .f-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .m-only {
    display: none !important;
  }
}
.pairfect-match-AI .t-block {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .t-block {
    display: block !important;
  }
}
.pairfect-match-AI .t-l-block {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .t-l-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .t-l-none {
    display: none !important;
  }
}
.pairfect-match-AI .d-block {
  display: none !important;
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .d-block {
    display: block !important;
  }
}
.pairfect-match-AI .t-flex {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .t-flex {
    display: flex !important;
  }
}
.pairfect-match-AI .t-l-flex {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .t-l-flex {
    display: flex !important;
  }
}
.pairfect-match-AI .d-flex {
  display: none !important;
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .d-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .grid {
    max-width: var(--max-width);
    margin-left: var(--side-space);
    margin-right: var(--side-space);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.pairfect-match-AI .btn {
  height: 48px;
  width: 224px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.pairfect-match-AI .btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #0f0f0f;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .btn {
    height: 60px;
    width: 241px;
    font-size: 20px;
    line-height: 22px;
  }
}
.pairfect-match-AI .btn.video-btn {
  padding: 0px 5px 0px 25px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .btn.video-btn {
    padding: 0px 9px 0px 20px;
  }
}
.pairfect-match-AI .btn .play {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .btn .play {
    width: 40px;
    height: 40px;
  }
}
.pairfect-match-AI .btn .play svg {
  width: 13px;
  height: 16px;
  margin-left: 2px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .btn .play svg {
    width: 14px;
    height: 18px;
    margin-left: 3px;
  }
}
.pairfect-match-AI .header {
  color: var(--Greys-white, #fff);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  margin-left: var(--side-space);
  margin-right: var(--side-space);
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .header {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .header {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .header {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .header {
    font-size: 50px;
  }
}
.pairfect-match-AI .app-store-icon {
  width: 132px;
  height: 44px;
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .app-store-icon {
    width: 144px;
    height: 48px;
  }
}
.pairfect-match-AI .main-banner,
.pairfect-match-AI .main-banner-img {
  height: calc(100dvh - var(--nav-height));
  height: calc(var(--vh, 1dvh) * 100 - var(--nav-height));
  width: 100%;
}
.pairfect-match-AI .main-banner {
  position: relative;
  z-index: 3;
}
.pairfect-match-AI .main-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.pairfect-match-AI .main-banner .video-banner {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pairfect-match-AI .main-banner .content-wrapper {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--Text-Color, #fff);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .main-banner .content-wrapper {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
.pairfect-match-AI .main-banner .title {
  color: var(--Greys-white, #fff);
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .main-banner .title {
    font-size: 24px;
  }
}
.pairfect-match-AI .main-banner .header {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0 24px;
  white-space-collapse: collapse;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .main-banner .header {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .main-banner .header {
    font-weight: 400;
  }
}
.pairfect-match-AI .main-banner .btn-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .main-banner .btn-wrapper {
    flex-direction: row;
    gap: 20px;
  }
}
.pairfect-match-AI .main-banner .qr-card {
  position: absolute;
  right: 44px;
  bottom: 44px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 20px 16px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .main-banner .qr-card {
    right: 60px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .main-banner .qr-card {
    right: 50px;
    bottom: 50px;
  }
}
.pairfect-match-AI .main-banner .qr-card svg {
  width: 130px;
  height: 130px;
}
.pairfect-match-AI .main-banner .qr-card .text {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
@keyframes arrowBounce {
  0% {
    transform: translateY(0);
    scale: 0.9;
  }
  20% {
    transform: translateY(-12px);
    scale: 1;
  }
  40%, 60%, 100% {
    transform: translateY(0);
    scale: 0.9;
  }
  50% {
    transform: translateY(-5px);
  }
}
.pairfect-match-AI .main-banner .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: auto;
  cursor: pointer;
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .main-banner .scroll-down {
    bottom: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .main-banner .scroll-down {
    bottom: 50px;
  }
}
.pairfect-match-AI .main-banner .scroll-down svg {
  height: 18px;
  width: auto;
  animation: arrowBounce 1.5s infinite ease-in-out;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .main-banner .scroll-down svg {
    height: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .main-banner .scroll-down svg {
    height: 30px;
  }
}
.pairfect-match-AI .video-popup {
  z-index: 100;
  position: relative;
  pointer-events: none;
}
.pairfect-match-AI .video-popup .background {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  transition-delay: 0.2s;
  transition: all 0.2s cubic-bezier(0.16, 0.3, 0.22, 0.75);
}
@media only screen and (max-width: 767px) {
  .pairfect-match-AI .video-popup .background {
    background: rgba(0, 0, 0, 0.8);
  }
}
.pairfect-match-AI .video-popup.active {
  pointer-events: all;
}
.pairfect-match-AI .video-popup.active .background {
  opacity: 1;
  transition-delay: 0s;
}
.pairfect-match-AI .video-popup.active .video-wrapper {
  opacity: 1;
  transform: translateY(-50%);
  transition-delay: 0.2s;
}
.pairfect-match-AI .video-popup .video-wrapper {
  position: fixed;
  top: 50%;
  transform: translateY(-40%);
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 85vw;
  max-height: 80dvh;
  aspect-ratio: 16/9;
  transition: all 0.2s cubic-bezier(0.16, 0.3, 0.22, 0.75);
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pairfect-match-AI .video-popup .video-wrapper {
    border-radius: 0;
  }
}
.pairfect-match-AI .video-popup .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .pairfect-match-AI .video-popup .video-wrapper video {
    border-radius: 0;
  }
}
.pairfect-match-AI .video-popup .close,
.pairfect-match-AI .video-popup .mute-wrapper {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(250, 250, 250, 0.1);
  border-radius: 50%;
  display: flex;
}
.pairfect-match-AI .video-popup .close:hover,
.pairfect-match-AI .video-popup .mute-wrapper:hover {
  background: rgba(250, 250, 250, 0.6);
}
.pairfect-match-AI .video-popup .close svg,
.pairfect-match-AI .video-popup .mute-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pairfect-match-AI .video-popup .mute-wrapper {
  right: 66px;
}
.pairfect-match-AI .video-popup .mute-wrapper.muted .no-sound {
  opacity: 0;
}
.pairfect-match-AI .video-popup .mute-wrapper.muted .sound {
  opacity: 1;
}
.pairfect-match-AI .video-popup .mute-wrapper .sound {
  opacity: 0;
}
.pairfect-match-AI .video-popup .mute-wrapper .mute {
  transition: all 0.15s;
  width: 24px;
  height: 24px;
}
@keyframes textReveal {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.pairfect-match-AI .discover {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .discover {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .discover {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .discover {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .discover {
    padding-top: 160px;
  }
}
.pairfect-match-AI .discover .header {
  max-width: 375px;
  margin: 0 auto 20px;
  padding: 0 27px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .discover .header {
    max-width: unset;
    width: 695px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .discover .header {
    width: 786px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .discover .header {
    width: 980px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .discover .header {
    width: 1205px;
    margin-bottom: 120px;
  }
}
.pairfect-match-AI .discover .header span {
  opacity: 0.1;
}
.pairfect-match-AI .discover .gallery .gallery-card {
  position: sticky;
  top: 15%;
  height: 70dvh;
  width: 100vw;
  margin: auto;
}
.pairfect-match-AI .discover .gallery .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  width: calc(100% - var(--side-space) * 2);
  height: 400px;
  margin: auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .discover .gallery .content-wrap {
    width: 730px;
    height: 360px;
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .discover .gallery .content-wrap {
    width: 934px;
    height: 430px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .discover .gallery .content-wrap {
    width: 1164px;
    height: 540px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .discover .gallery .content-wrap {
    width: 1296px;
    height: 600px;
  }
}
.pairfect-match-AI .discover .gallery .card-img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right 40%;
     object-position: right 40%;
}
.pairfect-match-AI .discover .gallery .icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .discover .gallery .icon {
    width: 50px;
    height: 50px;
    top: unset;
    left: unset;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .discover .gallery .icon {
    right: 30px;
    bottom: 30px;
  }
}
.pairfect-match-AI .discover .gallery .text-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: var(--Greys-white, #fff);
  height: -moz-fit-content;
  height: fit-content;
  max-width: 350px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .discover .gallery .text-wrap {
    right: unset;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    max-width: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .discover .gallery .text-wrap {
    left: 60px;
    width: 400px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .discover .gallery .text-wrap {
    left: 80px;
    width: 525px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .discover .gallery .text-wrap {
    left: 100px;
  }
}
.pairfect-match-AI .discover .gallery .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .discover .gallery .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .discover .gallery .title {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .discover .gallery .title {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.pairfect-match-AI .discover .gallery .text {
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .discover .gallery .text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .discover .gallery .text {
    font-size: 20px;
  }
}
.pairfect-match-AI .perfect-match::before, .pairfect-match-AI .perfect-match::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: var(--before-after-calc);
  height: 50%;
  z-index: 2;
  background: linear-gradient(180deg, #0f0f0f 0%, rgba(15, 15, 15, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .perfect-match::before, .pairfect-match-AI .perfect-match::after {
    height: 236px;
    width: calc(var(--before-after-calc) - 42px);
    background: linear-gradient(90deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.6) 100%), linear-gradient(90deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.6) 100%);
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .perfect-match::before, .pairfect-match-AI .perfect-match::after {
    width: calc(var(--before-after-calc) - 168px);
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .perfect-match::before, .pairfect-match-AI .perfect-match::after {
    width: calc(var(--before-after-calc) - 182px);
    height: 262px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .perfect-match::before, .pairfect-match-AI .perfect-match::after {
    width: calc(var(--before-after-calc) - 161px);
    height: 267px;
  }
}
.pairfect-match-AI .perfect-match::before {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .perfect-match::before {
    rotate: 180deg;
  }
}
.pairfect-match-AI .perfect-match::after {
  right: 0;
}
.pairfect-match-AI .perfect-match .header {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .perfect-match .header {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .perfect-match .header {
    padding-bottom: 63px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .perfect-match .header {
    padding-bottom: 30px;
  }
}
.pairfect-match-AI .perfect-match .app-wrapper {
  background: #0f0f0f;
}
.pairfect-match-AI .perfect-match .app-wrapper .btn {
  margin: 0 auto;
}
.pairfect-match-AI .perfect-match .app {
  position: relative;
  overflow-x: hidden;
}
.pairfect-match-AI .perfect-match .app .face {
  width: -moz-fit-content;
  width: fit-content;
  height: 525px;
  margin: auto;
  margin-top: 42px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .perfect-match .app .face {
    height: 592px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .perfect-match .app .face {
    height: 661px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .perfect-match .app .face {
    height: 753px;
  }
}
.pairfect-match-AI .perfect-match .app .phone {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: var(--Greys-white, #fff);
}
.pairfect-match-AI .perfect-match .app .phone,
.pairfect-match-AI .perfect-match .app .phone-frame {
  width: var(--phone-frame-width);
  height: 530px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .perfect-match .app .phone,
  .pairfect-match-AI .perfect-match .app .phone-frame {
    height: 604px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .perfect-match .app .phone,
  .pairfect-match-AI .perfect-match .app .phone-frame {
    height: 656px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .perfect-match .app .phone,
  .pairfect-match-AI .perfect-match .app .phone-frame {
    height: 750px;
  }
}
.pairfect-match-AI .perfect-match .app .phone-frame {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.pairfect-match-AI .perfect-match .app .poppins {
  font-family: Poppins;
}
.pairfect-match-AI .perfect-match .app .title {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  text-align: center;
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .perfect-match .app .title {
    font-size: 16px;
    line-height: 28px;
    width: 260px;
    top: 58px;
  }
}
.pairfect-match-AI .perfect-match .app .face-glasses {
  position: absolute;
  top: 198px;
  left: 51.5%;
  transform: translateX(-50%);
  width: 168px;
  height: 84px;
  opacity: 0;
  transition: opacity 0.2s;
}
.pairfect-match-AI .perfect-match .app .face-glasses[active] {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .perfect-match .app .face-glasses {
    width: 190px;
    height: 94px;
    top: 214px;
    left: 51.1%;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .perfect-match .app .face-glasses {
    width: 212px;
    height: 106px;
    top: 232px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .perfect-match .app .face-glasses {
    width: 242px;
    height: 120px;
    top: 260px;
    left: 51.2%;
  }
}
.pairfect-match-AI .perfect-match .app .cards-wrapper {
  position: absolute;
  bottom: 44px;
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .perfect-match .app .cards-wrapper {
    gap: 50px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .perfect-match .app .cards-wrapper {
    gap: 60px;
    bottom: 58px;
  }
}
.pairfect-match-AI .perfect-match .app .card-wrap:first-child {
  margin-left: var(--card-left-space);
}
.pairfect-match-AI .perfect-match .app .card-wrap[active] .card {
  border: 1px solid var(--Action-Blue-DodgerBlue, #2196f3);
  box-shadow: 0px 0px 6px 0px #2196f3 inset;
}
.pairfect-match-AI .perfect-match .app .card-wrap[active] .check {
  opacity: 1;
}
.pairfect-match-AI .perfect-match .app .card {
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 211px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border 0.2s, box-shadow 0.2s;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .perfect-match .app .card {
    width: 233px;
    height: 119px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .perfect-match .app .card {
    width: 256px;
    height: 134px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .perfect-match .app .card {
    width: 290px;
    height: 134px;
  }
}
.pairfect-match-AI .perfect-match .app .no {
  font-size: 13px;
  font-weight: 500;
  margin-left: 9px;
  margin-bottom: 11px;
}
.pairfect-match-AI .perfect-match .app .check {
  border-radius: 7.365px 0px 3.683px 0px;
  background: var(--Action-Blue-DodgerBlue, #2196f3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 26px;
  height: 22px;
  opacity: 0;
  position: absolute;
  left: 0;
  transition: opacity 0.2s;
}
.pairfect-match-AI .perfect-match .app .check svg {
  width: 10px;
  height: 10px;
}
.pairfect-match-AI .perfect-match .app .glasses {
  width: 140px;
  height: 70px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .perfect-match .app .glasses {
    width: 180px;
    height: 90px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .perfect-match .app .glasses {
    width: 210px;
    height: 105px;
    margin-top: -4px;
  }
}
.pairfect-match-AI .perfect-match .app .name {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .perfect-match .app .name {
    font-size: 13px;
    line-height: normal;
    margin-top: 2px;
  }
}
.pairfect-match-AI .trustpilot {
  margin: 60px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .trustpilot {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .trustpilot {
    margin: 120px 0 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .trustpilot {
    margin: 140px 0 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .trustpilot {
    margin: 180px 0 120px;
  }
}
.pairfect-match-AI .trustpilot .header {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .trustpilot .header {
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .trustpilot .header {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .trustpilot .header {
    margin-bottom: 80px;
  }
}
.pairfect-match-AI .trustpilot .cards-grid {
  display: grid;
  gap: 16px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .trustpilot .cards-grid {
    gap: 24px;
  }
  .pairfect-match-AI .trustpilot .cards-grid::after, .pairfect-match-AI .trustpilot .cards-grid::before {
    content: "";
    position: absolute;
    width: 130px;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, #0f0f0f 0%, rgba(15, 15, 15, 0) 100%);
    z-index: 2;
  }
  .pairfect-match-AI .trustpilot .cards-grid::after {
    left: 0;
    transform: rotate(180deg);
  }
  .pairfect-match-AI .trustpilot .cards-grid::before {
    right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .trustpilot .cards-grid::after, .pairfect-match-AI .trustpilot .cards-grid::before {
    width: 240px;
  }
}
@media only screen and (min-width: 1920px) {
  .pairfect-match-AI .trustpilot .cards-grid::after, .pairfect-match-AI .trustpilot .cards-grid::before {
    width: 312px;
  }
}
@keyframes scroll-x {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 16px));
  }
}
.pairfect-match-AI .trustpilot .line-wrapper:last-child .line {
  animation-direction: reverse;
  animation-delay: -3s;
}
.pairfect-match-AI .trustpilot .line-wrapper,
.pairfect-match-AI .trustpilot .line {
  display: flex;
  gap: 16px;
}
.pairfect-match-AI .trustpilot .line {
  flex-wrap: nowrap;
  will-change: transform;
  animation: scroll-x 30s linear infinite;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .trustpilot .line {
    gap: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .trustpilot .line {
    animation: scroll-x 50s linear infinite;
  }
}
.pairfect-match-AI .trustpilot .card {
  display: flex;
  min-width: 343px;
  width: calc(100% - 32px);
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #171717;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .trustpilot .card {
    max-width: 524px;
    width: 524px;
    padding: 24px 32px;
    gap: 24px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .pairfect-match-AI .trustpilot .card {
    padding: 28px 40px;
  }
}
.pairfect-match-AI .trustpilot .stars {
  height: 14px;
}
.pairfect-match-AI .trustpilot .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 16px 0 8px;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .trustpilot .title {
    margin: 20px 0 10px;
  }
}
.pairfect-match-AI .trustpilot .author {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: auto;
}
.pairfect-match-AI .trustpilot .author img {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12) var(--color-);
  border-radius: 50%;
}
.pairfect-match-AI .trustpilot .author .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 4px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.pairfect-match-AI .trustpilot .author .verify {
  width: 14px;
  height: 14px;
}
.pairfect-match-AI .trustpilot .author .glasses {
  opacity: 0.5;
  font-size: 14px;
  line-height: 19px;
}
.pairfect-match-AI .privacy-policy {
  margin: 60px 20px 0;
  padding-bottom: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .pairfect-match-AI .privacy-policy {
    margin-left: auto;
    margin-right: auto;
    width: 647px;
  }
}
@media only screen and (min-width: 1024px) {
  .pairfect-match-AI .privacy-policy {
    margin: 80px auto 0;
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .privacy-policy {
    width: 773px;
    margin: 100px auto 0;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1440px) {
  .pairfect-match-AI .privacy-policy {
    margin-top: 120px;
  }
}
.pairfect-match-AI .privacy-policy .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  gap: 10px;
}
.pairfect-match-AI .privacy-policy .title svg {
  width: 16px;
  height: 20px;
}
.pairfect-match-AI .privacy-policy .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
@media only screen and (min-width: 1280px) {
  .pairfect-match-AI .privacy-policy .content {
    font-size: 18px;
    line-height: 150%;
  }
}
.pairfect-match-AI .privacy-policy .learn-more {
  cursor: pointer;
  text-decoration-line: underline;
}
.pairfect-match-AI .faq {
  max-width: var(--max-width);
  margin-left: var(--side-space);
  margin-right: var(--side-space);
}
.pairfect-match-AI .faq .dsmAccordian {
  border-color: rgba(255, 255, 255, 0.08);
}
.pairfect-match-AI .faq .dsmAccordian[open],
.pairfect-match-AI .faq .dsmAccordian summary {
  color: #fff;
}
.pairfect-match-AI .faq .dsmAccordian[open] summary > .plus * {
  stroke: #fff !important;
}
.pairfect-match-AI .faq .dsmAccordian .accordianContent {
  color: rgba(255, 255, 255, 0.8);
}/*# sourceMappingURL=style.css.map */