<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
@import url("//fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-SemiBold.eot");
  src: url("../fonts/SofiaPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-SemiBold.woff2") format("woff2"), url("../fonts/SofiaPro-SemiBold.woff") format("woff"), url("../fonts/SofiaPro-SemiBold.ttf") format("truetype"), url("../fonts/SofiaPro-SemiBold.svg#SofiaPro-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro.eot");
  src: url("../fonts/SofiaPro.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro.woff2") format("woff2"), url("../fonts/SofiaPro.woff") format("woff"), url("../fonts/SofiaPro.ttf") format("truetype"), url("../fonts/SofiaPro.svg#SofiaPro") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiapro-light.eot");
  src: url("../fonts/sofiapro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/sofiapro-light.woff2") format("woff2"), url("../fonts/sofiapro-light.woff") format("woff"), url("../fonts/sofiapro-light.ttf") format("truetype"), url("../fonts/sofiapro-light.svg#SofiaPro") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-Bold.eot");
  src: url("../fonts/SofiaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-Bold.woff2") format("woff2"), url("../fonts/SofiaPro-Bold.woff") format("woff"), url("../fonts/SofiaPro-Bold.ttf") format("truetype"), url("../fonts/SofiaPro-Bold.svg#SofiaPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina04";
  src: url("../fonts/Eina04-SemiBold.eot");
  src: url("../fonts/Eina04-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Eina04-SemiBold.woff2") format("woff2"), url("../fonts/Eina04-SemiBold.woff") format("woff"), url("../fonts/Eina04-SemiBold.ttf") format("truetype"), url("../fonts/Eina04-SemiBold.svg#Eina04-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222222;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
@media screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
}

body {
  font-size: 1rem;
  color: #475467;
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0px;
  padding: 0px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.flex {
  display: flex;
}

.text-center {
  text-align: center;
}

.flex-items-center {
  align-items: center;
}

.review-carousal .slick-dots {
  position: static;
  text-align: left;
  padding: 0px 0px 0px 55px;
  margin-top: 0px;
}
.review-carousal .slick-dots li button:before {
  font-size: 12px;
}
.review-carousal .slick-dots li.slick-active button:before {
  color: #7F56D9;
  opacity: 1;
}
.review-carousal .slick-dots li button:before {
  color: #EAECF0;
  opacity: 1;
}

.m-auto {
  margin: auto;
}

.content-block p {
  margin: 0 0 20px;
}
.content-block ul {
  list-style: disc;
}
.content-block ul, .content-block ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.content-block ul li + li, .content-block ol li + li {
  margin-top: 20px;
}
.content-block a {
  color: #6941C6;
  font-weight: bold;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.text-right {
  text-align: right;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
}

.dates {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  gap: 10px;
}
@media (max-width: 390px) {
  .dates {
    flex-direction: column;
  }
}

.swal-modal .swal-footer {
  text-align: center;
}

.m-0 {
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.h5,
.h5,
.h6 {
  color: #101828;
}

.fw600, .profile-block .profile-name, .profile-block .profile-date, .download-heading, .download-link, .blog-list .blog-title, .reportText, .text-trust, .text-small-dark, .text-small-dark-14, .text-small, .get-app-link, .btn-action-style, .h3-section, .h3-section-black, .h2slg, .h2sr, .h2slgw, .h2s, .h2sp, h2, .h2, .h1f, h1, .h1 {
  font-weight: 600 !important;
}

.fw500, .family-summary-section .wrapper .faq-summary details summary, .disclaimer-para, .disclaimer-heading {
  font-weight: 500 !important;
}

.fw400, .family-summary-section .wrapper .faq-summary details, .family .welcome-sec .subscribe-email-block .learn-more, .download-heading-text, .blog-list .blog-text, .para-small, .testimonial-block .testimonial-text-small, .para-large, .reportText, .para-white, .text-trust, .para, .testimonial-block .testimonial-text {
  font-weight: 400 !important;
}

.lh-30 {
  line-height: 30px;
}

.fs-36, .h2slg, .h2sr, .h2slgw {
  font-size: 36px;
}
@media screen and (max-width: 640px) {
  .fs-36, .h2slg, .h2sr, .h2slgw {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .fs-36, .h2slg, .h2sr, .h2slgw {
    font-size: 26px;
  }
}

.fs-30, .h2s, .h2sp, h2, .h2 {
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .fs-30, .h2s, .h2sp, h2, .h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .fs-30, .h2s, .h2sp, h2, .h2 {
    font-size: 20px;
  }
}

.fs-28 {
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  .fs-28 {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .fs-28 {
    font-size: 18px;
  }
}

.fs-24, .blog-list .blog-title {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .fs-24, .blog-list .blog-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .fs-24, .blog-list .blog-title {
    font-size: 18px;
  }
}

.fs-20, .download-heading, .para-large, .reportText, .para-white, .text-trust, .h3-section, .h3-section-black {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .fs-20, .download-heading, .para-large, .reportText, .para-white, .text-trust, .h3-section, .h3-section-black {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .fs-20, .download-heading, .para-large, .reportText, .para-white, .text-trust, .h3-section, .h3-section-black {
    font-size: 16px;
  }
}

.fs-18, .family-summary-section .wrapper .faq-summary details summary, .para, .testimonial-block .testimonial-text {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .fs-18, .family-summary-section .wrapper .faq-summary details summary, .para, .testimonial-block .testimonial-text {
    font-size: 16px;
  }
}

.fs-16, .family-summary-section .wrapper .faq-summary details, .download-heading-text, .download-link, .blog-list .blog-text, .text-small-dark, .text-small-dark-14, .text-small, .para-small, .testimonial-block .testimonial-text-small, .get-app-link, .btn-action-style {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .fs-16, .family-summary-section .wrapper .faq-summary details, .download-heading-text, .download-link, .blog-list .blog-text, .text-small-dark, .text-small-dark-14, .text-small, .para-small, .testimonial-block .testimonial-text-small, .get-app-link, .btn-action-style {
    font-size: 14px;
  }
}

.fs-14, .family .welcome-sec .subscribe-email-block .learn-more {
  font-size: 14px;
}

.fsn, .trust-and-safety-page .section-contact, .family-summary-section .wrapper .faq-summary details, .section-disclaimer, .section-contact, .profile-block .profile-name, .profile-block .profile-date, .download-link, .blog-list .blog-text, .blog-list .blog-title, .text-small-dark, .text-small-dark-14, .text-small, .para-small, .testimonial-block .testimonial-text-small, .para-large, .reportText, .para-white, .text-trust, .para, .testimonial-block .testimonial-text, .get-app-link, .btn-action-style, .h3-section, .h3-section-black, .h2slg, .h2sr, .h2slgw, .h2s, .h2sp, h2, .h2 {
  font-style: normal;
}

.twhite, .get-app-link, .btn-action-style, .h3-section, .h3-section-black {
  color: #FFFFFF;
}

.tpurple, .text-small, .para-small, .testimonial-block .testimonial-text-small {
  color: #E9D7FE;
}

.tpurple2, .link, .download-link, .text-small-dark, .text-small-dark-14 {
  color: #6941C6;
}

.tblack, .family .welcome-sec .subscribe-email-block .learn-more, .download-heading, .blog-list .blog-title, .h2slg, .h2sr, .h2slgw, .h2s, .h2sp, h2, .h2, .h1f, h1, .h1 {
  color: #101828;
}

.pt-96 {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .pt-96 {
    padding-top: 50px;
  }
}

.pb-96 {
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .pb-96 {
    padding-bottom: 50px;
  }
}

.mt-96 {
  margin-top: -96px;
}
@media screen and (max-width: 768px) {
  .mt-96 {
    margin-top: -50px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .mt-64 {
    margin-top: 40px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.pt-64 {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .pt-64 {
    padding-top: 40px;
  }
}

.pb-64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .pb-64 {
    padding-bottom: 40px;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.h1f, h1, .h1 {
  font-size: 60px;
  font-style: normal;
  line-height: 72px;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 640px) {
  .h1f, h1, .h1 {
    font-size: 48px;
    line-height: 65px;
  }
}
@media screen and (max-width: 479px) {
  .h1f, h1, .h1 {
    font-size: 38px;
    line-height: 1.2;
  }
}

.h2s, .h2sp, h2, .h2 {
  line-height: 38px;
}
@media screen and (max-width: 640px) {
  .h2s, .h2sp, h2, .h2 {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .h2s, .h2sp, h2, .h2 {
    font-size: 24px;
  }
}

.h2sp {
  color: #53389e;
}

.h2slg, .h2sr, .h2slgw {
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}
@media screen and (max-width: 640px) {
  .h2slg, .h2sr, .h2slgw {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  .h2slg, .h2sr, .h2slgw {
    font-size: 26px;
  }
}

.h2slgw {
  color: #FFFFFF !important;
}

.h2sr {
  font-weight: 500 !important;
}
@media screen and (max-width: 640px) {
  .h2sr {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 640px) {
  .h2sr {
    font-size: 20px;
    line-height: 1.33;
  }
}

.h3-section, .h3-section-black {
  line-height: 1.5;
}

.h3-section-black {
  color: #101828 !important;
  line-height: 1.5;
}

.btn-action-style {
  line-height: 1.5;
}

.get-app-link {
  border-radius: 8px;
  border: 1px solid #7F56D9;
  background: #7F56D9;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 20px 12px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.get-app-link:hover {
  color: #7F56D9;
  background: transparent;
}

.para, .testimonial-block .testimonial-text {
  color: #475467;
  line-height: 1.5;
}

.para-large, .reportText, .para-white, .text-trust {
  color: #475467;
  line-height: 1.5;
}

.para-white, .text-trust {
  color: #E9D7FE;
}

.para-small, .testimonial-block .testimonial-text-small {
  line-height: 1.5;
}

.text-small {
  line-height: 1.5;
}

.text-small-dark, .text-small-dark-14 {
  line-height: 1.5;
}

.text-small-dark-14 {
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.purple-bg {
  background-color: #53389e;
}

.purple-text, .moreText .morelink, .check-list li:before, .reportText {
  color: #53389e;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-0 {
  margin-top: 0;
}

.welcome-block p.purple-text, .welcome-block .moreText p.morelink, .moreText .welcome-block p.morelink, .welcome-block p.reportText,
.welcome-block h2.purple-text,
.welcome-block .moreText h2.morelink,
.moreText .welcome-block h2.morelink,
.welcome-block h2.reportText {
  font-weight: 600 !important;
}

.fs-13 {
  font-size: 13px;
}

.rounded-32 {
  border-radius: 32px;
}

.check-list li {
  position: relative;
  z-index: 3;
  padding-left: 29px;
}
.check-list li:before {
  position: absolute;
  left: 0;
  content: "\f00c";
  font-family: "FontAwesome";
}

.moreText .morecontent span {
  display: none;
}
.moreText .morelink {
  text-decoration: none;
  font-weight: bold;
}

.blog-list {
  padding-bottom: 48px;
}
.blog-list .blog-img img {
  width: 100%;
}
.blog-list .blog-title {
  line-height: 32px;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 20px;
}
.blog-list .blog-title .blog-img-rt {
  position: absolute;
  right: 0;
  top: -3px;
}
.blog-list .blog-text {
  color: #475467;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .blog-list {
    padding-bottom: 0;
  }
}

.recent-post .row &gt; :last-child .blog-list {
  padding-bottom: 0;
}

.header-main {
  padding: 20px 0px 20px 0px;
}
.header-main .nav-menu {
  display: flex;
}
.header-main .navbar {
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  list-style: none;
  padding: 0px 0px 0px 32px;
  gap: 0 32px;
}
.header-main .navbar li a {
  color: #475467;
  text-decoration: none;
}
.header-main .navbar li a:hover, .header-main .navbar li a.active {
  color: #6941C6;
}
.header-main .navbar li a.active {
  font-weight: bold;
}
.header-main .navbar li.item-has-child {
  z-index: 3;
  position: relative;
  cursor: pointer;
}
.header-main .navbar li.item-has-child &gt; a {
  padding-right: 21px;
  cursor: pointer;
}
.header-main .navbar li.item-has-child .child-trigger {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .header-main .navbar li.item-has-child .child-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 12px;
    background: #fff;
    top: calc(100% + 16px);
    flex-direction: column;
    gap: 10px;
    min-width: 336px;
    transform: translate(-30%, 0);
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    border: 1px solid #EAECF0;
    border-radius: 12px;
    display: flex !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
  }
  .header-main .navbar li.item-has-child .child-menu:before {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
    height: 20px;
  }
  .header-main .navbar li.item-has-child .child-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.header-main .navbar li.item-has-child .child-menu li a {
  display: flex;
  border-radius: 8px;
  align-items: flex-start;
  gap: 16px;
  padding: 12px;
  text-decoration: none;
  color: #101828;
  font-weight: 600;
  filter: grayscale(1);
  transition: all 0.3s;
}
.header-main .navbar li.item-has-child .child-menu li a:hover, .header-main .navbar li.item-has-child .child-menu li a.active {
  background: #F9FAFB;
  filter: none;
  color: #6941C6;
  font-weight: 600;
}
.header-main .navbar li.item-has-child:hover .child-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media screen and (max-width: 991px) {
  .header-main .navbar {
    gap: 0 24px;
  }
}
.header-main .mobile-menu {
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  border: none;
  background: none;
  height: 40px;
  width: 40px;
}
.header-main .mobile-menu .m-icon {
  display: inline-block;
  max-width: 1em;
  position: relative;
  background: #000000;
  height: 0.1em;
  transition: all 0.2s ease-in-out;
  width: 25px;
  height: 2px;
}
.header-main .mobile-menu .m-icon:after, .header-main .mobile-menu .m-icon:before {
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
  width: 25px;
  height: 2px;
  background: #000000;
  left: 0;
}
.header-main .mobile-menu .m-icon:before {
  top: -7px;
}
.header-main .mobile-menu .m-icon:after {
  top: 7px;
}
.header-main .open-menu-header {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.header-main .open-menu-header img {
  max-width: 40px;
}
@media screen and (max-width: 991px) {
  .header-main .navbar li {
    font-size: 13px;
  }
  .header-main .container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-main {
    position: fixed;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 10;
    padding: 10px 0;
  }
  .header-main .mobile-menu {
    display: flex;
  }
  .header-main .header-menu {
    position: fixed;
    display: block;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #FFFFFF;
    z-index: 10;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #FFFFFF url("../img/bkg-small-nav.png") no-repeat center center;
    background-size: 250%;
  }
  .header-main .header-menu .open-menu-header {
    display: flex;
    padding: 10px 15px 0;
  }
  .header-main .header-menu .navbar {
    display: block;
    padding: 15px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .header-main .header-menu .navbar li {
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
  }
  .header-main .header-menu .navbar li a {
    color: #172354;
    padding: 8px 0;
    display: inline-block;
  }
  .header-main .header-menu .navbar li a.active {
    color: #6941C6;
    text-decoration: none;
  }
  .header-main .header-menu .navbar li.item-has-child .child-trigger {
    position: static;
    display: inline-block;
  }
  .header-main .header-menu .navbar li.item-has-child .child-menu li {
    margin: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .header-main .header-menu .navbar li.item-has-child .child-menu li a {
    background: none !important;
    border-radius: 0;
    gap: 8px;
  }
  .header-main .header-menu .navbar li.item-has-child .child-menu:before {
    display: none;
  }
  .header-main .nav-menu {
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .menu-open {
    overflow: hidden;
  }
  .menu-open .header-main .header-menu {
    opacity: 1;
    visibility: visible;
  }
  .menu-open .header-main .mobile-menu .m-icon {
    background: transparent;
  }
  .menu-open .header-main .mobile-menu .m-icon:before {
    top: 0;
    transform: rotate(45deg);
  }
  .menu-open .header-main .mobile-menu .m-icon:after {
    top: 0;
    transform: rotate(-45deg);
  }
}
body .header-main {
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  body .header-main + * {
    padding-top: 80px;
  }
}
body.fixed-header .header-main {
  position: fixed;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
  html[lang=es] .header-main .navbar {
    padding: 0px 0px 0px 20px;
    gap: 0 20px;
  }
}
.footer-main {
  background: #45444b url("../img/bkg-footer.png") no-repeat top center;
  background-size: cover;
  color: #FFFFFF;
  padding: 40px 0;
  font-family: "Sofia Pro", Tahoma, Geneva, Verdana, sans-serif;
}
@media screen and (max-width: 767px) {
  .footer-main.footer-no-nav .footer-2 &gt; :nth-child(1) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}

.footer-1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 40px;
}
.footer-1 .brand {
  font-family: "Eina04", Tahoma, Geneva, Verdana, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.605px;
}
.footer-1 .brand img {
  margin-right: 0.5rem;
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  .footer-1 {
    flex-direction: column;
    padding-top: 36px;
    padding-bottom: 32px;
  }
  .footer-1 .brand {
    align-self: center;
    padding-bottom: 40px;
    flex-direction: column;
    font-size: 12px;
  }
  .footer-1 .brand img {
    margin-bottom: 0 10px 0 0;
    max-width: 55px;
  }
}

.store-download-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-self: center;
}
.store-download-list li:not(:first-child) {
  margin-left: 1rem;
}
.store-download-list img {
  height: 44px;
}
.store-download-list a {
  transition: all 0.3s;
}
.store-download-list a:hover {
  opacity: 0.8;
}

.store-download-list.store-download-list-large img {
  height: 64px;
}
@media screen and (max-width: 767px) {
  .store-download-list.store-download-list-large li:last-of-type {
    margin-top: 1rem;
    margin-left: 0;
  }
  .store-download-list.store-download-list-large .store-download-list.store-download-list-large {
    flex-direction: column;
  }
}

.footer-2 {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  font-weight: 400;
  align-items: stretch;
}
.footer-2 p, .footer-2 ul {
  margin: 0;
  line-height: 23px;
}
.footer-2 .copy {
  flex: 0.7 1 0;
  line-height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-2 .copy .inquiry {
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1.25;
  letter-spacing: -0.605px;
  font-family: "Eina04", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0 0 20px;
}
.footer-2 .copy .inquiry a {
  color: #FFFFFF;
}
.footer-2 .copy .inquiry a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer-2 .copy .inquiry {
    max-width: 314px;
  }
}
@media screen and (max-width: 880px) {
  .footer-2 .copy {
    flex: 0.64 1 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-2 {
    flex-direction: column;
    padding: 32px 0 0;
  }
  .footer-2 &gt; :nth-child(1) { /* copyright */
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    border-top: rgba(255, 255, 255, 0.16) 1px solid;
    padding-top: 40px;
  }
  .footer-2 &gt; :nth-child(2) { /* legal */
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
  .footer-2 &gt; :nth-child(3) { /* social */
    order: 1;
    width: 100%;
    text-align: center;
  }
}

.legal-list {
  flex: 0.18 1 0;
}
.legal-list a {
  padding: 8px 0 7px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}
.legal-list a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 880px) {
  .legal-list {
    flex: 0.24 1 0;
  }
}

.social-list {
  list-style: none;
  padding: 0;
  flex: 0.12 1 0;
  align-self: flex-end;
}
.social-list img {
  height: 38px;
}
.social-list a {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
}
.social-list a:hover {
  text-decoration: underline;
}
.social-list a i {
  font-style: normal;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .social-list {
    display: flex;
    justify-content: center;
  }
  .social-list img {
    height: 48px;
    margin: 0 4px;
  }
  .social-list a i {
    display: none;
  }
}

.footer-wrap {
  background: #45444b url(../img/bkg-footer.png) no-repeat top center;
  background-size: cover;
  color: #FFFFFF;
  padding: 60px 0;
  line-height: 38px;
}
.footer-wrap h3 {
  color: inherit;
  margin: 0 0 10px !important;
  font-weight: bold;
  font-size: 20px;
}
.footer-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-wrap a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.footer-wrap a * {
  font-style: normal;
}
.footer-wrap a:hover {
  color: #6941C6;
}
.footer-wrap a .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
}
.footer-wrap .footer-middle,
.footer-wrap .footer-top {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.footer-wrap .footer-copyright {
  margin-top: 25px;
}
.footer-wrap .store-download-list + h3 {
  margin-top: 30px;
}
.footer-wrap .inquiry {
  line-height: 1.4;
}
.footer-wrap .inquiry a {
  text-decoration: underline;
  font-weight: bold;
}
.footer-wrap .inquiry p + p,
.footer-wrap .inquiry p + ul {
  margin-top: 14px;
}
.footer-wrap .inquiry p + p.contact,
.footer-wrap .inquiry p + ul.contact {
  font-size: 14px;
}
.footer-wrap .inquiry p + p.contact li,
.footer-wrap .inquiry p + ul.contact li {
  padding-left: 25px;
  position: relative;
  z-index: 2;
}
.footer-wrap .inquiry p + p.contact li + li,
.footer-wrap .inquiry p + ul.contact li + li {
  margin-top: 10px;
}
.footer-wrap .inquiry p + p.contact li i,
.footer-wrap .inquiry p + ul.contact li i {
  position: absolute;
  left: 0;
  font-size: 18px;
}
.footer-wrap .aicpaSection {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-wrap .aicpaSection img {
  max-width: 90px;
}
@media (max-width: 767px) {
  .footer-wrap .aicpaSection {
    justify-content: center;
  }
}
.footer-wrap .footer-logo {
  display: flex;
  align-items: center;
  font-family: "Eina04", Tahoma, Geneva, Verdana, sans-serif;
}
.footer-wrap .footer-logo img {
  margin-right: 8px;
  max-width: 80px;
}
.footer-wrap .footer-bottom .inquiry {
  padding-top: 8px;
}
.footer-wrap .col-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media (min-width: 768px) {
  .footer-wrap .col-wrapper {
    flex-direction: row;
    margin: 0 -15px;
    flex-wrap: wrap;
  }
  .footer-wrap .col-wrapper .footer-col {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .footer-wrap .col-wrapper .footer-col {
    width: 19%;
  }
  .footer-wrap .col-wrapper .footer-col.col-fist {
    width: 33%;
  }
  .footer-wrap .col-wrapper .footer-col.col-last {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .footer-wrap {
    text-align: center;
    padding: 40px 0;
    line-height: 1.6;
  }
  .footer-wrap .store-download-list {
    justify-content: center;
  }
  .footer-wrap .footer-logo {
    justify-content: center;
    font-size: 12px;
  }
  .footer-wrap .footer-logo img {
    max-width: 55px;
  }
  .footer-wrap .footer-middle .col-last {
    order: -1;
  }
  .footer-wrap .footer-bottom {
    text-align: center;
  }
  .footer-wrap .footer-bottom .inquiry p + ul.contact li {
    padding-left: 0;
  }
  .footer-wrap .footer-bottom .inquiry p + ul.contact li i {
    position: static;
    margin-right: 2px;
    font-size: 14px;
  }
  .footer-wrap .footer-bottom .col-last h3 {
    display: none;
  }
  .footer-wrap .footer-bottom .col-last .social {
    display: flex;
    justify-content: center;
  }
  .footer-wrap .footer-bottom .col-last .social li {
    margin: 0 !important;
  }
  .footer-wrap .footer-bottom .col-last .social li i {
    display: none;
  }
  .footer-wrap .footer-bottom .col-fist {
    order: 4;
  }
  .footer-wrap .footer-middle,
  .footer-wrap .footer-top {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .footer-wrap .col-wrapper {
    gap: 20px 0;
  }
  .footer-wrap h3 {
    font-size: 15px;
    line-height: 1.2;
  }
  .footer-wrap .footer-links li + li {
    margin-top: 10px;
  }
  .footer-wrap a .icon {
    line-height: 38px;
  }
  .footer-wrap .inquiry {
    font-size: 13px !important;
  }
  .footer-wrap .inquiry .contact {
    font-size: 12px !important;
    margin-top: 15px !important;
  }
  .footer-wrap .inquiry .contact li + li {
    margin-top: 6px !important;
  }
}

.announce-bar {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  color: #222;
  font-family: "Sofia Pro", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
}
.announce-bar .announce-new {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 16px;
  border-radius: 24px;
  background: #551662;
  color: #FFF;
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  top: -2px;
}
.announce-bar .announce-new.spn-text {
  position: static;
}
.announce-bar .announce-link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.announce-bar .announce-link .text {
  text-decoration: underline;
}
.announce-bar .announce-link .announce-link-arrow {
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
  white-space: nowrap;
}
.announce-bar .announce-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .announce-bar {
    font-size: 14px;
    padding: 15px;
  }
  .announce-bar .announce-new {
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 479px) {
  .announce-bar {
    font-size: 11px;
  }
  .announce-bar .announce-new {
    margin-right: 3px;
    padding: 3px 7px;
    font-size: 9px;
  }
}

table {
  border: 1px solid #6941C6;
  width: 100%;
  border-collapse: collapse;
}
table thead {
  background: #F9FAFB;
}
table th,
table td {
  padding: 10px;
  vertical-align: text-bottom;
  border-right: 1px solid #6941C6;
  border-bottom: 1px solid #6941C6;
}
table th ul li + li,
table td ul li + li {
  margin-top: 0 !important;
}
table th a,
table td a {
  font-weight: normal !important;
}
table th a:hover,
table td a:hover {
  text-decoration: none !important;
}
table th *:last-child,
table td *:last-child {
  margin-bottom: 0;
}
table.privacy-table {
  max-width: 656px;
  line-height: 1.2;
}
table.privacy-table tbody tr td:first-child {
  text-align: center;
  width: 156px;
  line-height: 1.2;
}
table.privacy-table tbody tr td:nth-child(2) {
  width: 260px;
}
table.privacy-table tbody tr td:nth-child(3) {
  width: 240px;
}

.hor-table-wrap {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

#backToTopBtn {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 80px;
  right: 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 4px 0px rgba(16, 24, 40, 0.03), 0px 0px 16px 0px rgba(16, 24, 40, 0.08);
  border: 1px solid #EAECF0;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  z-index: 999;
}
#backToTopBtn.showBackToTop {
  opacity: 1;
  right: 20px;
}
#backToTopBtn:after {
  content: " ";
  width: 15px;
  height: 15px;
  border-top: 3px solid;
  border-right: 3px solid;
  margin-top: 6px;
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  #backToTopBtn {
    bottom: 50px;
  }
  #backToTopBtn.showBackToTop {
    right: 10px;
  }
}

.homepage h1, .homepage h2, .homepage h3, .homepage h4, .homepage h5, .homepage h6 {
  margin: 0px;
}

.download-ul li {
  cursor: pointer;
  padding: 16px 24px 16px 24px;
}
.download-ul li.active {
  border-left: 4px solid #7F56D9;
}
@media screen and (max-width: 767px) {
  .download-ul li.active {
    border: none;
  }
}
.download-ul li.with-app-qr .with-app-qrImg {
  float: right;
  border: 1px solid;
  max-width: 130px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .download-ul li.with-app-qr .with-app-qrImg {
    max-width: 150px;
    margin: -30px 30px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .download-ul li.with-app-qr .with-app-qrImg {
    margin: -25px 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .download-ul li {
    padding: 24px 0 0;
  }
  .download-ul li:first-child {
    padding-top: 0;
  }
  .download-ul li.tab-link {
    padding-right: 30px;
  }
  .download-ul li.tab-link .download-heading {
    position: relative;
    z-index: 2;
  }
  .download-ul li.tab-link .download-heading:after {
    content: "";
    position: absolute;
    right: -30px;
    width: 24px;
    height: 24px;
    background: url("../img/plus-circle.svg") no-repeat top right;
    top: 5px;
  }
  .download-ul li.tab-link.active .download-heading:after {
    background-image: url("../img/minus-circle.svg");
  }
}

.download-link {
  text-decoration: none;
  line-height: 24px;
}
.download-link:hover {
  filter: grayscale(1);
}

.link {
  text-decoration: none;
}
.link:hover {
  filter: grayscale(1);
}

.download-heading {
  line-height: 30px;
}

.download-heading-text {
  color: #475467;
  line-height: 24px;
}

.disclaimer-heading {
  font-size: 32px;
  font-style: normal;
  line-height: 32px; /* 100% */
  letter-spacing: -0.32px;
}

.disclaimer-para {
  color: #3F164B;
  font-size: 24px;
  font-style: normal;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.24px;
}

.testimonial-block {
  padding-left: 64px;
  padding-right: 64px;
}
.testimonial-block .star-block span {
  padding-right: 5px;
}
.testimonial-block .testimonial-text {
  font-weight: 600 !important;
  color: #101828;
}
.testimonial-block .testimonial-text-small {
  color: #475467;
}
.testimonial-block .bullets li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EAECF0;
  margin-right: 5px;
  cursor: pointer;
  margin-right: 13px;
}
.testimonial-block .bullets li.active {
  background-color: #7F56D9 !important;
}
@media screen and (max-width: 767px) {
  .testimonial-block {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.section-one .img-right {
  position: relative;
  z-index: 3;
}
.section-one .img-right img {
  position: relative;
  z-index: 2;
}
.section-one .img-right img.avatar1, .section-one .img-right img.patternImage, .section-one .img-right img.avatar2 {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.section-one .img-right img.patternImage {
  left: 90%;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-one .img-right img.patternImage {
    display: none;
  }
}
.section-one .img-right img.avatar1 {
  bottom: 25%;
  right: 27%;
}
.section-one .img-right img.avatar2 {
  top: 36%;
  left: 47%;
}
.section-one .img-right img.bannerImg {
  border-radius: 32px;
}
.section-one .welcome-block {
  max-width: 560px;
  width: 100%;
  position: relative;
  z-index: 4;
}
.section-one .welcome-block .store-download-list {
  align-self: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 285px;
}
.section-one .welcome-block .store-download-list .qrCode {
  width: 100%;
  text-align: center;
}
.section-one .welcome-block .store-download-list .store-download-list-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-one .welcome-block .store-download-list li:not(:first-child) {
  margin-left: 0;
}
.section-one .welcome-block .bannerLogoes {
  display: flex;
  align-items: flex-end;
  gap: 1rem 1.5rem;
}
.section-one .welcome-block .bannerLogoes img {
  max-height: 40px;
}
.section-one .welcome-block .bannerLogoes .logoDevoder {
  height: 100%;
  font-size: 31px;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-one {
    padding-bottom: 0;
  }
  .section-one .welcome-block {
    margin: auto;
    padding: 80px 0;
  }
}

.profile-block {
  gap: 12px;
}
.profile-block .profile-name, .profile-block .profile-date {
  color: #101828;
  font-size: 14px;
  line-height: 20px;
}
.profile-block .profile-pic {
  width: 40px;
  height: 40px;
}
.profile-block .profile-pic img {
  width: 100%;
  height: 100%;
}
.profile-block .profile-date {
  font-weight: 400 !important;
  color: #475467;
}

.section-contact {
  padding: 111px 0px 111px 0px;
}
.section-contact .wrapper {
  max-width: 690px;
  width: 100%;
}
.section-contact h2 {
  color: #FFFFFF;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.48px;
  padding-bottom: 24px;
}
.section-contact p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.24px;
}
.section-contact p br {
  content: "";
  display: block;
  height: 30px;
}
.section-contact p a {
  color: #FFFFFF;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .section-contact {
    padding: 80px 0px 80px 0px;
  }
}

.section-disclaimer {
  background-color: #E1E1E1;
  padding: 52px 0px 35px 0px;
}
.section-disclaimer .wrapper {
  max-width: 655px;
  width: 100%;
}
.section-disclaimer h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #3F164B;
  padding-bottom: 24px;
}
.section-disclaimer p {
  color: #3F164B;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.24px;
}
.section-disclaimer ul {
  margin-top: 20px;
}
.section-disclaimer ul li a {
  text-decoration: none;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 15px 0px;
  transition: all 0.3s;
}
.section-disclaimer ul li a span {
  color: #6941C6;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-decoration-line: underline;
}
.section-disclaimer ul li a:hover {
  filter: grayscale(1);
}

.multiImage, .multiImage img {
  position: relative;
  z-index: 3;
}
.section-two .wrapper {
  max-width: 496px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .section-two .row {
    gap: 40px;
    flex-direction: column-reverse;
  }
}
.section-two .multiImage img.avatar, .multiImage .section-two img img.avatar {
  position: absolute;
  z-index: 1;
  right: 35%;
  bottom: 22%;
  pointer-events: none;
}

.section-three .wrapper {
  max-width: 770px;
  width: 100%;
  margin: auto;
}
.section-three .para-white br, .section-three .text-trust br {
  content: "";
  display: block;
  height: 20px;
}
.section-three .para-white .text-trust, .section-three .text-trust .text-trust {
  font-weight: 600 !important;
}

.section-four .wrapper-1 {
  max-width: 770px;
  width: 100%;
  margin: auto;
}
.section-four .wrapper-2 {
  max-width: 568px;
  width: 100%;
  margin-left: auto;
}
.section-four .wrapper-3 {
  max-width: 564px;
  width: 100%;
  margin-right: auto;
}
.section-four .wrapper-4 {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .section-four .row-trailor {
    flex-direction: column-reverse;
  }
  .section-four .wrapper-2, .section-four .wrapper-3, .section-four .wrapper-4 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-eight .blog-list {
    padding-top: 0px !important;
  }
  .section-eight .para-large, .section-eight .para-white, .section-eight .text-trust, .section-eight .reportText {
    padding-bottom: 40px;
  }
}

.home-tabber-section .tab-content,
.home-tabber-section .accordion-image {
  display: none;
}
.home-tabber-section .tab-content.active,
.home-tabber-section .accordion-image.active {
  display: block;
}
.home-tabber-section .accordion-image {
  border: none !important;
}
@media screen and (min-width: 768px) {
  .home-tabber-section .accordion-image {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .home-tabber-section .desktop-tabber {
    display: none;
  }
}

.review-carousal {
  background: #F9FAFB;
  padding: 64px 0;
  margin: 0;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .review-carousal {
    padding: 30px 0;
  }
  .review-carousal .slick-dots {
    padding-left: 24px;
  }
}

.blog-all-link {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .blog-all-link {
    text-align: left;
    margin-bottom: 30px;
  }
}

.recent-post .blog-img {
  border-radius: 16px;
  overflow: hidden;
}
.recent-post .blog-img a {
  display: block;
}
.recent-post .blog-img a img {
  transition: all 0.3s;
}
.recent-post .blog-img + div + div a:hover {
  color: #6941C6;
}
.recent-post .blog-list:hover .blog-img img {
  transform: scale(1.2);
}

.bemeForYouSection .blog-list .blog-text {
  overflow: visible;
  display: block;
}
.bemeForYouSection .blog-list .blog-title:hover {
  color: #6941C6;
}

.blog-list-with-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 48px;
  gap: 24px;
}
.blog-list-with-contact .blog-list {
  padding-bottom: 0;
}
.blog-list-with-contact:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .blog-list-with-contact:last-child, .blog-list-with-contact:nth-last-child(2) {
    padding-bottom: 0;
  }
}

.blog-contact .title {
  color: #6941C6;
  font-weight: 600;
  line-height: 1.5;
}
.blog-contact a {
  color: #6941C6;
  font-weight: 600;
}
.blog-contact a:hover {
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .homepage .section-one .welcome-block {
    padding: 40px 0 70px;
    display: flex;
    flex-direction: column;
  }
  .homepage .section-one .welcome-block .store-download-list {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .homepage .section-one .welcome-block .store-download-list li:not(:first-child) {
    margin-left: 0;
  }
  .homepage .h2sp {
    padding: 0;
  }
  .section-contact h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .section-contact p {
    line-height: 1.5;
    font-size: 14px;
  }
  .section-disclaimer p,
  .section-disclaimer ul li a span {
    line-height: 1.5;
    font-size: 14px;
  }
}
.heart-beme {
  color: red;
  vertical-align: middle;
  font-size: 100%;
  animation: beat 0.275s infinite alternate;
  width: 50px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@keyframes beat {
  to {
    font-size: 140%;
  }
}
.bannerQrCode {
  max-width: 130px;
  height: auto !important;
}

.helpTeenText ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
.helpTeenText ul li {
  width: 50%;
  position: relative;
  z-index: 3;
  padding-left: 29px;
}
.helpTeenText ul li:before {
  color: #53389e;
  position: absolute;
  left: 0;
  content: "\f00c";
  font-family: "FontAwesome";
}

@media (min-width: 768px) {
  .partnerTemp .home-page-banner .welcome-block .h1f, .partnerTemp .home-page-banner .welcome-block .h1, .partnerTemp .home-page-banner .welcome-block h1 {
    font-size: 52px;
    line-height: 1.2;
  }
}
.family h1, .family h2, .family h3, .family h4, .family h5, .family h6 {
  margin: 0px;
}
.family .welcome-sec .welcome-block {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 991px) {
  .family .welcome-sec .welcome-block {
    margin: auto;
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .family .welcome-sec .welcome-block {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .family .welcome-sec .img-right {
    text-align: center;
  }
}
.family .welcome-sec .subscribe-email-block {
  padding-top: 48px;
}
.family .welcome-sec .subscribe-email-block .email-input {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  align-items: center;
  align-self: stretch;
  padding: 14px;
  max-width: 325px;
  width: 100%;
}
.family .welcome-sec .subscribe-email-block .email-input:focus {
  outline: none;
}
@media screen and (max-width: 1240px) {
  .family .welcome-sec .subscribe-email-block .email-input {
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  .family .welcome-sec .subscribe-email-block .email-input {
    max-width: 100%;
  }
}
.family .welcome-sec .subscribe-email-block .subscribe-bx {
  gap: 16px;
  align-items: center;
  padding-bottom: 6px;
}
@media screen and (max-width: 479px) {
  .family .welcome-sec .subscribe-email-block .subscribe-bx {
    align-items: unset;
    flex-direction: column;
  }
}
.family .welcome-sec .subscribe-email-block .learn-more {
  line-height: 20px;
  color: #475467;
}
@media screen and (max-width: 767px) {
  .family .welcome-sec {
    padding-bottom: 20px;
  }
}

.family-summary-section .wrapper {
  max-width: 768px;
  width: 100%;
  margin: auto;
}
.family-summary-section .wrapper .head-content p br {
  content: "";
  display: block;
  height: 23px;
}
.family-summary-section .wrapper .qr-code-style {
  max-width: 200px;
  margin: 15px 0px 15px 0px;
  display: block;
}
.family-summary-section .wrapper .faq-summary details {
  line-height: 24px;
  color: #475467;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EAECF0;
  position: relative;
  z-index: 3;
  padding-right: 30px;
}
.family-summary-section .wrapper .faq-summary details summary {
  line-height: 28px;
  list-style: none;
  margin-bottom: 8px;
  cursor: pointer;
}
.family-summary-section .wrapper .faq-summary details summary:after {
  content: "";
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("../img/plus-circle.svg") no-repeat top right;
}
.family-summary-section .wrapper .faq-summary details:last-child {
  border-bottom: 0px !important;
}
.family-summary-section .wrapper .faq-summary details[open] summary:after {
  background-image: url("../img/minus-circle.svg");
}
.family-summary-section .wrapper .avatar-images {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-top: 20px;
}
.family-summary-section .wrapper .avatar-images .center-img {
  margin: 0px -20px 0px -20px;
  z-index: 100;
}
.family-summary-section .wrapper.faq-summary-wrapper-small .faq-summary details {
  padding-bottom: 18px;
  margin-bottom: 16px;
}
.family-summary-section .wrapper.faq-summary-wrapper-small .faq-summary details summary {
  font-weight: bold !important;
}
.family-summary-section .wrapper.faq-summary-wrapper-small .faq-summary details:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.family-summary-section .wrapper.faq-summary-wrapper-small .faq-summary details:not([open]) summary {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .family-summary-section .wrapper.faq-summary-wrapper-small {
    margin-top: 40px;
  }
}

.faq-text-content .h3-section-black {
  font-weight: 600;
  color: #6941C6 !important;
}
.faq-text-content .para, .faq-text-content .testimonial-block .testimonial-text, .testimonial-block .faq-text-content .testimonial-text {
  color: #475467;
}
.faq-text-content .para a, .faq-text-content .testimonial-block .testimonial-text a, .testimonial-block .faq-text-content .testimonial-text a {
  text-decoration: underline;
  color: inherit;
}
.faq-text-content .para a:hover, .faq-text-content .testimonial-block .testimonial-text a:hover, .testimonial-block .faq-text-content .testimonial-text a:hover {
  text-decoration: none;
}

.comming-soon-section {
  background: #F9FAFB;
}
.comming-soon-section .content {
  background: #FFFFFF;
  padding: 64px 34px;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .comming-soon-section .content {
    padding: 30px 20px;
  }
}
.comming-soon-section .content h2 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}

.iframe-form iframe {
  width: 100%;
  background: transparent;
  height: 280px;
}

.link-blue {
  color: #6941C6;
}
.link-blue:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .blogSubscriptionArea {
    margin-top: 30px;
  }
}
.blogSubscriptionArea .subscribe-bx {
  gap: 16px;
  margin-bottom: 8px;
  position: relative;
  z-index: 3;
  align-items: flex-start;
}
.blogSubscriptionArea .subscribe-bx .get-app-link {
  white-space: nowrap;
}
.blogSubscriptionArea .subscribe-bx .email-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  line-height: 1.5;
  font-size: 16px;
}
.blogSubscriptionArea .subscribe-bx .email-input.error {
  margin-bottom: 20px;
  border-color: #f00;
  color: #f00;
}
.blogSubscriptionArea .subscribe-bx .email-input.error + label {
  color: #f00;
  font-size: 12px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}
.blogSubscriptionArea .checkbox-handle {
  position: relative;
  z-index: 3;
  padding-left: 32px;
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
.blogSubscriptionArea .checkbox-handle input {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 20px;
  height: 20px;
  top: 3px;
  opacity: 0;
}
.blogSubscriptionArea .checkbox-handle input.error ~ label {
  color: #f00;
  font-size: 12px;
  margin: 0;
  position: absolute;
  bottom: -19px;
  left: 30px;
  max-width: 100%;
}
.blogSubscriptionArea .checkbox-handle input.error ~ span:before {
  border-color: #f00;
}
.blogSubscriptionArea .checkbox-handle input ~ span {
  cursor: pointer;
}
.blogSubscriptionArea .checkbox-handle input ~ span:before, .blogSubscriptionArea .checkbox-handle input ~ span:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
}
.blogSubscriptionArea .checkbox-handle input ~ span:before {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  top: 3px;
}
.blogSubscriptionArea .checkbox-handle input ~ span:after {
  left: 4px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  top: 8px;
  z-index: 2;
  transform: rotate(-45deg);
  display: none;
}
.blogSubscriptionArea .checkbox-handle input:checked ~ span:before {
  background: #7F56D9;
  border-color: #7F56D9;
}
.blogSubscriptionArea .checkbox-handle input:checked ~ span:after {
  display: block;
}
.blogSubscriptionArea .get-app-link {
  padding: 11px 20px;
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .blogSubscriptionArea {
    margin-top: 30px;
  }
}
.blogSubscriptionArea .subscribe-bx {
  gap: 16px;
  margin-bottom: 8px;
  position: relative;
  z-index: 3;
  align-items: flex-start;
}
.blogSubscriptionArea .subscribe-bx .get-app-link {
  white-space: nowrap;
}
.blogSubscriptionArea .subscribe-bx .email-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  line-height: 1.5;
  font-size: 16px;
}
.blogSubscriptionArea .subscribe-bx .email-input.error {
  margin-bottom: 20px;
  border-color: #f00;
  color: #f00;
}
.blogSubscriptionArea .subscribe-bx .email-input.error + label {
  color: #f00;
  font-size: 12px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}
.blogSubscriptionArea .checkbox-handle {
  position: relative;
  z-index: 3;
  padding-left: 32px;
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
.blogSubscriptionArea .checkbox-handle input {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 20px;
  height: 20px;
  top: 3px;
  opacity: 0;
}
.blogSubscriptionArea .checkbox-handle input.error ~ label {
  color: #f00;
  font-size: 12px;
  margin: 0;
  position: absolute;
  bottom: -19px;
  left: 30px;
  max-width: 100%;
}
.blogSubscriptionArea .checkbox-handle input.error ~ span:before {
  border-color: #f00;
}
.blogSubscriptionArea .checkbox-handle input ~ span {
  cursor: pointer;
}
.blogSubscriptionArea .checkbox-handle input ~ span:before, .blogSubscriptionArea .checkbox-handle input ~ span:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
}
.blogSubscriptionArea .checkbox-handle input ~ span:before {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  top: 3px;
}
.blogSubscriptionArea .checkbox-handle input ~ span:after {
  left: 4px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  top: 8px;
  z-index: 2;
  transform: rotate(-45deg);
  display: none;
}
.blogSubscriptionArea .checkbox-handle input:checked ~ span:before {
  background: #7F56D9;
  border-color: #7F56D9;
}
.blogSubscriptionArea .checkbox-handle input:checked ~ span:after {
  display: block;
}
.blogSubscriptionArea .get-app-link {
  padding: 11px 20px;
  height: 50px;
  line-height: 50px;
}

.contact-us-section .wrapper-1 {
  max-width: 570px;
  margin: 0 auto;
}

.contactLay .footer-2 .copy .inquiry,
.contactLay2 .footer-2 .copy .inquiry {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .fullPageLayout .welcome-block,
  .contactLay .welcome-block {
    padding-top: 50px;
  }
}

.contactLay2 h1, .contactLay2 h2, .contactLay2 h3 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contactLay2 .contact-form-with-image .form-block {
    padding-top: 50px;
  }
}

.contact-enquiry-section .contact-enquiry-content .card {
  background: #F9FAFB;
  padding: 24px;
}
.contact-enquiry-section .contact-enquiry-content .card p {
  margin: 0 0 20px;
}
.contact-enquiry-section .contact-enquiry-content .card p:last-child {
  margin-bottom: 0;
}
.contact-enquiry-section .contact-enquiry-content .card .h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin: 64px 0 8px;
}
@media screen and (max-width: 767px) {
  .contact-enquiry-section .contact-enquiry-content .card .h4 {
    margin: 30px 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .contact-enquiry-section .contact-enquiry-content .row &gt; *:not(:last-child) {
    margin-bottom: 30px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.mission-content {
  max-width: 700px;
}

@media screen and (min-width: 1240px) {
  .about-grid .col-md-6:nth-child(2n+1),
  .team-grid .col-md-6:nth-child(2n+1),
  .become-member .col-md-6:nth-child(2n+1) {
    padding-right: 34px;
  }
  .about-grid .col-md-6:nth-child(2n),
  .team-grid .col-md-6:nth-child(2n),
  .become-member .col-md-6:nth-child(2n) {
    padding-left: 34px;
  }
}
.about-grid h3,
.team-grid h3,
.become-member h3 {
  line-height: 1.2;
}

.whatWeDoCard {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.whatWeDoCard .cont h3 {
  margin: 0 0 20px;
}
@media screen and (min-width: 440px) {
  .whatWeDoCard {
    flex-direction: row;
    align-items: flex-start;
  }
  .whatWeDoCard .img {
    width: 130px;
  }
  .whatWeDoCard .cont {
    width: calc(100% - 170px);
  }
}

.row-team {
  background-color: #53389e;
  color: #FFFFFF;
}
.row-team .mission-content h2, .row-team .mission-content p {
  color: inherit;
}

.personal-info {
  display: flex;
  margin-bottom: 20px;
}
.personal-info .avatar {
  width: 160px;
  margin: 0 1rem 0 -20px;
}
.personal-info &gt; * {
  align-self: center;
}
.personal-info .detail h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: inherit;
}
.personal-info .detail h4 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: inherit;
}
.personal-info .detail .social-profiles {
  list-style: none;
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
  display: flex;
  gap: 5px;
}
.personal-info .detail .social-profiles img {
  width: 34px;
}
.personal-info .detail .social-profiles a {
  transition: all 0.3s;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.personal-info .detail .social-profiles a:hover {
  box-shadow: 0px 2px 3px rgba(255, 255, 255, 0.3);
}

.become-member {
  background: #F9FAFB;
}

.sectionBreakIcon {
  margin-bottom: -45px;
}
.sectionBreakIcon img {
  width: 90px;
  height: 90px;
}

.team {
  display: flex;
  gap: 30px 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.team .member {
  max-width: 180px;
  text-align: center;
}
.team .member h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.team .member h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.team .member .social-profiles {
  list-style: none;
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.team .member .social-profiles img {
  width: 34px;
}
.team .member .compLogo {
  width: 150px;
}
.team .member a {
  transition: all 0.3s;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.team .member a:hover {
  box-shadow: 0px 2px 3px rgba(83, 56, 158, 0.3);
}

.become-member .img-right {
  text-align: center;
}
.become-member .img-right .full-width {
  max-height: 350px;
}
@media screen and (max-width: 767px) {
  .become-member .img-right {
    margin-bottom: 30px;
  }
}

.aboutLay .welcome-sec .welcome-block {
  max-width: 540px;
}
.aboutLay .footer-2 .copy .inquiry {
  opacity: 0;
  visibility: hidden;
}
.aboutLay .container.row-supported-team {
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 9999px;
  border: 1px solid #E9D7FE;
  background: #F9F5FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #6941C6;
}

@media screen and (max-width: 767px) {
  .welcome-sec .welcome-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.comprehensive-approach .card h3 {
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .comprehensive-approach .comprehensive-approach &gt; *:not(:last-child) {
    margin-bottom: 50px;
  }
}

.revolutionizing-teen-section .sectionHeader {
  max-width: 100%;
}
.revolutionizing-teen-section .sectionHeader h2 {
  letter-spacing: -0.72px;
  font-weight: 600;
  color: #101828;
  font-size: 36px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .revolutionizing-teen-section .sectionHeader h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .revolutionizing-teen-section .sectionHeader h2 {
    font-size: 26px;
  }
}
.revolutionizing-teen-section .revolutionizing-teen-content {
  padding: 64px;
  background: #d3d3d3 url("../img/new_metrics.png") no-repeat center center/cover;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .revolutionizing-teen-section .revolutionizing-teen-content {
    padding: 40px 25px;
  }
}
.revolutionizing-teen-section .revolutionizing-teen-content .card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  color: #ffffff;
  padding: 32px 24px;
  position: relative;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .revolutionizing-teen-section .revolutionizing-teen-content .card {
    font-size: 16px;
    padding: 20px 15px;
    border-radius: 10px;
  }
}
.revolutionizing-teen-section .revolutionizing-teen-content .card h3 {
  color: inherit;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.2px;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .revolutionizing-teen-section .revolutionizing-teen-content .card h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .revolutionizing-teen-section .revolutionizing-teen-content .row &gt; *:not(:last-child) {
    margin-bottom: 50px;
  }
}

.demonstrated-success-section h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 767px) {
  .demonstrated-success-section .demonstrated-success-content .row &gt; *:not(:last-child) {
    margin-bottom: 30px;
  }
  .demonstrated-success-section .demonstrated-success-content .row &gt; .reportText {
    margin-bottom: 0 !important;
  }
  .demonstrated-success-section .source-text {
    padding-top: 0 !important;
  }
}
.demonstrated-success-section .card h3 {
  color: #7F56D9;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.2px;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .demonstrated-success-section .card h3 {
    font-size: 28px;
  }
}
.demonstrated-success-section .card h4 {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .demonstrated-success-section .card h4 {
    font-size: 16px;
  }
}

.form-block {
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .form-block {
    margin-bottom: 50px;
  }
}
.form-block .content {
  margin-bottom: 48px;
  max-width: 100%;
}
.form-block h2,
.form-block h1 {
  color: #101828;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 767px) {
  .form-block h2,
  .form-block h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .form-block h2,
  .form-block h1 {
    font-size: 26px;
  }
}
.form-block .form-field label, .form-block.select-field label {
  display: block;
  margin: 0 0 6px;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.form-block .form-field .phonefield, .form-block.select-field .phonefield {
  position: relative;
  z-index: 3;
}
.form-block .form-field .phonefield input, .form-block.select-field .phonefield input {
  padding-left: 69px;
}
.form-block .form-field .phonefield select, .form-block.select-field .phonefield select {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  padding: 10px 0 10px 14px;
  background: no-repeat;
  box-shadow: none;
  color: #344054;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/chevron-downg.png");
  background-size: 20px;
  background-position: 100% 50%;
  width: 60px;
}
.form-block .form-field .phonefield select:focus, .form-block.select-field .phonefield select:focus {
  outline: none;
}
.form-block .form-field input,
.form-block .form-field textarea,
.form-block .form-field .select, .form-block.select-field input,
.form-block.select-field textarea,
.form-block.select-field .select {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: 100%;
  padding: 10px 14px;
  color: #344054;
}
.form-block .form-field input:focus,
.form-block .form-field textarea:focus,
.form-block .form-field .select:focus, .form-block.select-field input:focus,
.form-block.select-field textarea:focus,
.form-block.select-field .select:focus {
  outline: none;
}
.form-block .form-field input.error,
.form-block .form-field textarea.error,
.form-block .form-field .select.error, .form-block.select-field input.error,
.form-block.select-field textarea.error,
.form-block.select-field .select.error {
  border: 1px solid #f00;
  color: #f00;
}
.form-block .form-field input.error::placeholder,
.form-block .form-field textarea.error::placeholder,
.form-block .form-field .select.error::placeholder, .form-block.select-field input.error::placeholder,
.form-block.select-field textarea.error::placeholder,
.form-block.select-field .select.error::placeholder {
  color: #f00;
}
.form-block .form-field input.error + label,
.form-block .form-field textarea.error + label,
.form-block .form-field .select.error + label, .form-block.select-field input.error + label,
.form-block.select-field textarea.error + label,
.form-block.select-field .select.error + label {
  color: #f00;
  font-size: 10px;
  margin: 2px 0 0;
}
.form-block .form-field .select, .form-block.select-field .select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/chevron-downg.png");
  background-size: 20px;
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  color: rgba(52, 64, 84, 0.8);
}
.form-block .form-field .select.valid, .form-block.select-field .select.valid {
  color: #344054;
}
.form-block .form-field textarea, .form-block.select-field textarea {
  resize: none;
  min-height: 130px;
}
.form-block .checkboxWrap label {
  position: relative;
  z-index: 3;
  padding-left: 32px;
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
.form-block .checkboxWrap label input {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 20px;
  height: 20px;
  top: 0px;
  opacity: 0;
}
.form-block .checkboxWrap label input.error ~ label {
  color: #f00;
  font-size: 10px;
  margin: 0;
  position: absolute;
  bottom: -16px;
  left: 0;
  max-width: 100%;
}
.form-block .checkboxWrap label input.error ~ span:before {
  border-color: #f00;
}
.form-block .checkboxWrap label input ~ span {
  cursor: pointer;
}
.form-block .checkboxWrap label input ~ span:before, .form-block .checkboxWrap label input ~ span:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
}
.form-block .checkboxWrap label input ~ span:before {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  top: 0px;
}
.form-block .checkboxWrap label input ~ span:after {
  left: 4px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  top: 5px;
  z-index: 2;
  transform: rotate(-45deg);
  display: none;
}
.form-block .checkboxWrap label input:checked ~ span:before {
  background: #7F56D9;
  border-color: #7F56D9;
}
.form-block .checkboxWrap label input:checked ~ span:after {
  display: block;
}
.form-block .get-app-link {
  width: 100%;
}
.form-block a {
  color: #6941C6;
  text-decoration: none;
}
.form-block a:hover {
  color: inherit;
}

.contact-form-with-image.fullWidthForm .form-block {
  max-width: 850px;
  margin: auto;
}
.contact-form-with-image.fullWidthForm .form-block .content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 100%;
}
.contact-form-with-image.fullWidthForm .form-block .get-app-link {
  max-width: 320px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .employersPage .welcome-sec .welcome-block {
    max-width: 490px;
  }
}
.employersPage .comprehensive-approach .card {
  margin-bottom: 48px;
}
@media screen and (min-width: 992px) {
  .employersPage .comprehensive-approach .card:last-child, .employersPage .comprehensive-approach .card:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.offer-organization {
  background: #F9FAFB;
}
.offer-organization .card {
  position: relative;
  z-index: 3;
  padding-left: 64px;
}
.offer-organization .card &gt; img {
  position: absolute;
  left: 0;
  top: -10px;
}
.offer-organization .card h3 {
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 12px;
}

@media screen and (min-width: 992px) {
  .absolute-img {
    position: relative;
    z-index: 2;
  }
  .absolute-img img {
    position: absolute;
    max-width: none;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}
.resourceLink {
  text-align: left;
}
.resourceLink ol {
  margin: 0;
  padding: 0 0 0 20px;
}

.sectionTitle, .press-releases h2, .in-news h2, .featured-news h2, .press-banner h2 {
  margin: 0 0 40px;
}

.bsSpace, .press-releases .card h3, .in-news figure img, .featured-news .card h3 {
  margin: 0 0 20px;
}

.presspage main article {
  display: block;
}

time {
  display: block;
  margin: 10px 0 5px;
  font-size: 14px;
}

.press-banner {
  background: #53389E;
  color: #fff;
}
.press-banner * {
  color: #fff;
}
.press-banner .logoes {
  display: flex;
  align-items: center;
  gap: 20px 10px;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .press-banner .logoes {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .press-banner .container {
    padding-top: 50px;
  }
  .press-banner .logo {
    max-width: 30%;
  }
}

.featured-news .card {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1017);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.featured-news .card a {
  text-decoration: none;
  color: #53389e;
}
.featured-news .card h3 a {
  color: inherit;
}
.featured-news .card h3 a:hover {
  color: #53389e;
}
.featured-news .card h3 + a:hover {
  color: inherit;
  text-decoration: underline;
}
.featured-news .card .mrlink {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .featured-news .row &gt; *:not(:last-child) {
    margin-bottom: 30px;
  }
}

.in-news figure {
  margin: 0 auto;
  padding: 0;
  display: block;
  max-width: 400px;
}
.in-news figure img {
  display: block;
  width: 100%;
}
.in-news figure figcaption {
  display: block;
}
.in-news .card h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #6941C6;
  margin: 0 0 5px;
}
.in-news .card time {
  display: block;
  margin: 5px 0;
}
.in-news .card p {
  margin: 0 0 15px;
  font-weight: 600;
}
.in-news .card a {
  text-decoration: none;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 9999px;
  border: 1px solid #E9D7FE;
  background: #F9F5FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #6941C6;
  margin: 0 0 5px;
  transition: all 0.3s;
}
.in-news .card a:hover {
  color: #fff;
  border: 1px solid #6941C6;
  background: #6941C6;
}
.in-news .card + .card {
  margin-top: 40px;
}
.in-news .news-item + .news-item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .in-news .news-item &gt; *:not(:last-child) {
    margin-bottom: 30px;
  }
}

.press-releases {
  background: #F9FAFB;
}
.press-releases .row {
  gap: 40px 0;
}
.press-releases .card a {
  text-decoration: none;
  color: #53389e;
  font-weight: bold;
}
.press-releases .card a:hover {
  color: inherit;
  text-decoration: underline;
}

.news-item.hiddenNews {
  display: none !important;
}

.press-kit a {
  text-decoration: none;
  color: #53389e;
  font-weight: bold;
}
.press-kit a:hover {
  text-decoration: underline;
}
.press-kit .card {
  position: relative;
  height: 100%;
}
.press-kit .card .h4 {
  margin-top: 30px !important;
}

.featured-newsSlider {
  margin: -24px -15px;
  width: auto;
  padding: 0 0 15px 15px;
  overflow: hidden;
}
.featured-newsSlider .slick-list {
  left: -15px;
}
.featured-newsSlider .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
.featured-newsSlider .slick-slide {
  padding: 24px 15px;
  height: inherit;
}
.featured-newsSlider .slick-slide .card {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1017);
}
.featured-newsSlider .slick-dots {
  max-width: calc(100% - 24px);
  display: flex;
  justify-content: center;
  gap: 0 10px;
  bottom: 0;
  padding: 0;
}
.featured-newsSlider .slick-dots li {
  margin: 0;
  height: 15px;
  width: 15px;
  background: #EAECF0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.featured-newsSlider .slick-dots li.slick-active, .featured-newsSlider .slick-dots li:hover {
  background: #7F56D9;
}
.featured-newsSlider .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
}

.trust-and-safety-page .h1f, .trust-and-safety-page h1, .trust-and-safety-page .h1 {
  font-size: 50px;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .trust-and-safety-page .h1f, .trust-and-safety-page h1, .trust-and-safety-page .h1 {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  .trust-and-safety-page .h1f, .trust-and-safety-page h1, .trust-and-safety-page .h1 {
    font-size: 38px;
  }
}
.trust-and-safety-page .trust-and-safety-banner .container {
  max-width: 910px;
  text-align: center;
}
.trust-and-safety-page .welcome-sec.banner .welcome-block {
  max-width: 560px;
}
@media (max-width: 991px) {
  .trust-and-safety-page .welcome-sec.banner .welcome-block {
    padding-bottom: 50px;
  }
}
.trust-and-safety-page .welcome-sec .welcome-block a {
  transition: all 0.3s;
  color: #6941C6;
  text-decoration: underline;
  font-weight: 700;
}
.trust-and-safety-page .welcome-sec .welcome-block a:hover {
  text-decoration: none;
}
.trust-and-safety-page .welcome-sec .img-right {
  border-radius: 32px;
  overflow: hidden;
}
.trust-and-safety-page h1, .trust-and-safety-page h2, .trust-and-safety-page h3, .trust-and-safety-page h4, .trust-and-safety-page h5 {
  margin-top: 0;
}
.trust-and-safety-page h3 {
  font-weight: 600;
}
.trust-and-safety-page .d-flex {
  display: flex;
}
.trust-and-safety-page .page-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.trust-and-safety-page .page-section h1 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .trust-and-safety-page .page-section h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
.trust-and-safety-page h2 {
  font-size: 32px;
  line-height: 1.17;
  margin: 0 0 0.5em;
}
@media (max-width: 767px) {
  .trust-and-safety-page h2 {
    font-size: 22px;
  }
}
.trust-and-safety-page .content-item .links-list {
  padding: 0;
}
.trust-and-safety-page .content-item .links-list:last-child {
  margin-bottom: 0;
}
.trust-and-safety-page .content-item .links-list li a {
  transition: all 0.3s;
  color: #6941C6;
  text-decoration: none;
}
.trust-and-safety-page .content-item .links-list li a:hover {
  color: #6941C6;
  filter: grayscale(1);
}
.trust-and-safety-page .content-item ul,
.trust-and-safety-page .content-item ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.trust-and-safety-page .content-item ul li + li,
.trust-and-safety-page .content-item ol li + li {
  margin-top: 10px;
}
.trust-and-safety-page .content-item p {
  margin: 0 0 20px;
}
.trust-and-safety-page .content-item p + h2 {
  margin-top: 30px;
}
.trust-and-safety-page .content-item.content-item-full {
  margin: 0 auto;
  max-width: 940px;
}
.trust-and-safety-page .page-section a {
  color: #7F56D9;
  text-decoration: underline;
}
.trust-and-safety-page .page-section a:hover {
  text-decoration: none;
}
.trust-and-safety-page .page-section.page-header {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .trust-and-safety-page .page-section.page-header .reg-container {
    max-width: 661px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .trust-and-safety-page .page-section.page-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.trust-and-safety-page .page-section .two-col .col {
  width: 50%;
}
.trust-and-safety-page .page-section.community-section .two-col {
  gap: 25px;
}
.trust-and-safety-page .page-section.community-section .two-col .col-left {
  width: 45%;
}
.trust-and-safety-page .page-section.community-section .two-col .col-right {
  width: 55%;
}
@media (max-width: 767px) {
  .trust-and-safety-page .page-section.community-section .two-col .col-right {
    width: 100%;
  }
}
.trust-and-safety-page .page-section .section-header {
  margin-bottom: 40px;
  max-width: 100%;
}
.trust-and-safety-page .page-section .tabber-options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trust-and-safety-page .page-section .tabber-options .tabber-option {
  cursor: pointer;
  border-top: 1px solid #E5EAF2;
  padding: 18px 20px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 2px;
}
.trust-and-safety-page .page-section .tabber-options .tabber-option.active, .trust-and-safety-page .page-section .tabber-options .tabber-option:hover {
  border-radius: 19px;
  background-color: #7F56D9;
  color: #fff;
  border-color: #7F56D9;
}
.trust-and-safety-page .page-section .tabber-options .tabber-option.active + .tabber-option, .trust-and-safety-page .page-section .tabber-options .tabber-option:hover + .tabber-option {
  border-color: transparent;
}
.trust-and-safety-page .page-section .tabber-options .tabber-option.active::after, .trust-and-safety-page .page-section .tabber-options .tabber-option:hover::after {
  color: inherit;
}
.trust-and-safety-page .page-section .tabber-options .tabber-option.active {
  font-weight: 600 !important;
}
.trust-and-safety-page .page-section .tabber-options .tabber-option::after {
  content: "-&gt;";
  width: 24px;
  height: 14px;
  position: relative;
  right: 0;
  transition: right 0.3s;
  font-weight: 600 !important;
  color: #7F56D9;
}
.trust-and-safety-page .page-section .tabber-options .tabber-option:hover::after {
  right: -7px;
}
.trust-and-safety-page .page-section .tabber-options .tabber-option.active:hover::after {
  right: 0;
}
.trust-and-safety-page .page-section .tabber-options .tabber-option:first-child {
  border-top: none;
}
@media (max-width: 767px) {
  .trust-and-safety-page .page-section .tabber-item {
    padding: 20px 24px;
  }
  .trust-and-safety-page .page-section .tabber-item .content {
    padding: 54px 20px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
  }
}
@media (min-width: 768px) {
  .trust-and-safety-page .page-section .tabber-item {
    font-weight: 600;
    transition: opacity 0.3s;
    opacity: 0;
    display: none;
  }
  .trust-and-safety-page .page-section .tabber-item.active {
    display: block;
  }
  .trust-and-safety-page .page-section .tabber-item.visible-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .trust-and-safety-page .page-section .mobile-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.trust-and-safety-page .page-section .mobile-slider h2 {
  font-size: 16px;
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  line-height: 1.6;
}
.trust-and-safety-page .page-section .mobile-slider .slick-dots {
  width: 140px;
  max-width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #E8E8E8;
  border-radius: 100px;
  padding: 5px 10px;
  gap: 20px 10px;
  display: flex;
  justify-content: center;
}
.trust-and-safety-page .page-section .mobile-slider .slick-dots li {
  position: relative;
  overflow: hidden;
  width: 5px;
  height: 5px;
  background: #D2D2D2;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
}
.trust-and-safety-page .page-section .mobile-slider .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.trust-and-safety-page .page-section .mobile-slider .slick-dots li.slick-active, .trust-and-safety-page .page-section .mobile-slider .slick-dots li:hover {
  background: #6941C6;
}
.trust-and-safety-page .page-section .mobile-slider .slick-arrow {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  background-image: url("../img/chevron.svg");
  font-size: 0;
  border-radius: 0;
  z-index: 3;
}
.trust-and-safety-page .page-section .mobile-slider .slick-arrow::before {
  display: none;
}
.trust-and-safety-page .page-section .mobile-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.trust-and-safety-page .page-section .mobile-slider .slick-arrow.slick-next {
  right: 0;
}
.trust-and-safety-page .page-section.resources-section .resouces {
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 767px) {
  .trust-and-safety-page .page-section.resources-section .resouces {
    flex-direction: row;
  }
}
.trust-and-safety-page .page-section.resources-section .resouces + .section-header {
  margin: 60px 0 0;
  max-width: 780px;
}
@media (max-width: 767px) {
  .trust-and-safety-page .page-section.resources-section .resouces + .section-header {
    margin: 30px 0 0;
  }
}
.trust-and-safety-page .page-section.resources-section .resouces .resouces-card {
  padding: 24px 27px 24px 24px;
  border-radius: 16px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1017);
  display: flex;
  flex-direction: column;
  width: calc(33.3334% - 18px);
  background: #fff;
}
@media (max-width: 767px) {
  .trust-and-safety-page .page-section.resources-section .resouces .resouces-card {
    width: calc(50% - 14px);
  }
}
@media (max-width: 479px) {
  .trust-and-safety-page .page-section.resources-section .resouces .resouces-card {
    width: 100%;
  }
}
.trust-and-safety-page .page-section.resources-section .resouces .resouces-card p {
  margin: 0 0 1.25em;
}
.trust-and-safety-page .page-section.resources-section .resouces .resouces-card h3 {
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
}
.trust-and-safety-page .page-section.resources-section .resouces .resouces-card .resouces-link {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: auto;
}
.trust-and-safety-page .page-section.resources-section .resouces .resouces-card .resouces-link li {
  display: flex;
  align-items: center;
}
.trust-and-safety-page .page-section.resources-section .resouces .resouces-card .resouces-link li + li {
  margin-top: 10px;
}
.trust-and-safety-page .page-section.resources-section .resouces .resouces-card .resouces-link li a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
  transition: all 0.3s;
  color: #6941C6;
}
.trust-and-safety-page .page-section.resources-section .resouces .resouces-card .resouces-link li a:hover {
  color: #6941C6;
  filter: grayscale(1);
}
@media (min-width: 768px) {
  .trust-and-safety-page .page-section.image-description-section .reg-container {
    max-width: 840px;
  }
}
.trust-and-safety-page .page-section.image-description-section .reg-container .image-content {
  gap: 70px;
}
.trust-and-safety-page .page-section.image-description-section .reg-container .image-content .image {
  width: 30%;
  text-align: center;
}
.trust-and-safety-page .page-section.image-description-section .reg-container .image-content .content {
  width: 70%;
}
.trust-and-safety-page .page-section.image-description-section .reg-container .image-content p {
  font-size: 24px;
}
@media (max-width: 767px) {
  .trust-and-safety-page .page-section.image-description-section .reg-container .image-content {
    gap: 40px;
  }
  .trust-and-safety-page .page-section.image-description-section .reg-container .image-content .image,
  .trust-and-safety-page .page-section.image-description-section .reg-container .image-content .content {
    width: 100%;
  }
  .trust-and-safety-page .page-section.image-description-section .reg-container .image-content .image p,
  .trust-and-safety-page .page-section.image-description-section .reg-container .image-content .content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .trust-and-safety-page .page-section.image-description-section .reg-container .image-content,
  .trust-and-safety-page .page-section.image-description-section .reg-container .content {
    width: 100%;
  }
}
.trust-and-safety-page .section-contact {
  padding: 111px 0px 111px 0px;
}
.trust-and-safety-page .section-contact .wrapper {
  max-width: 690px;
  width: 100%;
}
.trust-and-safety-page .section-contact h2 {
  color: #FFFFFF;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.48px;
  padding-bottom: 24px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .trust-and-safety-page .section-contact h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}
.trust-and-safety-page .section-contact p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 767px) {
  .trust-and-safety-page .section-contact p {
    line-height: 1.5;
    font-size: 14px;
  }
}
.trust-and-safety-page .section-contact p br {
  content: "";
  display: block;
  height: 30px;
}
.trust-and-safety-page .section-contact p a {
  color: #FFFFFF;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .trust-and-safety-page .section-contact {
    padding: 80px 0px 80px 0px;
  }
}

@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .trust-and-safety-page .d-flex {
    display: block;
  }
  .trust-and-safety-page .d-flex.resouces {
    display: flex;
  }
  .trust-and-safety-page .image-description-section .d-flex .content {
    padding: 40px 0;
  }
}
.guidelineCont-wrap {
  padding-top: 0 !important;
}
.guidelineCont-wrap .content-item.content-block {
  max-width: 100%;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>