/*! 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&display=swap");
@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: #222;
  font-size: 1em;
  line-height: 1.6;
  background-color: #F7F9FD;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #6D6F7C;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.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;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.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;
}

h1,
.h1 {
  font-family: "Eina04", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 44px;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-family: "Eina04", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

h3,
.h3 {
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-top: 0;
}

.heading-grey {
  color: #6D6F7C;
  font-weight: 400;
}

p,
.p {
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

dl, dt, dd {
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
}

dt {
  font-weight: 700;
  margin-bottom: 1rem;
}

dd {
  margin: 0;
  margin-bottom: 40px;
}

.link-blue:link, .link-blue:visited {
  color: #75ccef;
}

.link-pink:link, .link-pink:visited {
  color: #EE28DA;
  text-decoration: none;
}

.link-pink:hover, .link-pink:active {
  text-decoration: underline;
}

.link-list {
  padding: 0;
  list-style: none;
}
.link-list a:link, .link-list a:visited {
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 0px 2px 6px rgba(37, 49, 98, 0.15);
}
.link-list a:hover, .link-list a:active, .link-list a:focus {
  text-decoration: underline;
}

.list {
  padding: 0;
  list-style: none;
}

.small {
  font-size: 0.9rem;
}

/**
 * Show/hide depending on breakpoints
 */
.show-tiny {
  display: none;
}
@media screen and (max-width: 375px) {
  .show-tiny {
    display: block;
  }
}

.hide-tiny {
  display: block;
}
@media screen and (max-width: 375px) {
  .hide-tiny {
    display: none;
  }
}

.show-small {
  display: none;
}
@media screen and (max-width: 640px) {
  .show-small {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .hide-small {
    display: none;
  }
}

.show-medium {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-medium {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .hide-medium {
    display: none;
  }
}

/**
 * Container widths
 */
.third-width {
  width: 66%;
}
@media screen and (max-width: 768px) {
  .third-width {
    width: auto;
  }
}

.half-width {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .half-width {
    width: auto;
  }
}

.full-width {
  width: 100%;
  max-width: 100%;
}

.max-width {
  max-width: 100%;
}

/**
 * Position
 */
.relative {
  position: relative;
}

/**
 * Remove margins
 */
.no-margin {
  margin: 0 !important;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

/**
 * Add margins
 */
.m-auto {
  margin: auto;
}

.mv-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

/**
 * Text
 */
.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}

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

/**
 * Display
 */
.d-block {
  display: block;
}

/**
* Page layout
*/
section {
  padding: 48px 0;
}

.reg-container {
  max-width: 936px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .reg-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wide-container {
  max-width: 984px;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  .wide-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hero {
  padding: 10rem 0 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .hero {
    padding-top: 0;
  }
}

.font-12 {
  font-size: 1.25rem;
}
@media screen and (min-width: 980px) {
  .font-12 {
    font-size: 1.5rem;
    margin-bottom: 1em !important;
  }
}

/**
* Main navigation
*/
.nav-bkg {
  background: url(../img/nav-bkg.png) no-repeat top center;
  background-size: contain;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 230px;
  z-index: 9998;
  pointer-events: none;
}

.site-nav .brand {
  flex-direction: column;
}

.brand {
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.605442px;
  font-family: "Eina04", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  align-items: center;
  color: #c8b3c1;
}
.brand > img {
  width: 80px;
  margin-bottom: 8px;
}
.brand > span {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .brand span {
    max-width: 5rem;
  }
}

.site-nav {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 6rem;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 12px;
  margin-left: -340px;
}
.site-nav ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.site-nav li {
  margin-left: 40px;
}
.site-nav.spanish-nav li:first-child {
  margin-left: 0;
}
.site-nav input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.site-nav .social-list {
  display: none;
}
.site-nav .social-list li {
  margin-left: 0;
}
.site-nav .link-list a {
  position: relative;
}
.site-nav .link-list a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #2c3769;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .site-nav .link-list a::before {
    display: none;
  }
}
.site-nav .link-list a:hover, .site-nav .link-list a:active, .site-nav .link-list a:focus {
  text-decoration: none;
}
.site-nav .link-list a:hover::before {
  top: -1rem;
}
.site-nav .link-list a.brand-nav-link::before {
  content: none;
}

/**
* Responsive navigation
*/
#menu-icon,
#menu-icon:before,
#menu-icon:after {
  background: #fff;
  height: 0.1em;
  transition: all 0.2s ease-in-out;
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #menu-icon,
  #menu-icon:before,
  #menu-icon:after {
    display: none;
  }
}

#menu-icon {
  display: inline-block;
  margin: 2.3rem 0;
  max-width: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  #menu-icon {
    display: none;
  }
}

#menu-icon:before,
#menu-icon:after {
  content: "";
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #menu-icon:before,
  #menu-icon:after {
    display: none;
  }
}

#menu-icon:before {
  top: -0.4em;
}
@media screen and (min-width: 768px) {
  #menu-icon:before {
    display: none;
  }
}

#menu-icon:after {
  bottom: -0.4em;
}
@media screen and (min-width: 768px) {
  #menu-icon:after {
    display: none;
  }
}

.site-nav input[type=checkbox]:checked + label #menu-icon {
  background: transparent;
}

.site-nav input[type=checkbox]:checked + label #menu-icon:before {
  top: 0;
  transform: rotate(-45deg);
  background-color: #172354;
}

.site-nav input[type=checkbox]:checked + label #menu-icon:after {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #172354;
}

.site-nav input:checked ~ #overlay {
  background: #FFFFFF url(../img/bkg-small-nav.png) no-repeat center center;
  background-size: 250%;
  position: fixed;
  height: 100vh;
  width: 100vw;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.site-nav input ~ .brand-responsive-open {
  display: none;
}

.site-nav input:checked ~ .brand-responsive-closed {
  display: none;
}

.site-nav input:checked ~ .brand-responsive-closed > span {
  display: none !important;
}

.site-nav input:checked ~ .brand-responsive-open {
  display: block;
}

.site-nav input:checked ~ .social-list {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1000;
}
.site-nav input:checked ~ .social-list img {
  height: 46px;
}

@media screen and (max-width: 768px) {
  .brand-large-screens-nav {
    display: none;
  }
  .site-nav {
    padding: 20px;
    display: block;
    margin: 0;
    box-sizing: border-box;
    position: initial;
  }
  .site-nav .brand {
    flex-direction: row;
    position: absolute;
    top: 14px;
    z-index: 1000;
    color: white;
    text-decoration: none;
  }
  .site-nav .brand img {
    width: 80px;
    margin-right: 8px;
  }
  .site-nav label {
    cursor: pointer;
    display: block;
    font-size: 2rem;
    line-height: 1;
    padding: 0 0.5em;
    position: absolute;
    right: 0;
    top: 10px;
    float: right;
    z-index: 1000;
  }
  .site-nav input ~ ul {
    display: none;
  }
  .site-nav input:checked ~ .link-list {
    max-height: inherit;
    opacity: 1;
    display: flex;
    height: 65vh;
    justify-content: center;
    position: relative;
    z-index: 1000;
  }
  .site-nav .link-list {
    flex-direction: column;
    text-align: center;
    font-size: 1.5em;
    list-style: none;
    overflow: hidden;
    padding: 0;
  }
  .site-nav .link-list li {
    margin-left: 0;
  }
  .site-nav .link-list li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .site-nav .link-list a:link, .site-nav .link-list a:visited {
    font-size: 1.5rem;
    color: #172354;
  }
  .site-nav .link-list a:hover, .site-nav .link-list a:active, .site-nav .link-list a:focus {
    text-decoration: underline;
  }
}
.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #responsive-menu,
  label[for=responsive-menu],
  #overlay,
  .brand-responsive-open,
  .site-nav .social-list {
    display: none;
  }
  .brand-responsive-closed {
    display: none;
  }
}
.lp-header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 30px;
}
.lp-header-section h1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .lp-header-section {
    opacity: 0;
    visibility: hidden;
  }
}

.announce-bar {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  color: #222;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", 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", 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", sans-serif;
  white-space: nowrap;
}
.announce-bar .announce-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .announce-bar + .hero .nav-bkg,
  .announce-bar + .hero .site-nav,
  .announce-bar + .hero-section .nav-bkg,
  .announce-bar + .hero-section .site-nav,
  .announce-bar + .sfc-header-section .nav-bkg,
  .announce-bar + .sfc-header-section .site-nav {
    position: absolute;
  }
  .announce-bar + .hero .site-nav .link-list a:before,
  .announce-bar + .hero-section .site-nav .link-list a:before,
  .announce-bar + .sfc-header-section .site-nav .link-list a:before {
    opacity: 0;
  }
  .announce-bar + .hero .site-nav .link-list a:hover:before,
  .announce-bar + .hero-section .site-nav .link-list a:hover:before,
  .announce-bar + .sfc-header-section .site-nav .link-list a:hover:before {
    opacity: 1;
  }
}
.announce-bar + .hero-section,
.announce-bar + .hero,
.announce-bar + .hero-section,
.announce-bar + .sfc-header-section {
  position: relative;
}
@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;
  }
}

.fixed-header .announce-bar + .hero .nav-bkg,
.fixed-header .announce-bar + .hero .site-nav,
.fixed-header .announce-bar + .hero-section .nav-bkg,
.fixed-header .announce-bar + .hero-section .site-nav,
.fixed-header .announce-bar + .sfc-header-section .nav-bkg,
.fixed-header .announce-bar + .sfc-header-section .site-nav {
  position: fixed;
}
.fixed-header .announce-bar + .hero .site-nav,
.fixed-header .announce-bar + .hero-section .site-nav,
.fixed-header .announce-bar + .sfc-header-section .site-nav {
  top: 10px;
}
.fixed-header .announce-bar + .sfc-header-section .nav-bkg,
.fixed-header .announce-bar + .sfc-header-section .site-nav {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .menu-open {
    overflow: hidden;
  }
  .menu-open .announce-bar {
    display: none;
  }
  .menu-open.sfc-page .sfc-header-section {
    padding-bottom: 8rem;
    padding-top: 4.5rem;
    margin: 0;
  }
  .menu-open.sfc-page .sfc-header-section .site-nav {
    position: static;
  }
  .fixed-header .announce-bar + .hero .nav-bkg,
  .fixed-header .announce-bar + .hero .site-nav,
  .fixed-header .announce-bar + .hero-section .nav-bkg,
  .fixed-header .announce-bar + .hero-section .site-nav,
  .fixed-header .announce-bar + .sfc-header-section .nav-bkg,
  .fixed-header .announce-bar + .sfc-header-section .site-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    max-width: 100%;
  }
  .fixed-header .announce-bar + .hero .nav-bkg,
  .fixed-header .announce-bar + .hero-section .nav-bkg,
  .fixed-header .announce-bar + .sfc-header-section .nav-bkg {
    display: block;
    height: 160px;
    position: fixed;
    background: url(../img/nav-bkg.png) no-repeat top center;
    background-size: cover;
  }
  .fixed-header .announce-bar + .sfc-header-section .nav-bkg,
  .fixed-header .announce-bar + .sfc-header-section .site-nav {
    position: absolute;
  }
  .sfc-page .sfc-header-section {
    margin-bottom: -50px;
  }
  .sfc-page .sfc-header-section .site-nav {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
}
.contact-row {
  padding: 90px 0;
  background: #FFFFFF;
}

.contact-flex {
  display: flex;
  padding-top: 8px;
  gap: 40px;
}
.contact-flex div:first-child {
  width: 100%;
  height: 16rem;
}
.contact-flex div:first-child iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .contact-flex {
    display: block;
  }
  .contact-flex div {
    width: 100%;
  }
  .contact-flex div:first-child {
    margin-bottom: 48px;
  }
}

.input-text {
  border: 1px solid #E4EAF5;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 14px 16px 10px;
  border-radius: 6px;
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}

.input-submit {
  color: #FFFFFF;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  cursor: pointer;
  background: linear-gradient(258.86deg, #4A99FA -21.74%, #34F5EA 105.66%);
  text-shadow: 0px 0px 8px #46ADF7;
  border-radius: 6px;
  padding: 15px 32px 12px;
  border: 0 none;
}
.input-submit:hover {
  filter: brightness(1.1);
}

/**
* Footer
*/
footer {
  background: #45444b url(../img/bkg-footer.png) no-repeat top center;
  background-size: cover;
  color: #FFFFFF;
  padding: 40px;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  footer.footer-no-nav .footer-2 > :nth-child(1) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}

.footer-1 {
  display: flex;
  justify-content: space-between;
  border-bottom: rgba(255, 255, 255, 0.16) 1px solid;
  padding-bottom: 40px;
}
.footer-1 .brand {
  color: #fff;
}
.footer-1 .brand img {
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer-1 {
    flex-direction: column;
    padding-top: 36px;
    padding-bottom: 32px;
  }
  .footer-1 .brand {
    align-self: center;
    padding-bottom: 52px;
    flex-direction: column;
  }
  .footer-1 .brand img {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

.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.store-download-list-large img {
  height: 64px;
}
@media screen and (max-width: 768px) {
  .store-download-list.store-download-list-large {
    flex-direction: column;
  }
  .store-download-list.store-download-list-large li:last-of-type {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.footer-2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 40px;
  font-weight: 400;
}
.footer-2 p, .footer-2 ul {
  margin: 0;
  line-height: 23px;
}
.footer-2 .copy {
  flex: 0.7 1 0;
  line-height: 38px;
}
@media screen and (max-width: 880px) {
  .footer-2 .copy {
    flex: 0.64 1 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-2 {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 36px;
  }
  .footer-2 > :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 > :nth-child(2) { /* legal */
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
  .footer-2 > :nth-child(3) { /* social */
    order: 1;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .footer-2 {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 36px;
  }
  .footer-2 > :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 > :nth-child(2) { /* legal */
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
  .footer-2 > :nth-child(3) { /* social */
    order: 1;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}

.legal-list {
  flex: 0.18 1 0;
}
.legal-list a {
  padding: 8px 0 7px;
  display: block;
}
@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;
}
.social-list img {
  height: 38px;
}
.social-list a {
  display: flex;
  align-items: center;
}
.social-list a i {
  font-style: normal;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .social-list {
    display: flex;
    justify-content: center;
  }
  .social-list img {
    height: 48px;
    margin: 0 4px;
  }
  .social-list a i {
    display: none;
  }
}

.site-nav .social-list li:not(:first-child) {
  margin-left: 0.5rem;
}

#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;
  }
}

.hero-home {
  background-image: url(../img/bkg-hero-home.png), linear-gradient(264.44deg, #DE7F6A 2.57%, #C557A3 95.7%);
  background-repeat: no-repeat, no-repeat;
  background-size: 53%, auto;
  background-position: center 110px, center;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .hero-home {
    background-size: 200%, auto;
    background-position: 48px center, center;
    padding-top: 5rem;
  }
}

/* Slanted version

.hero-home {
    background-image: url(../img/bkg-hero-home.png), linear-gradient(264.44deg, #DE7F6A 2.57%, #C557A3 95.7%);
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, auto;
    background-position: center 110px, center;
    position: relative;
    margin-bottom: $space-large;

    &::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 200px;
        clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
        background: #F7F9FD;
        z-index: 0;

        @media screen and (max-width: $breakpoint-medium) {
            display: none;
        }
      }

    @media screen and (max-width: $breakpoint-medium) {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);

        background-size: 200%, auto;
        background-position: 48px center, center;
    }
}
*/
.hero-home-content {
  display: flex;
  gap: 64px;
  text-shadow: 0px 2px 20px rgba(118, 43, 93, 0.15);
  z-index: 1;
  position: relative;
  max-height: 25rem;
  padding-bottom: 4rem;
}
.hero-home-content > div:first-child {
  width: 40%;
}
@media screen and (max-width: 980px) {
  .hero-home-content > div:first-child {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .hero-home-content {
    display: block;
    padding-bottom: 1rem;
    max-height: initial;
    margin-top: 0;
  }
  .hero-home-content > div {
    width: 100%;
  }
}

.hero-home-content-block {
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .hero-home-content-block {
    padding-top: 2rem;
  }
}

/**
* Rows
*/
.reg-container-home {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .reg-container-home {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row-home-2 {
  padding-top: 0;
  padding-bottom: 17rem;
  background-color: #F7F9FD;
  position: relative;
}
.row-home-2 > div {
  padding-left: 24px;
}
.row-home-2::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: url(../img/icon-heart.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -28px;
}
@media screen and (max-width: 980px) {
  .row-home-2 {
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .row-home-2 {
    padding-bottom: 9rem;
  }
}

.row-home-2-flex {
  display: flex;
  gap: 48px;
}
.row-home-2-flex > div:first-child {
  width: 40%;
}
@media screen and (max-width: 980px) {
  .row-home-2-flex > div:first-child {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .row-home-2-flex > div:first-child {
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .row-home-2-flex {
    display: block;
  }
  .row-home-2-flex > div {
    width: 100%;
  }
}

.row-home-3 {
  background: #F7F9FD;
  padding: 5rem 0 4rem;
  position: relative;
}
.row-home-3::after {
  position: absolute;
  bottom: -45px;
  left: 50%;
  content: "";
  display: block;
  margin: 80px auto 0 -45px;
  width: 90px;
  height: 90px;
  background: url(../img/icon-heart-square.svg) no-repeat;
  background-size: contain;
}

.row-home-3-flex {
  display: flex;
  gap: 24px;
  margin-top: 2rem;
}
.row-home-3-flex > div {
  align-self: center;
}
.row-home-3-flex > div:nth-child(1) {
  width: 40%;
}
.row-home-3-flex > div:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .row-home-3-flex {
    flex-direction: column;
  }
  .row-home-3-flex > div:nth-child(1) {
    width: 100%;
    order: 2;
  }
  .row-home-3-flex > div:nth-child(2) {
    width: 100%;
    order: 1;
  }
}

.row-home-4 {
  background: white;
  padding: 5rem 0 7rem;
}
@media screen and (max-width: 640px) {
  .row-home-4 {
    padding-bottom: 3rem;
  }
}

.row-home-4-flex {
  display: flex;
  gap: 24px;
  margin-top: 2rem;
}
.row-home-4-flex > div {
  align-self: center;
}
.row-home-4-flex > div:nth-child(1) {
  width: 60%;
}
.row-home-4-flex > div:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 640px) {
  .row-home-4-flex {
    flex-direction: column;
  }
  .row-home-4-flex > div:nth-child(1) {
    width: 100%;
  }
  .row-home-4-flex > div:nth-child(2) {
    width: 100%;
  }
}

.masonry-images {
  columns: 2 200px;
  column-gap: 24px;
  margin-top: -6rem;
}
.masonry-images div {
  width: 500px;
  margin: 0 1rem 1rem 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.masonry-images div img {
  width: 100%;
  max-width: 100%;
  border-radius: 24px;
}
.masonry-images > div:nth-child(1) {
  margin-top: 40%;
}
@media screen and (max-width: 640px) {
  .masonry-images {
    margin-top: 1rem;
  }
  .masonry-images div {
    width: calc(50% - 12px);
    margin: 0;
  }
  .masonry-images div img {
    margin-bottom: 4px;
  }
  .masonry-images > div:nth-child(1) {
    margin-top: 0;
  }
  .masonry-images > div:last-of-type {
    width: 100%;
    text-align: left;
  }
}

.row-home-5 {
  background: #172354;
  color: white;
  padding: 8rem 0 7rem;
}
@media screen and (max-width: 640px) {
  .row-home-5 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

/**
* Type
*/
.home-p {
  font-size: 32px;
  line-height: 1.5;
  margin-top: 0;
}
.home-p strong {
  font-weight: 700;
}

.home-small {
  font-size: 24px;
  line-height: 2;
}

.home-h2 {
  font-size: 72px;
  line-height: 1.222;
  font-weight: 700;
  margin-top: 0;
}

.home-h3 {
  font-size: 48px;
  line-height: 1.1667;
  font-weight: 700;
  margin-top: 0;
}

.home-code {
  text-transform: uppercase;
  font-size: inherit;
  line-height: inherit;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/**
* Buttons
*/
.button-round {
  border-radius: 50px;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  color: #172354;
  background-color: white;
  padding: 18px 6rem 14px;
  display: inline-block;
  margin: 2rem 0;
}
@media screen and (max-width: 980px) {
  .button-round {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .button-round {
    padding-left: 3rem;
    padding-right: 3rem;
    margin: 1rem 0;
  }
}

.button-round-dark {
  background-color: #551662;
  color: white;
}

.hero-app {
  background-image: url(../img/bkg-hero-app.png), linear-gradient(148.36deg, #FFCD00 -23.56%, #3DD3E6 80.94%);
  background-repeat: no-repeat, no-repeat;
  background-size: 66%, auto;
  background-position: center -200px, center;
  padding-bottom: 0;
}
.hero-app .store-download-list {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .hero-app {
    background-size: 200%, auto;
    background-position: 48px center, center;
  }
}

.hero-app-content {
  display: flex;
  gap: 48px;
  text-shadow: 0px 2px 20px rgba(118, 43, 93, 0.15);
}
.hero-app-content > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .hero-app-content {
    display: block;
  }
  .hero-app-content > div {
    width: 100%;
  }
}

.hero-app-content-block {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .hero-app-content-block {
    margin-bottom: 40px;
  }
}

.side-by-side {
  display: flex;
  gap: 24px;
}
.side-by-side div {
  width: 50%;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .side-by-side {
    flex-direction: column;
  }
  .side-by-side > div {
    width: 100%;
  }
  .side-by-side:not(:last-child) {
    margin-bottom: 2rem;
  }
  .side-by-side.reverse > :nth-child(1) {
    order: 2;
  }
  .side-by-side.reverse > :nth-child(2) {
    order: 1;
  }
}

.safer {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .safer {
    padding-left: 0;
    padding-right: 0;
  }
}

.bottom-image {
  padding-bottom: 220px;
  background: url(../img/bkg-safer.svg) no-repeat center bottom;
}
@media screen and (max-width: 768px) {
  .bottom-image {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.hero-faq {
  background-image: url(../img/bkg-hero-families.png), linear-gradient(264.44deg, #1e247c 2.57%, #582249 95.7%);
  background-repeat: no-repeat, no-repeat;
  background-size: 77%, auto;
  background-position: center -200px, center;
  position: relative;
  margin-bottom: 7rem;
  padding-bottom: 1rem;
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  .hero-faq {
    background-size: 200%, auto;
    background-position: 48px center, center;
    padding-top: 5rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
  }
}

.hero-faq-content {
  display: flex;
  gap: 48px;
  text-shadow: 0px 2px 20px rgba(118, 43, 93, 0.15);
  z-index: 1;
  max-height: 24rem;
  position: relative;
  margin-top: 3.3rem;
  align-items: center;
}
.hero-faq-content > div {
  width: 50%;
}
.hero-faq-content > div:first-of-type {
  width: 66%;
}
@media screen and (max-width: 980px) {
  .hero-faq-content > div:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .hero-faq-content {
    max-height: initial;
    margin-top: 0;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-faq-content {
    display: block;
    padding-bottom: 0;
    margin-top: 0;
  }
  .hero-faq-content > div {
    width: 100%;
  }
}

.hero-faq-content-block {
  margin-top: -3rem;
}
@media screen and (max-width: 980px) {
  .hero-faq-content-block {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-faq-content-block {
    margin-top: 2rem;
  }
}

.row-faq {
  padding-bottom: 96px;
}

details {
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  border-bottom: 1px solid #E5EAF2;
  padding: 3rem 0 2rem;
}
details.last {
  border-bottom: 0 none;
}

summary {
  font-weight: 600;
  margin-bottom: 1rem;
  list-style: none;
  background: url(../img/arrow-right.svg) no-repeat center right;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  background-image: url(../img/arrow-down.svg);
}

.qr-code {
  max-width: 200px;
}

.hero-contact {
  background-image: url(../img/bkg-hero-app.png), linear-gradient(125.85deg, #34F5EA -18.97%, #4A99FA 109.34%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, auto;
  background-position: center -100px, center;
  padding-bottom: 13rem;
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .hero-contact {
    padding-bottom: 3rem;
    padding-top: 4.5rem;
    background-size: 200%, auto;
    background-position: 48px center, center;
  }
}

.hero-contact-content {
  display: flex;
  grid-gap: 48px;
  text-shadow: 0px 2px 20px rgba(118, 43, 93, 0.15);
  max-height: 24rem;
}
.hero-contact-content > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .hero-contact-content {
    display: block;
  }
  .hero-contact-content > div {
    width: 100%;
  }
}

.hero-contact-content-block {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .hero-contact-content-block {
    margin-bottom: 40px;
  }
}

.hero-about {
  background-image: url(../img/bkg-hero-app.png), linear-gradient(148.36deg, #FFCD00 -23.56%, #3DD3E6 80.94%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, auto;
  background-position: center 110px, center;
  position: relative;
  margin-bottom: 7rem;
  padding-bottom: 0;
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  .hero-about {
    background-size: 200%, auto;
    background-position: 48px center, center;
    padding-top: 5rem;
    margin-bottom: 2rem;
  }
}

.hero-about-content {
  display: flex;
  gap: 48px;
  text-shadow: 0px 2px 20px rgba(118, 43, 93, 0.15);
  z-index: 1;
  max-height: 25rem;
  position: relative;
  margin-top: 2.5rem;
  align-items: center;
}
.hero-about-content > div {
  width: 50%;
}
.hero-about-content > div:first-of-type {
  width: 66%;
}
@media screen and (max-width: 980px) {
  .hero-about-content > div:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .hero-about-content {
    max-height: initial;
    align-items: start;
    margin-top: 0;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-about-content {
    display: block;
    margin-top: 0;
  }
  .hero-about-content > div {
    width: 100%;
  }
}

.hero-about-content-block {
  margin-top: -3rem;
}
@media screen and (max-width: 980px) {
  .hero-about-content-block {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-about-content-block {
    margin-top: 2rem;
  }
}

/**
* Misson row
*/
.mission-content {
  max-width: 60%;
}
.mission-content::after {
  content: "";
  display: block;
  margin: 80px auto 0;
  width: 56px;
  height: 56px;
  background: url(../img/icon-heart.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .mission-content {
    max-width: 75%;
  }
}

/**
* About row
*/
.row-about {
  position: relative;
}
.row-about::after {
  position: absolute;
  bottom: -45px;
  left: 50%;
  content: "";
  display: block;
  margin: 80px auto 0 -45px;
  width: 90px;
  height: 90px;
  background: url(../img/icon-heart-square.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .row-about {
    padding-top: 1rem;
  }
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 5rem;
  margin-top: 1rem;
  padding-bottom: 4rem;
}
.about-grid div {
  width: 100%;
}
.about-grid div img {
  margin-bottom: 2rem;
}
.about-grid p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

/**
* Team row
*/
.row-team {
  background: #FFFFFF;
  padding-top: 6rem;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.team-grid p {
  font-size: 14px;
}
.team-grid .personal-info {
  display: flex;
}
.team-grid .personal-info > * {
  align-self: center;
}
.team-grid .personal-info .avatar {
  width: 160px;
  margin-left: -20px;
  margin-right: 1rem;
}
.team-grid .personal-info h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.team-grid .personal-info h4 {
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #6D6F7C;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.social-profiles {
  list-style: none;
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.social-profiles li {
  display: inline-block;
}
.social-profiles img {
  width: 42px;
}

/**
* Supported by row
*/
.supportedby-team-1-container {
  display: flex;
  justify-content: space-around;
}

.supportedby-team-1 {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  justify-content: center;
}
.supportedby-team-1 .avatar {
  width: 160px;
}
.supportedby-team-1 h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.supportedby-team-1 h4 {
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #6D6F7C;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .supportedby-team-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 375px) {
  .supportedby-team-1 {
    grid-template-columns: 1fr;
  }
}

.supportedby-team-2-container {
  display: flex;
  justify-content: space-around;
  padding-bottom: 48px;
}

.supportedby-team-2 {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  text-align: center;
  align-content: center;
  justify-content: center;
}
.supportedby-team-2 .avatar {
  width: 160px;
}
.supportedby-team-2 h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.supportedby-team-2 h4 {
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #6D6F7C;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 375px) {
  .supportedby-team-2 {
    grid-template-columns: 1fr;
  }
}

/**
* Supported by row
*/
.row-dream-team {
  background-image: url(../img/bkg-dream-team.png), linear-gradient(148.36deg, #FFCD00 -23.56%, #3DD3E6 80.94%);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
  background-position: center, center;
}

.dream-team-content {
  display: flex;
  gap: 48px;
}
.dream-team-content > div {
  width: 50%;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .dream-team-content {
    display: block;
  }
  .dream-team-content > div {
    width: 100%;
  }
}

.hero-legal {
  background-image: url(../img/bkg-hero-app.png), linear-gradient(125.85deg, #34F5EA -18.97%, #4A99FA 109.34%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, auto;
  background-position: center -100px, center;
  padding-bottom: 6rem;
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .hero-legal {
    padding-bottom: 8rem;
    padding-top: 4.5rem;
    background-size: 200%, auto;
    background-position: 48px center, center;
  }
}

.hero-legal-content {
  display: flex;
  grid-gap: 48px;
  text-shadow: 0px 2px 20px rgba(118, 43, 93, 0.15);
  max-height: 24rem;
}
.hero-legal-content > div {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .hero-legal-content {
    display: block;
  }
  .hero-legal-content > div {
    width: 100%;
  }
}

.hero-legal-content-block {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .hero-legal-content-block {
    margin-bottom: 40px;
  }
}

.legal-row li {
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.hero-press {
  background-image: url(../img/bkg-hero-families.png), linear-gradient(264.44deg, #1e247c 2.57%, #582249 95.7%);
  background-repeat: no-repeat, no-repeat;
  background-size: 77%, auto;
  background-position: center -200px, center;
  position: relative;
  margin-bottom: 7rem;
  padding-bottom: 1rem;
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  .hero-press {
    background-size: 200%, auto;
    background-position: 48px center, center;
    padding-top: 5rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
  }
}

.hero-press-content {
  display: flex;
  gap: 48px;
  text-shadow: 0px 2px 20px rgba(118, 43, 93, 0.15);
  z-index: 1;
  max-height: 24rem;
  position: relative;
  margin-top: 3.3rem;
  align-items: center;
}
.hero-press-content > div {
  width: 50%;
}
.hero-press-content > div:first-of-type {
  width: 44%;
}
@media screen and (max-width: 980px) {
  .hero-press-content > div:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .hero-press-content {
    max-height: initial;
    margin-top: 0;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-press-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin-top: 0;
  }
  .hero-press-content > div {
    width: 100%;
  }
  .hero-press-content > :nth-child(1) {
    order: 2;
    margin-top: 0;
  }
  .hero-press-content > :nth-child(2) {
    order: 1;
  }
}

.hero-press-content-block {
  margin-top: -3rem;
}
@media screen and (max-width: 980px) {
  .hero-press-content-block {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-press-content-block {
    margin-top: 2rem;
  }
}

.row-faq {
  padding-bottom: 96px;
}

details.press {
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  border-bottom: 1px solid #E5EAF2;
  padding: 3rem 0 2rem;
}
details.press.last {
  border-bottom: 0 none;
}

summary.press {
  font-weight: 600;
  margin-bottom: 1rem;
  list-style: none;
}
summary.press::-webkit-details-marker {
  display: none;
}

.qr-code {
  max-width: 200px;
}

/* press V2 */
.press-page {
  line-height: 1.4;
  color: #222222;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.press-page .flex {
  display: flex;
  flex-wrap: wrap;
}
.press-page * {
  box-sizing: border-box;
}
.press-page img {
  max-width: 100%;
}
.press-page a {
  color: #75ccef;
}
.press-page a:hover {
  text-decoration: none;
}
.press-page .site-nav .link-list {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .press-page .site-nav {
    padding: 0 20px;
    height: 50px;
    margin: 0;
  }
  .press-page .site-nav .brand img {
    margin-bottom: 17px;
  }
  .press-page .site-nav .brand span {
    max-width: 5rem;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -5px;
  }
  .press-page .site-nav #menu-icon {
    margin: 0;
  }
}
.press-page time {
  font-weight: 300;
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.press-hero-section {
  background-image: url(../img/Hero-bg-press.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding-top: 180px;
  padding-bottom: 27px;
}
.press-hero-section .hero-title {
  font-weight: 600;
  margin-bottom: 15px;
}
.press-hero-section .hero-subtitle {
  margin: 0 0 60px;
}
.press-hero-section .press-logoes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.press-hero-section .press-logoes .press-logo {
  width: 50%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .press-hero-section .press-logoes .press-logo {
    width: 33.3334%;
  }
}
@media screen and (max-width: 768px) {
  .press-hero-section {
    padding-top: 75px;
  }
  .press-hero-section .hero-title {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .press-hero-section .hero-subtitle {
    margin: 0 0 40px;
  }
  .press-hero-section .press-logoes .press-logo {
    margin-bottom: 45px;
  }
}

.section-title {
  margin: 0 0 40px;
  color: #222222;
}

.flex-columns {
  margin-left: -15px;
  margin-right: -15px;
}

.flex-col {
  padding-left: 15px;
  padding-right: 15px;
}

.featured-release-section .featured-releases {
  margin: 0 -15px;
}
.featured-release-section .featured-releases .featured-release {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .featured-release-section .featured-releases .featured-release {
    width: 33.3334%;
  }
}
.featured-release-section .featured-releases .featured-release .featured-release-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-release-section .featured-releases .featured-release .featured-release-card img {
  margin-bottom: 12px;
}
.featured-release-section .featured-releases .featured-release .featured-release-card time {
  display: block;
  color: #222222;
  margin-bottom: 10px;
}
.featured-release-section .featured-releases .featured-release .featured-release-card h2 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #222222;
  margin-bottom: 25px;
}
.featured-release-section .featured-releases .featured-release .featured-release-card h2 a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}
.featured-release-section .featured-releases .featured-release .featured-release-card h2 a:hover {
  opacity: 0.6;
}
.featured-release-section .featured-releases .featured-release .featured-release-card .more {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .featured-release-section .featured-releases .featured-release:not(:last-child) {
    margin-bottom: 40px;
  }
}

.beme-in-news-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .beme-in-news-col {
    width: 50%;
  }
  .beme-in-news-col.col-riight {
    max-width: 400px;
  }
}
.beme-in-news-col .beme-in-news-item {
  margin: 0 -15px;
}

.beme-in-news-item {
  align-items: center;
}
.beme-in-news-item.flex {
  justify-content: space-between;
}
.beme-in-news-item + .beme-in-news-item {
  margin-top: 50px;
}
.beme-in-news-item.hiddenNews {
  display: none !important;
}

.press-card p {
  margin: 0;
}
.press-card p.title {
  font-weight: 600;
  margin: 0 0 12px;
  font-family: "Eina04", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.press-card + .press-card {
  margin-top: 40px;
}

.press-card-featured {
  max-width: 400px;
}
.press-card-featured p {
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .press-card-featured {
    margin-top: 40px;
  }
}

.press-card {
  font-family: "Sofia Pro", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  font-size: 16px;
}
.press-card p {
  margin: 0;
}
.press-card p.title {
  font-weight: 600;
  margin: 0 0 12px;
}

.beme-in-news-item {
  align-items: center;
}

.press-card-featured {
  max-width: 400px;
}

.load-more-relase {
  padding: 77px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-more-relase .load-more {
  border: 1px solid #5FC6EA;
  border-radius: 6px;
  cursor: pointer;
  width: 300px;
  max-width: 100%;
  text-align: center;
  padding: 12px 25px;
  color: #5FC6EA;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 600;
}
.load-more-relase .load-more:hover {
  background: linear-gradient(258.86deg, #4A99FA -21.74%, #34F5EA 105.66%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .load-more-relase .load-more {
    width: 250px;
  }
}

.beme-press-release-col {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .beme-press-release-col {
    width: 50%;
  }
}

.beme-press-releases {
  padding-bottom: 8px;
}

.beme-press-kit .press-card p.title {
  margin: 0;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: normal;
}

.hero-resources {
  background-image: url(../img/bkg-hero-app.png), linear-gradient(125.85deg, #30699b -18.97%, #21469e 109.34%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, auto;
  background-position: center -100px, center;
  padding-bottom: 13rem;
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .hero-resources {
    padding-bottom: 3rem;
    padding-top: 4.5rem;
    background-size: 200%, auto;
    background-position: 48px center, center;
  }
}

.hero-resources-content {
  display: flex;
  grid-gap: 48px;
  text-shadow: 0px 2px 20px rgba(118, 43, 93, 0.15);
  max-height: 24rem;
}
.hero-resources-content > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .hero-resources-content {
    display: block;
  }
  .hero-resources-content > div {
    width: 100%;
  }
}

.hero-resources-content-block {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .hero-resources-content-block {
    margin-bottom: 40px;
  }
}

.row-resources-1 {
  background: #F7F9FD;
}

.error-404-section {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .error-404-section {
    padding: 150px 0;
  }
}
.error-404-section .error-404-content {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.error-404-section .error-404-content:before {
  content: "404";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 130px;
  line-height: 0.5;
  z-index: -1;
  opacity: 5%;
  font-weight: bold;
  pointer-events: none;
  margin-top: -40px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .error-404-section .error-404-content:before {
    top: -20px;
    left: -18%;
    font-size: 360px;
    margin-top: 0;
  }
}
.error-404-section .error-404-content .section-title {
  margin-bottom: 10px;
}
.error-404-section .error-404-content p {
  margin: 0 0 15px;
}
.error-404-section .error-404-content .btn {
  border: 1px solid #5FC6EA;
  border-radius: 6px;
  cursor: pointer;
  min-width: 120px;
  max-width: 100%;
  text-align: center;
  padding: 12px 25px;
  color: #5FC6EA;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 600;
  margin: 5px;
  display: inline-block;
  background: transparent;
}
.error-404-section .error-404-content .btn:hover {
  background: linear-gradient(258.86deg, #4A99FA -21.74%, #34F5EA 105.66%);
  color: #fff;
}

.juan-page {
  color: #222222;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.juan-page .flex {
  display: flex;
  flex-wrap: wrap;
}
.juan-page * {
  box-sizing: border-box;
}
.juan-page img {
  max-width: 100%;
}
.juan-page a {
  color: #75ccef;
}
.juan-page a:hover {
  text-decoration: none;
}
.juan-page .footer-wrap a {
  color: inherit;
}
.juan-page .footer-wrap a:hover {
  color: #6941C6;
}
.juan-page .site-nav .link-list {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .juan-page .site-nav {
    padding: 0 20px;
    height: 50px;
    margin: 0;
  }
  .juan-page .site-nav .brand img {
    width: 50px;
    margin-right: 12px;
  }
  .juan-page .site-nav .brand span {
    max-width: 5rem;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -5px;
  }
  .juan-page .site-nav #menu-icon {
    margin: 0;
  }
}
.juan-page time {
  font-weight: 300;
  display: block;
  font-size: inherit;
  line-height: inherit;
}
.juan-page .reg-container {
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
}
.juan-page .image {
  line-height: 0;
}
.juan-page .page-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 980px) {
  .juan-page .page-section h2 {
    font-size: 2.5rem;
  }
  .juan-page .page-section h2.font2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .juan-page h2.font2 {
    font-size: 2rem;
  }
}
.juan-page main p {
  margin: 0 0 1.5em;
}
.juan-page main h2 {
  margin: 0 0 24px;
}
.juan-page .section-header {
  margin-bottom: 45px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.juan-page .section-header img {
  margin-bottom: 40px;
}
.juan-page .section-header .social-links ul li img {
  margin: 0;
}
.juan-page .juan-social-section .section-header {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .juan-page.lp-page-no-nav .allownce-bar-outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: auto !important;
  }
  .juan-page.lp-page-no-nav .allownce-bar-outer .allownce-bar {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .juan-page.lp-page-no-nav .lp-header-section {
    top: 60px;
    padding-top: 0;
  }
  .juan-page.lp-page-no-nav .allownce-bar-outer .allownce-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
}

.juan-hero-section {
  background-image: url(../img/juan-banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding-top: 229px;
  padding-bottom: 180px;
}
.juan-hero-section .juan-hero-content {
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .juan-hero-section .juan-hero-content {
    font-size: 1.5em;
  }
}
.juan-hero-section .hero-title {
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .juan-hero-section {
    padding-top: 126px;
    padding-bottom: 150px;
    background-image: url(../img/Header_mob.png);
  }
  .juan-hero-section .hero-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

.about-juan-section {
  padding: 0;
  margin-top: -140px;
}

.about-juan-card {
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1017));
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.about-juan-card img {
  width: 100%;
}
.about-juan-card .content {
  padding: 57px 60px;
}
.about-juan-card .content h2 {
  margin: 0 0 24px;
}
.about-juan-card .content p {
  margin: 0 0 1.5em;
}
.about-juan-card .content *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .about-juan-card .content {
    padding: 24px;
  }
  .about-juan-card .content h2 {
    margin-bottom: 12px;
  }
}

.juan-advice-gallery {
  position: relative;
  z-index: 3;
  max-width: 780px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
}
.juan-advice-gallery .juan-advice-gallery-item {
  padding-left: 12px;
  padding-right: 12px;
}
.juan-advice-gallery .juan-advice-gallery-item .responsive-embeded {
  position: relative;
  overflow: hidden;
  z-index: 3;
  border-radius: 6px;
}
.juan-advice-gallery .juan-advice-gallery-item .responsive-embeded * {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  object-fit: cover;
}
.juan-advice-gallery .juan-advice-gallery-item .fancy-box-pointer {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 3;
  border-radius: 6px;
}
.juan-advice-gallery .juan-advice-gallery-item .fancy-box-pointer:after {
  content: " ";
  background-image: url(../../img/play_btn_pop.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 43px;
  height: 43px;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  background-size: 37px;
  transition: all 0.3s;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
}
.juan-advice-gallery .juan-advice-gallery-item .fancy-box-pointer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  z-index: 1;
  opacity: 0.4;
  pointer-events: none;
}
.juan-advice-gallery .juan-advice-gallery-item .fancy-box-pointer:hover:after {
  opacity: 1;
}
@media screen and (max-width: 479px) {
  .juan-advice-gallery .juan-advice-gallery-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.juan-advice-gallery .image {
  text-align: center;
}
.juan-advice-gallery .slick-slide img {
  margin: auto;
}
.juan-advice-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 3;
  border: none;
  background: transparent;
  padding: 0;
  margin-top: -20px;
  cursor: pointer;
}
.juan-advice-gallery .slick-arrow.arrow-prev {
  left: 0;
}
.juan-advice-gallery .slick-arrow.arrow-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .juan-advice-gallery {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.juan-top-image {
  line-height: 0;
}

.juan-advice .juan-advice-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.juan-advice .juan-advice-column .flex-col {
  width: 100%;
}
.juan-advice .juan-advice-column .flex-col.image {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .juan-advice .juan-advice-column .flex-col {
    width: 50%;
  }
  .juan-advice .juan-advice-column .flex-col.image {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .juan-advice .juan-advice-column .flex-col.image {
    width: 48%;
  }
  .juan-advice .juan-advice-column .flex-col.content {
    width: 52%;
  }
}
.juan-advice .btn {
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 72px;
  width: 100%;
  max-width: 325px;
  display: inline-block;
  text-align: center;
  color: #192E77;
  text-decoration: none;
  margin-top: 16px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 19px;
  transition: all 0.3s;
}
.juan-advice .btn:hover {
  background: transparent;
  color: #fff;
}
.juan-advice .btn.btn-blue {
  color: #fff;
  background: #192E77;
  border-color: #192E77;
}
.juan-advice .btn.btn-blue:hover {
  color: #192E77;
  background: #fff;
  border-color: #192E77;
}
@media screen and (max-width: 768px) {
  .juan-advice .btn {
    max-width: 250px;
  }
}

.juan-social-section {
  background-image: url(../../img/download-app-bg.png);
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #192E77;
  color: #fff;
}
.juan-social-section .social-links ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.juan-social-section .social-links ul li {
  margin: 0 10px;
}
.juan-social-section .social-links ul li img {
  margin: 0;
}

.embeded-code {
  position: relative;
  z-index: 3;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.embeded-code > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border: none;
}

.song-for-charlie-page img {
  max-width: 100%;
}
.song-for-charlie-page * {
  box-sizing: border-box;
}
.song-for-charlie-page .song-for-charlie-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 85px;
  padding-bottom: 0;
  background-color: transparent;
  color: #FFFFFF;
  background-image: url(../img/juan-banner-bg.png);
}
.song-for-charlie-page .song-for-charlie-hero .hero-title {
  font-size: 36px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .song-for-charlie-hero {
    padding-top: 180px;
    padding-bottom: 100px;
  }
  .song-for-charlie-page .song-for-charlie-hero .hero-title {
    font-size: 44px;
  }
}
.song-for-charlie-page .song-for-charlie-hero .hero-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  text-shadow: 0px 2px 20px rgba(118, 43, 93, 0.15);
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .song-for-charlie-hero .d-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.song-for-charlie-page .song-for-charlie-hero .d-flex .content {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .song-for-charlie-hero .d-flex .content {
    max-width: 520px;
    margin: 0;
    padding-right: 20px;
  }
}
.song-for-charlie-page .song-for-charlie-hero .d-flex .image {
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .song-for-charlie-hero .d-flex .image {
    max-width: 410px;
  }
}
.song-for-charlie-page section {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page section {
    padding: 50px 0;
  }
}
.song-for-charlie-page .video-section {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .video-section {
    padding-top: 100px;
  }
}
.song-for-charlie-page .video-section .responsive-video {
  position: relative;
  z-index: 2;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 727px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .video-section .responsive-video {
    padding-bottom: 44.25%;
  }
}
.song-for-charlie-page .video-section .responsive-video * {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
}
.song-for-charlie-page .text-section .text {
  max-width: 778px;
}
.song-for-charlie-page .text-section .text p {
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .text-section .text p {
    margin: 0 0 24px;
  }
}
.song-for-charlie-page .text-section .text h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .text-section .text h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.song-for-charlie-page .text-section .text *:first-child {
  margin-top: 0;
}
.song-for-charlie-page .text-section .text *:last-child {
  margin-bottom: 0;
}
.song-for-charlie-page .text-section .text b {
  font-weight: 700;
}
.song-for-charlie-page .text-section .text a {
  color: inherit;
  text-decoration: underline;
}
.song-for-charlie-page .text-section .text a:hover {
  text-decoration: none;
}
.song-for-charlie-page .social-section .social-link {
  margin: 0;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.song-for-charlie-page .social-section .social-link li {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .social-section .social-link li {
    margin: 0 24px;
  }
}
.song-for-charlie-page .social-section .social-link li a {
  display: block;
  transition: all 0.3s;
}
.song-for-charlie-page .social-section .social-link li a:hover {
  opacity: 0.5;
  transform: scale(0.8);
}
.song-for-charlie-page .social-section .social-link li a img {
  width: 24px;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .social-section .social-link li a img {
    width: 100%;
  }
}
.song-for-charlie-page .app-section {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .app-section {
    padding-bottom: 120px;
  }
}
.song-for-charlie-page .app-section .store-download-list {
  justify-content: center;
}
.song-for-charlie-page .app-section .store-download-list img {
  height: auto;
  width: 134px;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .app-section .store-download-list img {
    width: 178px;
  }
}
.song-for-charlie-page .app-section .btn-get-app {
  background: linear-gradient(180deg, #D28DE2 0%, #8E4D9D 116.67%);
  border-radius: 100px;
  padding: 15px 50px 15px 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  max-width: 200px;
  transition: all 0.3s;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .song-for-charlie-page .app-section .btn-get-app {
    margin-bottom: 45px;
    max-width: 240px;
  }
}
.song-for-charlie-page .app-section .btn-get-app:hover {
  opacity: 0.6;
}
.song-for-charlie-page .app-section .btn-get-app img {
  position: absolute;
  right: 25px;
}

.reg-container-big {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.sfc-page .sfc-header-section {
  width: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .sfc-page .sfc-header-section .nav-bkg,
  .sfc-page .sfc-header-section .site-nav {
    position: absolute;
  }
}
.sfc-page main p:last-child {
  margin-bottom: 0;
}
.sfc-page main .juan-hero-section p:last-child {
  margin-bottom: 1.5em;
}
.sfc-page .section-header {
  max-width: 660px;
}
.sfc-page .slider-section .reg-container-big {
  max-width: 1920px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .sfc-page .slider-section .reg-container-big {
    padding: 0 12px 20px;
  }
}
@media screen and (min-width: 1240px) {
  .sfc-page .slider-section .reg-container-big {
    padding-left: 0;
    padding-right: 12px;
  }
}
.sfc-page .slider-section .video-gallery-item {
  padding: 0 12px;
}
.sfc-page .slider-section .video-gallery-item .responsive-embeded {
  position: relative;
  z-index: 2;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.sfc-page .slider-section .video-gallery-item .responsive-embeded * {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
}
.sfc-page .slider-section .slick-list {
  padding: 0 20% 0 0 !important;
}
.sfc-page .slider-section .slick-dots {
  bottom: -25px;
}
@media screen and (min-width: 768px) {
  .sfc-page .slider-section .slick-dots {
    bottom: -50px;
  }
}
.sfc-page .slider-section .slick-dots li {
  width: 8px;
  height: 8px;
  background: #C4C4C4;
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.sfc-page .slider-section .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.sfc-page .slider-section .slick-dots li.slick-active, .sfc-page .slider-section .slick-dots li:hover {
  background: #000000;
}
.sfc-page .app-section {
  text-align: center;
}
.sfc-page .app-section .store-download-list {
  justify-content: center;
}
.sfc-page .app-section .store-download-list img {
  height: auto;
  width: 134px;
}
@media screen and (min-width: 768px) {
  .sfc-page .app-section .store-download-list img {
    width: 178px;
  }
}
.sfc-page .app-section .btn-get-app {
  background: linear-gradient(180deg, #D28DE2 0%, #8E4D9D 116.67%);
  border-radius: 100px;
  padding: 15px 50px 15px 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  max-width: 200px;
  transition: all 0.3s;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sfc-page .app-section .btn-get-app {
    margin-bottom: 45px;
    max-width: 240px;
  }
}
.sfc-page .app-section .btn-get-app:hover {
  opacity: 0.6;
}
.sfc-page .app-section .btn-get-app img {
  position: absolute;
  right: 25px;
}

.rockthevote .page-section h2.font2 {
  color: inherit;
  line-height: 1.6;
}
.rockthevote .header-main {
  background: #fff;
}
.rockthevote .juan-hero-section {
  background-image: url(../img/rockTheVoteBanner.png);
}
.rockthevote .juan-hero-section .hero-title {
  letter-spacing: normal;
  color: inherit;
}
.rockthevote .about-juan-card .content h2 {
  line-height: 1.6;
}
.rockthevote .juan-featured-section .slider-section .slick-dotted.slick-slider {
  margin-bottom: 30px !important;
}
.rockthevote .juan-social-section .juan-advice-gallery {
  padding-left: 40px;
  padding-right: 40px;
}
.rockthevote .juan-social-section .juan-advice-gallery .slick-arrow img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
@media screen and (max-width: 767px) {
  .rockthevote .header-main .header-menu {
    display: block;
  }
  .rockthevote.juan-page .juan-social-section .juan-advice-gallery {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .rockthevote .juan-hero-section {
    padding-top: 100px;
  }
  .rockthevote .footer-2 {
    padding: 40px 0 0;
  }
  .rockthevote .footer-2 > :nth-child(1) {
    padding-top: 0;
    border: none;
    margin-top: 0;
  }
}
.rockthevote .tabber-options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rockthevote .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;
}
.rockthevote .tabber-options .tabber-option.active, .rockthevote .tabber-options .tabber-option:hover {
  border-radius: 19px;
  background-color: #7F56D9;
  color: #fff;
  border-color: #7F56D9;
}
.rockthevote .tabber-options .tabber-option.active + .tabber-option, .rockthevote .tabber-options .tabber-option:hover + .tabber-option {
  border-color: transparent;
}
.rockthevote .tabber-options .tabber-option.active::after, .rockthevote .tabber-options .tabber-option:hover::after {
  color: inherit;
}
.rockthevote .tabber-options .tabber-option.active {
  font-weight: 600 !important;
}
.rockthevote .tabber-options .tabber-option::after {
  content: "->";
  width: 24px;
  height: 14px;
  position: relative;
  right: 0;
  transition: right 0.3s;
  font-weight: 600 !important;
  color: #7F56D9;
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
}
.rockthevote .tabber-options .tabber-option:hover::after {
  right: -7px;
}
.rockthevote .tabber-options .tabber-option.active:hover::after {
  right: 0;
}
.rockthevote .tabber-options .tabber-option:first-child {
  border-top: none;
}
@media (max-width: 767px) {
  .rockthevote .tabber-item {
    padding: 20px 24px;
  }
  .rockthevote .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) {
  .rockthevote .tabber-item {
    font-weight: 600;
    transition: opacity 0.3s;
    opacity: 0;
    display: none;
  }
  .rockthevote .tabber-item.active {
    display: block;
  }
  .rockthevote .tabber-item.visible-item {
    opacity: 1;
  }
}
.rockthevote .community-section .two-col {
  gap: 25px;
  display: flex;
}
.rockthevote .community-section .two-col .col-left {
  width: 45%;
}
.rockthevote .community-section .two-col .col-right {
  width: 55%;
}
@media (max-width: 767px) {
  .rockthevote .community-section .two-col .col-right {
    width: 100%;
  }
}
.rockthevote .community-section .powerdBy {
  padding-top: 5px;
  color: #878282;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  line-height: 1;
  flex-wrap: wrap;
}
.rockthevote .community-section .powerdBy img {
  max-width: 120px;
  vertical-align: middle;
}
.rockthevote .community-section .btn-get-app {
  background: linear-gradient(180deg, #D28DE2 0%, #8E4D9D 116.67%);
  border-radius: 100px;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.rockthevote .community-section .btn-get-app:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .rockthevote .mobile-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.rockthevote .mobile-slider h2 {
  font-size: 16px;
  font-family: "Sofia Pro", "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  line-height: 1.6;
}
.rockthevote .mobile-slider .slick-dots {
  width: 80px;
  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;
}
.rockthevote .mobile-slider .slick-dots li {
  position: relative;
  overflow: hidden;
  width: 5px;
  height: 5px;
  background: #D2D2D2;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
}
.rockthevote .mobile-slider .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rockthevote .mobile-slider .slick-dots li.slick-active, .rockthevote .mobile-slider .slick-dots li:hover {
  background: #6941C6;
}
.rockthevote .mobile-slider .slick-arrow {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  background-image: url(../../revampTheme/img/chevron.svg);
  font-size: 0;
  border-radius: 0;
  z-index: 3;
}
.rockthevote .mobile-slider .slick-arrow::before {
  display: none;
}
.rockthevote .mobile-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.rockthevote .mobile-slider .slick-arrow.slick-next {
  right: 0;
}

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