@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --text: #002736;
  --link: #4f718a;
  --light-yellow: #e8d7af;
  --white: white;
  --gold: #ab832d;
  --lines: #8dacbf;
  --golden_yellow: #bfc1a4;
  --title: #69707b;
  --bar-progress: #3791b3;
  --hero-bg: #deeaf3;
  --color: #8e182c;
  --bg: #e9eef2;
  --color-2: #f0f1df;
  --intro-blue: #d4e2ec;
  --bar-bg: #bbcad6;
  --linkedin: #2a79aa;
  --pinterest: #e60023;
  --checkmark-bg: #03d583;
  --play-bg: #f57a5d;
  --tab-hover: #c0d0db;
  --pink: #ca005d;
  --color-4: #dfe0dc;
  --purple: #6e1e6f;
  --ccstvan_blue: #1e3f74;
  --color-3: #e8e8e8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--text);
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

h1 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

h2 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  color: var(--text);
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--link);
  cursor: pointer;
  text-decoration: none;
}

blockquote {
  text-align: center;
  background-image: url('../images/Quotemarks_1Quotemarks.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 44px;
  border-left: 1px #000;
  width: 60%;
  margin: 40px auto;
  padding: 50px 20px 10px;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
}

.subtitle {
  font-size: 18px;
  line-height: 29px;
}

.footer-logo {
  transition: transform .2s, opacity .2s;
}

.footer-logo:hover {
  opacity: .85;
  transform: scale(1.03);
}

.dropdown-link {
  background-color: var(--light-yellow);
  color: var(--text);
  padding-left: 20px;
  font-size: 14px;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  background-color: var(--white);
  padding-left: 23px;
}

.dropdown-link.w--current {
  color: var(--link);
}

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

.margins {
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
}

.nav-menu {
  justify-content: flex-end;
  width: 65%;
  height: 60px;
  display: flex;
}

.blue {
  background-color: var(--text);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.flex {
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
  position: relative;
}

.button-boxed {
  border: 1px solid var(--text);
  background-color: var(--text);
  color: #fff;
  text-align: center;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.button-boxed:hover {
  opacity: .85;
  color: var(--text);
  background-color: #0000;
}

.inline-block {
  margin-right: 3px;
  display: inline-block;
}

.footer-text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.go-up-button {
  z-index: 20;
  background-color: var(--gold);
  color: #fff;
  background-image: url('../images/subir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
  background-color: var(--gold);
}

.top-margin {
  position: relative;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._4-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._20-pixels.readmore {
  display: none;
}

.top-margin._20-pixels.souvenirs {
  margin-top: 10px;
  margin-bottom: 20px;
}

.top-margin._20-pixels.souvenirs._2nd_row {
  margin-top: 0;
  margin-bottom: 10px;
}

.top-margin._20-pixels.sharing {
  text-align: center;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._8-pixels {
  margin-top: 8px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._3-pixels {
  margin-top: 3px;
}

.top-margin._25-pixels {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 20px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.menu-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.menu-link.w--current {
  color: var(--lines);
}

.navlink {
  color: var(--text);
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: var(--text);
}

.button-outline-blue {
  border: 1px solid var(--text);
  color: var(--text);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  margin: 10px;
  padding: 13px 22px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-blue:hover {
  background-color: var(--text);
  color: #fff;
}

.button-outline-blue.souvenirs {
  margin: 10px;
}

.button-outline-blue.souvenirs.cqmq {
  margin: 20px 0 0;
}

.button-outline-blue.mainpage.mobile.separate {
  margin-left: 20px;
}

.button-outline-blue.cqmq {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-left {
  margin-right: 20px;
  padding-right: 20px;
}

.notice-text {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.menu {
  width: 25%;
}

.title-small {
  color: #7f7f7f;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.emerald {
  background-color: var(--bar-progress);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.navbar {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.gray {
  background-color: var(--lines);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.hero-text-box {
  background-color: #f1f5f8;
  width: 50%;
  height: 100%;
  padding: 140px 5% 100px;
}

.hero-text-box.full {
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 40px;
}

.hero-text-box.post-page {
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding: 100px 0% 40px;
}

.top-line {
  border-top: 1px solid #a4aebe;
  margin-top: 5px;
  padding-top: 7px;
}

.content-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.content-wrapper.narrow {
  max-width: 992px;
}

.content-wrapper.navbar {
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.content-wrapper.narrow {
  max-width: 992px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper.footer {
  flex-flow: column;
}

.dropdown {
  color: var(--text);
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

.footer {
  background-color: #002736;
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.mini-title {
  color: var(--title);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.color-box {
  margin-right: 20px;
}

.button-boxed-outline {
  border: 1px solid var(--text);
  color: var(--text);
  text-align: center;
  background-color: #0000;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-boxed-outline:hover {
  background-color: var(--text);
  color: #fff;
}

.button-outline {
  color: #feffff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f4f5f7;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline:hover {
  color: var(--text);
  background-color: #fff;
}

.subtile-inner {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.subtile-inner.large {
  width: 80%;
}

.mini-arrow {
  margin-top: 23px;
  font-size: 13px;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: 20px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.03);
}

.brand.w--current {
  transition: transform .2s, opacity .2s;
}

.underline-hover {
  background-color: var(--link);
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-section {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.content-section.double {
  background-image: url('../images/miniblocks_bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.content-section.double.development {
  background-color: var(--white);
  color: var(--text);
  background-size: contain;
}

.content-section.double.fundraising {
  background-color: var(--golden_yellow);
  background-image: url('../images/fundraising_bg_new.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section.double._10anniversary {
  background-image: url('../images/celebration_bg2.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section.double-visible {
  padding-bottom: 90px;
  overflow: visible;
}

.content-section.inner-pages {
  padding-bottom: 60px;
  overflow: visible;
}

.content-section.sharing {
  display: none;
}

.footer-link {
  color: #fff;
  text-decoration: underline;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .85;
}

.notice {
  margin-top: 70px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 15px;
}

.bg-colored {
  background-color: var(--text);
  padding: 8px;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.h1-hero {
  letter-spacing: -1px;
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.h1-hero.inner-pages {
  font-size: 40px;
  line-height: 52px;
}

.button {
  border: 2px solid var(--text);
  background-color: var(--text);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: background-color .2s;
}

.button:hover {
  color: var(--text);
  background-color: #0000;
}

.footer-column {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.hero-section {
  background-color: var(--white);
  background-image: url('../images/home_bg1.png');
  background-position: 100% 100%;
  background-size: cover;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.hero-section.blog {
  background-color: var(--hero-bg);
  padding-top: 80px;
  padding-bottom: 40px;
}

.dropdown-toggle {
  color: var(--text);
  height: 60px;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 36px;
  position: relative;
}

.dropdown-toggle.languages {
  padding-right: 20px;
}

.title {
  color: var(--gold);
  text-align: left;
  font-weight: 600;
  line-height: 24px;
}

.title.light-blue {
  color: var(--text);
}

.title.light-blue.dark {
  color: var(--color);
}

.title.souvenirs {
  text-align: left;
}

.title.souvenirs.miniblocks, .title.sharing.main, .title.sharing.middle, .title.middle, .title.homepage {
  text-align: center;
}

.social-icon-footer {
  background-color: var(--bg);
  border-radius: 3px;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  transition: opacity .2s;
}

.social-icon-footer:hover {
  opacity: .85;
}

.social-icon-footer.pinterest {
  background-image: url('../images/pinterest_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.email {
  background-image: url('../images/Email_1Email.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.linkedin {
  background-image: url('../images/linkedin_1.svg');
  background-position: 50% 49%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.twittter {
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  display: none;
}

.social-icon-footer.instagram {
  background-image: url('../images/instagram_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  display: none;
}

.link-block {
  color: #69707b;
  font-size: 15px;
  text-decoration: none;
}

.link-block.white {
  color: #fff;
}

.link-block-arrow {
  position: relative;
}

.footer-newsletter {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.submit-button {
  background-color: var(--text);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  width: 100%;
  height: 48.5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #c5d3dd;
}

.success-message {
  background-color: #0000;
  font-size: 14px;
  line-height: 25px;
}

.success-message.white {
  color: #fff;
}

.error-message {
  font-size: 14px;
  line-height: 25px;
}

.button-android {
  background-color: var(--bg);
  color: var(--text);
  background-image: url('../images/logotipo-de-android.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: opacity .2s;
}

.button-android:hover {
  opacity: .85;
}

.button-apple {
  background-color: var(--bg);
  color: var(--text);
  background-image: url('../images/manzana.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: opacity .2s;
}

.button-apple:hover {
  opacity: .85;
}

.get-app {
  border: 1px solid var(--text);
  background-color: var(--text);
  color: #fff;
  background-image: url('../images/descargar.svg');
  background-position: 22px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 25px;
  min-height: 40px;
  padding: 13px 25px 10px 48px;
  font-size: 14px;
  line-height: 14px;
  transition: border .2s, background-color .2s;
}

.get-app:hover {
  color: var(--text);
  background-color: #0000;
  background-image: url('../images/descargar_1.svg');
  font-weight: 400;
}

.phone-link {
  color: var(--text);
  align-items: center;
  height: 60px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.phone-link:hover {
  opacity: .85;
}

.left-margin {
  margin-right: 8px;
}

.hero-right-column {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero-right-column.about-us {
  margin-bottom: 20px;
  padding-top: 0;
}

._76-percent-box {
  width: 100%;
}

.hero-left-column {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.hero-left-column.home {
  margin-left: 40px;
}

.hero-left-column.about-us {
  margin-top: 140px;
  margin-bottom: 380px;
}

.hero-flex {
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.hero-flex.vertical {
  text-align: center;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.button-android-dark {
  border: 3px solid var(--text);
  background-color: var(--text);
  color: #fff;
  background-image: url('../images/Google_Play_Arrow_logo.svg_1Google_Play_Arrow_logo.svg.png');
  background-position: 15px 51%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-android-dark:hover {
  border-radius: 25px;
}

.button-apple-dark {
  border: 3px solid var(--text);
  background-color: var(--text);
  color: #fff;
  background-image: url('../images/logotipo-de-mac-os.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-apple-dark:hover {
  border-radius: 25px;
}

.on-load-8.intro {
  text-align: center;
  width: 20%;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.on-load-8.contact-intro-2 {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 30%;
  padding-left: 2.5%;
  padding-right: 20px;
}

.on-load-10.intro, .on-load-7.intro {
  text-align: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.on-load-7.contact-us {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 40%;
  padding-right: 20px;
}

.intro-title {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 33px;
  line-height: 33px;
}

.text-small {
  font-size: 13.5px;
  line-height: 21px;
}

.intro-title-2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
}

.intro-title-3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
}

.star {
  margin-right: 6px;
}

.star.last {
  margin-right: 0;
}

.intro-title-4 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
}

.on-load-11.intro {
  text-align: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.intro-title-5 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 15px;
}

.intro-text-big {
  font-size: 18px;
}

.intro-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  display: none;
  position: relative;
}

.heading-box {
  text-align: center;
  width: 54%;
  max-width: 640px;
  margin: 60px auto 20px;
}

.heading-box.large {
  width: 80%;
}

.h2-big {
  color: var(--text);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.4;
}

.subheading {
  margin-top: 10px;
  font-size: 18px;
}

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

.half-column-regular {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.half-column-regular.center {
  text-align: center;
}

.half-column-regular.mobile-border {
  justify-content: flex-start;
  align-items: center;
}

.half-column-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: relative;
}

.half-column-flex.no-padding {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.half-column-flex.padding {
  width: 100%;
  padding-left: 5%;
}

.on-load-4.on-blog-page {
  z-index: 5;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.on-load-9.intro {
  text-align: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.on-load-9.contact-intro-3 {
  text-align: center;
  width: 30%;
  padding-left: 2.5%;
  padding-right: 20px;
}

.navbar-bg {
  background-color: var(--color-2);
  position: absolute;
  inset: 0%;
}

.newsletter-box {
  background-color: #fff;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.newsletter-container {
  background-image: linear-gradient(#101920e6, #101920e6);
  height: 100vh;
  display: none;
}

.newsletter {
  z-index: 100000;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.close-contact-form {
  background-color: var(--text);
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.form-block-newsletter {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.modal-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.newsletter-column.modal-left {
  background-color: var(--bg);
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 309px;
}

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

.content-section-blue {
  background-color: var(--text);
  background-image: url('../images/bg02.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.content-section-blue.reduced {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.content-section-blue.testimony {
  display: none;
}

.white {
  color: var(--text);
}

.accordion-wrapper {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 10px;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  flex: 1;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  display: flex;
  position: relative;
}

.accordion-item-content {
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 25px;
  overflow: hidden;
}

.bottom-margin {
  margin-bottom: 20px;
}

.bottom-margin._40-pixels {
  margin-bottom: 40px;
}

.content-section-light {
  background-color: var(--hero-bg);
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
  position: relative;
  overflow: hidden;
}

.mini-feature {
  background-color: #c5d5e0;
  border-radius: 7.5px;
  padding: 11px 13px 8px;
  display: inline-block;
}

.mini-text-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.mini-text {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
}

.right-margin {
  margin-right: 10px;
}

.right-margin.intro {
  margin-right: 20px;
  padding-top: 15px;
}

.right-margin.iphone {
  text-align: center;
  width: 42px;
  margin-right: 20px;
  padding-top: 4px;
}

.flex-center-relative {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.left-padding {
  padding-left: 25px;
}

.left-padding._100-pixels {
  padding-left: 100px;
}

.left-padding._140-pixels {
  padding-left: 140px;
}

.left-padding._10-pixels {
  padding-left: 10px;
}

.medium-text {
  color: var(--title);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.image {
  position: absolute;
}

.relative {
  display: inline-block;
  position: relative;
}

.relative.hidden {
  overflow: hidden;
}

.inner-wrapper {
  width: 95%;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
}

.semi-bold {
  font-weight: 600;
  display: inline-block;
}

.feature {
  text-align: center;
  width: 33.333%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.feature.no-margin, .feature.last {
  margin-bottom: 0;
}

.plan-description {
  border-right: 1px solid var(--lines);
  width: 37%;
  padding: 15px 15px 3px 20px;
  font-size: 15px;
}

.plan-detail {
  border-right: 1px solid var(--lines);
  width: 21%;
  padding: 15px 10px 8px 15px;
  font-size: 15px;
  line-height: 22px;
  display: flex;
}

.plan-detail.last {
  border-right-style: none;
}

.plan-detail.no-included {
  cursor: not-allowed;
}

.checkmark {
  background-color: var(--color);
  background-image: url('../images/marca-de-verificacion.svg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: 9px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

.checkmark-box {
  margin-right: 9px;
  padding-top: 5px;
}

.checkmark-box.not-included {
  padding-top: 2px;
}

.row {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--lines);
  flex-wrap: wrap;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.row:hover {
  background-color: #c6d5e0;
}

.row.last {
  border-bottom-style: solid;
}

.plans-buttons {
  border: 1px none var(--lines);
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.plan-description-last {
  border: 1px #000;
  width: 37%;
  padding: 15px 15px 3px 20px;
  font-size: 15px;
}

.plan-button-box {
  border-right-width: 1px;
  border-right-color: var(--lines);
  width: 21%;
  padding: 15px 10px 3px 15px;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

.button-boxed-gray {
  background-color: var(--lines);
  color: #fff;
  text-align: center;
  border-radius: 2.5px;
  min-width: 80px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: background-color .2s;
}

.button-boxed-gray:hover {
  opacity: .85;
  background-color: #98b5c7;
}

.title-row {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.plan-title {
  width: 37%;
  padding: 15px 15px 3px 20px;
}

.plan-title-detail {
  width: 21%;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 25px;
}

.accordion {
  cursor: pointer;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion:hover {
  text-decoration: none;
}

.question {
  font-size: 18px;
  font-weight: 500;
}

.open-close {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.accordion-content {
  margin-top: 10px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 20px;
}

.testimonial {
  background-color: #0000;
  border-radius: 10px;
  width: 50%;
  padding: 25px 2.5%;
}

.testimonial-text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.mask-testimonials {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  background-color: #0000;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.slide-right-arrow {
  background-color: #bfcdd8;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 22px;
  padding-top: 3px;
  font-size: 33px;
  transition: opacity .2s;
  display: flex;
}

.slide-right-arrow:hover {
  opacity: .85;
}

.testimonial-name {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.display-none {
  display: none;
}

.slide-left-arrow {
  background-color: #dbe4eb;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-left: 22px;
  padding-top: 3px;
  font-size: 33px;
  transition: opacity .2s;
  display: flex;
}

.slide-left-arrow:hover {
  opacity: .85;
}

.testimonial-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #e9eef291;
  border-radius: 50%;
  width: 53px;
  height: 53px;
}

.testimonial-pic._1 {
  background-image: url('../images/Pic-1_1Pic-1.jpg');
  border-width: 3px;
}

.testimonial-pic._2 {
  background-image: url('../images/Pic-2_1Pic-2.jpg');
  border-width: 3px;
}

.testimonial-pic._3 {
  background-image: url('../images/Pic-3_1Pic-3.jpg');
  border-width: 3px;
}

.testimonial-pic._4 {
  background-image: url('../images/Pic-4_1Pic-4.jpg');
  border-width: 3px;
}

.testimonial-pic._3 {
  background-image: url('../images/paul.png');
  background-position: 0 0;
  border-style: none;
  border-width: 3px;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.testimonial-pic._3._4 {
  background-image: url('../images/Leung.png');
}

.testimonial-pic._1-copy {
  background-image: url('../images/Richard_Topping.jpg'), url('../images/GEFS2024.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-style: none;
  border-width: 3px;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.testimonial-pic._2 {
  background-image: url('../images/joyce_new.png');
  border-style: none;
  border-width: 3px;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.expand {
  flex: 1;
}

.testimonial-bg {
  background-image: url('../images/Fig-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 85px;
  justify-content: center;
  width: 90px;
  height: 75px;
  margin-right: 20px;
  padding-top: 7px;
  display: flex;
}

.testimonial-bg._2 {
  background-image: url('../images/Fig-2.png');
  background-size: 80px;
}

.testimonial-bg._3 {
  background-image: url('../images/Fig-3.png');
  background-size: 80px;
}

.testimonial-bg._4 {
  background-image: url('../images/Fig-4.png');
  background-size: 71px;
}

.trial-signup {
  text-align: center;
  justify-content: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-box {
  width: 70px;
  margin-right: 22px;
}

.arrow-box.right {
  margin-left: 22px;
  margin-right: 0;
}

.trial-email-input {
  border: 1px solid var(--lines);
  background-color: #0000;
  border-radius: 27.5px 0 0 27.5px;
  width: 65%;
  max-width: 240px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 30px;
}

.trial-email-input::placeholder {
  color: var(--title);
}

.form {
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.trial-submit-button {
  background-color: var(--lines);
  border-radius: 0 27.5px 27.5px 0;
  flex: 1;
  min-width: 140px;
  height: 55px;
  padding-left: 5%;
  padding-right: 5%;
  transition: opacity .2s;
}

.trial-submit-button:hover {
  opacity: .85;
}

.footer-input {
  background-color: #fff;
  border-right-width: 1px;
  border-right-color: #e9eef2;
  border-radius: 2.5px 0 0 2.5px;
  width: 60%;
  height: 48.5px;
  padding-left: 17px;
}

.footer-input::placeholder {
  color: #69707b;
  font-size: 14px;
}

.submit-button-footer {
  color: #002736;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #d3dee7;
  background-clip: border-box;
  border-radius: 0 2.5px 2.5px 0;
  width: 40%;
  height: 48.5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button-footer:hover {
  background-color: #c2ccd4;
}

._80-percent-column {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.absolute-bg {
  background-color: var(--hero-bg);
  display: none;
  position: absolute;
  inset: 0%;
}

.absolute-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.absolute-image.insta-2 {
  background-image: url('../images/Insta-2.jpg');
}

.absolute-image.insta-1 {
  background-image: url('../images/Insta-1.jpg');
}

.absolute-image.insta-3 {
  background-image: url('../images/Insta-3.jpg');
}

.absolute-image.insta-5 {
  background-image: url('../images/Insta-4.jpg');
}

.hover-overlay {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insta-handle {
  font-size: 18px;
}

.link {
  transition: opacity .2s;
}

.link:hover {
  opacity: .85;
}

.scale-on-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.overlay {
  z-index: 1;
  background-image: url('../images/Overlay.png');
  background-position: 50% 20%;
  background-repeat: repeat-x;
  background-size: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay.blog-page {
  background-position: 50% 100%;
  background-size: auto 57%;
}

.category-lik {
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 6px 9px 5px;
  font-size: 8px;
  font-weight: 600;
  line-height: 8px;
  transition: opacity .2s;
  display: inline-block;
}

.category-lik:hover {
  opacity: .9;
}

.blog-title-white {
  opacity: .85;
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: opacity .2s;
  display: inline-block;
}

.h6-medium {
  font-size: 20px;
}

.empty-state {
  background-color: #0000;
}

.blog-title-medium {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity .2s;
  display: flex;
}

.blog-title-medium:hover {
  opacity: .85;
}

.post-flex-box {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 15px;
  display: flex;
}

.time-to-read {
  color: var(--title);
  font-size: 13px;
  font-style: italic;
  line-height: 21px;
}

.intro-section {
  background-color: var(--intro-blue);
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.about-us-intro {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.max-480-pixels {
  width: 100%;
  max-width: 480px;
}

.max-480-pixels.minblocks {
  max-width: 780px;
}

.max-517-pixles {
  width: 100%;
  max-width: 600px;
  padding-left: 5%;
  padding-right: 5%;
}

.full-column-left {
  justify-content: flex-end;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.content-section-simple {
  background-color: var(--white);
  display: block;
  position: relative;
  overflow: hidden;
}

.full-column-image {
  background-image: url('../images/windows-C6T6vr1sQI0-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  width: 50%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.full-column-image._2 {
  background-image: url('../images/miniblocks_page.png');
  background-position: 50% 60%;
  background-size: cover;
}

.full-column-image._2.miniblocks {
  background-image: url('../images/card_game.png');
  background-position: 50% 55%;
  background-size: cover;
}

.full-column-image._2.miniblocks.desktop {
  background-image: url('../images/miniblocks_page.png');
  background-position: 50% 65%;
}

.full-column-image._2.cardgame.desktop {
  background-image: url('../images/card_game.png');
}

.bar-containter {
  align-items: flex-end;
  display: flex;
}

.bar {
  background-color: var(--bar-bg);
  border-radius: 7px;
  width: 73%;
  height: 14px;
  margin-bottom: 3px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.bar-progress {
  background-color: #218eb8;
  border-radius: 7px;
  width: 100%;
  height: 14px;
  position: absolute;
  overflow: hidden;
}

.bar-progress._90 {
  width: 90%;
}

.bar-progress._75 {
  width: 75%;
}

.social-icon-regular {
  background-color: #067aeb;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon-regular:hover {
  background-color: #0970d4;
}

.social-icon-regular.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.social-icon-regular.facebook:hover {
  background-color: #0972d8;
}

.social-icon-regular.instagram-no-margin {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #ff7e4f;
}

.social-icon-regular.instagram-no-margin:hover {
  background-color: #fc6739;
}

.social-icon-regular.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.twittter:hover {
  background-color: #1895e2;
}

.social-icon-regular.linkedin {
  background-color: var(--linkedin);
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.linkedin:hover {
  background-color: #1895e2;
}

.social-icon-regular.pinterest {
  background-color: var(--pinterest);
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.pinterest:hover {
  background-color: #1895e2;
}

.social-icon-regular.email {
  background-color: var(--text);
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.email:hover {
  background-color: #1895e2;
}

.hover-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.move-up-2 {
  display: inline-block;
}

.hover-bg {
  text-align: center;
  background-color: #f1f5f8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-bg.tablet-view {
  background-color: var(--hero-bg);
  display: flex;
}

.image-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-bg.team {
  background-image: url('../images/Team-1.jpg');
}

.image-bg.team-2 {
  background-image: url('../images/Team-2.jpg');
}

.image-bg.team-4 {
  background-image: url('../images/Team-4.jpg');
}

.image-bg.team-5 {
  background-image: url('../images/Team-5.jpg');
}

.image-bg.team-6 {
  background-image: url('../images/Team-6.jpg');
}

.image-bg.team-3 {
  background-image: url('../images/Team-3.jpg');
}

.image-bg._1 {
  background-image: url('../images/About-3.jpg');
}

.image-bg._2 {
  background-image: url('../images/linkedin-sales-navigator-sWxKwsgY57c-unsplash.jpg');
}

.image-bg.video {
  background-image: url('../images/linkedin-sales-navigator-NpyF7rjqmq4-unsplash.jpg');
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.move-up, .move-up-3 {
  display: inline-block;
}

.team-member {
  width: 30%;
  margin-right: 4%;
}

.team-member._2 {
  padding-top: 50px;
}

.team-member._3, .team-member.last {
  margin-right: 0%;
  padding-top: 100px;
}

.h6-small {
  font-size: 18px;
  line-height: 26px;
}

.h6-small.white {
  margin-top: 0;
  margin-bottom: 5px;
}

.waves {
  background-image: url('../images/Waves.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px;
  width: 192px;
  height: 177px;
  position: absolute;
  top: 222px;
  left: -89px;
}

.column-text-right {
  justify-content: flex-start;
  width: 50%;
  padding: 70px 3%;
  display: flex;
}

.text-block {
  background-color: var(--text);
  color: #fff;
  border-radius: 11px;
  height: 21px;
  padding: 5px 5px 2px;
  font-size: 10px;
  line-height: 10px;
}

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.date {
  background-color: var(--intro-blue);
  border-radius: 7px;
  padding: 10px 12px 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  display: inline-block;
}

.timeline-date-left {
  text-align: right;
  width: 48%;
  padding-top: 25px;
}

.timeline-text-right {
  width: 48%;
}

.timeline-text-box {
  max-width: 290px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.timeline-item {
  justify-content: center;
  align-items: stretch;
  margin-left: 5px;
  display: flex;
}

.center-line {
  background-color: var(--lines);
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dot {
  border: 2px solid var(--lines);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 32px;
  left: -8px;
}

.center-dot {
  background-color: var(--lines);
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.center-line-box {
  text-align: right;
  width: 75px;
}

.timeline-date-right {
  text-align: left;
  width: 48%;
  padding-top: 25px;
}

.timeline-text-left {
  text-align: right;
  justify-content: flex-end;
  width: 48%;
  display: flex;
}

.feature-item {
  flex-wrap: wrap;
  max-width: 250px;
  margin-bottom: 60px;
  display: flex;
}

.feature-item.no-margin {
  margin-bottom: 0;
}

.iphone-column-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.flex-justify-center {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.iphone-column-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding-left: 20px;
  display: flex;
}

.client-logo {
  text-align: center;
  width: 25%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.client-logo.no-margin, .client-logo.last {
  margin-bottom: 0;
}

.clients {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.tabs-menu {
  background-color: var(--intro-blue);
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab {
  border-right-width: 1px;
  border-right-color: var(--lines);
  color: var(--title);
  background-color: #0000;
  width: 30%;
  max-width: 295px;
  padding: 25px 0 15px;
  transition: color .2s;
}

.tab:hover {
  color: var(--text);
}

.tab.w--current {
  color: var(--text);
  background-color: #0000;
}

.tab-tex-box {
  border-right: 1px solid var(--lines);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tab-tex-box.last {
  border-right-style: none;
}

.checkmark-green {
  background-color: var(--checkmark-bg);
  background-image: url('../images/marca-de-verificacion.svg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: 9px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

.dark-blue {
  color: var(--text);
}

.tab-pane {
  padding-top: 70px;
  padding-bottom: 70px;
}

.play-button {
  background-color: var(--play-bg);
  background-image: url('../images/jugar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 50%;
  width: 68px;
  height: 68px;
}

.button-outline-white {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-white:hover {
  color: var(--text);
  background-color: #fff;
}

.left-side-column {
  width: 28%;
}

.sticky-bar {
  position: sticky;
  top: 60px;
}

.h5-small {
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
}

.h5-small-block {
  margin-right: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
  display: inline-block;
}

.licensing-item {
  margin-bottom: 3%;
}

.assitant-pic {
  border: 4px solid var(--bar-bg);
  background-image: url('../images/Contact-2.png');
  background-position: 0 -5px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: 10px;
}

.assitant-text {
  font-size: 15px;
  line-height: 23px;
}

.assistant-right {
  text-align: left;
  flex: 1;
  padding-left: 4%;
}

.contact-item {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.contact-intro {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.algin-right {
  text-align: left;
  padding-right: 20px;
}

.contact-link {
  color: var(--text);
  font-size: 15px;
}

.contact-form-right {
  flex: 1;
  width: 70%;
}

.input {
  border: 1px solid var(--bar-progress);
  background-color: #0000;
  border-radius: 2.5px;
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 3%;
}

.input::placeholder {
  color: var(--title);
  font-size: 14px;
}

.input.full {
  width: 100%;
  margin-bottom: 10px;
}

.form-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.contact-form-left {
  align-items: center;
  width: 35%;
  padding-right: 40px;
  display: flex;
}

.select-field {
  border: 1px solid var(--bar-progress);
  color: var(--title);
  background-color: #0000;
  border-radius: 2.5px;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 3%;
}

.textarea {
  border: 1px solid var(--bar-progress);
  background-color: #0000;
  border-radius: 2.5px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 50px;
  padding-left: 3%;
}

.textarea::placeholder {
  color: var(--title);
}

.submit-button-form {
  background-color: var(--text);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 2.5px;
  width: 48%;
  min-width: 200px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: border .2s, background-color .2s;
}

.submit-button-form:hover {
  border: 1px solid var(--text);
  color: var(--text);
  background-color: #0000;
}

.submit-button-form.full {
  width: 100%;
  min-width: auto;
}

.text-medium {
  font-size: 15px;
  line-height: 23px;
}

.social-icon {
  background-color: var(--text);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  transition: opacity .2s;
}

.social-icon:hover {
  opacity: .85;
}

.social-icon.facebook {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.twitter {
  background-image: url('../images/gorjeo_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.pinterest {
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.email {
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.map {
  height: 360px;
  margin-top: 80px;
}

.sign-up-input {
  border: 1px solid var(--bar-progress);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  transition: border-color .2s;
}

.sign-up-input:hover {
  border-bottom-color: #1a8ef7;
}

.faq-block {
  margin-top: 40px;
}

.bottom-margin-image {
  width: 100%;
  margin-bottom: 20px;
}

.blog-block {
  border-bottom: 1px solid var(--lines);
  margin-top: 20px;
  padding-bottom: 15px;
}

.blog-left-column {
  flex: 1;
  width: 70%;
  margin-right: 2%;
}

.featured-preview {
  width: 100%;
  margin-right: 1.5%;
}

.blog-right-column {
  width: 30%;
}

.blog-title {
  color: var(--link);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  transition: opacity .2s;
  display: flex;
}

.blog-title:hover {
  opacity: .85;
}

.post-text-box {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 15px;
  display: flex;
}

.relative-full-height {
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.flex-post-preview {
  flex-wrap: wrap;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.category {
  transition: opacity .2s;
}

.category:hover {
  opacity: .85;
}

.tag {
  border: 1px solid var(--lines);
  border-radius: 50px;
  margin-bottom: 5px;
  margin-right: 7px;
  padding: 7px 15px 5px;
  font-size: 12px;
  line-height: 12px;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.tag:hover {
  background-color: var(--lines);
  color: #fff;
}

.side-post {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.side-post.last {
  margin-bottom: 0;
}

.hero-blog-right {
  flex: 1;
  width: 42%;
}

.collection-list {
  height: 100%;
}

.preview-blog-left {
  width: 56%;
  margin-right: 2%;
  position: relative;
}

.collection-list-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main-blog-title {
  opacity: .85;
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  transition: opacity .2s;
  display: inline-block;
}

.pagination {
  justify-content: flex-end;
}

.inner-post-grid {
  flex-flow: wrap;
  width: 30.3%;
  height: 100%;
  margin-bottom: 40px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  display: flex;
  position: relative;
}

.relative-full {
  width: 100%;
  display: inline-block;
  position: relative;
}

.post-grid-padding {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.post-heading-box {
  text-align: center;
  width: 75%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.collection-item {
  width: 30.3%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.post {
  padding-top: 60px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404 {
  font-size: 150px;
  line-height: 160px;
}

.tabs-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.tabs-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: relative;
}

.tabs-left.no-padding {
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.social-icon-mini {
  background-color: #067aeb;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon-mini:hover {
  background-color: #0970d4;
}

.social-icon-mini.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-icon-mini.twittter:hover {
  background-color: #1895e2;
}

.social-icon-mini.linkedin {
  background-color: #01669e;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.pinterest {
  background-color: #e60023;
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.email {
  background-color: #333;
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.instagram-no-margin {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #ff7e4f;
}

.social-icon-mini.instagram-no-margin:hover {
  background-color: #fc6739;
}

.mobile-view {
  margin-top: 10px;
  display: none;
}

.video {
  width: 100%;
  margin-bottom: 20px;
}

.about-intro {
  width: 33.333%;
  padding-right: 15px;
  display: flex;
}

.h3-big {
  color: var(--color);
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.4;
}

.h3-big.white {
  color: var(--color);
}

.testimonal-flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.relative-flex {
  display: flex;
  position: relative;
}

.dropdown-list {
  inset: 100% 0% auto;
}

.dropdown-list.w--open {
  background-color: var(--light-yellow);
}

.relative-post {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.image-1 {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.sticky-content-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 410px;
  min-height: 100vh;
  display: flex;
}

.sticky-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.sticky-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: static;
}

.button-outline-2 {
  color: #feffff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f4f5f7;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-2:hover {
  color: #002736;
  background-color: #fff;
}

.sticky-container {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: static;
}

.image-3 {
  object-fit: contain;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto;
}

.image-2 {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.image-3-hide, .image-1-hide, .image-2-hide {
  object-fit: contain;
  height: 100%;
  display: none;
  position: relative;
  inset: 0% auto;
}

.button-android-white {
  border: 2.5px solid var(--text);
  color: var(--text);
  background-color: #fff;
  background-image: url('../images/Google_Play_Arrow_logo.svg_1Google_Play_Arrow_logo.svg.png');
  background-position: 15px 51%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 3px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-android-white:hover {
  border-radius: 25px;
}

.button-apple-white {
  border: 2.5px solid var(--text);
  color: var(--text);
  background-color: #fff;
  background-image: url('../images/manzana.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 3px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-apple-white:hover {
  border-radius: 25px;
}

.person {
  background-image: url('../images/1_11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #d4e0e9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.person._2 {
  background-image: url('../images/2_12.jpg');
  margin-left: -20px;
}

.person._3 {
  background-image: url('../images/Pic-2_2Pic-2.jpg');
  margin-left: -20px;
}

.image-4 {
  width: 500px;
  display: block;
}

.image-5 {
  box-shadow: 0 2px 5px 5px #0003;
}

.heading, .heading-2, .heading-3 {
  color: var(--color);
}

.h6-medium-2 {
  text-align: center;
  font-size: 20px;
}

.bar-containter-2 {
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.medium-text-2 {
  color: var(--color);
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.container-3 {
  max-width: 1280px;
}

.max-517-pixles-2 {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
}

.bar-2 {
  background-color: var(--hero-bg);
  border-radius: 7px;
  width: 100%;
  height: 14px;
  margin-bottom: 3px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.bar-progress02 {
  background-color: #218eb8;
  border-radius: 7px;
  width: 100%;
  height: 14px;
  position: absolute;
  overflow: hidden;
}

.bar-progress02._90 {
  background-color: var(--pink);
  width: 30%;
}

.div-block {
  text-align: center;
  flex: 1;
}

.image-6, .image-7 {
  width: 350px;
}

.timeline-text-box-2 {
  max-width: 290px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.center-line-2 {
  background-color: #8dacbf;
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.center-dot-2 {
  background-color: #8dacbf;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.dot-2 {
  border: 2px solid #8dacbf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 32px;
  left: -8px;
}

.div-block-11 {
  margin-top: 40px;
}

.container-7 {
  max-width: 100%;
  display: none;
}

.date-2 {
  background-color: #d4e2ec;
  border-radius: 7px;
  padding: 10px 12px 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  display: inline-block;
}

.timeline-item-2 {
  justify-content: center;
  align-items: stretch;
  margin-left: 5px;
  margin-right: 20px;
  display: flex;
}

.subheading-2 {
  font-size: 18px;
}

.subheading-2.white {
  margin-bottom: 0;
}

.text-span {
  color: var(--color);
}

.line {
  background-color: #910028;
  width: 180px;
  height: 2px;
  min-height: 2px;
}

.line.size-150px {
  width: 150px;
}

.inner-wrapper-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.accordion-2 {
  cursor: pointer;
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-2:hover {
  text-decoration: none;
}

.mg-bottom-0 {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
}

.mg-bottom-0.give {
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.display-3 {
  color: #0b1829;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.182em;
}

.faq-item-2 {
  border-bottom: 1px solid #8dacbf;
  margin-top: 20px;
  margin-bottom: 20px;
}

.inner-container._1012px {
  max-width: 1012px;
}

.inner-container._1012px.center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  text-align: justify;
}

.faq-arrow-2 {
  margin-top: 0;
}

.div-block-26 {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
}

.div-block-26.give {
  max-width: 992px;
  margin: 40px auto;
  padding-left: 0;
  padding-right: 0;
}

.question-2 {
  flex: 1;
  font-size: 21px;
  font-weight: 500;
}

.question-2.distinctive {
  color: var(--color);
  font-weight: 600;
}

.open-close-2 {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.paragraph-3 {
  text-align: justify;
}

.paragraph-3.mobile03 {
  max-width: 100%;
}

.accordion-content-2 {
  max-width: 100%;
  margin-top: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section {
  background-color: var(--bg);
}

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

.section-2 {
  background-image: url('../images/building_sketch_new03a.png');
  background-position: 0 100%;
  background-size: cover;
}

.text-span-2 {
  color: var(--pink);
  font-size: 20px;
}

.year {
  font-size: 13px;
  line-height: 18px;
}

.content-wrapper-2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1085px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper-2.narrow {
  align-items: flex-start;
  max-width: 992px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.bold-text-19 {
  color: #6e1e6f;
  font-size: 17px;
  line-height: 28px;
}

.bold-text-25 {
  color: #6e1e6f;
  font-size: 28px;
  line-height: 32px;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.souvenirs {
  margin: 0 20px;
}

.slider01_mask {
  width: 33.33%;
  overflow: visible;
}

.slider01_slide {
  width: 100%;
  margin-right: 2rem;
}

.slider_arrow {
  border: 2px solid #585858;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: #d5d1c9;
}

.slider_arrow.is-left {
  right: 4rem;
}

.main-wrap {
  background-color: #dfe0dc;
}

.main-wrap.sister_org {
  background-color: var(--white);
  background-image: url('../images/background_02.svg');
  background-position: 0 0;
  background-size: cover;
}

.bold-text-20 {
  color: #6e1e6f;
  font-size: 17px;
  line-height: 28px;
}

.testimonial20_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_inner {
  grid-row-gap: 0px;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.button-outline-3 {
  color: #6e1e6f;
  text-align: center;
  background-color: #0000;
  border: 1px solid #6e1e6f;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-3:hover {
  color: #e9eef2;
  background-color: #6e1e6f;
}

.button-outline-3.souvenirs {
  align-self: center;
  margin-bottom: 20px;
}

.section-3 {
  overflow: hidden;
}

.title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-wrap.u-max-w--72 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.testimonial-person_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: 0;
  display: flex;
}

.testimonial-person_item.profile {
  margin-left: 45px;
}

.testimonial-card_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonial-person_img {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.testimonial-person_img.stories {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.u-txt-semibold {
  font-weight: 600;
}

.bold-text-21 {
  color: #6e1e6f;
  font-size: 17px;
  line-height: 28px;
}

.slider01_comp {
  background-color: #0000;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 5rem;
  position: relative;
}

.u-container-l {
  max-width: 100rem;
}

.testimonial-card1_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #e9eef2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 380px;
  padding: 2rem;
  display: flex;
}

.testimonial-card1_item.mobile_ss {
  background-color: var(--white);
}

.testimonial-card1_item.mobile_ss.sister_org {
  background-color: var(--light-yellow);
}

.testimonial-card1_item.mobile_ss.souvenirs {
  min-height: 450px;
  padding: .5rem 0 0;
}

.text-span-16 {
  color: #6e1e6f;
}

.faq-icon-wrapper {
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.faq-icon-wrapper.mobile {
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}

.bold-text-29, .bold-text-30 {
  color: #6e1e6f;
}

.faq-answer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  overflow: hidden;
}

.faq-text-wrapper {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.paragraph-6 {
  text-align: justify;
  align-self: stretch;
  margin-bottom: 20px;
  margin-left: 60px;
  margin-right: 60px;
}

.quick-stack-2 {
  text-align: left;
  width: 95%;
}

.text-span-20 {
  color: #6e1e6f;
}

.section-4 {
  color: #3c3d3c;
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.text-span-17 {
  color: #6e1e6f;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  text-align: left;
  margin-top: auto;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-span-18, .text-span-15 {
  color: #6e1e6f;
}

.faq-icon {
  background-color: #3c3d3c;
  width: 1.5rem;
  height: 2px;
  position: absolute;
}

.faq-icon.is-left {
  z-index: 1;
  background-color: #3c3d3c;
  transform: rotate(90deg);
}

.caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 21px;
}

.faq-accordion {
  color: #141c30;
  background-color: #e9eef2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: box-shadow .35s cubic-bezier(.38, .194, .25, 1);
  position: relative;
  overflow: hidden;
}

.faq-accordion:hover {
  box-shadow: 1px 1px 3px #1018281a;
}

.text-span-19 {
  color: #6e1e6f;
}

.div-block-27 {
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.list {
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 20px;
}

.link-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-span-21 {
  color: var(--color);
}

.section-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-9 {
  flex: 0 auto;
  width: 500px;
  display: block;
}

.image-10, .cell {
  border-radius: 0;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.image-11 {
  box-shadow: 0 2px 15px 2px var(--white);
  border-radius: 15px;
}

.container-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-6 {
  background-color: var(--color-4);
  background-image: linear-gradient(#00000080, #00000080), url('../images/section_bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-12 {
  border-radius: 0;
  align-self: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-4 {
  color: var(--golden_yellow);
  text-align: center;
  margin-top: 40px;
}

.subtitle_souvenirs {
  margin-top: 20px;
}

.text-block-2 {
  margin-bottom: 60px;
}

.text-block-2.middle {
  text-align: center;
}

.text-block-2.middle.sharing {
  margin-bottom: 20px;
}

.bold-text-31 {
  color: var(--color);
  font-size: 24px;
}

.text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  color: var(--color);
}

.bold-text-32 {
  color: var(--text);
  font-size: 12px;
}

.bold-text-32.name {
  color: var(--purple);
  font-size: 16px;
}

.bold-text-33 {
  color: var(--color);
  font-size: 36px;
}

.bold-text-34 {
  color: #ca005d;
}

.content-section-blue-2 {
  background-color: var(--bg);
  background-image: url('../images/home_sharing_bg3.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
  position: relative;
  overflow: visible;
}

.testimonial-text-2 {
  color: #002736;
  font-size: 16px;
  line-height: 26px;
}

.expand-2 {
  flex: 1;
}

.testimonial-2 {
  background-color: #0000;
  border-radius: 10px;
  width: 50%;
  padding: 25px 2.5%;
}

.button-outline-4 {
  color: #ca005d;
  text-align: center;
  background-color: #0000;
  border: 1px solid #ca005d;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-4:hover {
  color: #ca005d;
  background-color: #d9ff00;
}

.slide-right-arrow-2 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 22px;
  padding-top: 3px;
  font-size: 33px;
  transition: opacity .2s;
  display: flex;
}

.slide-right-arrow-2:hover {
  opacity: .85;
}

.mask-testimonials-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-3 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1085px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper-3.narrow {
  align-items: flex-start;
  max-width: 992px;
  margin-top: auto;
  display: block;
}

.bold-text-35 {
  color: #ca005d;
}

.heading-box-2 {
  text-align: center;
  width: 54%;
  max-width: 640px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.slide-left-arrow-2 {
  background-color: #dbe4eb;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-left: 22px;
  padding-top: 3px;
  font-size: 33px;
  transition: opacity .2s;
  display: flex;
}

.slide-left-arrow-2:hover {
  opacity: .85;
}

.testimonials-2 {
  background-color: #0000;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.testimonial-name-2 {
  color: #ca005d;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.text-span-30, .text-span-31 {
  color: var(--color);
}

.section-page {
  background-color: #f0f0e9;
  background-image: url('../images/donation.jpg');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.section-page.submit-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/flowers.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-page.submit-section.photos {
  justify-content: center;
  display: flex;
}

.heading-5 {
  color: #202020;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-decoration: none;
}

.heading-5.dark {
  color: #202020;
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.heading-5.dark.center {
  text-align: center;
  justify-content: center;
  font-size: 40px;
  line-height: 50px;
  display: flex;
}

.form-block {
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.promo-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: stretch;
}

.success-message-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #fdc170;
  border-radius: 0;
  font-size: 15px;
  line-height: 25px;
}

.button-2 {
  color: #202020;
  text-align: center;
  background-color: #0000;
  border: 1px solid #8650a0;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: background-color .4s, transform .4s;
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#8650a0, #fdc170);
  border-color: #218eb8;
  transform: translate(0, -3px);
}

.button-2.color {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(135deg, #8650a0, #fdc170);
  border-style: none;
  border-color: #218eb8;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  transition-duration: .4s, .4s;
}

.button-2.color:hover {
  background-color: #000;
  background-image: none;
  border-color: #8650a0;
}

.form-card {
  z-index: 2;
  opacity: 1;
  text-align: center;
  background-color: #eff9fb;
  background-image: linear-gradient(#eff9fb70, #eff9fb70), url('../images/Logo-Head-white.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #cdd8da82;
  border-radius: 15px;
  width: 800px;
  height: auto;
  margin: 40px auto 0;
  padding: 60px 100px;
  position: relative;
}

.input-2 {
  color: #202020;
  background-color: #0000;
  border: 0 #000;
  margin-bottom: 0;
}

.form-2 {
  color: #30364d;
  background-color: #fff;
  border: 1px solid #e2eff1;
  border-radius: 15px;
  align-items: center;
  padding: 5px 5px 5px 20px;
  display: flex;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
}

.container {
  z-index: 1;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  width: 85%;
  max-width: 1291px;
  margin: 0 auto auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.container.form {
  background-color: #fff0;
  border-style: none;
  justify-content: center;
}

.form-block-div {
  background-color: #fff;
  border: 1px #dbe3ff;
  border-radius: 0;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.buttons-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-secondary {
  color: #0b1829;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #0b1829;
  border-radius: 15px;
  align-self: auto;
  padding: 26px 38px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #910028;
  border-color: #910028;
  transform: translate3d(0, -3px, .01px);
}

.buttons-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.buttons-row-2.center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #910028;
  border: 1px solid #910028;
  border-radius: 15px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--purple);
  color: #fff;
  border-color: #1b2b4a;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.homepage {
  text-transform: capitalize;
}

.link-3 {
  color: var(--color);
  font-weight: 500;
}

.video {
  border-radius: 0;
  margin-top: 40px;
}

.youtube {
  border-radius: 0;
}

.image-15, .image-16, .image-17, .image-18 {
  border-radius: 15px;
  margin-bottom: 40px;
}

.image-19 {
  border-radius: 15px;
  margin-bottom: 20px;
}

.image-20 {
  border-radius: 15px;
  margin-bottom: 40px;
}

.image-21 {
  border-radius: 15px;
  margin-bottom: 20px;
}

.image-22 {
  border-radius: 15px;
  margin-bottom: 40px;
}

.image-23 {
  border-radius: 15px;
  margin-bottom: 20px;
}

.image-24 {
  border-radius: 15px;
  margin-bottom: 40px;
}

.image-25 {
  border-radius: 15px;
  margin-bottom: 20px;
}

.image-26 {
  border-radius: 15px;
  margin-bottom: 40px;
}

.paragraph-8, .paragraph-9 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .go-up-button {
    background-image: url('../images/subir.svg');
    background-size: 19px;
  }

  .top-margin._25-pixels {
    margin-top: 0;
  }

  .top-margin._10-pixels {
    color: #002736;
  }

  .title-small {
    color: var(--title);
  }

  .content-wrapper.footer {
    flex-flow: column;
    display: flex;
  }

  .hero-section {
    background-image: url('../images/home_bg1.png');
    background-position: 100%;
    background-size: cover;
  }

  .navbar-bg {
    background-color: var(--color-2);
  }

  .relative.hidden {
    overflow: hidden;
  }

  .testimonial-pic._3 {
    background-image: url('../images/oversea_competition.jpg');
    border-style: none;
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }

  .testimonial-pic._1-copy {
    background-image: url('../images/GEFS2024.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-style: none;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .testimonial-pic._2 {
    background-image: url('../images/Ambassador.jpg');
    border-style: none;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    padding-right: 0;
  }

  .full-column-image._2 {
    background-image: url('../images/bjorn-antonissen-uMoVlDNjye4-unsplash.jpg');
  }

  .full-column-image._2.miniblocks.desktop {
    background-image: url('../images/miniblocks_page.png');
    background-position: 50% 65%;
  }

  .full-column-image._2.cardgame.desktop {
    background-image: url('../images/card_game.png');
    background-position: 0 0;
    background-size: cover;
  }

  .bar-progress._90 {
    width: 90%;
  }

  .hover-bg.tablet-view {
    background-color: var(--hero-bg);
  }

  .image-bg.team {
    background-image: url('../images/Team-1.jpg');
  }

  .image-bg.team-2 {
    background-image: url('../images/Team-2.jpg');
  }

  .image-bg.team-4 {
    background-image: url('../images/Team-4.jpg');
  }

  .image-bg.team-5 {
    background-image: url('../images/Team-5.jpg');
  }

  .image-bg.team-6 {
    background-image: url('../images/Team-6.jpg');
  }

  .image-bg.team-3 {
    background-image: url('../images/Team-3.jpg');
  }

  .team-member {
    margin-right: 4.5%;
  }

  .team-member._2 {
    padding-top: 50px;
  }

  .team-member._3, .team-member.last {
    margin-right: 0%;
    padding-top: 100px;
  }

  .h6-small {
    font-size: 18px;
    line-height: 26px;
  }

  .waves {
    background-image: url('../images/Waves.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 192px 177px;
    width: 192px;
    height: 177px;
    position: absolute;
    inset: 18% auto auto -11%;
  }

  .column-text-right {
    justify-content: flex-start;
    padding-left: 3%;
  }

  .social-icon.twitter, .social-icon.instagram {
    display: none;
  }

  .medium-text-2 {
    color: #ca005d;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .container-3 {
    max-width: 1280px;
  }

  .max-517-pixles-2 {
    align-self: flex-start;
    max-width: 1440px;
    padding-left: 10%;
    padding-right: 10%;
    display: none;
  }

  .bar-progress02._90 {
    background-color: #ca005d;
    width: 30%;
  }

  .mg-bottom-0 {
    margin-right: 0;
  }

  .content-wrapper-2.narrow {
    flex: 1;
    align-items: flex-start;
    margin-top: 40px;
    display: block;
  }

  .bold-text-19, .bold-text-20 {
    color: #6e1e6f;
  }

  .button-outline-3:hover {
    color: #ca005d;
    background-color: #d9ff00;
  }

  .bold-text-21 {
    color: #6e1e6f;
  }

  .slider01_comp {
    align-self: center;
    max-width: 1140px;
  }

  .bold-text-32, .bold-text-34 {
    color: #ca005d;
  }

  .content-section-blue-2 {
    background-color: #efcedd;
  }

  .testimonial-2 {
    width: 33%;
  }

  .button-outline-4:hover {
    color: #ca005d;
    background-color: #d9ff00;
  }

  .mask-testimonials-2 {
    margin-bottom: 40px;
  }

  .content-wrapper-3.narrow {
    flex: 1;
    align-items: flex-start;
    margin-top: 40px;
    display: block;
  }

  .bold-text-35 {
    color: #ca005d;
  }

  .testimonial-name-2 {
    color: #e60023;
    margin-bottom: 20px;
  }

  .container {
    margin-top: 0;
  }

  .container.form {
    background-color: #fff0;
    border-style: none;
  }
}

@media screen and (min-width: 1440px) {
  .top-margin._25-pixels {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .footer-container {
    flex-flow: column;
  }

  .button-outline-blue.mainpage {
    margin-left: 20px;
  }

  .content-wrapper.footer {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-section {
    background-image: url('../images/home_bg1.png');
    background-position: 100%;
    background-size: auto;
  }

  .title.sharing, .h2-big {
    text-align: center;
  }

  .half-column-regular, .half-column-regular.mobile-border {
    align-self: flex-start;
  }

  .testimonial-pic._1-copy {
    background-image: url('../images/GEFS2024.jpg');
  }

  .full-column-image._2.miniblocks {
    background-image: url('../images/miniblocks_page.png');
    background-position: 100% 60%;
    background-size: cover;
    min-height: 650px;
  }

  .full-column-image._2.cardgame {
    background-image: url('../images/card_game.png');
    background-position: 50%;
    background-size: cover;
  }

  .full-column-image._2.cardgame.desktop {
    background-position: 50% 20%;
    min-height: 500px;
  }

  .dropdown-list.w--open {
    display: block;
    left: -41px;
  }

  .bar-containter-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .medium-text-2 {
    color: #ca005d;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .container-3 {
    max-width: 1440px;
  }

  .max-517-pixles-2 {
    justify-content: flex-end;
    align-items: center;
    max-width: 1440px;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .bar-2 {
    flex: 1;
    align-self: center;
  }

  .subheading-2.white {
    color: #fff;
    font-weight: 500;
  }

  .content-wrapper-2 {
    background-color: #0000;
  }

  .content-wrapper-2.narrow {
    flex: 1;
    align-items: flex-start;
    display: block;
  }

  .bold-text-19 {
    color: #6e1e6f;
  }

  .bold-text-25 {
    line-height: 32px;
  }

  .bold-text-20 {
    color: #6e1e6f;
  }

  .button-outline-3:hover {
    color: #e9eef2;
    background-color: #6e1e6f;
  }

  .bold-text-21 {
    color: #6e1e6f;
  }

  .container-9 {
    max-width: 85%;
  }

  .content-wrapper-3 {
    background-color: #0000;
  }

  .content-wrapper-3.narrow {
    flex: 1;
    align-items: flex-start;
    display: block;
  }

  .container {
    margin-top: 20px;
    display: block;
  }

  .container.form {
    background-color: #fff0;
    border-width: 0;
    margin-top: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  h6 {
    font-size: 20px;
    line-height: 26px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .footer-logo.tablet {
    margin-left: 10px;
  }

  .dropdown-link {
    padding-left: 30px;
  }

  .button-align-center {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .nav-menu {
    background-color: var(--light-yellow);
    text-align: left;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    overflow: auto;
  }

  .flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .flex._10 {
    flex-flow: wrap-reverse;
  }

  .footer-text.tablet {
    margin-left: 20px;
  }

  .top-margin._20-pixels.souvenirs {
    text-align: center;
    margin-bottom: 20px;
  }

  .top-margin._20-pixels.footer.tablet {
    margin-left: 20px;
  }

  .top-margin._5-pixels {
    flex-flow: row;
    display: block;
  }

  .navlink {
    background-color: var(--light-yellow);
    text-align: left;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: background-color .2s;
  }

  .navlink:hover {
    background-color: var(--golden_yellow);
  }

  .button-outline-blue.cqmq {
    margin-bottom: 10px;
  }

  .notice-text.tablet {
    margin-left: 20px;
  }

  .menu {
    width: 33.33%;
  }

  .menu-button {
    height: 60px;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--light-yellow);
    color: var(--text);
  }

  .hero-text-box {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .hero-text-box.full, .hero-text-box.post-page {
    padding-top: 100px;
  }

  .content-wrapper.narrow {
    max-width: 100%;
  }

  .dropdown {
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    padding-top: 50px;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .underline-hover.mobile-hide {
    display: none;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double, .content-section.double-visible, .content-section.inner-pages {
    padding-bottom: 50px;
  }

  .notice {
    padding-bottom: 20px;
  }

  .h1-hero {
    font-size: 40px;
  }

  .h1-hero.inner-pages {
    font-size: 38px;
    line-height: 50px;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .title {
    margin-top: 20px;
    margin-left: 20px;
  }

  .title.souvenirs.mobile.tablet, .title.souvenirs.tablet {
    text-align: center;
  }

  .social-icon-footer {
    margin-bottom: 5px;
  }

  .phone-link {
    margin-bottom: 10px;
  }

  .hero-left-column {
    margin-bottom: 60px;
  }

  .hero-left-column.home {
    margin-top: 40px;
  }

  .hero-left-column.about-us {
    width: 70%;
    max-width: 500px;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .on-load-8.contact-intro-2 {
    padding-right: 15px;
  }

  .star {
    margin-right: 5px;
  }

  .intro-flex {
    margin-top: 10px;
  }

  .heading-box {
    width: 70%;
  }

  .h2-big {
    font-size: 34px;
  }

  .half-column-flex.no-padding.content {
    align-self: auto;
    width: 80%;
  }

  .half-column-flex.padding {
    padding-right: 5%;
  }

  .on-load-9.contact-intro-3 {
    padding-right: 15px;
  }

  .newsletter-box {
    width: 85%;
  }

  .newsletter-column.modal-right {
    padding-top: 30px;
  }

  .content-section-blue, .content-section-light {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .checkmark-box {
    flex-flow: column;
    display: block;
  }

  .testimonial-pic {
    margin-bottom: 10px;
  }

  .testimonial-pic._3 {
    background-image: url('../images/oversea_competition.jpg');
    border-style: none;
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .testimonial-pic._1-copy {
    background-image: url('../images/GEFS2024.jpg');
    border-style: none;
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .testimonial-pic._2 {
    background-image: url('../images/Ambassador.jpg');
    border-style: none;
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .footer-input {
    border-bottom: 1px #000;
    border-radius: 2.5px 2.5px 0 0;
    width: 100%;
    margin-bottom: 0;
  }

  .submit-button-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2.5px;
    width: 100%;
  }

  .max-517-pixles {
    flex: 0 auto;
    max-width: 85%;
    padding-right: 5%;
  }

  .full-column-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .full-column-image._2.miniblocks {
    width: 100%;
    min-height: 500px;
  }

  .full-column-image._2.cardgame.mobile {
    background-image: url('../images/card_game.png');
    min-height: 500px;
    margin: 0 auto;
  }

  .full-column-image._2.cardgame.desktop {
    width: 100%;
    height: 0%;
    min-height: 950px;
  }

  .hover-bg.tablet-view {
    display: none;
  }

  .column-text-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 3%;
  }

  .tab-pane {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-intro {
    margin-top: 10px;
  }

  .input, .select-field {
    margin-bottom: 20px;
  }

  .social-icon {
    margin-bottom: 5px;
  }

  .map {
    height: 260px;
    margin-top: 60px;
  }

  .preview-blog-left {
    width: 51%;
  }

  .social-icon-mini {
    margin-bottom: 5px;
  }

  .mobile-view {
    display: block;
  }

  .h3-big {
    font-size: 29px;
  }

  .h3-big.tablet {
    text-align: center;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: var(--hero-bg);
  }

  .max-517-pixles-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .bar-2 {
    background-color: var(--tab-hover);
  }

  .bar-progress02._90 {
    background-color: #ca005d;
    width: 30%;
  }

  .image-7 {
    flex: 1;
    max-width: 60%;
  }

  .subheading-2.white {
    font-size: 32px;
  }

  .mg-bottom-0 {
    text-align: left;
  }

  .display-3 {
    font-size: 32px;
  }

  .container-8 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-wrapper-2.narrow {
    max-width: 100%;
    display: block;
  }

  .bold-text-19 {
    color: #6e1e6f;
  }

  .bold-text-25 {
    font-size: 28px;
  }

  .slider01_mask {
    width: 50%;
  }

  .bold-text-20 {
    color: #6e1e6f;
  }

  .button-outline-3:hover {
    color: #ca005d;
    background-color: #d9ff00;
  }

  .bold-text-21 {
    color: #6e1e6f;
  }

  .slider01_comp {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    margin-left: 20px;
  }

  .bold-text-32 {
    color: #ca005d;
  }

  .bold-text-33 {
    font-size: 32px;
  }

  .bold-text-34 {
    color: #ca005d;
  }

  .content-section-blue-2 {
    background-color: #efcedd;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-outline-4:hover {
    color: #ca005d;
    background-color: #d9ff00;
  }

  .slide-right-arrow-2 {
    border-radius: 6px;
    width: 26px;
    height: 26px;
  }

  .content-wrapper-3.narrow {
    max-width: 100%;
    display: block;
  }

  .bold-text-35 {
    color: #ca005d;
  }

  .heading-box-2 {
    width: 70%;
  }

  .slide-left-arrow-2 {
    background-color: #fff;
    border-radius: 6px;
    width: 26px;
    height: 26px;
  }

  .testimonial-name-2 {
    margin-bottom: 10px;
  }

  .form-card {
    width: 85%;
  }

  .input-2 {
    margin-bottom: 0;
  }

  .form-2 {
    background-color: #fff;
    border-style: solid;
    border-color: #e2eff1;
    flex-direction: row;
    padding-left: 5px;
  }

  .container {
    display: block;
  }

  .form-block-div {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block-div.less-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .buttons-row-2.center {
    justify-content: center;
    align-items: center;
  }

  .link-3.mobile {
    text-align: left;
  }

  .paragraph-8 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 26px;
  }

  blockquote {
    width: 70%;
  }

  .nav-menu {
    background-color: var(--light-yellow);
    padding-bottom: 220px;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .flex {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .flex._10 {
    flex-flow: wrap;
  }

  .button-boxed {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .go-up-button {
    background-color: var(--gold);
  }

  .top-margin._20-pixels {
    text-align: center;
  }

  .top-margin._20-pixels.souvenirs {
    margin-bottom: 20px;
  }

  .top-margin._20-pixels.souvenirs._2nd_row {
    margin-top: 0;
  }

  .navlink {
    background-color: var(--light-yellow);
  }

  .navlink:hover {
    background-color: var(--golden_yellow);
  }

  .button-outline-blue {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .title-small {
    font-size: 14px;
    line-height: 14px;
  }

  .menu-button.w--open {
    background-color: var(--light-yellow);
  }

  .hero-text-box {
    width: 70%;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .hero-text-box.full, .hero-text-box.post-page {
    padding-bottom: 40px;
  }

  .content-wrapper {
    z-index: 5;
  }

  .content-wrapper.navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper.footer {
    flex-flow: column;
  }

  .footer {
    display: flex;
  }

  .mini-title {
    font-size: 15px;
    line-height: 15px;
  }

  .button-boxed-outline, .button-outline {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .subtile-inner {
    width: 80%;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
  }

  .content-section {
    padding-top: 70px;
  }

  .content-section.double {
    padding-top: 50px;
  }

  .content-section.double.fundraising {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section.double-visible, .content-section.inner-pages {
    padding-top: 50px;
  }

  .notice {
    margin-top: 0;
  }

  .h1-hero {
    font-size: 36px;
  }

  .h1-hero.inner-pages {
    font-size: 36px;
    line-height: 48px;
  }

  .button {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .footer-column {
    width: 100%;
  }

  .hero-section {
    background-image: url('../images/sharing_bg2.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .title {
    text-align: center;
    margin-left: 0;
  }

  .title.light-blue.dark {
    margin-left: 0;
  }

  .title.souvenirs.mobile {
    text-align: center;
  }

  .social-icon-footer.facebook, .social-icon-footer.twittter {
    background-size: 12px;
  }

  .footer-newsletter {
    max-width: 250px;
  }

  .button-android {
    font-size: 13px;
    line-height: 13px;
  }

  .hero-right-column.about-us {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .hero-left-column {
    margin-bottom: 40px;
  }

  .hero-flex {
    background-image: url('../images/home_bg1.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .hero-flex.vertical {
    justify-content: flex-start;
    align-items: center;
    min-height: 400px;
  }

  .on-load-8 {
    flex-direction: column;
  }

  .on-load-8.intro {
    width: 25%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .on-load-10 {
    flex-direction: column;
  }

  .on-load-10.intro {
    padding-left: 7px;
    padding-right: 7px;
  }

  .on-load-7 {
    flex-direction: column;
  }

  .on-load-7.intro {
    width: 25%;
  }

  .on-load-7.contact-us {
    padding-right: 10px;
  }

  .intro-title {
    font-size: 31px;
  }

  .on-load-11 {
    flex-direction: column;
  }

  .on-load-11.intro {
    display: none;
  }

  .heading-box {
    width: 80%;
  }

  .h2-big {
    font-size: 32px;
  }

  .half-column-flex.no-padding.content {
    flex-flow: row;
    width: 80%;
    padding-left: 2%;
    display: flex;
  }

  .on-load-4.on-blog-page {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .on-load-9 {
    flex-direction: column;
  }

  .on-load-9.intro {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .on-load-9.contact-intro-3 {
    padding-right: 10px;
  }

  .newsletter-container, .newsletter-pop {
    overflow: auto;
  }

  .close-contact-form {
    right: -1px;
  }

  .newsletter-column.modal-right {
    width: 100%;
    padding: 40px;
    overflow: auto;
  }

  .content-section-blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section-blue.reduced {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .right-margin.intro {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
  }

  .right-margin.iphone {
    margin-bottom: 15px;
  }

  .left-padding._100-pixels {
    padding-left: 60px;
  }

  .left-padding._140-pixels {
    padding-left: 100px;
  }

  .feature {
    margin-bottom: 30px;
  }

  .checkmark-box {
    align-self: flex-start;
  }

  .button-boxed-gray {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial {
    width: 100%;
  }

  .testimonial-pic._3 {
    background-image: url('../images/mark.jpg');
    border-style: none;
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .testimonial-pic._1-copy {
    background-image: url('../images/gefs.jpg');
    border-style: none;
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .testimonial-pic._2 {
    background-image: url('../images/ambassadors.jpg');
    border-style: none;
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .expand {
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .trial-signup {
    width: 80%;
  }

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

  .hover-icon {
    width: 25px;
  }

  .max-517-pixles {
    padding-right: 5%;
  }

  .full-column-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section-simple {
    flex-flow: row;
    display: block;
  }

  .full-column-image._2.miniblocks {
    width: 100%;
    max-height: 100%;
    display: block;
  }

  .full-column-image._2.cardgame.mobile {
    background-image: url('../images/card_game.png');
    width: 90%;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
  }

  .full-column-image._2.cardgame.desktop {
    min-height: 800px;
  }

  .social-icon-regular {
    width: 35px;
    height: 35px;
  }

  .social-icon-regular.facebook, .social-icon-regular.instagram-no-margin, .social-icon-regular.twittter, .social-icon-regular.linkedin, .social-icon-regular.pinterest, .social-icon-regular.email {
    background-size: 12px;
  }

  .team-member._2 {
    padding-top: 30px;
  }

  .team-member._3, .team-member.last {
    padding-top: 80px;
  }

  .h6-small.white {
    margin-bottom: 5px;
  }

  .column-text-right {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 3%;
  }

  .feature-item {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .iphone-column-left {
    flex: 0 auto;
    align-items: center;
    width: 29%;
  }

  .flex-justify-center {
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
  }

  .iphone-column-right {
    flex: 0 auto;
    align-items: center;
  }

  .client-logo {
    width: 33.3333%;
    margin-bottom: 30px;
  }

  .client-logo.no-margin {
    margin-bottom: 30px;
  }

  .tab-pane {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-outline-white {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .social-icon.facebook, .social-icon.twitter, .social-icon.linkedin, .social-icon.pinterest, .social-icon.email, .social-icon.instagram {
    background-size: 12px;
  }

  .map {
    height: 220px;
    margin-top: 40px;
  }

  .blog-left-column {
    margin-right: 4%;
  }

  .blog-right-column {
    width: 43%;
  }

  .post-text-box {
    margin-left: 10px;
  }

  .relative-full-height {
    width: 100%;
  }

  .flex-post-preview {
    margin-bottom: 30px;
  }

  .post-heading-box {
    width: 90%;
  }

  .social-icon-mini.facebook, .social-icon-mini.twittter, .social-icon-mini.instagram-no-margin {
    background-size: 12px;
  }

  .about-intro {
    text-align: center;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3-big {
    text-align: center;
    font-size: 28px;
  }

  .relative-post {
    width: 100%;
  }

  .sticky-content-block {
    min-height: 100%;
    margin-bottom: 40px;
  }

  .sticky-content-block.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sticky-right {
    display: none;
  }

  .sticky-left {
    width: 100%;
  }

  .button-outline-2 {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .image-3-hide {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-1-hide {
    height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-2-hide {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bar-containter-2 {
    justify-content: center;
    align-items: center;
  }

  .max-517-pixles-2 {
    max-width: 568px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bar-2 {
    background-color: var(--tab-hover);
    margin-right: 0;
  }

  .bar-progress02._90 {
    background-color: #ca005d;
    width: 30%;
  }

  .image-7 {
    max-width: 80%;
  }

  .container-7 {
    background-position: 0 0;
  }

  .subheading-2.white {
    font-size: 32px;
  }

  .line {
    width: 150px;
  }

  .display-3 {
    font-size: 26px;
  }

  .container-8 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .content-wrapper-2 {
    z-index: 5;
  }

  .bold-text-19 {
    color: #6e1e6f;
    font-size: 17px;
    line-height: 28px;
  }

  .testimonial-person_id {
    display: block;
  }

  .bold-text-25 {
    font-size: 28px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .slider01_mask {
    width: 80%;
  }

  .slider_arrow.is-left {
    right: 3.5rem;
  }

  .bold-text-20 {
    color: #6e1e6f;
  }

  .button-outline-3 {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .button-outline-3:hover {
    color: #e9eef2;
    background-color: #6e1e6f;
  }

  .testimonial-person_item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-person_item.profile {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .bold-text-21 {
    color: #6e1e6f;
  }

  .testimonial-card1_item {
    min-height: 380px;
    padding: 1.5rem;
  }

  .faq-icon-wrapper.mobile {
    margin-right: 20px;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .paragraph-6 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .quick-stack-2 {
    width: 100%;
  }

  .section-4 {
    margin-top: 0;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .padding-section-large {
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-accordion {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-28 {
    grid-template-columns: 1fr;
  }

  .paragraph-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .bold-text-32 {
    color: #ca005d;
  }

  .bold-text-34 {
    color: #d9ff00;
  }

  .content-section-blue-2 {
    background-color: #efcedd;
  }

  .testimonial-2 {
    width: 100%;
  }

  .button-outline-4 {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .button-outline-4:hover {
    color: #ca005d;
    background-color: #d9ff00;
  }

  .slide-right-arrow-2 {
    border-radius: 6px;
    width: 26px;
    height: 26px;
  }

  .content-wrapper-3 {
    z-index: 5;
  }

  .bold-text-35 {
    color: #d9ff00;
  }

  .heading-box-2 {
    width: 80%;
  }

  .slide-left-arrow-2 {
    border-radius: 6px;
    width: 26px;
    height: 26px;
  }

  .testimonials-2 {
    justify-content: center;
    display: flex;
  }

  .testimonial-name-2 {
    margin-bottom: 10px;
  }

  .image-14 {
    max-width: 50%;
    font-size: 16px;
  }

  .section-page {
    background-image: linear-gradient(#e9dfd4, #e9dfd4);
    background-position: 0 0;
  }

  .heading-5.dark.center {
    text-align: center;
  }

  .promo-block {
    grid-template-columns: 1fr;
  }

  .form-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    max-width: none;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-block-div {
    width: 100%;
  }

  .btn-secondary, .btn-primary {
    padding: 20px 32px;
    font-size: 14px;
  }

  .paragraph-8 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    width: 90%;
  }

  .on-load-2 {
    margin-top: 60px;
  }

  .nav-menu {
    background-color: var(--light-yellow);
    margin-left: auto;
    padding-left: 0;
  }

  .footer-expand {
    margin-top: 30px;
  }

  .flex {
    flex-flow: wrap;
    flex: 0 auto;
    place-content: flex-start center;
    align-self: auto;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .flex._10 {
    flex-flow: wrap-reverse;
  }

  .go-up-button.w--current {
    background-color: var(--gold);
  }

  .top-margin._20-pixels {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .top-margin._20-pixels.souvenirs {
    flex-flow: column;
  }

  .top-margin._20-pixels.footer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .top-margin._5-pixels, .top-margin._25-pixels {
    flex-flow: row;
    display: flex;
  }

  .top-margin._25-pixels {
    margin-right: 0;
  }

  .navlink {
    background-color: var(--light-yellow);
    overflow: hidden;
  }

  .button-outline-blue, .button-outline-blue.souvenirs {
    align-self: center;
  }

  .button-outline-blue.mainpage.mobile {
    margin-left: 20px;
  }

  .button-outline-blue.cqmq {
    margin-bottom: 10px;
  }

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

  .title-small {
    font-size: 13px;
    line-height: 13px;
  }

  .menu-button.w--open {
    background-color: var(--light-yellow);
  }

  .navbar {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-text-box {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-text-box.full {
    padding-top: 30px;
  }

  .hero-text-box.post-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .content-wrapper.narrow {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .content-wrapper.navbar {
    flex: 1;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .content-wrapper.narrow {
    padding-left: 10px;
    padding-right: 20px;
  }

  .content-wrapper.footer {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer {
    display: block;
  }

  .subtile-inner {
    width: 100%;
  }

  .mini-arrow {
    display: inline-block;
  }

  .brand {
    margin-right: auto;
  }

  .brand.w--current {
    width: 300px;
    height: auto;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double.development {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50px;
    display: block;
  }

  .content-section.double.fundraising {
    background-size: cover;
  }

  .content-section.double._10anniversary {
    background-position: 0 0;
    background-size: cover;
  }

  .content-section.double-visible, .content-section.inner-pages {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1-hero {
    font-size: 36px;
  }

  .h1-hero.inner-pages {
    font-size: 34px;
    line-height: 46px;
  }

  .h1-hero.mobile {
    font-size: 21px;
  }

  .footer-column {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .hero-section {
    background-color: var(--white);
    background-image: none;
    min-height: 400px;
    padding-top: 0;
  }

  .title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-right-column {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._76-percent-box {
    width: 90%;
  }

  .hero-left-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-left-column.home {
    margin: 40px 10px 0;
  }

  .hero-left-column.about-us {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    margin-top: -100px;
    display: block;
  }

  .hero-flex {
    background-position: 50% 0;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-flex.vertical {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 220px;
    display: block;
  }

  .on-load-8 {
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-8.intro {
    width: 50%;
  }

  .on-load-8.contact-intro-2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .on-load-10 {
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-10.intro {
    width: 50%;
  }

  .on-load-7 {
    text-align: center;
  }

  .on-load-7.intro {
    width: 50%;
    margin-bottom: 20px;
  }

  .on-load-7.contact-us {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .text-small.white {
    color: #fff;
  }

  .on-load-11 {
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-11.intro {
    width: 50%;
    margin-bottom: 0;
    display: block;
  }

  .heading-box {
    width: 90%;
  }

  .h2-big {
    font-size: 30px;
  }

  .max-410-pixels.mobile-border {
    margin-bottom: 20px;
  }

  .half-column-regular {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .half-column-regular.mobile-border {
    margin-bottom: 20px;
  }

  .half-column-flex {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .half-column-flex.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .half-column-flex.no-padding.content {
    text-align: center;
  }

  .on-load {
    min-height: 0;
    display: block;
  }

  .on-load-4 {
    margin-top: 0;
    display: block;
  }

  .on-load-9 {
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-9.intro {
    width: 50%;
  }

  .on-load-9.contact-intro-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .newsletter-column {
    width: 100%;
  }

  .newsletter-column.modal-right {
    padding-bottom: 40px;
  }

  .content-section-blue {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/bg02.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .feature {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature.no-margin {
    margin-bottom: 30px;
  }

  .plan-description {
    border-right-style: none;
    width: 100%;
    padding-bottom: 0;
  }

  .plan-detail {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .checkmark-box {
    display: flex;
  }

  .row {
    margin-top: 20px;
  }

  .row.last {
    border-bottom-style: none;
  }

  .plan-description-last, .plan-button-box {
    width: 100%;
  }

  .title-row {
    flex-wrap: wrap-reverse;
  }

  .plan-title {
    border: 1px solid var(--lines);
    width: 100%;
    padding-top: 5px;
  }

  .plan-title-detail {
    width: 100%;
    padding-left: 20px;
  }

  .testimonial {
    width: 90%;
    margin-left: 5%;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .slide-right-arrow {
    width: 50px;
    margin-right: 13px;
  }

  .slide-left-arrow {
    width: 50px;
    margin-left: 13px;
  }

  .testimonial-pic._3 {
    background-image: url('../images/oversea_competition.jpg');
    width: 80px;
    height: 80px;
  }

  .testimonial-pic._1-copy {
    background-image: url('../images/GEFS2024.jpg');
    border-style: none;
    width: 80px;
    height: 80px;
  }

  .testimonial-pic._2 {
    background-image: url('../images/Ambassador.jpg');
    width: 80px;
    height: 80px;
  }

  .testimonial-bg {
    margin-bottom: 10px;
  }

  .trial-signup {
    width: 100%;
  }

  .arrow-box {
    justify-content: center;
    align-items: center;
    margin-right: 15px;
  }

  .arrow-box.right {
    margin-left: 15px;
  }

  .trial-email-input {
    border-radius: 2.5px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .form {
    flex-wrap: wrap;
  }

  .trial-submit-button {
    border-radius: 2.5px;
  }

  .hover-icon {
    width: 30px;
  }

  .insta-pic {
    width: 50%;
  }

  .post-flex-box {
    margin-top: 10px;
  }

  .intro-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .max-517-pixles {
    max-width: 90%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .full-column-left, .full-column-image {
    width: 100%;
  }

  .full-column-image._2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .full-column-image._2.miniblocks.desktop {
    align-self: auto;
    max-height: none;
  }

  .full-column-image._2.cardgame.mobile {
    background-image: url('../images/card_game.png');
    min-height: 400px;
  }

  .team-member {
    width: 100%;
    max-width: 284px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member._2 {
    padding-top: 0;
  }

  .team-member._3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .team-member.last {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .column-text-right {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .center-line-box {
    width: 60px;
  }

  .feature-item {
    margin-bottom: 30px;
  }

  .iphone-column-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .flex-justify-center {
    margin-bottom: 40px;
  }

  .iphone-column-right {
    width: 100%;
    padding-left: 0;
  }

  .client-logo {
    width: 80%;
    max-width: 250px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .tab {
    width: 100%;
    padding-bottom: 0;
  }

  .tab-tex-box {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
  }

  .left-side-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .input {
    padding-left: 4%;
  }

  .contact-form-left {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .select-field, .textarea {
    padding-left: 4%;
  }

  .map {
    height: 200px;
  }

  .blog-left-column {
    margin-right: 0%;
  }

  .featured-preview {
    width: 100%;
    margin-right: 0%;
  }

  .blog-right-column {
    width: 100%;
    margin-top: 20px;
  }

  .post-text-box {
    margin-left: 0;
    padding-left: 10px;
  }

  .flex-post-preview {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .side-post {
    flex-direction: column;
    max-width: 350px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-blog-left {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .collection-list-wrapper {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-post-grid {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .post-heading-box {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .tabs-right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .tabs-left {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .tabs-left.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .main-blog-image {
    height: 300px;
  }

  .about-intro {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .about-intro.last {
    margin-bottom: 0;
  }

  .h3-big {
    font-size: 27px;
  }

  .testimonal-flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .relative-post {
    height: 150px;
  }

  .sticky-right, .sticky-left {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-2-hide {
    display: block;
  }

  .max-517-pixles-2 {
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bar-progress02._90 {
    background-color: #ca005d;
    width: 30%;
  }

  .image-7 {
    width: 250px;
    max-width: 100%;
  }

  .container-7 {
    background-position: 0 0;
  }

  .timeline-item-2 {
    margin-left: 0;
    margin-right: 15px;
  }

  .line {
    width: 125px;
  }

  .inner-wrapper-2 {
    flex-flow: column;
    flex: 1;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .accordion-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .mg-bottom-0 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: block;
  }

  .mg-bottom-0.give {
    text-align: justify;
  }

  .display-3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .faq-item-2 {
    align-self: stretch;
  }

  .paragraph-2 {
    display: block;
  }

  .paragraph-2.mobile03 {
    text-align: left;
  }

  .faq-arrow-2 {
    align-self: center;
    margin-top: 0;
  }

  .div-block-26.give {
    max-width: 100%;
    margin-top: 100px;
  }

  .question-2.distinctive {
    font-size: 18px;
  }

  .paragraph-3.mobile03 {
    text-align: left;
  }

  .container-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .year {
    display: flex;
  }

  .content-wrapper-2.narrow {
    margin-top: 40px;
    padding-left: 11px;
    padding-right: 11px;
    display: block;
  }

  .bold-text-19 {
    color: #6e1e6f;
  }

  .testimonial-person_id {
    flex-flow: row;
    min-width: 150px;
    display: block;
  }

  .bold-text-25 {
    font-size: 28px;
    font-weight: 700;
  }

  .slider01_mask {
    width: 95%;
  }

  .slider01_slide {
    margin-right: 1rem;
  }

  .main-wrap {
    margin-top: 0;
  }

  .bold-text-20 {
    color: #6e1e6f;
  }

  .slider_pagination {
    aspect-ratio: auto;
    font-size: .5rem;
    font-weight: 400;
  }

  .button-outline-3 {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    display: inline-block;
  }

  .button-outline-3:hover {
    color: #e9eef2;
    background-color: #6e1e6f;
  }

  .testimonial-person_item {
    flex-flow: row;
    width: 65%;
  }

  .testimonial-person_item.m_frontpage {
    flex-flow: column;
    width: 100%;
  }

  .testimonial-person_item.profile {
    margin-left: 0;
  }

  .testimonial-person_img.stories.mobile {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .bold-text-21 {
    color: #6e1e6f;
  }

  .testimonial-card1_item, .testimonial-card1_item.mobile_ss {
    min-height: 450px;
  }

  .faq-icon-wrapper.mobile {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    position: relative;
  }

  .faq-answer {
    margin-top: 20px;
  }

  .faq-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    display: grid;
  }

  .paragraph-6 {
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
    font-size: .95rem;
    position: relative;
  }

  .container-small {
    width: 95%;
  }

  .padding-section-large {
    margin: 0 10px;
    padding: 20px 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-accordion {
    margin-left: auto;
    margin-right: auto;
  }

  .image-8 {
    margin-top: 0;
    margin-left: auto;
  }

  .text-block-2 {
    flex-flow: column;
    margin-left: 10px;
    display: block;
  }

  .container-10 {
    flex: 0 auto;
    align-self: auto;
    margin-right: auto;
    display: block;
  }

  .bold-text-32 {
    color: #ca005d;
  }

  .bold-text-33 {
    font-size: 32px;
    font-weight: 700;
  }

  .bold-text-34 {
    color: #ca005d;
  }

  .image-13 {
    max-width: 50%;
  }

  .content-section-blue-2 {
    background-color: #efcedd;
    display: block;
  }

  .testimonial-text-2 {
    font-size: 15px;
  }

  .testimonial-2 {
    width: 90%;
    margin-left: 5%;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .button-outline-4 {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    display: inline-block;
  }

  .button-outline-4:hover {
    color: #ca005d;
    background-color: #d9ff00;
  }

  .slide-right-arrow-2 {
    width: 25px;
    height: 26px;
    margin-right: 13px;
  }

  .content-wrapper-3.narrow {
    padding-left: 11px;
    padding-right: 11px;
    display: block;
  }

  .bold-text-35 {
    color: #ca005d;
  }

  .heading-box-2 {
    width: 90%;
  }

  .slide-left-arrow-2 {
    background-color: #fff;
    width: 25px;
    height: 26px;
    margin-left: 13px;
  }

  .testimonial-name-2 {
    color: #ca005d;
    margin-bottom: 20px;
  }

  .image-14 {
    max-width: 50%;
  }

  .section-page {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

  .section-page.submit-section.photos {
    width: 100%;
  }

  .heading-5.dark {
    margin-bottom: 0;
  }

  .promo-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: stretch;
    width: 100%;
    display: grid;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .button-2.color.full {
    width: 100%;
    margin-bottom: 0;
  }

  .form-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .input-2 {
    text-align: center;
    background-color: #fff;
    border: 1px #d2d2f5;
    border-radius: 10px;
    flex: 1;
    margin-bottom: 10px;
    padding: 15px 0;
  }

  .form-2 {
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .container {
    max-width: none;
    height: auto;
    margin-top: 50px;
    padding: 0 20px;
    display: block;
  }

  .container.form {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .btn-secondary {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .buttons-row-2 {
    flex-direction: column;
  }

  .buttons-row-2.center {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .buttons-row-2.center.mg-top-48px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .btn-primary {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .link-3.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-fd4058a3-37f8-b320-76f9-919205193cf1-09bd4100, #w-node-fd4058a3-37f8-b320-76f9-919205193d1d-09bd4100, #w-node-fd4058a3-37f8-b320-76f9-919205193d4c-09bd4100, #w-node-fd4058a3-37f8-b320-76f9-919205193d79-09bd4100, #w-node-fd4058a3-37f8-b320-76f9-919205193da5-09bd4100, #w-node-fd4058a3-37f8-b320-76f9-919205193dd4-09bd4100, #w-node-d6c13849-b2ba-1bd8-22c1-de01389c430c-09bd4100, #w-node-_46a3fa20-9ae8-e9a9-7f9e-76a7a12cb958-09bd4100, #w-node-cc5f80a2-13ec-0f12-094d-559392c81597-09bd4100, #w-node-_5c2c32ba-5e14-e62c-973c-34d6467ed6b2-09bd4100 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-fd4058a3-37f8-b320-76f9-919205193cf1-09bd4100, #w-node-fd4058a3-37f8-b320-76f9-919205193d1d-09bd4100, #w-node-fd4058a3-37f8-b320-76f9-919205193d4c-09bd4100, #w-node-fd4058a3-37f8-b320-76f9-919205193d79-09bd4100, #w-node-fd4058a3-37f8-b320-76f9-919205193da5-09bd4100, #w-node-fd4058a3-37f8-b320-76f9-919205193dd4-09bd4100, #w-node-d6c13849-b2ba-1bd8-22c1-de01389c430c-09bd4100, #w-node-_46a3fa20-9ae8-e9a9-7f9e-76a7a12cb958-09bd4100, #w-node-cc5f80a2-13ec-0f12-094d-559392c81597-09bd4100, #w-node-_5c2c32ba-5e14-e62c-973c-34d6467ed6b2-09bd4100 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}