.logo-sympla {
  width: 152px;
  height: 48px;
  float: left;
  background-image: url('../images/logo-sympla-light.svg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.hero-content-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1136px;
  margin: 24px auto auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.bg-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffc700;
  opacity: 0;
}

.main-category-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 110%;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.23);
}

.btn {
  display: inline-block;
  margin-bottom: 16px;
  padding: 12px 48px;
  border: 1px solid #0096ff;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #0096ff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover {
  border-color: #0096ff;
  background-color: #0096ff;
  box-shadow: 0 14px 30px -10px #0096ff;
  color: #fff;
}

.btn.cta {
  position: relative;
  overflow: hidden;
  padding: 16px 40px;
  border-style: none;
  background-color: #fca700;
  box-shadow: 0 20px 50px -15px rgba(252, 167, 0, 0.55);
  color: #fff;
}

.btn.cta:hover {
  padding-right: 56px;
  padding-left: 56px;
  background-color: #ffc700;
  box-shadow: 0 20px 33px -15px rgba(252, 167, 0, 0.55), 0 0 26px 0 rgba(255, 199, 0, 0.6), 0 0 5px 0 #fca700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.cta-text {
  position: relative;
  z-index: 1;
  letter-spacing: 1.2px;
}

.nav-bar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  overflow: visible;
  padding-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: #0096ff;
  text-align: center;
}

.main-subtitle {
  position: relative;
  bottom: 0px;
  display: block;
  margin: 8px auto 40px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 135%;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.navbar-header-logo {
  display: inline-block;
  padding-right: 24px;
  padding-left: 24px;
}

.navbar-header-logo.title {
  border-left: 1px solid #fff;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Raleway, sans-serif;
  color: #0096ff;
  font-size: 62px;
  line-height: 120%;
  font-weight: 800;
  text-align: center;
}

.section-title.h3-culture {
  margin-top: 106px;
  margin-bottom: 24px;
  padding-right: 83px;
  font-size: 42px;
  line-height: 1;
  text-align: left;
}

.content-section {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.content-section.content-about {
  padding-top: 80px;
}

.content-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}

.content-wrapper.how-to-title {
  margin-top: 40px;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center;
}

.content-wrapper.content-wrapper-end {
  margin-bottom: 0px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.culture-value-nav {
  left: 0px;
  right: 0px;
  bottom: 80px;
  display: block;
  width: 200px;
  height: 56px;
  margin: auto auto 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #0097ff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.culture-value-nav:hover {
  background-color: #f6f6f6;
}

.culture-value-nav.next {
  left: 606px;
  top: auto;
  right: 0px;
  bottom: -24px;
  display: block;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  background-image: url('../images/pointer-right.svg');
  background-position: 50% 50%;
  text-align: right;
}

.culture-value-nav.previous {
  left: 208px;
  top: auto;
  right: 0px;
  bottom: -24px;
  display: block;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  background-image: url('../images/pointer-left.svg');
  background-position: 50% 50%;
}

.content-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  text-transform: uppercase;
}

.content-title.cultura {
  position: absolute;
  left: 248px;
  top: 64px;
  right: 0%;
  bottom: 35px;
  margin-right: auto;
  margin-left: auto;
}

.culture-slider {
  height: auto;
  background-color: transparent;
}

.culture-value-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.culture-value-col.illustration {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-to-text {
  position: static;
  overflow: visible;
  width: 100%;
  max-width: 550px;
  color: #333;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.culture-value-slide {
  border: 1px none #000;
}

.value-illustration {
  margin-right: 32px;
  margin-left: auto;
}

.grenhouse-embed {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.image-header {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 100, 185, 0.54)), to(rgba(22, 100, 185, 0.54))), url('../images/header-lp-candidatos.png');
  background-image: linear-gradient(180deg, rgba(22, 100, 185, 0.54), rgba(22, 100, 185, 0.54)), url('../images/header-lp-candidatos.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.btn-scroll {
  display: block;
  width: 64px;
  height: 64px;
  background-image: url('../images/pointer-down.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.loader {
  position: absolute;
  display: none;
  width: 64px;
  height: 64px;
  background-image: url('../images/loader_1loader.gif');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.scroller {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: block;
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.header-wave-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 126px;
  border-bottom: 10px solid #fff;
  background-image: url('../images/wave-shape-hero.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-title {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.navbar-header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  padding-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  text-align: center;
}

.tool-title {
  display: block;
  margin: 0px auto 24px;
  color: #0196fc;
  font-size: 24px;
  line-height: 125%;
  text-align: center;
}

.office-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.tool-content-wrapper {
  padding: 24px 24px 0px;
}

.office-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tools-text {
  padding-bottom: 8px;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
}

.office-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150%;
  max-width: 3200px;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.tool-img {
  border-radius: 12px;
}

.office-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 380px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  text-align: left;
}

.sympla-footer-spv-text {
  display: inline-block;
  margin-right: 8px;
  color: #f5f5f5;
  font-size: 11px;
  font-weight: 300;
}

.sympla-footer-list {
  margin-bottom: 24px;
}

.sympla-footer-content-row {
  margin-bottom: 40px;
}

.sympla-footer-spv-signature {
  display: block;
  width: 188px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sympla-content-divider {
  height: 1px;
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.1);
}


.privacy {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 116px;
  padding-left: 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: left;
}

.sympla-post-rate {
    width: 32px;
    height: 32px;
    margin-top: 8px;
    margin-right: 8px;
    padding: 4px 6px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 30px;
    background-color: #f5f5f5;
}

.sympla-section-title.footer-post {
    font-size: 16px;
    line-height: 24px;
}

.sympla-section-title {
    margin-top: 8px;
    margin-bottom: 16px;
    font-family: Raleway, sans-serif;
    color: #000;
    font-size: 32px;
    font-weight: 200;
}

.sympla-section-title  .link {
    color: #0096ff;
    font-weight: 700;
    text-decoration: none;
}


.sympla-content-divider.footer {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.sympla-footer-signature-link {
  border-bottom: 1px none #bdcadb;
  color: #bdcadb;
  text-decoration: none;
}

.sympla-footer-link {
  display: inline-block;
  margin-bottom: 8px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdcadb;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-decoration: none;
}

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

.sympla-footer-link.signature {
  display: block;
  margin-bottom: 40px;
  font-size: 10px;
  text-transform: uppercase;
}

.sympla-footer-link.signature._2 {
  float: left;
  border-bottom: 1px solid #bac7d7;
  line-height: 14px;
}

.sympla-footer-logo {
  width: 104px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.content-wrapper-3 {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 1136px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.content-wrapper-3.footer {
  max-width: 1576px;
}

.sympla-footer-social-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.sympla-footer-social-icon:hover {
  opacity: 1;
}

.sympla-footer-social-icon.instagram {
  background-image: url('../images/ic-social-share-instagram-light-gray.svg');
}

.sympla-footer-social-icon.facebook {
  background-image: url('../images/ic-social-share-facebook-light-gray.svg');
}

.sympla-footer-social-icon.linkedin {
  background-image: url('../images/ic-social-share-linkedin-light-gray.svg');
}

.sympla-footer-social-icon.twitter {
  background-image: url('../images/ic-social-share-twitter-light-gray.svg');
}

.sympla-footer-spv-logo {
  width: 70px;
}

.sympla-footer {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #50525f;
}

.sympla-6-col {
  width: 16.6%;
  float: left;
}

.sympla-footer-spv-heart {
  color: #ff4f4f;
}

.sympla-footer-title {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #f5f5f5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.sympla-footer-store-badge {
  display: block;
  width: 128px;
  height: 42px;
  margin-bottom: 8px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 128px;
  background-repeat: no-repeat;
}

.sympla-footer-store-badge.android {
  height: 40px;
  background-image: url('../images/google-oficial-pt-br.svg');
}

.sympla-footer-store-badge.ios {
  height: 44px;
  background-image: url('../images/apple-oficial.svg');
}

.image-carrousel {
  width: 100%;
}

.hero {
  position: relative;
  z-index: 2;
  background-color: #0096ff;
  text-align: center;
}

.hide {
  display: none;
}

@media (max-width: 991px) {
  .hero-content-wrapper {
    height: 427px;
  }
  .hero-wrapper {
    height: auto;
  }
  .main-category-title {
    margin-top: 132px;
    font-size: 7.2vw;
  }
  .main-subtitle {
    font-size: 24px;
  }
  .section-title {
    font-size: 48px;
  }
  .section-title.h3-culture {
    margin-top: 64px;
    margin-bottom: 16px;
    padding-right: 0px;
    font-size: 36px;
  }
  .content-text {
    font-size: 16px;
  }
  .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content-wrapper.how-to-title {
    margin-bottom: 80px;
    padding: 48px 48px 0px;
  }
  .content-wrapper.content-center {
    margin-bottom: 0px;
  }
  .content-wrapper.content-wrapper-end {
    margin-bottom: 0px;
  }
  .container {
    margin-bottom: 0px;
  }
  .culture-value-nav {
    bottom: 0px;
  }
  .culture-value-nav.next {
    left: 454px;
    top: 0px;
    right: 0px;
    bottom: 2px;
    display: block;
    width: 140px;
    height: 40px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .culture-value-nav.previous {
    left: 176px;
    top: 0px;
    right: 0px;
    bottom: 2px;
    width: 140px;
    height: 40px;
    margin-top: auto;
    padding-top: 8px;
  }
  .content-title {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .content-title.cultura {
    left: 223px;
    top: 35px;
  }
  .culture-value-col {
    min-height: 272px;
    padding-right: 0px;
    padding-left: 16px;
  }
  .how-to-text {
    width: 100%;
    margin-bottom: 0px;
    font-size: 13px;
  }
  .image-header {
    height: 600px;
  }
  .btn-scroll {
    position: relative;
  }
  .scroller {
    bottom: -176px;
  }
  .header-wave-block {
    height: 15vw;
    background-position: 50% 100%;
    background-size: cover;
  }
  .page-title {
    font-size: 24px;
  }
  .tool-title {
    font-size: 16px;
  }
  .office-block-wrapper {
    overflow: scroll;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tool-content-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .tools-text {
    margin-bottom: 32px;
  }
  .office-block {
    width: 215%;
    padding-right: 32px;
    padding-left: 32px;
  }
  .content-wrapper-3 {
    overflow: visible;
    padding-right: 32px;
    padding-left: 32px;
  }
  .sympla-6-col {
    width: 33.33333333%;
    padding-bottom: 32px;
  }
  .hero {
    height: 600px;
    background-image: none;
  }
}

@media (max-width: 767px) {
  .hero-content-wrapper {
    height: 228px;
  }
  .main-category-title {
    margin-top: 340px;
    margin-bottom: 40px;
    font-size: 10vw;
    line-height: 100%;
  }
  .btn.cta {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .main-subtitle {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 16px;
  }
  .section-title {
    font-size: 48px;
  }
  .section-title.h3-culture {
    text-align: center;
  }
  .content-section {
    z-index: auto;
  }
  .content-wrapper.how-to-title {
    padding-top: 40px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .content-wrapper.content-wrapper-end {
    margin-bottom: 0px;
  }
  .container {
    display: block;
    margin-bottom: 0px;
  }
  .culture-value-nav.next {
    left: 152px;
    bottom: -8%;
    height: 56px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .culture-value-nav.previous {
    left: -126px;
    bottom: -8%;
    height: 56px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .content-title {
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    font-size: 22px;
    text-align: center;
  }
  .content-title.cultura {
    left: 0%;
  }
  .culture-value-col {
    min-height: 220px;
    padding-right: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .culture-value-col.illustration {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .how-to-text {
    text-align: center;
  }
  .value-illustration {
    margin-right: auto;
    margin-left: auto;
  }
  .image-header {
    height: 600px;
  }
  .scroller {
    bottom: -359px;
  }
  .header-wave-block {
    background-size: cover;
  }
  .tool-title {
    font-size: 16px;
  }
  .tool-content-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .office-card {
    margin-bottom: 0px;
  }
  .tools-text {
    font-size: 14px;
  }
  .office-block {
    width: 255%;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero {
    height: 600px;
    min-height: 400px;
  }
}

@media (max-width: 479px) {
  .logo-sympla {
    width: 88px;
    height: 28px;
  }
  .hero-content-wrapper {
    height: 298px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .bg-btn {
    width: 100%;
  }
  .main-category-title {
    margin-top: 160px;
    font-size: 12vw;
  }
  .btn.cta {
    display: block;
    width: 100%;
    max-width: 248px;
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 12px 40px;
    font-size: 10px;
  }
  .btn.cta:hover {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-bar {
    z-index: 100;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .main-subtitle {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 130%;
  }
  .navbar-header-logo {
    padding-right: 12px;
    padding-left: 12px;
  }
  .section-title {
    margin-bottom: 24px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 32px;
    line-height: 120%;
    font-weight: 800;
  }
  .section-title.h3-culture {
    margin: 72px auto 24px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    text-align: center;
  }
  .content-section.content-about {
    padding-bottom: 40px;
  }
  .content-text {
    font-size: 13px;
  }
  .content-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .content-wrapper.how-to-title {
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .content-wrapper.content-center {
    margin-bottom: 0px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .content-wrapper.content-wrapper-end {
    margin-bottom: 0px;
  }
  .culture-value-nav.next {
    left: 92px;
    top: 0%;
    right: 0px;
    bottom: -3px;
    width: 100px;
    height: 48px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 50% 50%;
  }
  .culture-value-nav.previous {
    left: -107px;
    top: 0%;
    right: 0px;
    bottom: -3px;
    width: 100px;
    height: 48px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 50% 50%;
  }
  .content-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
  }
  .culture-value-col {
    min-height: 0px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }
  .how-to-text {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 300;
    text-align: left;
  }
  .value-illustration {
    padding-bottom: 36px;
  }
  .image-header {
    height: 500px;
  }
  .btn-scroll {
    bottom: 0px;
    width: 48px;
    height: 48px;
  }
  .loader {
    bottom: -16px;
    width: 48px;
    height: 48px;
  }
  .scroller {
    bottom: -185px;
    width: 48px;
    height: 48px;
  }
  .header-wave-block {
    height: 64px;
    background-position: 50% 101%;
    background-size: cover;
  }
  .page-title {
    font-size: 18px;
    line-height: 28px;
  }
  .navbar-header {
    z-index: 100;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .tool-title {
    min-height: 0px;
    margin-bottom: 24px;
    font-size: 16px;
  }
  .office-card {
    padding-right: 8px;
    padding-left: 8px;
  }
  .tools-text {
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
    font-weight: 300;
  }
  .office-block {
    width: 400%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .sympla-footer-link {
    line-height: 16px;
  }
  .sympla-footer-link.signature {
    line-height: 16px;
  }
  .content-wrapper-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .sympla-6-col {
    width: 50%;
    min-height: 320px;
    padding-right: 16px;
  }
  .sympla-6-col.about {
    padding-right: 0px;
  }
  .sympla-footer-title {
    line-height: 16px;
  }
  .sympla-footer-store-badge.android {
    background-size: 118px;
  }
  .sympla-footer-store-badge.ios {
    background-size: 118px;
  }
  .hero {
    overflow: visible;
    height: 480px;
    min-height: 0px;
  }
}

