:root {
  --light-grayish-blue: #f4f2fc;
  --font-body: Montserrat, sans-serif;
  --dark-grey: #333;
  --very-soft-blue: #a08beb;
  --soft-blue: #7c60e3;
  --font-header: Quicksand, sans-serif;
  --royal-blue: #1f6fff;
  --vivid-yellow: #fbff1f;
  --medium-orchid: #b75dda;
  --lime-green: #5ec045;
}

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

@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: #333;
  background-color: #424549;
  height: 100%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #1f6fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  color: #3611e2;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

p {
  opacity: .8;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 27px;
}

a {
  color: #1f6fff;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

a.w--current {
  color: #11e29e;
}

ul {
  opacity: .8;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 27px;
}

li {
  margin-bottom: -3px;
  padding-top: 5px;
  padding-left: 8px;
}

img {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 29px;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: #0000000a;
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.navbar {
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1a;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  display: block;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.navbar.with-color-button {
  background-color: #0000001a;
  padding-bottom: 30px;
}

.navbar.white {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.logo-block {
  z-index: 10;
  text-align: center;
  margin-right: 30px;
  padding-right: 0;
}

.logo-block.w--current {
  color: var(--light-grayish-blue);
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.nav-red-link-app {
  color: #e21155;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s, border .2s;
}

.nav-red-link-app:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-red-link-app.dropdown-toggle {
  padding-right: 30px;
}

.nav-red-link-app.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-red-link-app.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-red-link-app.color {
  background-color: #cfcfcf1a;
  margin-bottom: 4px;
  margin-right: 0;
  display: block;
}

.nav-red-link-app.with-color {
  color: #fff;
  background-color: #1fdb6a;
}

.nav-red-link-app.with-color:hover {
  background-color: #2f3338;
}

.nav-red-link-app.thin-light {
  color: #fff;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-red-link-app.thin-light.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.dropdown-list.sidebar.w--open {
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px #0000;
}

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1f6fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.top-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.top-container.centered {
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
}

.top-container.bottom-footer {
  background-color: #313438;
  border-radius: 4px;
  padding: 21px 21px 18px;
}

.top-container.footer-container {
  border: 1px solid #0000001a;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 13px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.green.full.outline:hover {
  background-color: #5ec045;
  border-color: #5ec045;
}

.button.purple {
  background-color: #b75dda;
}

.button.purple.full.outline:hover {
  background-color: #b75dda;
  border-color: #b75dda;
}

.button.full {
  text-align: center;
  display: block;
}

.button.full.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button.full.outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button.icon-button {
  background-image: url('../images/Icon-download.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 10px;
  padding-left: 51px;
}

.button.outline {
  background-color: #0000;
  border: 1px solid #fff;
}

.button.cta-button {
  float: right;
  text-align: center;
  background-color: #5ec045;
  width: 20%;
  margin-top: 5px;
  line-height: 31px;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

.home-section-features {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.home-section-features.tint {
  background-color: #f5f5f5;
}

.home-section-features.cta-section {
  color: #fff;
  background-color: #2a323f;
}

.home-section-features.blog-page-section {
  background-color: #f5f5f5;
}

.section-title-wrapper {
  text-align: center;
  width: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title {
  color: #11e29e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Pacifico, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}

.section-title.elements-title {
  margin-bottom: 0;
}

.section-title.manifesto-style-a {
  white-space: normal;
  font-family: Pacifico, sans-serif;
  font-weight: 600;
  line-height: 50px;
}

.section-title.manifesto-style-b {
  margin-bottom: 20px;
  font-family: Pacifico, sans-serif;
  font-weight: 700;
  line-height: 50px;
}

.section-title.manifesto-style-c {
  color: #3611e2;
  line-height: 50px;
}

.text-description {
  opacity: .8;
  font-family: var(--font-body);
  color: var(--dark-grey);
  margin-top: 30px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.text-description.elements {
  margin-top: 10px;
}

.portfolio-overlay-block {
  background-color: #2c2d31cc;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

.testimonial-slider {
  background-color: #0000;
  height: 200px;
}

.team-slide {
  flex-flow: row;
  place-content: space-around;
  align-items: center;
  position: relative;
}

.testimonial-slider-arrow {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: 30px;
  font-size: 15px;
  transition: border .2s, background-color .2s;
}

.testimonial-slider-arrow:hover {
  background-color: #0000001a;
  border-color: #0000;
}

.testimonial-block {
  padding-left: 200px;
  padding-right: 40px;
  position: relative;
  left: 0;
  right: 0;
}

.testimonial-image {
  border-radius: 15px;
  width: 140px;
  height: 140px;
  margin-top: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-quote {
  opacity: .8;
  color: #0b121f;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.testimonial-info-block {
  margin-top: 20px;
}

.testimonial-name {
  color: #7c60e3;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-name.subtitle, .testimonial-name.subtitle-copy, .testimonial-name.subtitle-copy, .testimonial-name.subtitle-copy {
  color: #333;
  margin-top: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.elements-wrapper.centered {
  text-align: center;
  margin-top: 10px;
}

.element-column.left {
  padding-right: 50px;
}

.footer {
  color: #a0a0a0;
  background-color: #3e4346;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer-column {
  padding-right: 30px;
}

.menu-button {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  transition: background-color .2s;
}

.menu-button:hover {
  background-color: #212429;
  border-color: #212429;
}

.menu-button.w--open {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.menu-button.blue.w--open {
  background-color: #25395e;
  border-color: #25395e;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-link {
  color: #949494;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social {
  background-image: url('../images/Icon-facebook.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter.png');
}

.features-row {
  margin-top: 0;
}

.feature-block {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-block.wide {
  text-align: justify;
  width: 90%;
}

.feature-icon {
  width: 40px;
  padding: 0;
}

.feature-icon.overall {
  color: #832626;
  margin-bottom: 20px;
}

.home-feature-title {
  color: #1e2022;
  margin-bottom: 23px;
  padding-left: 20px;
  font-family: Pacifico, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.footer-inline-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.footer-inline-link.w--current {
  color: #a08beb;
}

.footer-small-social-icon {
  color: #0a66c2;
  height: 15px;
}

.hero-block-overlay {
  color: #fff;
  background-color: #00000040;
  padding-top: 270px;
  padding-bottom: 250px;
}

.hero-block-overlay.business {
  flex-direction: column;
  justify-content: center;
  height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.line {
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0;
  height: 46px;
  margin-bottom: 5px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  transition: background-color .2s, border .2s;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.bottom-footer-paragraph {
  float: left;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.dark-field {
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 2px;
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

.white-footer {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
}

.dark-footer-title {
  color: #1f6fff;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 300;
}

.light-footer-link {
  color: #94979e;
  margin-bottom: 7px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.color-social-button {
  text-align: center;
  background-color: #4e5f97;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
  margin-right: 2px;
  padding-top: 3px;
}

.color-social-button:hover {
  opacity: .8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  color: #94979e;
  margin-top: 20px;
  font-size: 14px;
}

.bottom-footer-block {
  border-top: 1px solid #0000001a;
  margin-top: 30px;
  padding-top: 30px;
}

.bottom-footer-block.white-footer-block {
  color: #e1e1e4;
  margin-top: 40px;
}

.dark-bottom-footer {
  color: #6d7077;
  background-color: #181a1d;
  padding-top: 0;
  padding-bottom: 55px;
}

.small-footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.right-nav-menu {
  text-align: left;
  background-color: #fff;
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  box-shadow: 0 0 60px #0000004d;
}

.app-section-header {
  background-color: #353942;
  background-image: url('../images/friend-background.png');
  background-position: 50% 0;
  background-size: cover;
  height: 400px;
  margin-top: 0;
  padding-top: 300px;
  padding-bottom: 130px;
  overflow: visible;
}

.nav-menu-content-block {
  text-align: center;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}

.app-store-button {
  border-radius: 4px;
  height: 46px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: .8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  color: #1f6fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.ui {
  background-image: url('../images/friend-background.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 210px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.page-subtitle {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.contact-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-block {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: relative;
  box-shadow: 0 0 30px #0006;
}

.popup-contact-form {
  margin-bottom: 0;
}

.popup-title {
  margin-bottom: 30px;
  font-size: 21px;
}

.popup-close-button {
  opacity: .2;
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup-close-button:hover {
  opacity: .4;
}

.close-icon {
  height: 17px;
}

.gallery-overlay-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: #fff3;
}

.checklist-item {
  margin-bottom: -3px;
  padding-left: 37px;
  position: relative;
}

.check-icon {
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}

.small-dropdown-icon {
  opacity: .5;
  margin-right: 11px;
  font-size: 12px;
}

.elements-title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.social-button {
  text-align: center;
  background-color: #2f3538;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 12px;
  transition: background-color .2s;
}

.social-button:hover {
  background-color: #6b7479;
}

.social-button.twitter {
  background-color: #46a4d3;
  width: 35px;
  height: 35px;
  padding-top: 5px;
}

.social-button.twitter:hover {
  opacity: .8;
}

.social-button.facebook {
  color: #2371fd;
  background-color: #000;
  width: 35px;
  height: 35px;
  padding-top: 5px;
}

.social-button.facebook:hover {
  opacity: .8;
}

.social-button.google {
  background-color: #ec4545;
}

.social-button.google:hover {
  opacity: .8;
}

.social-button.rss {
  background-color: #ebba1f;
}

.social-button.rss:hover {
  opacity: .8;
}

.social-button.line {
  background-color: #0000;
  border: 1px solid #0003;
  padding-top: 11px;
  transition: background-color .2s, border .2s;
}

.social-button.line:hover {
  background-color: #0000001a;
  border-color: #0000;
}

.social-icon {
  height: 15px;
}

.element-container {
  border-radius: 5px;
  max-width: 1090px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.element-container.navigation {
  background-color: #1f6fff;
  height: 120px;
}

.element-container.navigation._2 {
  background-color: #39404d;
}

.element-container.navigation._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 130px;
}

.logo {
  color: var(--light-grayish-blue);
  text-align: center;
  width: auto;
  height: 30px;
  margin-top: 3px;
  display: block;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.dark-footer-link {
  color: #6d7077;
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
}

.dark-footer-link:hover {
  color: #fff;
}

.footer-paragraph {
  margin-bottom: 0;
}

.blog-posts-list {
  flex-flow: wrap;
  place-content: space-between space-around;
  align-items: stretch;
  display: flex;
}

.empty-state {
  text-align: center;
  background-color: #00000014;
  border-radius: 3px;
}

.simple-blog-post-item {
  order: -1;
  margin-bottom: 20px;
}

.simple-blog-post-item.related {
  order: -1;
}

.blog-post-page-content {
  background-color: #fff;
  border-radius: 4px;
  width: 80%;
  margin: -140px auto 60px;
  padding: 70px;
  display: block;
  box-shadow: 0 0 33px #0000000a;
}

.blog-post-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.blog-post-header-overlay {
  color: #fff;
  text-align: center;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  padding-top: 230px;
  padding-bottom: 190px;
}

.blog-post-content {
  padding-right: 20px;
}

.dark-cta-title {
  float: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.fields-column-left {
  padding-left: 0;
}

.fields-column-right {
  padding-left: 0;
  padding-right: 0;
}

.sign-up-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-sign-up-form {
  width: 100%;
  margin-bottom: 0;
}

.sign-up-bottom-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.portfolio-lightbox-overlay {
  z-index: 5000;
  background-color: #0d192eb3;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.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;
  width: 260px;
  display: flex;
}

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

.body {
  background-color: #fff;
  height: 100%;
  padding-bottom: 20px;
}

.body-2 {
  color: #fff;
  background-color: #fff;
}

.home-section-download {
  align-items: center;
  display: block;
}

.app-section-app {
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap.w50-center {
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.home-section-action {
  background-color: var(--light-grayish-blue);
  border-radius: 16px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.home-section-testimonial {
  padding-top: 0;
}

.headline-8-col {
  margin-bottom: 30px;
}

.form1-success {
  color: #fff;
  background-color: #49d1de;
  border-radius: 4px;
  margin-top: 10px;
}

.form1 {
  align-items: flex-start;
  display: flex;
}

.form1-error {
  background-color: #f85359;
  border-radius: 4px;
  padding: 15px;
}

.form1-form-wrap {
  margin-bottom: 0;
}

.form1-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.form1-form-wrapper {
  margin-top: -30px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .8;
  color: #4c4c4c;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.form1-input {
  background-color: #fff;
  border: 1px solid #1112120f;
  border-radius: 4px;
  height: 58px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 26px;
  transition: border .4s;
}

.form1-input:hover {
  border-color: #1991eb80;
}

.form1-input:focus {
  border-color: #1991eb;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #7c60e3;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  width: 600px;
  margin-right: 0;
  display: inline-block;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

.text-100.bold {
  font-weight: 700;
}

.text-100.bold.color-accent-1.text-uppercase {
  font-weight: 400;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.home-card-content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.home-card-content-left.testimonial-v1 {
  padding: 20px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-32px.tablet-only {
  margin-bottom: 0;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.flex-horizontal {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.cta2 {
  color: #111212;
  text-align: center;
  border: 1px #1112120f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px;
  display: flex;
}

.iphone {
  height: 600px;
}

.manifesto-section-features {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.nav-red-link-manifesto {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-red-link-manifesto:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-red-link-manifesto.light {
  color: #11e29e;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.nav-red-link-manifesto.light:hover, .nav-red-link-manifesto.light.w--current {
  border-color: #fff3;
}

._5-col {
  text-align: center;
  width: 600px;
  margin-right: 20px;
  display: block;
}

.feature3-subitem-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.feature3-text-wrapper {
  padding-left: 60px;
}

.feature3-icon {
  margin-left: -10px;
  margin-right: 25px;
}

.feature3-subitem-text-wrap {
  margin-top: -8px;
  margin-bottom: 0;
}

.nav-red-link-about {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-red-link-about:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-red-link-about.nav-red-style-a {
  color: #e21155;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.nav-red-link-about.nav-red-style-a.w--current {
  color: #11e29e;
}

.div-block-7, .div-block-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-button-tik {
  text-align: center;
  background-color: #2f3538;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 12px;
  transition: background-color .2s;
}

.social-button-tik:hover {
  background-color: #6b7479;
}

.social-button-tik.insta {
  background-color: #46a4d3;
  width: 35px;
  height: 35px;
  padding-top: 5px;
}

.social-button-tik.insta:hover {
  opacity: .8;
}

.social-button-insta {
  text-align: center;
  background-color: #2f3538;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 12px;
  transition: background-color .2s;
}

.social-button-insta:hover {
  background-color: #6b7479;
}

.social-button-insta.twitter {
  background-color: #e4405f;
  width: 35px;
  height: 35px;
  padding-top: 5px;
}

.social-button-insta.twitter:hover {
  opacity: .8;
}

.social-button-gmail {
  text-align: center;
  background-color: #2f3538;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 12px;
  transition: background-color .2s;
}

.social-button-gmail:hover {
  background-color: #6b7479;
}

.social-button-gmail.facebook {
  background-color: #ea4335;
  width: 35px;
  height: 35px;
  padding-top: 5px;
}

.social-button-gmail.facebook:hover {
  opacity: .8;
}

.social-button-gmail.facebook-copy {
  background-color: #ea4335;
  width: 35px;
  height: 35px;
  padding-top: 5px;
}

.social-button-gmail.facebook-copy:hover {
  opacity: .8;
}

.social-button-linkedin {
  text-align: center;
  background-color: #2f3538;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 12px;
  transition: background-color .2s;
}

.social-button-linkedin:hover {
  background-color: #6b7479;
}

.social-button-linkedin.insta {
  background-color: #0a66c2;
  width: 35px;
  height: 35px;
  padding-top: 5px;
}

.social-button-linkedin.insta:hover {
  opacity: .8;
}

.team-slide-container {
  position: relative;
}

.team-slide-container.hero-container {
  text-align: center;
  position: relative;
}

.team-slide-container.testimonial-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.home-section-team {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.home-section-team.tint {
  background-color: #f5f5f5;
  background-image: url('../images/Untitled-design.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-red-link-home {
  color: #e21155;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-red-link-home:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-red-link-home.w--current {
  color: #e21155;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.nav-green-link-manifesto {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-green-link-manifesto:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-green-link-manifesto.light {
  color: var(--very-soft-blue);
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.nav-green-link-manifesto.light:hover {
  border-color: #fff3;
}

.nav-green-link-manifesto.light.w--current {
  color: #11e29e;
  border-color: #fff3;
  font-weight: 700;
}

.nav-green-link-about {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-green-link-about:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-green-link-about.nav-green-style-a {
  color: var(--very-soft-blue);
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.nav-green-link-about.nav-green-style-a.w--current {
  color: #11e29e;
  font-weight: 600;
}

.logo-red {
  height: 55px;
  margin-top: 3px;
}

.nav-green-link-home-a {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-green-link-home-a:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-green-link-home-a.nav-green-style-b {
  color: #11e29e;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.nav-green-link-home-aa {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  transition: background-color .2s, border .2s;
}

.nav-green-link-home-aa:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-green-link-home-aa.nav-green-style-c {
  color: #11e29e;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.nav-green-link-home-aa.nav-green-style-c.w--current {
  color: var(--very-soft-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.nav-red-link-app-a {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-red-link-app-a:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-red-link-app-a.light {
  color: #11e29e;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.nav-red-link-app-a.light:hover, .nav-red-link-app-a.light.w--current {
  border-color: #fff3;
}

.about-question-wrapper {
  text-align: center;
  width: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-section-about-a {
  text-align: justify;
  flex-direction: row;
  height: 100%;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 80px;
  display: block;
  position: static;
}

.top-color-green {
  color: #a08beb;
}

.top-color-green.info-heading-1 {
  text-align: center;
  font-family: Pacifico, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
}

.top-color-green.info-heading-1.about-heading-1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top-color-green.info-heading-1.manifesto-heading-1 {
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.top-color-green.info-heading-1.about-heading-faq {
  color: var(--soft-blue);
  margin-bottom: 30px;
  font-family: Quicksand, sans-serif;
}

.top-color-green.top-heading-2 {
  text-align: center;
  padding-top: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.top-color-green.top-heading-2.home-heading-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 45px;
}

.top-color-green.top-heading-2.home-heading-feature, .top-color-green.top-heading-2.job-heading-2 {
  text-align: center;
}

.top-color-green.top-heading-2.top-heading-top {
  color: #11e29e;
  margin-top: 0;
  padding-top: 20px;
  font-weight: 700;
}

.top-color-green.top-heading-1.home-heading-1 {
  color: #11e29e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
}

.top-color-green.top-heading-4.home-feature-head-title {
  padding-left: 5px;
}

.top-color-green.top-heading-3 {
  color: #7c60e3;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.top-color-green.top-heading-3.signup-success-heading-3 {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.top-color-green.top-heading-3.home-feature-head-title {
  text-align: center;
  flex: 1;
  padding-left: 20px;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.top-color-red {
  color: #e21155;
}

.top-color-red.info-heading-1.manifesto-heading-1 {
  color: #a08beb;
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.top-color-red.top-heading-2 {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.top-color-red.top-heading-2.home-heading-feature {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.top-color-red.top-heading-2.home-grid-friends {
  text-align: center;
}

.top-color-red.top-heading-2.signup-heading {
  color: var(--soft-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
}

.top-color-red.top-heading-3 {
  color: #7c60e3;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.top-color-red.top-heading-3.home-team-name {
  padding-left: 0;
  padding-right: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.top-color-red.top-heading-3.home-grid-friends {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.top-color-red.top-heading-3.home-feature-head-title {
  text-align: center;
  flex: 1;
  padding-left: 20px;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.top-color-red.top-heading-3.signup-error-heading {
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.top-color-red.top-heading-4.home-feature-head-title {
  padding-left: 5px;
}

.top-color-blue {
  color: #3611e2;
}

.top-color-blue.info-heading-1.manifest-heading-1 {
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.top-color-blue.info-heading-2.about-heading-2 {
  color: var(--very-soft-blue);
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.top-color-blue.top-heading-2 {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.top-color-blue.top-heading-2.home-heading-team {
  color: #11e29e;
  text-align: center;
  padding-top: 20px;
  font-weight: 700;
}

.top-color-blue.top-heading-2.home-heading-feature {
  text-align: center;
}

.top-color-blue.top-heading-3 {
  color: #7c60e3;
  text-align: center;
  padding-top: 20px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.top-color-blue.top-heading-3.home-feature-head-title {
  text-align: center;
  flex: 1;
  padding-top: 0;
  padding-left: 20px;
  font-family: Quicksand, sans-serif;
}

.top-color-blue.top-heading-3.signup-success-home {
  text-align: center;
  padding-top: 20px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.top-color-blue.top-heading-4.home-feature-head-title {
  padding-left: 5px;
}

.top-color-blue.job-heading-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

.info-heading-1 {
  font-family: Pacifico, sans-serif;
  font-size: 46px;
  line-height: 50px;
}

.info-heading-2 {
  font-family: Pacifico, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.info-container {
  padding-left: 20px;
  padding-right: 20px;
}

.top-heading-1 {
  font-family: Pacifico, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.top-heading-2 {
  font-family: Pacifico, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.top-heading-3 {
  font-family: Pacifico, sans-serif;
  font-size: 25px;
  line-height: 32.5px;
}

.home-card-inner-left-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-card-inner-left-flex-div-a {
  align-self: flex-start;
  padding-left: 20px;
}

.home-card-inner-right-flex-div-a {
  align-self: flex-start;
  padding-right: 20px;
}

.top-heading-4 {
  font-family: Pacifico, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.home-heading-sans-1 {
  opacity: .8;
  font-family: var(--font-header);
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: normal;
  column-count: auto;
  word-break: normal;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.home-heading-sans-1.home-testimonial-fake-text {
  color: #333;
  padding-top: 20px;
  padding-bottom: 5px;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.container-7 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section-2 {
  font-family: Quicksand, sans-serif;
  position: static;
  inset: auto 0% 0%;
}

.home-avatar-image {
  outline-offset: 0px;
  outline: 1px #333;
}

.home-avatar-outer {
  border-radius: 15%;
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
  overflow: hidden;
}

.section-3 {
  padding-top: 100px;
}

.home-div-feature-head {
  display: flex;
}

.image {
  text-align: center;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  max-width: 100%;
}

.image-2 {
  padding-left: 20px;
  display: inline-block;
  position: static;
}

.info-top-section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.info-top-section.about-top-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-top-section.manifesto-top-section {
  padding-top: 30px;
}

.about-faq-section {
  padding-bottom: 80px;
}

.job-heading-1 {
  text-align: center;
}

.job-body-1 {
  opacity: .8;
  font-size: 20px;
  line-height: 27px;
}

.div-block-10, .container-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-11 {
  flex-direction: column;
  display: flex;
}

.div-block-12 {
  text-align: center;
}

.wg-element {
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

.wg-element:hover {
  background-color: #fbf9fd;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw11 {
  display: block;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-dd-1-togle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
}

.wg-dd-1-togle:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-dropdown-1-link {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-code {
  display: none;
}

.navbar-es {
  text-align: left;
  object-fit: fill;
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-es.with-color-button {
  background-color: #0000001a;
  padding-bottom: 30px;
}

.navbar-es.white {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.logoes {
  text-align: center;
  height: 55px;
  margin-top: 3px;
}

.logoes.responsive-menu {
  margin-top: 12px;
}

.nav-green-link-about-es {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-green-link-about-es:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-green-link-about-es.nav-green-style-a {
  color: #11e29e;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.nav-green-link-about-es.light {
  color: #11e29e;
  -webkit-text-stroke-color: #11e29e;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.wg-button-1-lang-wrapper {
  justify-content: center;
  display: flex;
}

.wg-button-1-text-lang1 {
  align-items: center;
  height: 2rem;
  display: flex;
}

.wg-button-1-text-lang2 {
  align-items: center;
  height: 2rem;
  display: flex;
  position: absolute;
  bottom: 2rem;
}

.wg-button-1 {
  color: #000;
  letter-spacing: .5em;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  height: 2rem;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wg-button-1:hover {
  color: #4049ff;
}

.nav-green-link-lang-en {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-green-link-lang-en:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-green-link-lang-en.nav-green-style-a {
  color: #11e29e;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.nav-green-link-lang-en.nav-green-style-lang-en {
  color: #fbff1f;
  -webkit-text-stroke-color: var(--royal-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.nav-green-link-lang-en.nav-green-style-lang-en.w--current {
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.nav-green-link-lang-es {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-green-link-lang-es:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-green-link-lang-es.nav-green-style-a {
  color: #11e29e;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.nav-green-link-lang-es.nav-green-style-lang-en {
  color: #fbff1f;
  -webkit-text-stroke-color: var(--royal-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.nav-green-link-lang-es.nav-green-style-lang-es {
  color: var(--royal-blue);
  -webkit-text-stroke-color: var(--royal-blue);
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.nav-green-link-lang-es.nav-green-style-lang-es.nav-style-lang-en {
  color: #fbff1f;
}

.bold-text {
  padding-top: 20px;
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.home-section-quote {
  background-image: linear-gradient(to right, #cdfcec, #4deab7 35%, #11e29e 68%, #11e29e);
  height: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.avatar-image-1 {
  border-radius: 15px;
  height: 140px;
  margin-top: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.home-avatar-image-1 {
  outline-offset: 0px;
  outline: 1px #333;
}

.quote-block {
  padding-left: 200px;
  padding-right: 40px;
  position: relative;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
}

.section-gradiant {
  background-color: var(--light-grayish-blue);
  text-align: center;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 30px;
}

.image-3 {
  height: 2px;
}

.image-4 {
  width: 75px;
}

.container-9 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.column {
  text-align: left;
}

.div-block-13 {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image-5 {
  width: 75px;
  height: 75px;
  margin-top: 0;
}

.div-block-14 {
  text-align: center;
  margin-top: 20px;
}

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

.container-10 {
  padding-left: 25px;
  padding-right: 25px;
}

.avatar-image-1-copy {
  border-radius: 15px;
  height: 200px;
  margin-top: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.home-section-quote-copy {
  background-image: linear-gradient(#a08beb, #fff);
  height: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.quote-container-copy {
  max-width: 940px;
}

.testimonial-quote-copy {
  opacity: .8;
  color: #4c4c4c;
  margin-left: 30px;
  padding-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.testimonial-name-copy.subtitle-copy {
  color: #7c60e3;
  margin-top: 5px;
  margin-left: 30px;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.testimonial-slider-arrow-copy.zz {
  margin-left: -99px;
}

.testimonial-slider-arrow-copy {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: -79px;
  font-size: 15px;
  transition: border .2s, background-color .2s;
}

.testimonial-slider-arrow-copy:hover {
  background-color: #0000001a;
  border-color: #0000;
}

.testimonial-name-copy.subtitle, .testimonial-name-copy.subtitle-copy, .testimonial-name-copy.subtitle-copy {
  color: #333;
  margin-top: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.testimonial-quote-copy {
  opacity: .8;
  color: #4c4c4c;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.testimonial-name-copy {
  color: #1f6fff;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-name-copy.subtitle, .testimonial-name-copy.subtitle-copy, .testimonial-name-copy.subtitle-copy {
  color: #333;
  margin-top: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.testimonial-name-copy.subtitle-copy {
  color: #fff;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.form-title-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-11 {
  justify-content: center;
  display: flex;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  color: var(--very-soft-blue);
  font-weight: 600;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 600;
}

.container-12 {
  font-family: Montserrat, sans-serif;
}

.bold-text-10, .bold-text-11 {
  font-weight: 600;
}

.text-span-2 {
  color: #4c4c4c;
  font-weight: 400;
}

.text-span-3 {
  color: var(--dark-grey);
  font-weight: 500;
  line-height: 25px;
}

.text-span-4 {
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.text-span-5 {
  color: #7c60e3;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.text-span-6 {
  color: var(--dark-grey);
  font-weight: 500;
  line-height: 25px;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  color: #7c60e3;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.home-section-hero {
  background-image: url('../images/stocksy-friends-outside-paid-no-watermark-2.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 650px;
  position: relative;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.home-testimonial-section {
  background-color: var(--light-grayish-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonial-top-wrapper {
  margin-bottom: 30px;
  padding-top: 0;
}

.testimonial-wrapper {
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-block {
  font-family: var(--font-header);
  color: var(--very-soft-blue);
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-column {
  width: 30%;
}

.testimonial-square {
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
  position: relative;
}

.testimonial-square-image {
  text-align: left;
  border-radius: 15px;
  max-width: 70%;
}

.paragraph {
  font-family: var(--font-body);
  line-height: 25px;
}

.paragraph-2, .paragraph-3 {
  font-family: var(--font-body);
}

.hero-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 650px;
  display: flex;
}

.hero-text-block {
  opacity: 1;
  color: #fff;
  background-color: #ffffffd9;
  border-radius: 10px;
}

.hero-text {
  font-family: var(--font-header);
  color: var(--very-soft-blue);
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
}

.hero-row {
  position: absolute;
  inset: auto auto 25%;
}

.text-block-2 {
  opacity: 1;
  color: var(--very-soft-blue);
  text-align: center;
  padding: 10px 20px;
  font-family: Quicksand, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.container-13 {
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-16 {
  width: auto;
  max-width: 940px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link, .nav-link.w--current {
  color: var(--very-soft-blue);
  font-size: 18px;
  line-height: 18px;
}

.nav-link.nav-link-es {
  color: var(--vivid-yellow);
}

.testimonial-paragraph {
  font-family: var(--font-body);
  color: var(--dark-grey);
  font-weight: 500;
  line-height: 25px;
}

.testimonial-header-text {
  font-family: var(--font-header);
  color: var(--soft-blue);
  text-align: center;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.container-div {
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.app-section-app-1 {
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 0;
  overflow: hidden;
}

.app-section-wrap {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 600px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.app-section-left-text-col {
  background-color: #b75dda00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.app-section-3-image-desktop {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.app-text {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-3 {
  text-align: center;
  display: inline-block;
}

.app-image {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.app-image-inner {
  object-fit: contain;
  position: static;
}

.app-section-app-2 {
  background-color: var(--light-grayish-blue);
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.app-section-app-3 {
  padding-top: 0;
  padding-bottom: 30px;
}

.app-section-left-image-col {
  text-align: center;
  flex: 1;
}

.app-section-right-text-col {
  flex: 1;
}

.section-gradian-div {
  background-image: url('../images/criteria-purple-image.jpeg');
  background-position: 50% 0;
  background-size: cover;
  max-width: 1200px;
  height: 550px;
  position: static;
}

.link-block {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.image-8 {
  width: 35px;
  height: 35px;
  margin-right: auto;
}

.link-block-2 {
  width: 35px;
  height: 35px;
}

.link-block-3 {
  margin-right: 15px;
}

.app-text-title {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.app-text-desc {
  font-family: var(--font-body);
  color: var(--dark-grey);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.app-text-title-div {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.app-text-desc-div {
  font-family: Montserrat, sans-serif;
}

.text-block-4 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.app-section-1-heading {
  margin-bottom: 15px;
}

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

.bold-text-12 {
  color: var(--soft-blue);
  font-family: Quicksand, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.app-section-app-1-header {
  padding-top: 30px;
}

.app-screenshot-wrapper {
  flex-wrap: nowrap;
  justify-content: flex-end;
  min-height: 600px;
  display: flex;
}

.app-screenshot-left {
  background-color: #7a2377;
  width: 50%;
}

.app-screenshot-right {
  background-color: var(--royal-blue);
  width: 50%;
}

.app-section-1-text-desktop {
  background-color: #b75dda00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.app-section-1-image-desktop {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.app-section-1-text-mobile, .app-section-1-image-mobile {
  display: none;
}

.app-section-2-image-desktop {
  text-align: center;
  flex: 1;
}

.app-section-2-text-desktop {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.app-section-2-image-mobile, .app-section-2-text-mobile {
  display: none;
}

.app-section-3-text-desktop {
  background-color: #b75dda00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.app-section-3-text-mobile, .app-section-3-image-mobile {
  display: none;
}

.navbar-copy {
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1a;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  display: block;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.navbar-copy.with-color-button {
  background-color: #0000001a;
  padding-bottom: 30px;
}

.navbar-copy.white {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.bold-text-13, .bold-text-14, .bold-text-15 {
  color: var(--very-soft-blue);
  font-weight: 600;
}

.header-text-1 {
  font-family: var(--font-header);
  color: var(--soft-blue);
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.header-text-1.about-header-text {
  font-size: 40px;
  line-height: 45px;
}

.heading {
  color: #fff;
  background-color: #0000;
}

.ambassador-google-form {
  background-color: var(--light-grayish-blue);
  height: auto;
  padding-top: 30px;
}

.html-embed {
  height: 1250px;
}

.ambassadors-main-section, .section-5 {
  height: 400px;
}

.section-6 {
  height: 600px;
}

.nav-amb-sp {
  background-color: var(--very-soft-blue);
  text-align: left;
  object-fit: fill;
  border-bottom: 1px solid #ffffff1a;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  display: block;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.nav-amb-sp.with-color-button {
  background-color: #0000001a;
  padding-bottom: 30px;
}

.nav-amb-sp.white {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.navbar-div-ambassador {
  background-color: var(--very-soft-blue);
}

.nav-link-ambassador, .nav-link-ambassador.w--current {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.nav-link-ambassador.nav-link-es {
  color: var(--vivid-yellow);
}

.my-div-block {
  height: 200px;
}

.div-block-17 {
  height: 300px;
}

.preseed-wrapper {
  text-align: center;
  width: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.preseed-heading-2 {
  color: var(--very-soft-blue);
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.div-block-18 {
  margin-top: 20px;
  font-size: 25px;
  line-height: 30px;
}

.list {
  color: var(--dark-grey);
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.link {
  color: #11e29e;
}

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

.link-2 {
  color: #11e29e;
}

.link-2.w--current {
  color: var(--royal-blue);
}

.link-3 {
  color: #11e29e;
}

.link-3.w--current {
  color: var(--royal-blue);
}

.paragraph-4 {
  font-family: Quicksand, sans-serif;
}

.heading-2 {
  font-family: var(--font-header);
  color: var(--very-soft-blue);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.sorteo-google-form {
  background-color: var(--light-grayish-blue);
  height: auto;
  padding-top: 0;
}

.sorteo-section-action {
  background-color: var(--light-grayish-blue);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.text-description-copy {
  opacity: .8;
  color: var(--dark-grey);
  letter-spacing: 0;
  white-space: normal;
  word-break: normal;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.text-description-copy.elements {
  margin-top: 10px;
}

.list-item {
  font-family: var(--font-body);
  text-align: left;
  white-space: normal;
  word-break: normal;
  margin-bottom: 5px;
}

.investor-list-item {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.preseed-heading-3 {
  color: var(--very-soft-blue);
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.text-block-6, .heading-1 {
  font-family: var(--font-header);
  color: var(--very-soft-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.text-block-7 {
  font-family: var(--font-body);
  color: var(--dark-grey);
  font-size: 23px;
  line-height: 30px;
}

.blog-body {
  font-family: var(--font-body);
  color: var(--dark-grey);
  text-align: justify;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
  font-weight: 600;
}

.blog-list {
  font-family: var(--font-body);
  color: var(--dark-grey);
  text-align: justify;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

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

.blog-image-wrap {
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.blog-image-left-div {
  width: 50%;
  margin-right: 2.5px;
}

.blog-image-right-div {
  width: 50%;
  margin-left: 2.5px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  font-size: 19px;
}

.image-9 {
  text-align: left;
  position: relative;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15 {
  font-size: 19px;
}

.blog-image-single {
  text-align: center;
  margin-bottom: 0;
}

.blog-image-single-div {
  text-align: center;
  margin-bottom: 20px;
}

.section-7 {
  word-break: normal;
}

.list-item-16 {
  margin-bottom: 7.5px;
}

.bold-text-24 {
  font-weight: 400;
}

.text-block-8 {
  font-family: var(--font-header);
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.faq-item-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-container {
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.faq-question-label {
  font-family: var(--font-body);
  color: var(--dark-grey);
  background-color: #0000;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
}

.faq-answer-p {
  font-family: var(--font-body);
  color: var(--dark-grey);
  line-height: 30px;
}

.faq-group-row {
  width: 100%;
  padding-top: 0;
  padding-bottom: 5rem;
}

.faq-answer {
  padding: 0 2rem;
  overflow: hidden;
}

.faq-groups-wrapper {
  width: 100%;
  padding: 1rem 0;
  position: static;
  left: 30%;
}

.faq-arrow {
  z-index: 0;
  position: relative;
}

.faq-question {
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  padding: 1rem 2rem;
  display: flex;
}

.nav-menu-amb {
  z-index: 1;
  background-color: var(--very-soft-blue);
  border-radius: 4px;
  margin-top: 5px;
}

.who-are-section {
  background-color: var(--light-grayish-blue);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.who-are-mover {
  text-align: center;
  width: 350px;
}

.who-are-mover-head {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

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

.who-are-mover-row {
  text-align: left;
  justify-content: space-around;
  display: flex;
}

.ambassadors-section-1, .ambassadors-section-3, .ambassadors-section-2, .ambassadors-section-4 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.amb-section-wrap {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.amb-section-2-image-desktop {
  text-align: center;
  flex: 1;
}

.amb-section-2-text-desktopy {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.amb-section-2-image-mobile, .amb-section-2-text-mobile {
  display: none;
}

.amb-section-1-text-desktop {
  background-color: #b75dda00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.amb-section-1-image-desktop {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.amb-section-1-image-mobile {
  display: none;
}

.amb-image {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.amb-text {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.amb-image-inner {
  object-fit: contain;
  border-radius: 20px;
  position: static;
  box-shadow: 12.5px 15px 10px 5px #0000001a;
}

.amb-text-title-div {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.amb-text-desc-div {
  font-family: Montserrat, sans-serif;
}

.amb-text-title {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.amb-text-desc {
  font-family: var(--font-body);
  color: var(--dark-grey);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.style-text-header-1 {
  font-family: var(--font-header);
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.who-are-mover-text {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 30px;
}

.who-are-mover-image {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ready-join {
  margin-top: 60px;
  margin-bottom: 60px;
}

.apply-btn {
  background-color: var(--light-grayish-blue);
  font-family: var(--font-body);
  color: var(--dark-grey);
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  width: 250px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.ready-wrap-div {
  display: flex;
}

.ready-wrap-left-div, .ready-wrap-right-div {
  width: 50%;
}

.apply-btn-wrapper-div {
  display: flex;
}

.text-block-11 {
  font-family: var(--font-body);
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}

.line {
  background-color: var(--very-soft-blue);
  border-radius: 10px;
  height: 1.5px;
}

.style-text-body-1 {
  white-space: normal;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.body-3 {
  background-color: #fff;
}

.style-text-body-2 {
  font-family: var(--font-body);
  white-space: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.blogs-first-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blogs-div-blog-item {
  border: .25px solid var(--dark-grey);
  background-color: var(--light-grayish-blue);
  border-radius: 20px;
  width: 30%;
  margin-left: 10px;
  margin-right: 10px;
}

.blogs-div-row {
  margin-bottom: 20px;
  display: flex;
}

.blogs-img-item {
  border-radius: 20px 20px 0 0;
}

.blogs-text-item {
  font-family: var(--font-header);
  color: var(--soft-blue);
  text-align: center;
  margin: 20px;
  padding-top: 0;
  font-weight: 500;
  text-decoration: none;
}

.section-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.paragraph-6 {
  padding-top: 20px;
}

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

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

.blog-centre-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.link-4 {
  color: var(--royal-blue);
}

.link-4.w--current {
  color: var(--soft-blue);
}

.comp-image-badge {
  width: 187.5px;
  height: 62.25px;
  margin-right: 0;
}

.xomp-image-badge {
  width: 187.5px;
  height: 62.25px;
}

.comp-image-link-left {
  margin-right: 5px;
  text-decoration: none;
}

.div-block-20 {
  text-align: center;
  font-family: Quicksand, sans-serif;
}

.comp-image-link-right {
  margin-left: 5px;
  margin-right: 0;
  text-decoration: none;
}

.hero-download {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.download-image-right {
  height: 75px;
  padding-left: 5px;
  padding-right: 5px;
}

.home-section-install {
  background-color: var(--light-grayish-blue);
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.download-image-left {
  height: 75px;
  padding-left: 5px;
  padding-right: 5px;
}

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

.compat-ios-text, .compat-android-text {
  font-family: var(--font-body);
  color: var(--dark-grey);
  padding-top: 5px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.comp-image-left {
  margin-right: 5px;
  text-decoration: none;
}

.comp-image-right {
  margin-left: 5px;
  margin-right: 0;
  text-decoration: none;
  display: inline-flex;
}

.comp-image-left {
  display: inline-flex;
}

.button-2 {
  vertical-align: baseline;
  background-color: #38ec98;
  border-radius: 20px;
  width: 150px;
  height: 50px;
  text-decoration: none;
  position: static;
  overflow: visible;
}

.div-block-20-copy {
  text-align: center;
  justify-content: center;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.button-3 {
  letter-spacing: normal;
  word-break: normal;
  background-color: #28c76f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

html.w-mod-js [data-ix="hide-block-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hide-block-description"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-block-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="slide-title"], html.w-mod-js [data-ix="slide-title-2"], html.w-mod-js [data-ix="slide-title-3"], html.w-mod-js [data-ix="slide-title-4"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="mockup-move"] {
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-zoom"], html.w-mod-js [data-ix="fade-in-zoom-2"], html.w-mod-js [data-ix="fade-in-zoom-3"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="hide-popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="hide-gallery-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="hide-lightbox"] {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1440px) {
  .testimonial-image {
    height: auto;
  }

  .testimonial-quote, .text-16.text-16-60, .form1-input, .btn-big {
    font-family: Quicksand, sans-serif;
  }

  .card.home-card-content-left.testimonial-v1 {
    padding: 68px 56px;
  }

  .nav-green-link-manifesto.light, .nav-green-link-about.nav-green-style-a, .nav-green-link-home-aa.nav-green-style-c.w--current, .top-color-green.info-heading-1.manifesto-heading-1 {
    font-family: Quicksand, sans-serif;
  }

  .top-color-red.info-heading-1.manifesto-heading-1, .top-color-blue.info-heading-1.manifest-heading-1, .top-color-blue.info-heading-2.about-heading-2 {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
  }

  .home-heading-sans-1 {
    font-family: Quicksand, sans-serif;
    font-weight: 400;
  }

  .home-avatar-image {
    border-radius: 20px;
  }

  .home-section-quote {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-avatar-image-1 {
    border-radius: 20px;
  }

  .section-gradiant {
    background-position: 50% 10%;
    background-size: cover;
  }

  .div-background-gradiant {
    background-image: linear-gradient(to right, #521616, #fff);
  }

  .home-section-quote-copy {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-quote-copy {
    font-family: Quicksand, sans-serif;
  }

  .container-div {
    position: relative;
  }

  .paragraph-4 {
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: #d5ccf6;
    background-clip: border-box;
    border-radius: 0;
    width: auto;
    min-width: 100px;
  }

  .paragraph-5 {
    background-color: #ded6f7;
    border-radius: 0;
    margin-top: 30px;
    padding-bottom: 25px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    bottom: -149px;
  }

  .heading-2 {
    font-family: Quicksand, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .header-2 {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
  }

  .who-are-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .who-are-mover {
    width: 350px;
  }

  .who-are-mover-head {
    color: var(--dark-grey);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .who-are-mover-row {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ambassadors-section-1 {
    margin-top: 40px;
  }

  .amb-text-desc {
    line-height: 30px;
  }

  .style-text-header-1 {
    font-family: var(--font-header);
    color: var(--dark-grey);
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
  }

  .div-block-19 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .who-are-mover-text {
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 30px;
  }

  .who-are-mover-image {
    padding-bottom: 20px;
  }

  .ready-join {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .apply-btn {
    border: 1px solid var(--dark-grey);
    background-color: var(--light-grayish-blue);
    color: var(--dark-grey);
    text-align: center;
    border-radius: 25px;
    width: 250px;
    font-size: 25px;
    line-height: 30px;
  }

  .apply-div {
    padding-right: 20px;
  }

  .ready-wrap-div {
    display: flex;
  }

  .ready-wrap-left-div, .ready-wrap-right-div {
    width: 50%;
  }

  .apply-btn-wrapper-div {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .text-block-10 {
    font-family: var(--font-body);
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-11 {
    font-family: var(--font-body);
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .navbar {
    color: #3330;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.with-color-button {
    padding-bottom: 20px;
  }

  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-red-link-app {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-red-link-app:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-red-link-app.dropdown-toggle {
    color: #fff;
  }

  .nav-red-link-app.color {
    color: #000;
    border-radius: 60px;
    padding-left: 25px;
  }

  .nav-red-link-app.color:hover {
    color: #fff;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

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

  .top-container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .home-section-features {
    padding: 45px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .text-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 13px;
  }

  .testimonial-block {
    padding-right: 0;
  }

  .testimonial-quote {
    font-size: 15px;
  }

  .footer {
    padding: 45px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .features-row {
    margin-top: 30px;
  }

  .feature-block {
    width: 90%;
  }

  .feature-block.wide {
    text-align: left;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business {
    background-color: #00000073;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .dark-bottom-footer {
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .app-section-header {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 45px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.ui {
    padding: 150px 45px 50px;
  }

  .page-subtitle {
    width: 80%;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .elements-title-wrapper {
    margin-bottom: 30px;
  }

  .transparant-menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000001a;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: #0000004d;
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

  .fixed-nav-menu-button {
    color: #fff;
    text-align: center;
    background-color: #1f6fff;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .blog-posts-list {
    align-content: space-between;
  }

  .blog-post-page-content {
    width: 90%;
    padding: 50px;
  }

  .blog-post-header-overlay {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .dark-cta-title {
    width: 60%;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column-reverse;
  }

  .headline-8-col {
    text-align: center;
    width: auto;
  }

  .form1-form-wrapper, .text-16.text-16-60 {
    width: 100%;
  }

  ._7-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .mg-bottom-32px.tablet-only {
    margin-bottom: 32px;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .cta2 {
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .manifesto-section-features {
    padding: 45px;
  }

  .nav-red-link-manifesto {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-red-link-manifesto:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-red-link-manifesto.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-red-link-manifesto.light:hover {
    background-color: #000;
  }

  .nav-red-link-manifesto.light.w--current {
    border-color: #0000;
  }

  ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .feature3-subitem-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .feature3-text-wrapper {
    padding-left: 0;
  }

  .feature3-icon {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-red-link-about {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-red-link-about:hover {
    color: #fff;
    background-color: #000;
  }

  .home-section-team {
    padding: 45px;
  }

  .nav-red-link-home {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-red-link-home:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-green-link-manifesto {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-green-link-manifesto:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-green-link-manifesto.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-green-link-manifesto.light:hover {
    background-color: #000;
  }

  .nav-green-link-manifesto.light.w--current {
    border-color: #0000;
  }

  .nav-green-link-about {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-green-link-about:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-green-link-home-a {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-green-link-home-a:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-green-link-home-aa {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-green-link-home-aa:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-red-link-app-a {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-red-link-app-a:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-red-link-app-a.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-red-link-app-a.light:hover {
    background-color: #000;
  }

  .nav-red-link-app-a.light.w--current {
    border-color: #0000;
  }

  .about-question-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .wg-element {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: right;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    display: inline-block;
  }

  .navbar-es {
    color: #3330;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar-es.with-color-button {
    padding-bottom: 20px;
  }

  .navbar-es.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-green-link-about-es {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-green-link-about-es:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-green-link-lang-en {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-green-link-lang-en:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-green-link-lang-es {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-green-link-lang-es:hover {
    color: #fff;
    background-color: #000;
  }

  .quote-block {
    padding-right: 0;
  }

  .home-section-quote-copy {
    height: 700px;
  }

  .testimonial-slider-arrow-copy {
    width: 30px;
    height: 30px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 13px;
  }

  .testimonial-slider-arrow-copy.zz {
    display: none;
  }

  .testimonial-slider-arrow-copy {
    width: 30px;
    height: 30px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 13px;
    display: none;
  }

  .testimonial-quote-copy {
    font-size: 15px;
  }

  .navbar-copy {
    color: #3330;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar-copy.with-color-button {
    padding-bottom: 20px;
  }

  .navbar-copy.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-amb-sp {
    color: #3330;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .nav-amb-sp.with-color-button {
    padding-bottom: 20px;
  }

  .nav-amb-sp.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .preseed-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .text-description-copy {
    margin-top: 20px;
    font-size: 19px;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-container {
    flex-direction: column;
  }

  .faq-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-groups-wrapper {
    width: 100%;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-menu-amb {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-red-link-app, .dropdown-link {
    padding-left: 25px;
  }

  .top-container.bottom-footer {
    border-radius: 0;
  }

  .top-container.footer-container {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .button.full {
    margin-top: 10px;
  }

  .button.cta-button {
    float: none;
    width: 50%;
  }

  .home-section-features {
    padding: 25px;
  }

  .home-section-features.cta-section {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .portfolio-block-subtitle {
    font-size: 12px;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-block {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .testimonial-image {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    display: block;
    position: static;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 22px;
  }

  .element-column {
    padding-left: 0;
    padding-right: 0;
  }

  .element-column.left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.block, .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-row {
    margin-top: 0;
  }

  .feature-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-block, .feature-block.wide {
    width: 100%;
  }

  .feature-icon.overall, .home-feature-title {
    margin-bottom: 10px;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business {
    padding: 130px 25px 60px;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right, .bottom-footer-paragraph.dark {
    float: none;
  }

  .white-footer {
    padding: 25px;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }

  .light-footer-link {
    margin-bottom: 4px;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0;
  }

  .dark-bottom-footer {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .app-section-header {
    text-align: center;
    padding: 130px 25px 50px;
  }

  .app-store-link-button {
    margin-left: 2px;
    margin-right: 2px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    width: 90%;
    margin-bottom: 25px;
    top: 25px;
    transform: none;
  }

  .element-container.navigation {
    height: 80px;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .white-footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-posts-list {
    display: block;
  }

  .simple-blog-post-item {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-page-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px;
  }

  .blog-post-header-overlay {
    padding-top: 140px;
  }

  .dark-cta-title {
    float: none;
    width: 100%;
  }

  .fields-column-left {
    padding-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-100 {
    font-size: 14px;
  }

  .mg-bottom-32px.tablet-only {
    margin-bottom: 24px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .cta2 {
    width: 94%;
    padding: 25px 30px;
  }

  .manifesto-section-features {
    padding: 25px;
  }

  .nav-red-link-manifesto {
    padding-left: 25px;
  }

  .nav-red-link-manifesto.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-red-link-about {
    padding-left: 25px;
  }

  .team-slide-container.testimonial-container {
    position: relative;
    top: 0%;
    transform: none;
  }

  .home-section-team {
    padding: 25px;
  }

  .nav-red-link-home, .nav-green-link-manifesto {
    padding-left: 25px;
  }

  .nav-green-link-manifesto.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-green-link-about {
    padding-left: 25px;
  }

  .logo-red {
    height: 30px;
    margin-top: 10px;
  }

  .nav-green-link-home-a, .nav-green-link-home-aa, .nav-red-link-app-a {
    padding-left: 25px;
  }

  .nav-red-link-app-a.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-question-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .wg-element {
    width: 100%;
  }

  .navbar-es {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar-es.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logoes {
    height: 30px;
    margin-top: 10px;
  }

  .nav-green-link-about-es, .nav-green-link-lang-en, .nav-green-link-lang-es {
    padding-left: 25px;
  }

  .avatar-image-1 {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    display: block;
    position: static;
  }

  .quote-block {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .quote-slider {
    height: auto;
  }

  .avatar-image-1-copy {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    display: block;
    position: static;
  }

  .testimonial-quote-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .navbar-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar-copy.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-amb-sp {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .nav-amb-sp.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .preseed-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-answer, .faq-question {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  li {
    font-size: 17px;
    line-height: 25px;
  }

  blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

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

  .nav-menu {
    background-color: #fff;
  }

  .nav-red-link-app {
    color: #e21155;
    font-weight: 700;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-section-features {
    padding: 25px;
  }

  .home-section-features.blog-page-section {
    padding: 0;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.manifesto-style-a, .section-title.manifesto-style-b, .section-title.manifesto-style-c {
    font-size: 30px;
    line-height: 40px;
  }

  .text-description {
    margin-top: 14px;
    font-size: 20px;
    line-height: 25px;
  }

  .testimonial-slider-arrow {
    margin-left: -10px;
    margin-right: -10px;
  }

  .testimonial-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-image {
    width: 100px;
    height: 100px;
  }

  .testimonial-quote, .testimonial-name.subtitle, .testimonial-name.subtitle-copy, .testimonial-name.subtitle-copy, .testimonial-name.subtitle-copy {
    font-size: 18px;
    line-height: 22px;
  }

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

  .menu-button {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-block.wide {
    font-size: 13px;
  }

  .feature-icon {
    width: 30px;
  }

  .home-feature-title {
    margin-bottom: 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business {
    background-color: #0000;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .app-section-header {
    padding: 80px 25px 35px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.ui {
    padding: 94px 25px 30px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .elements-title-wrapper {
    margin-bottom: 20px;
  }

  .element-container.navigation {
    height: 60px;
    margin-top: 10px;
  }

  .element-container.navigation._3 {
    height: 70px;
  }

  .logo {
    text-align: center;
    margin-top: 0;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .white-footer-column {
    padding-bottom: 10px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-top: 9px;
  }

  .blog-posts-list.related {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-post-page-content {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-post-header-overlay {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .home-section-action {
    margin-top: 0;
  }

  .home-section-testimonial {
    padding-top: 0;
  }

  .form1 {
    flex-direction: column;
    align-items: stretch;
  }

  .form1-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .card.home-card-content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-bottom-32px.tablet-only {
    margin-bottom: 0;
  }

  .cta2 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .manifesto-section-features {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .nav-red-link-manifesto.light {
    color: #e21155;
  }

  ._5-col {
    object-fit: fill;
    margin-bottom: 0;
  }

  .nav-red-link-about.nav-red-style-a {
    color: #e21155;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-section-team {
    padding: 25px;
  }

  .home-section-team.tint {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-red-link-home.w--current {
    color: #e21155;
    font-weight: 700;
  }

  .nav-green-link-about.nav-green-style-a {
    color: #11e29e;
  }

  .logo-red {
    margin-top: 5px;
  }

  .nav-green-link-home-a.nav-green-style-b, .nav-green-link-home-aa.nav-green-style-c {
    color: #11e29e;
  }

  .nav-red-link-app-a.light {
    color: #e21155;
  }

  .about-section-faq {
    padding: 0 25px 25px;
  }

  .about-question-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-section-about-a {
    padding: 100px 25px 80px;
  }

  .top-color-green.top-heading-2 {
    display: block;
  }

  .top-color-green.top-heading-2.home-heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .top-color-green.top-heading-2.top-heading-top {
    margin-bottom: 10px;
  }

  .top-color-green.top-heading-1.home-heading-1 {
    padding-bottom: 5px;
    font-size: 40px;
    line-height: 45px;
  }

  .top-color-red.top-heading-3 {
    text-align: center;
    margin-bottom: 10px;
  }

  .top-color-red.top-heading-3.home-team-name {
    text-align: center;
  }

  .top-color-blue.top-heading-2.home-heading-team {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-color-blue.top-heading-3 {
    margin-bottom: 20px;
  }

  .image-2 {
    padding-left: 0;
  }

  .info-top-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .info-top-section.about-top-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info-top-section.manifesto-top-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .about-faq-section {
    padding-bottom: 40px;
  }

  .wg-element {
    height: 25vh;
  }

  .navbar-es {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar-es.white {
    padding-bottom: 10px;
  }

  .logoes {
    text-align: center;
    margin-top: 5px;
  }

  .logoes.fixed {
    margin-top: 6px;
  }

  .nav-green-link-about-es.nav-green-style-a, .nav-green-link-lang-en.nav-green-style-a {
    color: #11e29e;
  }

  .nav-green-link-lang-en.nav-green-style-lang-en {
    color: #fbff1f;
  }

  .nav-green-link-lang-es.nav-green-style-a, .nav-green-link-lang-es.nav-green-style-lang-en {
    color: #11e29e;
  }

  .nav-green-link-lang-es.nav-green-style-lang-es {
    color: var(--royal-blue);
  }

  .bold-text {
    padding-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .home-section-quote {
    height: 600px;
  }

  .avatar-image-1 {
    width: 200px;
    height: 200px;
  }

  .quote-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-gradiant {
    background-image: none;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .image-4 {
    text-align: center;
    width: 75px;
    margin-left: 20px;
  }

  .image-5 {
    text-align: center;
    width: 75px;
    height: 75px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-14 {
    text-align: center;
    margin-top: 20px;
  }

  .div-block-15 {
    text-align: center;
    margin-top: 10px;
  }

  .avatar-image-1-copy {
    width: 200px;
    height: 200px;
  }

  .home-section-quote-copy {
    height: 650px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .testimonial-quote-copy {
    margin-right: 30px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .testimonial-name-copy.subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .testimonial-name-copy.subtitle-copy {
    margin-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .testimonial-slider-arrow-copy {
    margin-left: -10px;
    margin-right: -10px;
  }

  .testimonial-slider-arrow-copy.zz {
    margin-left: 22px;
    display: block;
  }

  .testimonial-slider-arrow-copy {
    margin-left: -10px;
    margin-right: 16px;
    display: block;
  }

  .testimonial-quote-copy, .testimonial-name-copy.subtitle, .testimonial-name-copy.subtitle-copy, .testimonial-quote-copy, .testimonial-name-copy.subtitle, .testimonial-name-copy.subtitle-copy, .testimonial-name-copy.subtitle-copy, .testimonial-quote-copy, .testimonial-name-copy.subtitle, .testimonial-name-copy.subtitle-copy, .testimonial-name-copy.subtitle-copy, .testimonial-name-copy.subtitle-copy {
    font-size: 18px;
    line-height: 22px;
  }

  .home-testimonial-section {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .testimonial-wrapper {
    flex-wrap: wrap;
  }

  .testimonial-column {
    width: 100%;
  }

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

  .hero-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-paragraph {
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial-paragraph.style-text-body-2 {
    margin-bottom: 20px;
  }

  .app-section-wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .app-section-left-text-col {
    flex: 0 auto;
    width: 100%;
    display: block;
  }

  .app-section-3-image-desktop {
    flex: 0 auto;
    width: 100%;
    display: none;
  }

  .app-screenshot-wrapper {
    flex-wrap: wrap;
  }

  .app-screenshot-left, .app-screenshot-right {
    width: 100%;
  }

  .app-section-1-text-desktop, .app-section-1-image-desktop {
    flex: 0 auto;
    width: 100%;
    display: none;
  }

  .app-section-1-text-mobile {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .app-section-1-image-mobile {
    width: 2905px;
    display: block;
  }

  .app-section-2-image-desktop, .app-section-2-text-desktop {
    display: none;
  }

  .app-section-2-image-mobile {
    display: block;
  }

  .app-section-2-text-mobile {
    margin-top: 20px;
    display: block;
  }

  .app-section-3-text-desktop {
    flex: 0 auto;
    width: 100%;
    display: none;
  }

  .app-section-3-text-mobile {
    margin-top: 20px;
    display: block;
  }

  .app-section-3-image-mobile {
    display: block;
  }

  .navbar-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar-copy.white {
    padding-bottom: 10px;
  }

  .nav-amb-sp {
    background-color: var(--very-soft-blue);
    color: #3330;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .nav-amb-sp.white {
    padding-bottom: 10px;
  }

  .preseed-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .sorteo-section-action {
    margin-top: 0;
  }

  .text-description-copy {
    margin-top: 14px;
    font-size: 20px;
    line-height: 25px;
  }

  .blog-image-wrap {
    flex-flow: column;
  }

  .blog-image-left-div {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .blog-image-right-div {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }

  .text-block-8 {
    color: var(--dark-grey);
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .faq-question-label {
    color: var(--dark-grey);
    text-align: left;
    padding-right: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .faq-answer-p {
    font-size: 20px;
    line-height: 25px;
  }

  .faq-group-row {
    padding-top: 10px;
  }

  .faq-groups-wrapper {
    padding-top: 0;
  }

  .nav-menu-amb {
    background-color: var(--very-soft-blue);
  }

  .who-are-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ambassadors-section-1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .ambassadors-section-3, .ambassadors-section-2, .ambassadors-section-4 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .amb-section-wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .amb-section-2-image-desktop, .amb-section-2-text-desktopy {
    display: none;
  }

  .amb-section-2-image-mobile {
    display: block;
  }

  .amb-section-2-text-mobile {
    margin-top: 20px;
    display: block;
  }

  .amb-section-1-text-desktop, .amb-section-1-image-desktop {
    flex: 0 auto;
    width: 100%;
    display: none;
  }

  .amb-section-1-image-mobile {
    width: 2905px;
    display: block;
  }

  .ready-join {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .apply-btn {
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .apply-div {
    padding-bottom: 10px;
  }

  .ready-wrap-div {
    flex-flow: column;
    align-items: center;
  }

  .ready-wrap-left-div {
    width: 100%;
    padding-bottom: 20px;
  }

  .ready-wrap-right-div {
    flex: 0 auto;
    width: 100%;
  }

  .apply-btn-wrapper-div {
    flex-flow: column;
    align-items: center;
  }

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

  .blogs-first-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blogs-div-blog-item {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blogs-div-row {
    flex-flow: column;
  }

  .comp-image-link-left {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .comp-image-link-right {
    margin-top: 5px;
    margin-left: 0;
  }

  .home-section-install {
    margin-top: 0;
  }

  .download-image-left {
    margin-bottom: 10px;
  }

  .comp-image-left {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .comp-image-right {
    margin-top: 5px;
    margin-left: 0;
  }
}


