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

body {
  color: #707070;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
}

h1 {
  transform-origin: 0 0;
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Junge, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 150px;
}

h2 {
  color: #ea6852;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 120px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Junge, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 90px;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Junge, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 76px;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Junge, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 66px;
}

h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Junge, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 56px;
}

p {
  color: #bbb;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.banner {
  height: 100vh;
  color: #707070;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.banner.about {
  background-image: url('../images/elena-saharova-hzNnJyC9FOA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.services {
  background-image: url('../images/5e16fef2cb9d511da2e01f48_joshua-oluwagbemiga-QZ9cVpMUpZ4-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.contact-us {
  background-image: url('../images/mike-yukhtenko-wfh8dDlNFOk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.thank-you {
  background-image: url('../images/jeremy-bishop-uAfZBP-GtiA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.portfolio {
  background-image: url('../images/tobias-van-schneider-lHGeqh3XhRY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mouse-scroll {
  z-index: 10;
  width: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mouse-scroll-weel {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mouse-scroll-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-menu {
  position: static;
}

.alpha {
  z-index: 9999;
  line-height: 30px;
  transition: transform .3s;
  position: fixed;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 4vw;
}

.alpha:hover {
  transform: scale(1.05);
}

.menu-text {
  margin-left: 15px;
}

.menu-text:hover {
  color: #ea6852;
}

.info-left {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 200px;
  left: 0;
  right: auto;
  transform: rotate(-90deg);
}

.vertical-link {
  margin-left: 15px;
  transition: color .3s;
}

.vertical-link:hover {
  color: #fbbb2e;
}

.middle-line {
  width: 48px;
  height: 1px;
  background-color: #fff;
  margin-left: 15px;
}

.info-right {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 210px;
  left: auto;
  right: 0;
  transform: rotate(90deg);
}

.container-small {
  max-width: 1140px;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 131px 117px 117px;
}

.container-small.left-text-align {
  text-align: left;
}

.link {
  margin-right: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: inset 0 -2px #707070;
}

.link.gray {
  color: #bbb;
  margin-right: 0;
}

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

.link-underline {
  width: 12px;
  height: 2px;
  background-color: #ea6852;
  margin-top: 5px;
}

.banner-content-half {
  width: 70%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-links {
  margin-top: 70px;
}

.coordinates-text-span {
  color: #bbb;
}

.coordinates {
  margin-left: 15px;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

.sticky-info {
  margin-left: auto;
  margin-right: auto;
}

.container-banner {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  margin-top: 223px;
  margin-left: 13vw;
  margin-right: 13vw;
  display: flex;
  position: relative;
}

.container-banner.second {
  max-width: 40%;
  margin-left: 11vw;
  margin-right: 11vw;
}

.heading-span {
  display: block;
}

.content-half {
  position: relative;
}

.step {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: -13px;
  margin-right: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
}

.step.last {
  margin-bottom: 0;
}

.background-video {
  height: 100%;
  opacity: .41;
  filter: grayscale(68%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.style-guide-banner-holder {
  color: #fff;
  text-align: center;
}

.template-banner {
  background-color: #013b3f;
  padding-left: 20px;
  padding-right: 20px;
}

.main-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.main-content.style-content {
  padding-top: 200px;
  padding-bottom: 200px;
}

.main-content.style-guide-main-content {
  margin-left: 13vw;
  margin-right: 13vw;
  padding-top: 140px;
  padding-bottom: 100px;
}

.paragraph-banner {
  margin-bottom: 50px;
  font-family: Work Sans, sans-serif;
}

.yellow-text-block {
  color: #ea6852;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.content-holder {
  margin-bottom: 100px;
}

.style-guide-holder {
  padding-left: 20px;
  padding-right: 20px;
}

.yellow {
  color: #ea6852;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
}

.yellow.chico {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.headline-7 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
  display: inline;
}

.headline-7.no-margin-bottom {
  color: #ea6852;
  text-align: left;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 32px;
}

.headline-7.orange {
  color: #ea6852;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: inline;
}

.headline-7.gray {
  color: #013b3f;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: inline;
}

.headline-7.transparent {
  color: rgba(112, 112, 112, .2);
  font-size: 18px;
}

.section-steps {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.steps-icon {
  margin-bottom: 40px;
}

.sticky-heading {
  color: #013b3f;
  letter-spacing: 1px;
  margin-bottom: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.section {
  background-color: #013b3f;
  padding-left: 20px;
  padding-right: 20px;
}

.section.cta {
  background-color: #101010;
  background-image: linear-gradient(to right, #011314, rgba(0, 0, 0, 0)), url('../images/photo-1529573720866-e838d13a695b.jpg');
  background-position: 0 0, 100.5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.awards {
  background-image: url('../images/5e16f13a3c053f5f6d836d62_samuel-scalzo-xyuYk9oLA8I-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.visit-our-work {
  background-image: url('../images/visit-work-shapes.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.section.faq {
  background-color: #f8f8f6;
}

.section.form {
  background-image: linear-gradient(to right, rgba(2, 32, 34, .74), rgba(0, 0, 0, 0) 15%), url('../images/Celta-Innovation.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 850px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.container-big {
  margin-left: 13vw;
  margin-right: 13vw;
  padding-top: 150px;
  padding-bottom: 150px;
}

.yellow-separator {
  width: 76px;
  height: 2px;
  background-color: #ea6852;
  margin-bottom: 60px;
}

._3d-content {
  flex-direction: column;
  justify-content: flex-end;
  margin: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

._3d-card-wrapper {
  border: 10px solid #e5e2db;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

._3d-card {
  width: 100%;
  height: 610px;
  perspective: 1000px;
  margin-bottom: 5%;
  position: relative;
}

._3d-card.smaller {
  width: 47%;
  height: 400px;
  margin-right: 3%;
}

._3d-card.smaller.no-margin-left {
  margin-left: 3%;
  margin-right: 0;
}

._3d-content-wrapper-bottom {
  position: relative;
}

.d-133-image-wrapper {
  width: 200%;
  height: 200%;
  background-image: url('../images/alexander-slattery-311438-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: auto;
}

.d-133-image-wrapper._2 {
  background-image: url('../images/jon-flobrant-65429-unsplash.jpg');
  background-size: cover;
}

.d-133-image-wrapper._3 {
  background-image: url('../images/annie-spratt-jue3sIqVz2Y-unsplash.jpg');
  background-size: cover;
}

._3d-card-image-wrapper {
  width: 110%;
  height: 110%;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, .76) 0%, rgba(0, 0, 0, 0)), url('../images/Logistics.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Brokering.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Logistics.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/photo-1529573720866-e838d13a695b.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  font-family: Work Sans, sans-serif;
}

._3d-card-image-wrapper._5 {
  background-image: url('../images/ilnur-kalimullin-kP1AxmCyEXM-unsplash.jpg');
}

._3d-card-image-wrapper._6 {
  background-image: url('../images/luke-chesser-rCOWMC8qf8A-unsplash.jpg');
}

._3d-card-image-wrapper._7 {
  background-image: url('../images/cristina-gottardi--22C5tv2hyY-unsplash.jpg');
}

._3d-card-image-wrapper._8 {
  background-image: url('../images/william-daigneault-ju3eqN0gl6Y-unsplash.jpg');
}

._3d-card-image-wrapper._9 {
  background-image: url('../images/annie-spratt-jue3sIqVz2Y-unsplash.jpg');
}

._3d-card-image-wrapper._10 {
  background-image: url('../images/alex-knight-2EJCSULRwC8-unsplash.jpg');
}

._3d-card-image-wrapper._11 {
  background-image: url('../images/ilnur-kalimullin-kP1AxmCyEXM-unsplash.jpg');
}

._3d-card-image-wrapper._12 {
  background-image: url('../images/kobu-agency-qj15uNotnH0-unsplash.jpg');
}

._3d-content-wrapper-top {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container-small-grid {
  max-width: 1140px;
  grid-column-gap: 42px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: grid;
}

.center-width {
  width: 64%;
  margin-left: auto;
  margin-right: auto;
  font-family: Bitter, serif;
}

.logos-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: multiply;
  grid-template-rows: repeat(auto-fit, 94px);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 60px;
}

.friends-section {
  background-color: #f8f8f6;
  padding-left: 20px;
  padding-right: 20px;
}

.friends-section.black-image {
  background-image: url('../images/tobias-van-schneider-MWFWz4DWwKI-unsplash.jpg');
}

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

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

.plus-margin-bottom {
  letter-spacing: 1px;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  line-height: 55px;
}

.plus-margin-bottom.hero {
  color: #013b3f;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

.plus-margin-bottom.hero.naranjo {
  color: #252525;
  margin-bottom: 38px;
  font-size: 21px;
  line-height: 32px;
}

.plus-margin-bottom.hero.chico {
  margin-top: 46px;
  margin-bottom: 182px;
  font-size: 18px;
  line-height: 28px;
}

.content-width {
  width: 70%;
}

.content-left-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-logo {
  z-index: 9999;
  margin-bottom: 60px;
}

.headline-8 {
  max-width: 70%;
  color: #ea6852;
  letter-spacing: 1px;
  margin-bottom: 120px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 34px;
}

.yellow-footer-link {
  color: #fff;
  transition: color .3s;
}

.yellow-footer-link:hover {
  color: #ea6852;
}

.footer {
  background-color: #013b3f;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Work Sans, sans-serif;
}

.footer-title {
  color: #ea6852;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

.top {
  padding-left: 20px;
}

.bottom {
  padding-left: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-nav-link {
  color: #78989b;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  transition: color .3s;
}

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

.footer-nav-link.w--current {
  color: #78989b;
  letter-spacing: 1px;
  font-family: Work Sans, sans-serif;
}

.footer-nav-link.last {
  font-family: Work Sans, sans-serif;
}

.container-footer {
  margin-left: 13vw;
  margin-right: 13vw;
  padding-top: 150px;
  padding-bottom: 150px;
}

.menu-block {
  z-index: 9999;
  transform-origin: 4vw 100px;
  background-color: #191a1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-span {
  margin-top: 15px;
  margin-right: 15px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.heading-menu {
  color: #707070;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 50px;
  transition: color .3s;
  display: flex;
}

.heading-menu:hover {
  color: #fff;
}

.link-heading-menu {
  display: inline;
}

.menu-links {
  align-self: center;
}

.menu-contact {
  align-self: center;
  padding-left: 10%;
}

.menu-wrap {
  z-index: 9999;
  justify-content: center;
  align-items: stretch;
  margin-left: 20vw;
  margin-right: 20vw;
  display: flex;
}

.menu-circles {
  margin-bottom: 90px;
}

.menu-contact-link {
  color: #ea6852;
  font-family: Work Sans, sans-serif;
  transition: color .3s;
}

.menu-contact-link:hover {
  color: #707070;
}

.logo {
  line-height: 25px;
}

.link-2 {
  margin-right: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: inset 0 -2px #707070;
}

.headline-top-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 40px;
}

.menu {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: color .6s;
  display: flex;
  position: fixed;
  top: 50px;
  bottom: auto;
  left: 4vw;
  right: auto;
}

.menu:hover {
  color: #fbbb2e;
}

.paragraph {
  color: #bbb;
  letter-spacing: .3px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
}

.slide {
  margin-right: 60px;
}

.content-grid {
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

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

.content-left.right {
  margin-left: auto;
  margin-right: 0;
}

.left-arrow {
  height: 120px;
  filter: grayscale();
  background-image: url('../images/left-arrow2x_1left-arrow@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  font-size: 14px;
  transition: filter .3s, background-position .3s;
  top: auto;
  bottom: 0%;
  left: 30%;
  right: auto;
}

.left-arrow:hover {
  filter: grayscale(0%);
  background-position: 30%;
}

.slide-nav {
  width: auto;
  height: 120px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 8px;
  line-height: 8px;
  display: flex;
}

.right-arrow {
  height: 120px;
  filter: grayscale();
  background-image: url('../images/right-arrow2x_1right-arrow@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  font-size: 14px;
  transition: filter .3s, background-position .3s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 30%;
}

.right-arrow:hover {
  filter: grayscale(0%);
  background-position: 70%;
}

.slider {
  height: auto;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.awards-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 164px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 100px;
}

.accordion-item-wrapper {
  margin-bottom: 40px;
}

.accordion-item-wrapper.last {
  margin-bottom: 0;
}

.accordion-tab-button {
  color: #707070;
  cursor: pointer;
  background-color: #ecebe7;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  transition: background-color .3s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: #ebe5da;
}

.accordion-arrow {
  width: 15px;
  opacity: .8;
}

.accordion-pane {
  background-color: #f3f2f0;
  overflow: hidden;
}

.accordion-pane-content {
  text-align: left;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-faq {
  text-align: center;
  margin-left: 20vw;
  margin-right: 20vw;
  padding-top: 150px;
  padding-bottom: 150px;
}

.form-content {
  width: 100%;
  float: none;
  background-color: #022022;
  margin-left: auto;
  margin-right: 0;
  padding: 40px 140px 10px 60px;
  position: relative;
}

.form-container {
  max-width: 1360px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 100px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-block {
  margin-top: 80px;
}

.text-field {
  width: 100%;
  color: #fff;
  letter-spacing: .3px;
  background-color: rgba(255, 255, 255, .07);
  border: 1px #000;
  margin-bottom: 30px;
  padding: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 33px;
}

.submit-button {
  color: #bbb;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #ea6852;
  padding: 0;
  line-height: 40px;
  transition: color .3s;
}

.submit-button:hover {
  color: #ea6852;
  border-bottom-color: #ea6852;
}

.submit-button.protected-page {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-form {
  width: 500px;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  background-image: url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-2 {
  background-image: url('../images/Layer-709.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.block-quote {
  border-left-width: 3px;
  border-left-color: #bbb;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.image {
  object-fit: scale-down;
}

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

.color {
  width: 100%;
  height: 50px;
  background-color: #ea6852;
}

.color._3 {
  background-color: #013b3f;
}

.color._2 {
  background-color: #bbb;
}

.color._4 {
  background-color: #022022;
}

.licencing-holder {
  margin-bottom: 100px;
}

.licencing-wrapper {
  border: 1px solid #fbbb2e;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 4%;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 15px 30px 5px rgba(26, 35, 126, .1);
}

.licencing-wrapper:hover {
  box-shadow: none;
}

.licencing-left {
  width: 50%;
}

.licencing-right {
  width: 48%;
  color: #1a237e;
  text-align: center;
}

.secondary-link {
  color: #a7a9c5;
  font-weight: 400;
  display: inline-block;
}

.secondary-link:hover {
  color: #1a237e;
}

.secondary-link.licencing-link {
  color: #fbbb2e;
  margin-left: 10px;
  margin-right: 10px;
  transition: color .3s;
  display: inline-block;
}

.secondary-link.licencing-link:hover {
  color: #707070;
}

.license-video {
  height: 300px;
  opacity: .25;
  filter: grayscale(70%);
}

.list-item {
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
}

.list-item.ordered {
  padding-left: 10px;
}

.list-block {
  width: 50%;
}

.list-text {
  color: #bbb;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
}

.list-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.no-margin-botttom {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block {
  font-family: Work Sans, sans-serif;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.link-3 {
  letter-spacing: 1px;
  font-weight: 300;
}

.link-4 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-3 {
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

.image-2 {
  margin-left: -16px;
  padding-left: 0;
}

.paragraph-3 {
  font-family: Work Sans, sans-serif;
}

.image-3 {
  margin-left: -19px;
}

.image-4 {
  margin-left: -20px;
}

.image-5 {
  margin-left: -27px;
}

.paragraph-4 {
  color: #21363a;
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  line-height: 30px;
}

.heading-7 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 45px;
}

.heading-8 {
  color: #191a1a;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.heading-8.chico {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 34px;
}

.heading-8.chico.white {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.heading-9 {
  color: #000;
  letter-spacing: 1px;
  font-family: Work Sans, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.text-span {
  color: #ea6852;
  font-weight: 500;
}

.heading-10 {
  width: 239.781px;
}

.heading-11 {
  font-family: Bitter, serif;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-5 {
  color: #707070;
  font-family: Work Sans, sans-serif;
  line-height: 28px;
}

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

.heading-14 {
  font-family: Bitter, serif;
}

.heading-15 {
  color: #013b3f;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-6 {
  color: #aca8a8;
  letter-spacing: 1px;
  font-family: Work Sans, sans-serif;
}

.sticky-heading-2 {
  color: #ea6852;
  letter-spacing: 1px;
  margin-bottom: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.paragraph-7 {
  color: #191a1a;
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
}

.section-steps-2 {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.headline-9 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  display: inline;
}

.headline-9.orange {
  color: #ea6852;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: inline;
}

.heading-16 {
  color: #ea6852;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-8, .text-block-9, .text-block-10 {
  font-family: Montserrat, sans-serif;
}

.team10_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team10_image-wrapper {
  width: auto;
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.team10_slide {
  padding-right: 3rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-size-large {
  font-size: 1.25rem;
}

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

.team10_image {
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team10_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.team10_arrow.left {
  right: 4rem;
}

.team10_arrow.left.invisible, .team10_arrow.invisible {
  display: none;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.button {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: #ea6852;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px;
}

.button.is-navbar2-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-style: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 14px;
}

.button.is-navbar2-button:hover {
  color: #ea6852;
}

.button.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ea6852;
  align-items: center;
  display: flex;
}

.section_team10 {
  overflow: hidden;
}

.padding-global {
  background-color: #013b3f;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.white {
  background-color: #fff;
}

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

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #ea6852;
}

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

.team10_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  position: relative;
}

.team10_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.max-width-large {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-semibold {
  color: #013b3f;
  font-weight: 600;
}

.text-weight-semibold.white {
  color: #fff;
}

.text-weight-semibold.orange {
  color: #ea6852;
}

.text-weight-semibold.orange.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.team10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.paragraph-8, .paragraph-9, .paragraph-10 {
  color: #707070;
  margin-bottom: 0;
}

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

.image-7, .image-8, .image-9, .image-10 {
  mix-blend-mode: multiply;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  color: #fff;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_component {
  width: 100vw;
  height: auto;
  min-height: 4.5rem;
  color: #fff;
  background-color: #013b3f;
  border-bottom: 1px rgba(0, 0, 0, 0);
  align-items: center;
  padding: 10px 5%;
  display: flex;
  position: fixed;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar2_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .5rem;
  position: absolute;
}

.navbar2_logo {
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar2_link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-size: 14px;
}

.navbar2_link:hover {
  color: #ea6852;
}

.navbar2_link:focus {
  background-color: rgba(0, 0, 0, 0);
}

.navbar2_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.blog66_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog66_arrow {
  width: 3rem;
  height: 3rem;
  color: #ea6852;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog66_arrow.left {
  color: #ea6852;
  right: 4rem;
}

.blog66_meta-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.blog66_mask {
  width: 50%;
  overflow: visible;
}

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

.blog66_button-row.show-mobile-landscape {
  display: none;
}

.section_blog66 {
  overflow: hidden;
}

.blog66_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 7.5rem;
  position: relative;
}

.blog66_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog66_slide {
  padding-right: 2rem;
}

.heading-style-h5 {
  color: #ea6852;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog66_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  color: #bbb;
  letter-spacing: 1px;
  display: inline;
}

.blog66_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog66_button-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog66_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog66_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog66_category-link {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 1rem;
  padding: .25rem .5rem .25rem 0;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog66_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog66_heading {
  flex: 1;
}

.text-size-regular {
  color: #bbb;
  font-size: 1rem;
  line-height: 28px;
}

.text-block-11 {
  letter-spacing: 1px;
}

.italic-text {
  font-style: normal;
  line-height: 20px;
}

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

.bold-text-2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.image-11 {
  margin-top: 40px;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: #ea6852;
}

.italic-text-2 {
  text-transform: none;
  font-style: normal;
}

.verde {
  color: #013b3f;
}

.naranjo {
  color: #ea6852;
}

.image-12 {
  margin-bottom: 60px;
}

.footertext {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.button-2 {
  background-color: #013b3f;
  border-radius: 20px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 14px;
  font-weight: 600;
}

.section-3 {
  background-color: #013b3f;
  justify-content: space-around;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.container2 {
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-5 {
  letter-spacing: 2px;
  justify-content: flex-end;
  font-size: 16px;
  display: flex;
}

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

  h2 {
    font-size: 60px;
    line-height: 80px;
  }

  h3 {
    font-size: 50px;
    line-height: 70px;
  }

  h4 {
    font-size: 46px;
    line-height: 66px;
  }

  h5 {
    font-size: 36px;
    line-height: 56px;
  }

  h6 {
    font-size: 30px;
    line-height: 50px;
  }

  .banner {
    height: auto;
  }

  .mouse-scroll {
    display: none;
  }

  .alpha, .alpha.w--current {
    position: fixed;
    top: 40px;
  }

  .info-left, .info-right {
    display: none;
  }

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

  .link.gray {
    margin-right: 0;
  }

  .link-underline {
    width: 100%;
  }

  .banner-content-half {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .main-links {
    justify-content: center;
    display: flex;
  }

  .container-banner {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .content-half.c-footer {
    min-height: 260px;
    margin-top: 60px;
  }

  .step {
    margin-right: 0;
  }

  .main-content.style-content {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .main-content.style-guide-main-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-holder {
    margin-bottom: 60px;
  }

  .headline-7 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
  }

  .section-steps {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section.cta {
    background-image: linear-gradient(to right, #000 25%, rgba(0, 0, 0, 0));
    background-position: 0 0;
  }

  .section.form {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-big {
    text-align: center;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .yellow-separator {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  ._3d-content-wrapper-top {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-small-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .center-width {
    width: 90%;
  }

  .logos-grid {
    width: 90%;
    grid-template-rows: 164px 164px 164px 164px 164px 164px 164px 164px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .plus-margin-bottom {
    margin-bottom: 40px;
  }

  .content-width {
    width: 100%;
  }

  .content-left-right {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-logo.w--current {
    margin-bottom: 30px;
  }

  .headline-8 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-title {
    margin-bottom: 10px;
  }

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

  .container-footer {
    text-align: left;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .menu-block {
    transform-origin: 4vw 50px;
    background-color: #013b3f;
    display: flex;
  }

  .heading-menu {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .menu-contact {
    display: none;
  }

  .menu-wrap {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .headline-top-text {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .menu {
    position: fixed;
    top: 50px;
  }

  .content-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: auto;
  }

  .content-left {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .slider {
    margin-left: auto;
    margin-right: auto;
  }

  .awards-grid {
    width: 90%;
    grid-template-rows: 164px 164px 164px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-tab-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-faq {
    text-align: center;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .form-content {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 60px;
  }

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

  .form-block {
    margin-top: 60px;
  }

  .text-field {
    padding: 30px;
  }

  .utility-page-form {
    width: 100%;
  }

  .licencing-holder {
    margin-bottom: 60px;
  }

  .section-2 {
    background-image: linear-gradient(to right, #000 25%, rgba(0, 0, 0, 0)), url('../images/Untitled-1.png');
    background-position: 0 0, 100.5%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .section-steps-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .headline-9 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
  }

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

  .team10_slide {
    padding-right: 2rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .team10_arrow.left.invisible, .team10_arrow.invisible {
    display: block;
  }

  .team10_mask {
    width: 50%;
  }

  .team10_component {
    padding-left: 0;
    padding-right: 0;
  }

  .team10_slide-nav {
    display: none;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .blog66_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog66_mask {
    width: 50%;
  }

  .blog66_button-row {
    flex: none;
  }

  .blog66_component {
    padding-left: 0;
    padding-right: 0;
  }

  .blog66_heading {
    margin-right: 3rem;
  }

  .image-11 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 65px;
    line-height: 85px;
  }

  h2 {
    font-size: 56px;
    line-height: 76px;
  }

  .container-small {
    padding: 40px 20px 80px;
  }

  .container-banner {
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-half.c-footer {
    margin-top: 40px;
  }

  .step {
    margin-bottom: 0;
  }

  .main-content.style-content {
    padding-bottom: 40px;
  }

  .main-content.style-guide-main-content {
    padding-top: 40px;
  }

  .yellow-text-block {
    margin-bottom: 40px;
  }

  .yellow.chico {
    font-size: 32px;
  }

  .sticky-heading {
    margin-bottom: 40px;
    position: static;
  }

  .container-big {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._3d-card {
    height: 300px;
  }

  ._3d-card.smaller {
    width: 100%;
    height: 300px;
    margin-right: 0%;
  }

  ._3d-card.smaller.no-margin-left {
    margin-left: 0%;
  }

  .container-small-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .logos-grid {
    grid-template-rows: 130px 130px 130px 130px 130px 130px 130px 130px;
    margin-top: 20px;
  }

  .plus-margin-bottom.hero.naranjo {
    font-size: 16px;
    line-height: 30px;
  }

  .plus-margin-bottom.hero.chico {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-nav-link.last {
    margin-right: 0;
  }

  .heading-menu {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 60px;
  }

  .menu-wrap {
    overflow: auto;
  }

  .logo {
    height: 23px;
  }

  .headline-top-text {
    font-size: 20px;
    line-height: 30px;
  }

  .menu {
    top: 45px;
  }

  .left-arrow {
    left: 26%;
  }

  .right-arrow {
    right: 26%;
  }

  .container-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-content {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-wrapper, .color-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .licencing-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .licencing-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .licencing-right {
    width: 100%;
  }

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

  .heading-8.chico {
    font-size: 18px;
    line-height: 30px;
  }

  .sticky-heading-2 {
    margin-bottom: 40px;
    position: static;
  }

  .team10_image-wrapper {
    height: 100%;
  }

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

  .team10_slide {
    padding-right: 1.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .team10_arrow.left {
    right: 3.5rem;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .team10_mask {
    width: 80%;
  }

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

  .paragraph-8 {
    font-family: Montserrat, sans-serif;
    line-height: 30px;
  }

  .paragraph-9 {
    line-height: 30px;
  }

  .paragraph-10 {
    font-family: Montserrat, sans-serif;
    line-height: 30px;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .blog66_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog66_arrow.left {
    right: 3.5rem;
  }

  .blog66_mask {
    width: 80%;
  }

  .blog66_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .blog66_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog66_component {
    padding-bottom: 6rem;
  }

  .blog66_slide {
    padding-right: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .blog66_heading {
    margin-right: 0;
  }

  .image-11 {
    max-width: 50%;
  }

  .image-12 {
    max-width: 30%;
    margin-bottom: 20px;
  }

  .link-5 {
    font-size: 12px;
  }

  .image-13 {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 70px;
  }

  h2 {
    font-size: 46px;
    line-height: 66px;
  }

  h3 {
    font-size: 42px;
    line-height: 61px;
  }

  h4 {
    font-size: 36px;
    line-height: 56px;
  }

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

  h6 {
    font-size: 24px;
    line-height: 44px;
  }

  .container-small {
    padding-left: 0;
    padding-right: 0;
  }

  .container-banner {
    margin-top: -24px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .content-half.c-footer {
    min-height: 490px;
  }

  .yellow.chico {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .sticky-heading {
    margin-bottom: 0;
    font-size: 28px;
  }

  ._3d-content {
    margin: 30px 10px;
  }

  .center-width {
    width: 100%;
  }

  .logos-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .plus-margin-bottom {
    font-size: 24px;
    line-height: 36px;
  }

  .plus-margin-bottom.hero.naranjo {
    font-size: 16px;
    line-height: 28px;
  }

  .plus-margin-bottom.hero.chico {
    font-size: 12px;
    line-height: 20px;
  }

  .headline-8 {
    font-size: 20px;
    line-height: 40px;
  }

  .bottom {
    flex-direction: column;
    display: flex;
  }

  .footer-nav-link {
    margin-right: 0;
  }

  .bottom-links {
    flex-direction: column;
    display: flex;
  }

  .menu-block, .menu-wrap {
    z-index: 9999;
  }

  .logo {
    height: 18px;
  }

  .left-arrow {
    left: 13%;
  }

  .right-arrow {
    right: 13%;
  }

  .awards-grid {
    grid-column-gap: 30px;
  }

  .link-wrapper, .color-wrapper {
    grid-auto-columns: auto;
    justify-items: stretch;
  }

  .list-block {
    width: 100%;
  }

  .list-wrapper {
    flex-direction: column;
  }

  .paragraph-4 {
    margin-top: 0;
  }

  .heading-8.chico {
    font-size: 14px;
    line-height: 24px;
  }

  .team10_image-wrapper {
    padding-top: 66%;
  }

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

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

  .team10_mask {
    width: 95%;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 21px;
  }

  .blog66_mask {
    width: 95%;
  }

  .image-11 {
    max-width: 80%;
  }

  .image-12 {
    max-width: 60%;
  }
}

#w-node-_05d96c05-b1af-9cef-4f02-b53b83f46696-83f46692 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_653e905a-ef2c-647d-adb3-675270d7bc02-691cf1f8, #w-node-_653e905a-ef2c-647d-adb3-675270d7bc02-25aa81ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_765daa98-d142-4e1b-345d-2015dcdcb8e0-d0eed8c3 {
    justify-self: center;
  }
}


