h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}

strong {
  font-weight: 700;
  letter-spacing: -0.2px;
}

.body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.header {
  position: relative;
  z-index: 2;
  height: 100vh;
  min-height: 600px;
  background-color: #0096ff;
  text-align: center;
}

.w-slider-dot {
 width: 32px;
 height: 32px;
 background-color: #999;
 border: 10px solid #fff;
 -webkit-transition: all 1000ms cubic-bezier(.19, 1, .22, 1);
 transition: all 1000ms cubic-bezier(.19, 1, .22, 1);
}

.w-slider-dot:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  border: 9px solid #fff;
  background-color: #0097fa; !important
}

.w-slider-dot.w-active{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border: 4px solid #fff;
  background-color: #0097fa; !important
}

.header {
  position: relative;
  z-index: 2;
  height: 100vh;
  min-height: 600px;
  background-color: #0096ff;
  text-align: center;
}

.logo-sympla {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  background-image: url('../images/logo-sympla-nav.svg');
  background-position: 50% 50%;
  background-size: 99%;
  background-repeat: no-repeat;
}

.logo-sympla.hero {
  z-index: 3;
  display: block;
  width: 124px;
  height: 124px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  float: none;
  background-image: url('../images/logo-sympla-hero.svg');
  background-size: 99%;
}

.body {
  min-height: 100%;
  background-color: #50525f;
  font-family: 'Open Sans', sans-serif;
}

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

.content-wrapper.timeline {
  max-width: 1280px;
}

.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, .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, .55), 0 0 26px 0 rgba(255, 199, 0, .6), 0 0 5px 0 #fca700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
}

.btn.main-cta {
  margin-bottom: 0px;
  padding: 8px 32px;
  border-style: none;
  border-color: hsla(0, 0%, 100%, 0);
  background-color: #fca700;
  box-shadow: 0 10px 30px -14px #fca700;
  color: #fff;
  font-size: 12px;
}

.btn.main-cta:hover {
  background-color: #ffc700;
  box-shadow: 0 10px 30px -14px #ffc700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .33);
}

.section-title {
  margin-top: 16px;
  margin-bottom: 32px;
  color: #0096ff;
  font-size: 72px;
  line-height: 120%;
  font-weight: 100;
  text-align: center;
}

.section-title.tools {
  margin-bottom: 48px;
  padding-right: 32px;
  padding-left: 32px;
  font-size: 48px;
  font-weight: 200;
  text-align: center;
}

.section-title.cta {
  margin-bottom: 40px;
  color: #fff;
  font-size: 46px;
  font-weight: 900;
}

.section-title.highlight-section {
  margin-top: 0px;
  margin-bottom: -16px;
  padding: 16px 32px 24px;
  background-color: #0096ff;
  color: #fff;
  font-size: 66px;
  line-height: 100%;
  font-weight: 900;
  text-align: left;
  letter-spacing: -1px;
}

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

.testimonial-author {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-left: 64px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

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

.content-section.tools {
  padding-top: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.content-section.support {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #fff;
}

.content-section.highlights {
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.main-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding: 8px 16px;
  float: right;
  border-bottom: 1px none hsla(0, 0%, 4%, .15);
  border-left: 1px none rgba(0, 0, 0, .15);
  border-bottom-left-radius: 30px;
  background-color: #fff;
  box-shadow: 5px 5px 37px 5px rgba(0, 0, 0, .12);
}

.main-cta-wrapper {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 14px;
  float: right;
}

.divider {
  position: relative;
  display: block;
  width: 1px;
  height: 64px;
  margin-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  background-color: rgba(0, 0, 0, .15);
}

.hero-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
}

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

.hero-content-wrapper {
  position: absolute;
  left: 0px;
  top: -48px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 327px;
  max-width: 948px;
  margin: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.main-category-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  color: #fff;
  font-size: 6.8vw;
  line-height: 110%;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .23);
}

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

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

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

.fixed-logo-sympla {
  position: relative;
  display: block;
  width: 44px;
  height: 64px;
  margin-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  background-image: url('../../../images/logo-simbol-color.svg');
  background-position: 50% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
}

.header-page-id {
  display: inline-block;
  padding-right: 24px;
  padding-left: 24px;
}

.header-page-id.title {
  border-left: 1px solid #fff;
}

.tool-title {
  display: block;
  margin: 0px auto 16px;
  font-size: 18px;
  line-height: 125%;
}

.tool-wrapper {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 272px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tool-wrapper.medium {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 380px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
  border-radius: 16px;
  text-align: left;
}

.case-img-block {
  display: block;
  overflow: hidden;
  border-radius: 100%;
  background-color: #000;
}

.case-img-wrapper {
  position: relative;
  display: inline-block;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
  border-radius: 100%;
}

.cta-content-wrapper {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  text-align: center;
}

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

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

.hero-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.hero-bg.video {
  z-index: 0;
  display: block;
  opacity: 0.5;
}

.hero-bg.video-overlay {
  display: block;
  background-image: url('../images/bg-pattern.png');
  background-position: 0px 0px;
  background-attachment: fixed;
  opacity: 0.6;
}

.btn-scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0.3vw;
  z-index: 5;
  display: block;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-image: url('../images/pointer-down.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.loader {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0.6vw;
  z-index: 5;
  display: none;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-image: url('../images/loader_1loader.gif');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

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

.hero-bg-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.footer-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 120px;
  background-color: #0096ff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.clients-slider-nav {
  width: 280px;
}

.case-img {
  width: 240px;
  height: 240px;
}

.clients-slide {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

.support-section-column {
  width: 50%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, .15);
}

.support-section-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.quote-text {
  display: inline-block;
  max-width: 710px;
  margin-bottom: 0px;
  padding: 16px 56px 24px 64px;
  background-image: url('../images/icon-quote-01.svg'), url('../images/icon-quote-02.svg');
  background-position: 101% 100%, -2px -10px;
  background-size: 56px, 56px;
  background-repeat: no-repeat, no-repeat;
  color: rgba(0, 0, 0, .5);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.quote-text.highlight {
  color: rgba(0, 0, 0, .4);
  font-size: 22px;
  line-height: 140%;
}

.testimonial-slider {
  overflow: hidden;
  height: auto;
  padding-top: 80px;
  padding-bottom: 96px;
  background-color: transparent;
}

.support-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 298px;
  max-width: 640px;
  padding-right: 56px;
  padding-left: 56px;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.slider-mask-2 {
  position: relative;
  display: block;
  overflow: visible;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.slider-mask-2.clients {
  max-width: 280px;
}

.highlight-block {
  width: 100%;
  max-width: 538px;
}

.image {
  position: relative;
  left: 0px;
  right: 0px;
  display: block;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding: 24px;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 41px 47px -20px rgba(0, 0, 0, .2);
}

.highlight-paragraph {
  width: 83%;
  padding: 12px 32px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.diamond-face {
  position: absolute;
  width: 100%;
  height: 400px;
  background-image: url('../images/diamond-bottom.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.diamond-face.top {
  height: 424px;
  background-image: url('../images/diamond-top.svg');
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 212px) translate3d(0px, 0px, -32px);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 212px) translate3d(0px, 0px, -32px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.bottom {
  height: 550px;
  background-image: url('../images/diamond-bottom_1.svg');
  -webkit-transform: translate(0px, 200px) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 200px) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.bottom._1 {
  -webkit-transform: translate(0px, 200px) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 200px) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.bottom._2 {
  -webkit-transform: translate(0px, 200px) rotateX(0deg) rotateY(45deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 200px) rotateX(0deg) rotateY(45deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.bottom._3 {
  -webkit-transform: translate(0px, 200px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 200px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.bottom._4 {
  -webkit-transform: translate(0px, 200px) rotateX(0deg) rotateY(135deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 200px) rotateX(0deg) rotateY(135deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.bottom._5 {
  -webkit-transform: translate(0px, 200px) rotateX(0deg) rotateY(180deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 200px) rotateX(0deg) rotateY(180deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.bottom._6 {
  -webkit-transform: translate(0px, 200px) rotateX(0deg) rotateY(225deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 200px) rotateX(0deg) rotateY(225deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.bottom._7 {
  -webkit-transform: translate(0px, 200px) rotateX(0deg) rotateY(270deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 200px) rotateX(0deg) rotateY(270deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.bottom._8 {
  -webkit-transform: translate(0px, 200px) rotateX(0deg) rotateY(315deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 200px) rotateX(0deg) rotateY(315deg) rotateZ(0deg) translate3d(0px, 0px, -354px) rotateX(40deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.mid {
  height: 224px;
  background-image: url('../images/diamond-middle.svg');
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.diamond-face.mid._1 {
  -webkit-transform: rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  transform: rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.mid._2 {
  -webkit-transform: translate(0px, 0px) rotateX(0deg) rotateY(-45deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  transform: translate(0px, 0px) rotateX(0deg) rotateY(-45deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.mid._3 {
  -webkit-transform: translate(0px, 0px) rotateX(0deg) rotateY(-90deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  transform: translate(0px, 0px) rotateX(0deg) rotateY(-90deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.mid._4 {
  -webkit-transform: translate(0px, 0px) rotateX(0deg) rotateY(-135deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  transform: translate(0px, 0px) rotateX(0deg) rotateY(-135deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.mid._5 {
  -webkit-transform: translate(0px, 0px) rotateX(0deg) rotateY(-180deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  transform: translate(0px, 0px) rotateX(0deg) rotateY(-180deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.mid._6 {
  -webkit-transform: translate(0px, 0px) rotateX(0deg) rotateY(-225deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  transform: translate(0px, 0px) rotateX(0deg) rotateY(-225deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.mid._7 {
  -webkit-transform: translate(0px, 0px) rotateX(0deg) rotateY(-270deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  transform: translate(0px, 0px) rotateX(0deg) rotateY(-270deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-face.mid._8 {
  -webkit-transform: translate(0px, 0px) rotateX(0deg) rotateY(-315deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  transform: translate(0px, 0px) rotateX(0deg) rotateY(-315deg) rotateZ(0deg) rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 158px, -140px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 500px;
  max-width: 800px;
  margin: auto;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: rotateX(-29deg) rotateY(0deg) rotateZ(13deg);
  transform: rotateX(-29deg) rotateY(0deg) rotateZ(13deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.diamond-wrapper {
  position: relative;
  height: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.hero-bg-circles {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-circle-fixed.svg');
  background-position: 50% 50%;
  background-size: auto 135%;
  background-repeat: no-repeat;
}

.hero-bg-turner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-circle-tuner.svg');
  background-position: 50% 50%;
  background-size: auto 135%;
  background-repeat: no-repeat;
}

.highlight-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.highlight-background.especialist {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/imagem-especialista-em-eventos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/imagem-especialista-em-eventos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.highlight-background.custom {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/imagem-solucoes-personalizadas.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/imagem-solucoes-personalizadas.jpg');
}

.feature-block {
  position: relative;
  overflow: hidden;
  width: 150%;
  height: 440px;
  max-width: 2800px;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.tool-card {
  width: 20%;
  height: 100%;
  margin-bottom: 54px;
  padding-right: 16px;
  padding-left: 16px;
  float: left;
}

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

.feature-block-wrapper {
  overflow: hidden;
  width: 100%;
}

.slider-2 {
  height: 80vh;
  padding-bottom: 16px;
  background-color: transparent;
}

.slide {
  padding-top: 64px;
  padding-bottom: 96px;
}

html.w-mod-js *[data-ix="main-nav"] {
  display: none;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  .header {
    height: 80vh;
    background-image: none;
  }
  .section-title {
    font-size: 56px;
  }
  .section-title.tools {
    font-size: 40px;
  }
  .section-title.cta {
    font-size: 32px;
  }
  .section-title.highlight-section {
    text-align: center;
  }
  .tools-text {
    margin-bottom: 32px;
  }
  .content-section.support {
    padding-top: 40px;
  }
  .content-section.highlights {
    height: auto;
    padding-top: 0px;
    padding-bottom: 16px;
    background-color: #f0f0f0;
  }
  .main-subtitle {
    font-size: 24px;
  }
  .hero-content-wrapper {
    height: 285px;
  }
  .main-category-title {
    font-size: 6.8vw;
  }
  .hero-bg {
    background-attachment: scroll;
  }
  .header-wave-block {
    height: 15vw;
    background-size: 200%;
  }
  .hero-bg-wrapper {
    background-attachment: scroll;
  }
  .case-img {
    width: 200px;
    height: 200px;
  }
  .clients-slide {
    padding-top: 0px;
  }
  .support-section-column {
    width: 100%;
    float: none;
  }
  .support-section-row {
    display: block;
  }
  .quote-text {
    padding-right: 48px;
    padding-left: 56px;
  }
  .testimonial-slider {
    padding-bottom: 24px;
  }
  .support-container {
    display: block;
    height: auto;
    max-width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    float: none;
  }
  .slider-mask-2 {
    width: 80%;
  }
  .slider-mask-2.clients {
    width: 100%;
  }
  .highlight-block {
    position: relative;
    max-width: 100%;
    text-align: center;
  }
  .highlight-paragraph {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .diamond {
    top: -240px;
  }
  .highlight-background {
    position: relative;
    height: 420px;
    margin-bottom: 32px;
  }
  .feature-block {
    width: 215%;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
  }
  .tool-content-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .feature-block-wrapper {
    overflow: scroll;
  }
}

@media (max-width: 767px) {
  .header {
    height: 100vh;
    min-height: 400px;
  }
  .logo-sympla.hero {
    width: 88px;
    height: 88px;
  }
  .content-wrapper.timeline {
    padding-right: 24px;
    padding-left: 24px;
  }
  .btn.cta {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .section-title {
    font-size: 50px;
  }
  .section-title.tools {
    font-size: 32px;
  }
  .section-title.cta {
    font-size: 36px;
  }
  .section-title.highlight-section {
    font-size: 48px;
  }
  .tools-text {
    font-size: 14px;
  }
  .testimonial-author {
    padding-left: 0px;
    text-align: center;
  }
  .main-subtitle {
    font-size: 16px;
  }
  .hero-content-wrapper {
    height: 228px;
  }
  .main-category-title {
    font-size: 6.8vw;
  }
  .tool-title {
    font-size: 16px;
  }
  .clients-slide {
    padding-right: 16px;
    padding-left: 16px;
  }
  .quote-text {
    background-position: 100% 105%, -2px -10px;
    text-align: center;
  }
  .slider-mask-2 {
    width: 60%;
  }
  .highlight-paragraph {
    width: 80%;
  }
  .feature-block {
    width: 255%;
    height: auto;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tool-card {
    margin-bottom: 0px;
  }
  .tool-content-wrapper {
    padding-right: 16px;
  }
}

@media (max-width: 479px) {
  .lp-header {
    z-index: 100;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .fixed-logo-sympla {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 8px;
    margin-left: 8px;
    background-size: 48px;
  }
  .header {
    overflow: visible;
    height: 100vh;
    max-height: 480px;
    min-height: 0px;
  }
  .logo-sympla {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 8px;
    margin-left: 8px;
    background-size: 48px;
  }
  .logo-sympla.hero {
    width: 96px;
    height: 96px;
    background-size: 96px;
  }
  .content-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .content-wrapper.timeline {
    padding-right: 16px;
    padding-left: 16px;
  }
  .btn.cta {
    display: block;
    width: 100%;
    max-width: 248px;
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 10px;
  }
  .btn.cta:hover {
    padding-right: 16px;
    padding-left: 16px;
  }
  .btn.main-cta {
    padding: 4px 24px;
    font-size: 10px;
    letter-spacing: 0.6px;
  }
  .section-title {
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
    font-weight: 200;
  }
  .section-title.tools {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    font-weight: 300;
  }
  .section-title.cta {
    font-size: 23px;
    letter-spacing: 0px;
  }
  .section-title.highlight-section {
    margin-bottom: 0px;
    padding: 16px 0px;
    background-color: transparent;
    color: #0096ff;
    font-size: 24px;
    text-align: left;
    letter-spacing: 0px;
  }
  .tools-text {
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
  }
  .content-section {
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .content-section.tools {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-section.support {
    padding-top: 40px;
  }
  .content-section.highlights {
    padding-bottom: 32px;
  }
  .main-nav {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    border-bottom-left-radius: 0px;
    text-align: left;
  }
  .main-cta-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .divider {
    display: none;
    height: 40px;
    float: none;
  }
  .main-subtitle {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 130%;
  }
  .hero-content-wrapper {
    height: 214px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .main-category-title {
    font-size: 8vw;
  }
  .tool-title {
    min-height: 0px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .tool-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .tool-wrapper.medium {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 12px;
  }
  .bg-btn {
    width: 100%;
  }
  .btn-scroll {
    bottom: -16px;
    width: 48px;
    height: 48px;
  }
  .loader {
    bottom: -16px;
    width: 48px;
    height: 48px;
  }
  .header-wave-block {
    height: 64px;
    margin-bottom: -1px;
    background-position: 50% 101%;
  }
  .hero-bg-wrapper {
    overflow: hidden;
  }
  .clients-slider-nav {
    width: 50px;
  }
  .case-img {
    width: 150px;
    height: 150px;
  }
  .clients-slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .support-section-column {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .support-section-column.clients {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .support-section-row {
    border-top-style: none;
  }
  .quote-text {
    padding-right: 48px;
    padding-left: 48px;
    background-size: 54px, 54px;
    font-size: 14px;
  }
  .quote-text.highlight {
    padding-right: 42px;
    font-size: 15px;
  }
  .testimonial-slider {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .support-container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .slider-mask-2 {
    overflow: hidden;
    width: 80%;
  }
  .slider-mask-2.clients {
    overflow: visible;
    width: 56%;
    max-width: 226px;
  }
  .image {
    width: 120px;
    height: 120px;
    padding: 16px;
  }
  .highlight-paragraph {
    width: 100%;
    padding: 0px;
    background-color: transparent;
    font-size: 14px;
    text-align: left;
  }
  .diamond {
    top: 0px;
  }
  .diamond-wrapper {
    height: 100%;
    -webkit-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
  }
  .highlight-background {
    height: 310px;
  }
  .highlight-background.especialist {
    height: 240px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/bg-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-3.jpg');
    background-position: 0px 0px, 100% 100%;
  }
  .highlight-background.custom {
    height: 240px;
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/imagem-solucoes-personalizadas.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/imagem-solucoes-personalizadas.jpg');
    background-position: 0px 0px, 100% 50%;
  }
  .feature-block {
    width: 400%;
    height: 378px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .tool-card {
    padding-right: 8px;
    padding-left: 8px;
  }
  .slider-2 {
    height: auto;
  }
  .slide {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
