@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
  background: #fff;
}

fieldset {
  border: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

picture {
  display: block;
}

img {
  width: 100%;
}

html {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Raleway", sans-serif;
  font-size: 10px;
}

body {
  font-size: 1.6rem;
}

h1 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 736px) {
  h1 {
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media screen and (min-width: 736px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2.4rem;
}
@media screen and (min-width: 736px) {
  h3 {
    font-size: 2.6rem;
  }
}

h4 {
  font-size: 1.9rem;
}
@media screen and (min-width: 736px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 1.8rem;
}
@media screen and (min-width: 736px) {
  h5 {
    font-size: 1.9rem;
  }
}

p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.7rem;
  line-height: 1.6;
}

.bold {
  font-weight: 700;
}

.t-heading {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #067AEF;
}

.t-subheading {
  margin-top: 32px;
  margin-bottom: 5px;
  color: rgb(5.3755102041, 109.3020408163, 214.1244897959);
  font-size: 1.8rem;
}

.t-heading--mb {
  margin-right: initial;
  margin-left: initial;
  margin-bottom: 20px;
}

.t-heading--mtb {
  margin-right: initial;
  margin-left: initial;
  margin-top: 25px;
  margin-bottom: 20px;
}

.subheader {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

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

.header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 10;
  transition: all 200ms ease;
}
@media screen and (min-width: 980px) {
  .header {
    height: 120px;
  }
}

.header--menu-opened {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh !important;
  background-color: #1a1d21;
  background-image: url("https://nyc3.digitaloceanspaces.com/tuhl/tuhl/static/img/tuhl-symbol-2.svg");
  background-position: top;
  background-size: cover;
}
.header--menu-opened .nav {
  display: initial;
}

.header--is-solid {
  position: relative;
  height: 100px;
  background-color: #1a1d21;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 980px) {
  .header--is-solid {
    height: 120px;
  }
}

.header--no-options {
  display: none !important;
}

.header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .header-wrapper {
    justify-content: space-between;
  }
}

.header-wrapper--landing-comunicacao {
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .header-wrapper--landing-comunicacao {
    justify-content: space-between;
  }
}

.logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .logo {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
  }
}

.logo__svg {
  width: 140px;
  height: 39px;
  transform: translateX(-4px);
}
@media screen and (min-width: 980px) {
  .logo__svg {
    transform: initial;
  }
}
.logo__svg > * {
  fill: #067AEF;
}

.logo-footer {
  position: relative;
  transform: none;
}

.menu-icon-open {
  position: absolute;
  top: 44px;
  right: 32px;
  width: 22px;
  height: 14px;
  cursor: pointer;
  z-index: 9;
}
@media screen and (min-width: 980px) {
  .menu-icon-open {
    display: none;
  }
}
.menu-icon-open span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  transition: all 300ms, background 0s;
  background: rgba(255, 255, 255, 0.7);
}
.menu-icon-open span:nth-child(2) {
  top: 6px;
}
.menu-icon-open span:last-child {
  top: 12px;
}

.menu-icon-close span:first-child, .menu-icon-close span:last-child {
  top: 8px;
}
.menu-icon-close span:first-child {
  transform: rotate(45deg);
}
.menu-icon-close span:last-child {
  transform: rotate(-45deg);
}
.menu-icon-close span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.nav {
  display: none;
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 980px) {
  .nav {
    display: initial;
    position: initial;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
  }
}

.nav--visible {
  display: block;
}

.nav__item {
  position: relative;
  display: block;
}
.nav__item:not(:last-child) .nav__link:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 25px;
  height: 1px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.05);
  background-color: #3f3f3f;
  transform: translateX(-50%);
}
@media screen and (min-width: 980px) {
  .nav__item:not(:last-child) .nav__link:after {
    content: none;
  }
}
@media screen and (min-width: 980px) {
  .nav__item {
    display: inline-block;
  }
}

.nav__item--has-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
}

.nav__link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  display: block;
  padding: 35px 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .nav__link {
    padding: 18px 17px;
    margin-left: 10px;
    font-size: 1.8rem;
    text-align: initial;
  }
}

.nav__link--is-active {
  color: rgb(21.3653061224, 134.7612244898, 249.1346938776);
  font-size: 2rem;
  font-weight: 600;
  animation: linkScale 150ms linear;
}
@media screen and (min-width: 980px) {
  .nav__link--is-active {
    border-bottom: 2px solid #067AEF;
  }
}

.nav__link--flag {
  padding: 18px 10px;
  margin-left: 0px;
}

.nav__flag {
  width: 24px;
  height: 14px;
  transform: translateY(1px);
}

@keyframes linkScale {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.logo-animation {
  animation: logoAnimation 700ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

@keyframes logoAnimation {
  0% {
    transform: translateX(-18px);
  }
  100% {
    transform: translateX(0);
  }
}
.logo-floating {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 500px;
  max-height: 700px;
  z-index: 1;
}
.logo-floating img {
  object-fit: cover;
}

.nav-dropdown {
  position: absolute;
  top: 58px;
  left: 20px;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.nav-dropdown--visible {
  opacity: 1;
  visibility: visible;
}

.nav-dropdown__link {
  display: block;
  padding: 13px 15px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.nav-dropdown__link:hover {
  color: #4c9e4f;
}

.chat {
  position: fixed;
  right: 10px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
  z-index: 3;
}

.chat__icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  margin-top: 14px;
  fill: #fff;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #1A1D21;
  background-image: url("https://nyc3.digitaloceanspaces.com/tuhl/tuhl/static/img/tuhl-symbol-2.svg");
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 736px) {
  .hero {
    padding-top: 130px;
    padding-bottom: 20px;
    text-align: initial;
  }
}

.hero-content {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 90%;
  max-width: 700px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .hero-content {
    top: 50%;
    left: initial;
    transform: translateY(-50%);
    max-width: 900px;
  }
}

.hero-picture--menu {
  z-index: 2;
}

.hero-blue {
  background-color: #3269a8;
}

.hero__picture {
  display: none;
  flex: 0 0 80%;
  margin: auto;
  margin-top: 40px;
}
@media screen and (min-width: 736px) {
  .hero__picture {
    display: block;
    flex: 0 0 44%;
  }
}

.hero__img {
  width: 100%;
}

.hero__title {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 2;
}
@media screen and (min-width: 736px) {
  .hero__title {
    margin-bottom: 20px;
    color: #067AEF;
    line-height: 1.4;
    text-shadow: 0 1px 3px rgba(0, 191, 230, 0.1);
  }
}
@media screen and (min-width: 1600px) {
  .hero__title {
    font-size: 4.6rem;
    line-height: 1.5;
  }
}

.hero__title-ecommerce {
  margin: auto;
}

.hero__text {
  display: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (min-width: 736px) {
  .hero__text {
    display: block;
    font-size: 2.2rem;
    line-height: 2.1;
  }
}

.hero__description {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.7rem;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 736px) {
  .hero__description {
    width: 70%;
    margin: auto;
    margin-top: 6px;
    font-size: 1.8rem;
  }
}

.button {
  display: inline-block;
  padding: 10px 36px;
  border: none;
  background: transparent;
  border: 2px solid rgb(5.3755102041, 109.3020408163, 214.1244897959);
  color: rgb(5.3755102041, 109.3020408163, 214.1244897959);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 191, 230, 0.2);
  transition: all 80ms cubic-bezier(0.65, 0.05, 0.36, 1);
  cursor: pointer;
  outline: none;
  user-select: none;
}
@media screen and (min-width: 1200px) {
  .button {
    padding: 10px 36px;
  }
}
.button:hover, .button:focus {
  box-shadow: 0 2px 4px rgba(0, 191, 230, 0.3);
  transform: scale(1.04);
}
.button:active {
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.button--solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: rgb(5.3755102041, 109.3020408163, 214.1244897959);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.button--solid:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
}

.button--hero {
  padding: 14px 25px;
  border: 2px solid #067AEF;
  font-size: 1.8rem;
}
@media screen and (min-width: 1200px) {
  .button--hero {
    padding: 16px 40px;
  }
}

.button--fill {
  width: 100%;
}

.button--taller {
  padding: 16px 36px;
}

.button--smaller {
  max-width: 210px;
  line-height: 40px;
  font-size: 1.6rem;
}

.button--no-margins {
  margin: 0;
}

.button-wrapper {
  margin-top: 40px;
  text-align: center;
}

.services {
  max-width: 800px;
  margin: auto;
  margin-top: 50px !important;
}

.service {
  display: flex;
  min-height: 390px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transform: scale(0.9);
  opacity: 0.6;
  cursor: pointer;
  transition: all 150ms ease;
}
@media screen and (min-width: 980px) {
  .service {
    padding: 25px 20px;
    min-height: initial;
  }
}

.service--no-padding {
  padding-top: 0;
}

@media screen and (min-width: 980px) {
  .service__picture {
    float: left;
    margin-right: 25px;
  }
}

.service__img {
  width: 160px;
  height: 160px;
  margin: auto;
}
@media screen and (min-width: 980px) {
  .service__img {
    width: 160px;
    height: 160px;
    margin: initial;
  }
}

.service__title {
  margin-bottom: 10px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .service__title {
    font-size: 2.2rem;
    text-align: left;
  }
}

.service__text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 736px) {
  .service__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.jobs {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .jobs {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.job {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .job {
    padding: 15px 22px;
  }
}

.job__title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .job__title {
    font-size: 1.6rem;
  }
}

.job__icon {
  margin-left: 8px;
  stroke: #067AEF;
}

.tech__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  max-width: 700px;
  margin: auto;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .tech__title {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

.tech {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.tech-item {
  width: 25%;
  height: 100px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .tech-item {
    width: initial;
    height: initial;
    margin: 0 25px;
  }
}

.tech-item__img {
  width: 38px;
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .tech-item__img {
    width: 45px;
  }
}

.tech-item__label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.job-description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .job-description-wrapper {
    flex-direction: row;
  }
}

.job-description-content {
  flex: 0 0 60%;
  order: 2;
}
@media screen and (min-width: 1200px) {
  .job-description-content {
    order: 1;
  }
}

.card-floating {
  padding: 25px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  order: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1200px) {
  .card-floating {
    flex: 0 0 370px;
    position: sticky;
    top: 50px;
    margin-bottom: initial;
    order: 2;
  }
}

.card-floating__title {
  margin-bottom: 15px;
}

.card-floating-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card-floating-row--last-child {
  border-bottom: none;
}

.card-floating__icon {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  stroke: #067AEF;
}

.card-floating__text {
  font-size: 1.7rem;
}

.card-floating__heading {
  display: block;
  margin-bottom: 10px;
  color: rgb(5.3755102041, 109.3020408163, 214.1244897959);
  font-size: 1.6rem;
  font-weight: 600;
}

.card-floating__button {
  width: 100%;
  margin-top: 10px;
  box-shadow: none;
}

.recent-case {
  position: relative;
  padding-top: 25px;
  padding-bottom: 50px;
  text-align: center;
  overflow: hidden;
}
.recent-case:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 600px;
  height: 1px;
  margin: auto;
  margin-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .recent-case {
    height: 650px;
    padding-bottom: 80px;
    text-align: initial;
  }
}

.partners {
  background-color: #067AEF;
  background-color: #1A1D21;
}

.grid-clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .grid-clients {
    margin-top: 60px;
  }
}

.client {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 736px) {
  .client {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.client__img {
  width: 200px;
  height: 60px;
  margin: auto;
  object-fit: contain;
  transition: all 100ms linear;
  transform: scale(1);
  opacity: 0.6;
}
@media screen and (min-width: 736px) {
  .client__img {
    width: 280px;
    height: 74px;
  }
}

.jobs-section {
  background-color: #1a1d21;
  padding-bottom: 70px;
}
@media screen and (min-width: 1200px) {
  .jobs-section {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 980px) {
  .partners {
    padding-bottom: 140px;
  }
}

.partners--smaller {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .partners--smaller {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.partners__title {
  color: #fff;
  color: #067AEF;
  text-align: center;
}

.contact-page {
  padding-top: 165px;
}

@media screen and (min-width: 980px) {
  .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contact-form {
  margin: auto;
  width: 100%;
  padding: 40px 25px;
  padding-bottom: 50px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 980px) {
  .contact-form {
    max-width: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .contact-form {
    padding: 50px 80px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

.contact-form--mt {
  margin-top: 50px;
}

@media screen and (min-width: 980px) {
  .contact-form--negative {
    margin-top: -70px;
  }
}

.contact-form__title {
  margin-bottom: 20px;
  text-align: center;
}

.contact-form__link {
  color: rgba(0, 0, 0, 0.7);
}

.contact-form__text {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}

.success {
  height: calc(100vh - 120px - 265px);
}

.success-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: auto;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-size: 1.4rem;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-size: 1.4rem;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-size: 1.4rem;
}

.form {
  flex: 0 0 100%;
  max-width: 620px;
  margin: auto;
}
@media screen and (min-width: 736px) {
  .form {
    flex: 0 0 50%;
  }
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-wrapper > * {
  flex: 0 0 100%;
}
@media screen and (min-width: 736px) {
  .form-wrapper > * {
    flex: 0 0 48%;
  }
}

.form-textarea {
  height: 200px;
  min-height: 100px;
  padding-top: 16px;
  transition: none;
  resize: vertical;
}

.form-field {
  position: relative;
  transition: all 120ms ease-in-out;
  margin-bottom: 20px;
}

.form-field--modal {
  width: 100%;
}

input,
select,
textarea,
.form-input {
  display: block;
  width: 100%;
  height: 53px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  outline: none;
  transition: all 120ms ease-in-out;
  -webkit-appearance: none;
}
input:focus,
select:focus,
textarea:focus,
.form-input:focus {
  border: 2px solid rgb(21.3653061224, 134.7612244898, 249.1346938776);
}

select {
  background-color: #fff;
  font-size: 1.5rem;
}

textarea {
  height: 120px;
  padding-top: 16px;
  resize: none;
}

.form-input-attachment {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 1.4rem;
  cursor: pointer;
  overflow: hidden;
}

.form-input-attachment-select {
  flex-shrink: 0;
}

.form-input-attachment-filenames {
  font-size: 1.2rem;
  margin-left: 8px;
}
.form-input-attachment-filenames:before {
  content: "(";
}
.form-input-attachment-filenames:after {
  content: ")";
}

button {
  font-family: "Raleway", sans-serif;
}

.form-label {
  display: block;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.2px;
  transform: translate(3px, 5px);
  transition: all 120ms ease-in-out;
}
.form-label i {
  display: inline-block;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.55);
  transform: translateY(-1px);
}

.form-field--active {
  transform: scale(1.03);
}
.form-field--active .form-label {
  color: #067AEF;
  transform: translate(8px, 5px);
}
.form-field--active .form-input-attachment {
  border: 2px solid rgb(21.3653061224, 134.7612244898, 249.1346938776);
}

.form-error-message {
  display: none;
  margin-top: 8px;
  margin-left: 5px;
  color: #ef5350;
  font-size: 1.3rem;
}

.form-actions {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.form-divisor {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}

.form-field__svg {
  position: absolute;
  right: 10px;
  top: 52px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.12);
}

.form-attachments {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 35px;
}

.form-attachment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  outline: none;
  transition: all 120ms ease-in-out;
}

.form-attachment__icon {
  width: 24px;
  height: 24px;
}

.form-attachment__previewimage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  left: 0;
  height: inherit;
  object-fit: cover;
}

.form-attachment__clear {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: red;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}

.form-attachment__clearicon {
  width: 20px;
  height: 20px;
  color: white;
}

.form-attachment__previewname {
  padding: 0 10px;
  font-size: 13px;
  text-align: center;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  display: block;
  padding-left: 32px;
  margin-top: 20px;
  user-select: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}

[type=checkbox]:not(:checked) + label:last-child,
[type=checkbox]:checked + label:last-child {
  padding-bottom: 0;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid rgb(85.858974359, 173.641025641, 89.0705128205);
  border-radius: 50%;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 200ms ease;
  background-color: rgba(0, 0, 0, 0.55);
}

[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 200ms ease;
  background-color: rgb(85.858974359, 173.641025641, 89.0705128205);
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(0, 0, 0, 0.4);
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* Base for label styling */
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
}

[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 32px;
  margin-top: 15px;
  user-select: none;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}

[type=radio]:focus + label {
  border: 1px dotted rgba(0, 0, 0, 0.3);
}

/* radio aspect */
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.35);
  border-radius: 50%;
}

[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid rgb(85.858974359, 173.641025641, 89.0705128205);
  border-radius: 50%;
}

/* checked mark aspect */
[type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 200ms ease;
  background-color: rgba(0, 0, 0, 0.55);
}

[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 200ms ease;
  background-color: rgb(85.858974359, 173.641025641, 89.0705128205);
}

/* checked mark aspect changes */
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled radio */
[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(0, 0, 0, 0.4);
}

[type=radio]:disabled:checked + label:after {
  color: #999;
}

[type=radio]:disabled + label {
  color: #aaa;
}

.section-cases-top {
  padding-top: 40px;
}

.case {
  padding-bottom: 40px;
  text-align: center;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .case {
    display: flex;
    padding-bottom: 0;
    margin-top: 60px;
    height: 500px;
    text-align: left;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
  }
}

@media screen and (min-width: 1200px) {
  .case--reverse {
    flex-direction: row-reverse;
  }
}

.case-first {
  padding-top: 120px;
}
@media screen and (min-width: 736px) {
  .case-first {
    padding-top: 200px;
  }
}

.case-content {
  flex: 0 0 48%;
  margin: auto;
  margin-top: 30px;
}
@media screen and (min-width: 736px) {
  .case-content {
    margin: initial;
    margin-top: 20px;
  }
}

.case__picture {
  flex: 1;
}

.case__img {
  display: block;
  width: 90%;
  margin: auto;
  object-fit: contain;
  object-position: top;
  border-radius: 10px;
}
@media screen and (min-width: 980px) {
  .case__img {
    max-width: 650px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .case__img {
    max-width: 700px;
  }
}

@media screen and (min-width: 1600px) {
  .case__img--800 {
    height: 800px;
  }
}

.case__img--bigger {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .case__img--bigger {
    max-width: 800px;
  }
}
@media screen and (min-width: 980px) {
  .case__img--bigger {
    max-width: 900px;
  }
}

.case__header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 736px) {
  .case__header {
    width: 80%;
    margin-bottom: 40px;
    line-height: 1.2;
  }
}

.case-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .case-categories {
    justify-content: flex-start;
  }
}

.case-categories-inside {
  margin-bottom: 50px;
}

.case-category {
  min-width: 70px;
  margin-right: 8px;
  margin-left: 8px;
}
@media screen and (min-width: 1200px) {
  .case-category {
    min-width: 60px;
    margin-right: 30px;
    margin-left: 0;
  }
}

.case-category__img {
  width: 30px;
  height: 30px;
  display: block;
  margin: auto;
  margin-bottom: 5px;
  object-fit: contain;
  opacity: 0.3;
}

.case-category__label {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.55);
  font-size: 1.3rem;
}

.case-category--bigger .case-category__img {
  width: 34px;
  height: 34px;
  margin-bottom: 7px;
}
.case-category--bigger .case-category__label {
  font-size: 1.4rem;
}

.case__category:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  margin-left: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

.case__category-inside:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  margin-left: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-2px);
}

.case__title {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .case__title {
    font-size: 3.2rem;
  }
}

.case__title-inside {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .case__title-inside {
    font-weight: 700;
    color: #000;
    text-shadow: none;
    text-align: left;
  }
}

.case__text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin-top: 15px;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .case__text {
    max-width: 600px;
    font-size: 1.7rem;
    line-height: 1.9;
  }
}

.case__btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  padding: 8px 25px;
  padding-bottom: 9px;
  margin-right: 15px;
  background: #4c9e4f;
  color: #fff;
  font-size: 1.5rem;
}

.case__inline-btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
}
.case__inline-btn:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(3px);
}

.case-inside {
  height: 600px;
  padding-top: 140px;
  overflow: visible;
}
@media screen and (min-width: 736px) {
  .case-inside {
    height: 800px;
  }
}

.case-inside-article {
  padding-top: 60px;
  padding-bottom: 40px;
}

.case-inside__img {
  width: 80%;
  max-height: 600px;
  margin-top: 25px;
  object-fit: cover;
  object-position: top;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.24);
}
@media screen and (min-width: 736px) {
  .case-inside__img {
    max-width: 700px;
    max-height: 800px;
  }
}

.testimonial {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.testimonial__text {
  color: rgba(0, 0, 0, 0.55);
  font-size: 1.7rem;
  line-height: 1.9;
  font-style: italic;
}
@media screen and (min-width: 1200px) {
  .testimonial__text {
    font-size: 1.8rem;
    line-height: 2.1;
  }
}

.testimonial-avatar {
  display: flex;
}

.testimonial__picture {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 100px;
  object-fit: cover;
  object-position: center;
}

.testimonial-avatar {
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.testimonial__clientname {
  color: rgba(0, 0, 0, 0.55);
}

.testimonial__clientrole {
  color: rgba(0, 0, 0, 0.55);
  font-size: 1.4rem;
  font-style: italic;
}

.container-feature {
  display: flex;
  justify-content: space-between;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  grid-gap: 50px;
  padding: 50px;
  overflow: hidden;
  max-width: max-content;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.fature-secondary {
  max-width: 500px;
}

.feature-descriptions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.feature-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 150px;
  min-width: 200px;
  text-align: center;
  padding: 20px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 250ms ease;
  z-index: 1;
  border: 1px solid #e7e7e7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.feature-description:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}

.feature-description__svg {
  margin-bottom: 15px;
  color: #067AEF;
}

.feature-contain-picture {
  height: 500px;
  object-fit: contain;
}

.feature-picture {
  max-width: 780px;
  object-fit: contain;
}

.feature-picture--hidden {
  display: none;
}

.feature__img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.feature__title {
  font-size: 1.9rem;
}

.feature__text {
  margin-top: 5px;
  font-size: 1.5rem;
  color: #000;
}

.prototype-section {
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: initial;
}
@media screen and (min-width: 1200px) {
  .prototype-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .prototype-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.prototype-content {
  flex: 0 0 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .prototype-content {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1600px) {
  .prototype-content {
    flex: 0 0 45%;
  }
}

.prototype-phone {
  display: none;
}
@media screen and (min-width: 1200px) {
  .prototype-phone {
    display: block;
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 1600px) {
  .prototype-phone {
    flex: 0 0 40%;
  }
}

.prototype-iframe {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .prototype-iframe {
    height: 900px;
  }
}

.prototype__title {
  margin-bottom: 25px;
  color: #067AEF;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .prototype__title {
    font-size: 4rem;
    line-height: 2;
  }
}

.prototype__text {
  display: block;
  margin-bottom: 20px;
  font-size: 1.7rem;
}
@media screen and (min-width: 1200px) {
  .prototype__text {
    font-size: 1.9rem;
  }
}

.prototype__button {
  margin-top: 30px;
}

.lightbox {
  opacity: 0;
  visibility: hidden;
  transition: all 100ms linear;
  transform-origin: center;
}

.lightbox--visible {
  opacity: 1;
  visibility: visible;
}

.lightbox-picture-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  margin: auto;
  max-width: 1366px;
  max-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

.lightbox__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox-label {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  padding-bottom: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
@media screen and (min-width: 1200px) {
  .lightbox-label {
    min-height: 60px;
    padding: 10px 13px;
    padding-bottom: 12px;
  }
}

.lightbox-label__text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .lightbox-label__text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 15px;
}
@media screen and (min-width: 980px) {
  .lightbox-close {
    top: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .lightbox-close {
    top: 40px;
    right: 40px;
  }
}

.lightbox-close__icon {
  width: 24px;
  height: 24px;
  fill: #fff;
}
@media screen and (min-width: 1200px) {
  .lightbox-close__icon {
    width: 30px;
    height: 30px;
  }
}

.lightbox-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  z-index: 9;
  user-select: none;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .lightbox-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
}

.lightbox-arrow__icon {
  width: 34px;
  height: 34px;
  fill: #fff;
}
@media screen and (min-width: 1200px) {
  .lightbox-arrow__icon {
    width: 40px;
    height: 40px;
  }
}

.lightbox-arrow-left {
  position: fixed;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .lightbox-arrow-left {
    left: 30px;
  }
}

.lightbox-arrow-right {
  position: fixed;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .lightbox-arrow-right {
    right: 30px;
  }
}

.dark-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 100ms linear;
  visibility: hidden;
  z-index: 8;
}

.dark-overlay--visible {
  opacity: 1;
  visibility: visible;
}

.dark-overlay--full {
  background-color: #000;
}

.recent-posts {
  padding-bottom: 50px;
}

@supports (display: grid) {
  .grid-posts {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
  @media screen and (min-width: 480px) {
    .grid-posts {
      margin: auto;
      margin-top: 60px;
    }
  }
  @media screen and (min-width: 980px) {
    .grid-posts {
      grid-gap: 50px 80px;
      grid-template-columns: repeat(auto-fill, 300px);
      margin-top: 80px;
    }
  }
}
@supports not (display: grid) {
  .grid-posts {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-posts > * {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  @media screen and (min-width: 980px) {
    .grid-posts > * {
      flex: 0 0 31%;
      margin-right: 2%;
    }
  }
}
.post {
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: all 80ms linear;
}

.post__link {
  display: block;
}

.post__category {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 1px 10px;
  background-color: #067AEF;
  color: #fff;
  font-size: 1.4rem;
}

.post__img {
  height: 150px;
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .post__img {
    height: 200px;
  }
}

.post-content {
  min-height: 140px;
  padding: 10px 20px 20px 20px;
}

.post__title {
  margin-bottom: 7px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 2.1rem;
  line-height: 1.4;
}
@media screen and (min-width: 736px) {
  .post__title {
    font-size: 2.1rem;
    line-height: 1.3;
  }
}

.post__date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  font-weight: 500;
}

.post__text {
  margin-top: 5px;
  line-height: 1.6;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: auto;
}

.tag {
  padding: 6px 12px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
}

.tag--active {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 6px 12px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 15px;
  background-color: #067AEF;
  border: 1px solid #067AEF;
  color: #fff;
  font-size: 1.4rem;
}

.search-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.search-wrapper-ghost {
  flex: 0 0 220px;
}

.search {
  position: relative;
  width: 220px;
  height: 38px;
}

.search__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: initial;
  padding-right: 45px;
  padding-left: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.search__icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 8px;
  right: 13px;
  fill: rgba(0, 0, 0, 0.3);
}

.article {
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .article {
    padding-top: 60px;
  }
}

.article-case {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .article-case {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.article-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 736px) {
  .article-wrapper {
    width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .article-wrapper {
    align-items: initial;
    flex-direction: row;
    justify-content: space-between;
  }
}

.article-content {
  order: 2;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .article-content {
    order: 1;
    flex: 0 0 45%;
    width: initial;
    margin: initial;
  }
}

.article-gallery {
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .article-gallery {
    flex: 0 0 45%;
    display: initial;
    margin-bottom: initial;
  }
}

.case-clock-gallery {
  order: 1;
}
@media screen and (min-width: 1200px) {
  .case-clock-gallery {
    order: 2;
    flex: 0 0 52%;
    display: initial;
    margin-bottom: initial;
  }
}

.case-clock__img {
  display: block;
}

.case-clock__img-1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
@media screen and (min-width: 736px) {
  .case-clock__img-1 {
    width: 600px;
    height: 540px;
    object-fit: contain;
    margin: auto;
  }
}

@media screen and (min-width: 736px) {
  .case-clock__img-2 {
    width: 560px;
    height: 680px;
    object-fit: contain;
  }
}

@media screen and (min-width: 736px) {
  .case-beview__img {
    width: 485px;
    height: 330px;
    margin-right: 10px;
    object-fit: contain;
  }
}
@media screen and (min-width: 1600px) {
  .case-beview__img {
    width: 685px;
    height: 430px;
  }
}

.case-clock-picture {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 736px) {
  .case-clock-picture {
    width: initial;
  }
}

.case-clock-picture-mobile {
  position: relative;
  width: 80%;
  margin-top: -120px;
  z-index: 2;
}
@media screen and (min-width: 736px) {
  .case-clock-picture-mobile {
    max-width: 560px;
    margin-top: -220px;
  }
}

.article-slider {
  display: flex;
  width: 110%;
  margin-left: -15px;
  transition: all 150ms ease;
  cursor: pointer;
}
.article-slider:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 1200px) {
  .article-slider {
    display: initial;
    width: initial;
    margin-left: initial;
  }
}

.gallery-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 46px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .gallery-arrow {
    width: 52px;
    height: 52px;
    border-radius: 52px;
  }
}

.gallery-arrow-prev {
  position: absolute;
  top: 49%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .gallery-arrow-prev {
    left: -28px;
  }
}

.gallery-arrow-next {
  position: absolute;
  top: 49%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .gallery-arrow-next {
    right: -28px;
  }
}

.gallery-arrow__svg {
  width: 26px;
  height: 26px;
  stroke: #067AEF;
}
@media screen and (min-width: 1200px) {
  .gallery-arrow__svg {
    width: 30px;
    height: 30px;
  }
}

.article-picture {
  flex: 0 0 100%;
}

.article__img {
  object-fit: contain;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.24);
  transition: all 150ms ease;
}
@media screen and (min-width: 1200px) {
  .article__img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  }
}

.article-title {
  margin-bottom: 20px;
  text-align: center;
}

.article-date {
  color: rgba(0, 0, 0, 0.55);
  font-size: 1.7rem;
}

.article-footer {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .article-footer {
    text-align: initial;
  }
}

.article-share {
  margin-top: 15px;
  margin-left: -10px;
}

.job-share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  margin-top: 20px;
}

.share-icon {
  display: inline-block;
  padding: 5px;
  margin-right: 15px;
  cursor: pointer;
}

.share-icon--stroke:hover .share__svg {
  stroke: #067AEF;
}
.share-icon--stroke .share__svg {
  stroke: rgba(0, 0, 0, 0.2);
  transition: all 150ms ease;
}

.share-icon--fill:hover .share__svg {
  fill: #067AEF;
}
.share-icon--fill .share__svg {
  fill: rgba(0, 0, 0, 0.2);
  transition: all 150ms ease;
}

.share__svg {
  width: 22px;
  height: 22px;
}

.share__svg--smaller {
  width: 20px;
  height: 20px;
}

.case__hide-on-mobile {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .case__hide-on-mobile {
    display: flex !important;
  }
}

.case__hide-on-desktop {
  display: flex !important;
}
@media screen and (min-width: 1200px) {
  .case__hide-on-desktop {
    display: none !important;
  }
}

.author {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.author-avatar {
  display: block;
  margin-right: 20px;
}

.author-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  margin-bottom: 3px;
}

.author-text {
  margin-bottom: 6px;
  font-size: 1.5rem;
}

.author-text-secondary {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
}

.rich-text {
  position: relative;
  text-align: left;
}
.rich-text p {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.7rem;
  line-height: 1.9;
}
@media screen and (min-width: 736px) {
  .rich-text p {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}
.rich-text p:last-child {
  margin-bottom: initial;
}
.rich-text img {
  display: block;
  height: auto;
  margin-bottom: 40px;
  object-fit: contain;
}
@media screen and (min-width: 736px) {
  .rich-text img {
    width: 110%;
    margin-right: -5%;
    margin-left: -5%;
    object-fit: cover;
  }
}
.rich-text ul {
  margin-top: 30px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-count: 1;
  column-count: 1;
  list-style: none;
  line-height: 1.3;
}
@media screen and (min-width: 736px) {
  .rich-text ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.rich-text li {
  margin-bottom: 30px;
  list-style: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.7rem;
}
@media screen and (min-width: 736px) {
  .rich-text li {
    flex: 0 0 45%;
  }
}
.rich-text li:before {
  content: url("img/check-circle.svg");
  margin-right: 8px;
  float: left;
}
.rich-text strong {
  display: block;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 736px) {
  .rich-text strong {
    display: flex;
    align-items: center;
    width: 120%;
    padding-bottom: initial;
    margin-right: -10%;
    margin-left: -10%;
    border-bottom: none;
    white-space: nowrap;
  }
  .rich-text strong:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-right: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .rich-text strong:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-left: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.article__picture {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 736px) {
  .article__picture {
    width: 80%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.footer {
  padding-top: 51px;
  padding-bottom: 51px;
  background-color: #1A1D21;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: initial;
  }
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .footer-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}

.footer__text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.footer-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 980px) {
  .footer-content {
    flex-direction: row;
  }
}

.footer-content-item {
  margin-top: 40px;
}
@media screen and (min-width: 980px) {
  .footer-content-item {
    margin-top: initial;
    margin-left: 70px;
    max-width: 200px;
  }
}

.footer__item {
  list-style: none;
}

.footer__header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 80%;
  margin: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: rgb(21.3653061224, 134.7612244898, 249.1346938776);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 980px) {
  .footer__header {
    width: 100%;
    padding-right: 25px;
    padding-bottom: 10px;
    margin: initial;
    margin-top: 0;
  }
}

.footer-list {
  margin-top: 30px;
}
@media screen and (min-width: 736px) {
  .footer-list {
    margin-top: 20px;
  }
}

.footer-info__text {
  margin-top: 20px;
}

.footer-info__text--link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}
.footer-info__text--link:hover {
  color: #fff;
}

.footer-info__phone--link {
  color: rgba(255, 255, 255, 0.7);
}
.footer-info__phone--link:hover {
  color: #fff;
}

.footer-info__phone {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 20px;
}

.footer__item {
  margin-bottom: 6px;
}

.footer__link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  width: 80%;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.footer__link:hover {
  color: #fff;
}
@media screen and (min-width: 736px) {
  .footer__link {
    width: 100%;
  }
}

.botapragirar {
  animation: botapragirar 2s linear infinite;
  transform-origin: 14% 50%;
}

@keyframes botapragirar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-banner {
  width: 100%;
  height: auto;
  background-color: transparent;
}
.main-banner img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .main-banner img {
    height: 750px;
  }
}

.slider-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slider-arrow {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  transition: all 150ms ease;
  cursor: pointer;
}
.slider-arrow:hover {
  transform: scale(1.15);
}

.slider-arrow__svg {
  width: 32px;
  height: 32px;
  fill: #067AEF;
}

/* Slider */
.slider {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-center {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

@supports (display: grid) {
  .grid-cards {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
  }
  @media screen and (min-width: 980px) {
    .grid-cards {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
  }
  @media screen and (min-width: 1600px) {
    .grid-cards {
      grid-gap: 40px 45px;
    }
  }
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-gap: 30px;
    grid-auto-rows: minmax(160px, auto);
    grid-auto-flow: dense;
  }
  @media screen and (min-width: 480px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      grid-auto-rows: minmax(200px, auto);
    }
  }
  @media screen and (min-width: 1200px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
      grid-auto-rows: minmax(230px, auto);
    }
  }
  @media screen and (min-width: 736px) {
    .gallery__picture:first-child {
      grid-column-end: span 2;
      grid-row-end: span 1;
    }
    .gallery__picture:nth-child(even) {
      grid-column-end: span 2;
      grid-row-end: span 2;
    }
  }
}
@supports not (display: grid) {
  .grid-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-cards > * {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  @media screen and (min-width: 736px) {
    .grid-cards > * {
      flex: 0 0 47%;
      margin-right: 3%;
    }
  }
  @media screen and (min-width: 980px) {
    .grid-cards > * {
      flex: 0 0 31%;
      margin-right: 2%;
    }
  }
  .gallery__picture {
    height: 200px;
    margin-bottom: 20px;
  }
  @media screen and (min-width: 736px) {
    .gallery__picture {
      height: 250px;
      margin-bottom: 25px;
    }
  }
}
.card {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.card__picture {
  width: 100%;
  height: 190px;
}
@media screen and (min-width: 736px) {
  .card__picture {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .card__picture {
    height: 400px;
  }
}

.card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .card__img {
    object-position: top;
  }
}

.card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-top: 30px;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
}

.card__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .card__title {
    font-size: 2.1rem;
    line-height: 1.3;
  }
}

.card__text {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .card__text {
    font-size: 1.5rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 50px;
}

.pagination__previous,
.pagination__next {
  padding: 4px 16px;
  background-color: #067AEF;
  border: 1px solid #067AEF;
  border-radius: 10px;
}

.pagination__icon {
  width: 22px;
  height: 22px;
  stroke: #067AEF;
  transform: translateY(2px);
}

.pagination__pages {
  margin-right: 4px;
  margin-left: 4px;
}

.pagination__number {
  padding: 4px 18px;
  font-size: 16px;
  color: black;
  border-radius: 10px;
  margin: 0;
}
.pagination__number:hover, .pagination__number:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.pagination__number--active {
  color: white;
  background-color: #067AEF;
}
.pagination__number--active:hover, .pagination__number--active:active {
  background-color: #067AEF;
}

.section-testimonial {
  position: relative;
  background-color: rgba(26, 29, 33, 0.8);
  overflow: hidden;
}
.section-testimonial::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../../static/img/bg-pontocar.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.card-testimonial {
  display: flex;
  margin: auto;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 21px;
}

.card-testimonial__img {
  display: block;
  width: 200px;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}

.card-testimonial-content {
  padding: 45px;
  padding-left: 70px;
}

.card-testimonial__text {
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.7rem;
  line-height: 1.9;
  font-style: italic;
}
.card-testimonial__text::before {
  content: "“";
  position: absolute;
  font-size: 80px;
  transform: translateX(-45px) translateY(-10px);
  line-height: 1;
  color: #067aef;
}
.card-testimonial__text::after {
  content: "”";
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #067aef;
}

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

.hero-landing {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #fff, #067AEF 400%);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .hero-landing {
    text-align: initial;
    overflow: visible;
    height: calc(100vh - 120px);
  }
}

.hero-landing--mask-mobile {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 736px) {
  .hero-landing--mask-mobile {
    display: none;
  }
}

.hero-landing-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin-top: 20px;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .hero-landing-content {
    align-items: flex-start;
  }
}

.hero-landing-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero-landing__content {
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .hero-landing__content {
    max-width: 600px;
    font-size: 2.1rem;
    line-height: 1.6;
  }
}

.hero-landing__title {
  position: relative;
  max-width: 700px;
  font-weight: 700;
  color: #067AEF;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .hero-landing__title {
    font-size: 4.6rem;
  }
}

.hero-landing-img-container {
  position: relative;
  width: 50%;
  height: 100%;
}

.hero-landing__img {
  position: absolute;
  bottom: -40px;
  width: 800px;
  object-fit: contain;
  opacity: 0.2;
}
@media screen and (min-width: 1200px) {
  .hero-landing__img {
    width: 750px;
    right: 1%;
    bottom: -80px;
    opacity: 1;
  }
}
@media screen and (min-width: 1600px) {
  .hero-landing__img {
    width: 1000px;
    right: 5%;
    bottom: -180px;
    opacity: 1;
    z-index: 10;
  }
}

.section-presentation {
  background-color: #067AEF;
}
@media screen and (min-width: 1600px) {
  .section-presentation {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.heading-presentation {
  margin-right: auto;
  margin-left: auto;
  max-width: max-content;
  color: #fff;
  text-align: center;
}

.card-presentation-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  align-items: center;
  width: 100%;
  max-width: max-content;
  margin: auto;
  margin-top: 40px;
}
@media screen and (min-width: 736px) {
  .card-presentation-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .card-presentation-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card-presentation {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 70px;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 20px;
  text-align: center;
}
@media screen and (min-width: 736px) {
  .card-presentation {
    max-width: 200px;
    height: 190px;
  }
}

.card-presentation__content {
  font-weight: lighter;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  .card-presentation__content {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 736px) {
  .card-presentation__content {
    font-size: 1.8rem;
  }
}

.section-omnichannel {
  background-color: #F1F1F1;
  padding-bottom: 90px;
}

.heading-omnichannel {
  margin-right: auto;
  margin-left: auto;
  max-width: max-content;
  text-align: center;
  max-width: 700px;
}

.omnichannel__content {
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .omnichannel__content {
    font-size: 1.9rem;
  }
}

.section-feature {
  position: relative;
  padding-top: 90px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1200px) {
  .section-feature {
    padding-bottom: 100px;
  }
}

.features-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1600px) {
  .features-container {
    flex-direction: row;
    gap: 0 50px;
  }
}

.features-card-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 480px) {
  .features-card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 980px) {
  .features-card-container {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
}

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

.heading-feature {
  font-size: 2.7rem;
  max-width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .heading-feature {
    font-size: 3rem;
  }
}
@media screen and (min-width: 736px) {
  .heading-feature {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .heading-feature {
    font-size: 4.9rem;
    max-width: 300px;
    margin-bottom: 0;
    text-align: left;
  }
}

.card-feature__img {
  max-width: 55px;
}
@media screen and (min-width: 480px) {
  .card-feature__img {
    max-width: 60px;
  }
}
@media screen and (min-width: 736px) {
  .card-feature__img {
    max-width: 80px;
  }
}

.feature-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 20px;
  background-color: #f1f1f1;
  border-radius: 4px;
}
@media screen and (min-width: 480px) {
  .feature-card {
    flex-direction: column;
    justify-content: center;
    width: 200px;
    height: 150px;
  }
}
@media screen and (min-width: 736px) {
  .feature-card {
    width: 220px;
    height: 180px;
  }
}

.feature-card__svg {
  color: #067AEF;
}

.feature-card__content {
  margin-left: 20px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .feature-card__content {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }
}

.section-security {
  background: #067AEF;
  height: 500px;
}

.security-container {
  position: relative;
}

.security-content-text {
  margin-top: 5px;
}

.security-content {
  position: absolute;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  top: -100px;
  background-color: #1A1D21;
  width: 100%;
  height: max-content;
}
@media screen and (min-width: 736px) {
  .security-content {
    height: 500px;
  }
}

.heading-security {
  color: #fff;
  font-size: 3rem;
}

.heading-security--spotlight {
  color: #067AEF;
  font-size: 4rem;
  text-transform: uppercase;
}

.security-content__sub-heading {
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
}

.security-container-text {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  padding: 30px 20px;
  width: 100%;
  max-height: max-content;
}
@media screen and (min-width: 736px) {
  .security-container-text {
    align-items: flex-start;
  }
}

.security-content__text {
  margin-top: 10px;
  color: #fff;
  max-width: 600px;
  font-size: 1.7rem;
}
@media screen and (min-width: 480px) {
  .security-content__text {
    font-size: 2.3rem;
  }
}

.button__call-to-action--security {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 736px) {
  .button__call-to-action--security {
    bottom: 30px;
  }
}

.security-content-img-container {
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .security-content-img-container {
    display: flex;
  }
}

.hr-divisor {
  margin: 0 30px;
}

.our-features {
  width: 500px;
}

.section-clientes {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #1A1D21;
}
@media screen and (min-width: 1200px) {
  .section-clientes {
    padding-bottom: 100px;
  }
}

.section-clientes__title {
  color: #fff;
  text-align: center;
}

.costumer-testimonial-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 50px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .costumer-testimonial-container {
    flex-direction: row;
  }
}

.customer-testimonial__video {
  border-radius: 20px;
  max-width: 300px;
}
@media screen and (min-width: 736px) {
  .customer-testimonial__video {
    max-width: 500px;
  }
}

.costumer-testimonial-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.customer-testimonial__text {
  color: #fff;
  margin-top: 20px;
}

.costumer-testimonial__link {
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.biography-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.biography__img--hidden-mobile {
  display: none;
}
@media screen and (min-width: 1200px) {
  .biography__img--hidden-mobile {
    display: block;
  }
}

.biography__img--hidden-desktop {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .biography__img--hidden-desktop {
    display: none;
  }
}

.biography-container-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 675px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .biography-container-content {
    text-align: start;
    display: inline-block;
    padding-top: 20px;
    margin-right: 20px;
  }
}

.biography__img {
  max-width: 500px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.biography-container__text {
  max-width: 800px;
  margin: auto;
  margin-top: 10px;
  font-size: 1.9rem;
  font-weight: 500;
}

.section-biography {
  position: relative;
}

.button__call-to-action--biography {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

.client--comunicacao {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 736px) {
  .client--comunicacao {
    flex: 0 0 280px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.client--comunicacao:hover .client__img--comunicacao {
  transform: scale(1.05);
}

.client__img--comunicacao {
  width: 200px;
  height: 60px;
  margin: auto;
  object-fit: contain;
  transition: all 100ms linear;
  transform: scale(1);
}
@media screen and (min-width: 736px) {
  .client__img--comunicacao {
    width: 280px;
    height: 74px;
  }
}

.heading {
  margin-right: auto;
  margin-left: auto;
  color: #067AEF;
}

.sub-heading {
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 1.6rem;
  color: #067AEF;
}

.content {
  margin-top: 20px;
}

.section-color-blue {
  position: relative;
  background-color: #067AEF;
}

.button__call-to-action {
  padding: 10px;
  max-width: 300px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  background-color: #4c9e4f;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .button__call-to-action {
    padding: 15px 20px;
    font-size: 1.7rem;
  }
}

.button--comunicacao {
  position: relative;
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  background-color: #4c9e4f;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .button--comunicacao {
    padding: 18px 25px;
    font-size: 1.8rem;
  }
}

.button--footer {
  display: inline-block;
  max-width: 350px;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.4px;
  color: #fff;
  margin: 0;
  margin-right: 10px;
  padding: 8px 30px;
  border: 1px solid #067AEF;
  border-radius: 10px;
  cursor: pointer;
}
.button--footer.-red {
  padding: 6px 30px;
  background: transparent;
}

.call-action-card {
  display: flex;
  margin: auto;
  max-width: 1000px;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.left {
  flex: 60%;
  position: relative;
  padding: 80px;
  background-image: linear-gradient(to right, #067ff9, #066bd2);
}
.left:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 220px solid #fff;
  border-left: 100px solid rgba(0, 0, 0, 0);
  width: 0;
}

.symbol {
  position: absolute;
  top: 0;
  left: 0;
}

.symbol-svg {
  fill: rgba(255, 255, 255, 0.3);
}

.call-action__text {
  color: #fff;
  margin-bottom: 15px;
}

.call-action__button {
  padding: 10px 30px;
  border-radius: 20px;
  text-align: center;
  color: #056dd6;
  font-weight: 600;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  outline: none;
}

.call-action__img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transform: scale(0);
  transform-origin: center;
  transition: transform 150ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

.modal--visible {
  transform: scale(1);
}

.modal-card {
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  width: 90%;
  max-width: 1200px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.modal-card::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 980px) {
  .modal-card {
    padding: 50px;
    width: 60%;
  }
}

.modal-heading {
  margin-bottom: 20px;
  color: rgb(21.3653061224, 134.7612244898, 249.1346938776);
  font-size: 2.8rem;
}

.modal-subheading {
  margin-bottom: 15px;
  color: #4c9e4f;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.modal-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-content-row {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.modal-content-row:last-of-type {
  border-bottom: none;
}

.modal__link {
  display: inline-block;
  padding: 10px 15px 9px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #067AEF;
  font-size: 1.5rem;
}

.modal-form__title {
  color: #067AEF;
  margin-bottom: 40px;
  text-align: left;
  font-size: 2.3rem;
}
@media screen and (min-width: 480px) {
  .modal-form__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 980px) {
  .modal-form__title {
    font-size: 3.8rem;
  }
}

.flex {
  display: flex;
}

.row-wrap {
  flex-flow: row wrap;
}

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

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

.align-content-start {
  align-content: flex-start;
}

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

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

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

.text-white {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #fff;
}

.container {
  width: 85%;
  height: inherit;
  margin: auto;
}
@media screen and (min-width: 736px) {
  .container {
    width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 80%;
  }
}

.container-inner {
  width: 90%;
  height: inherit;
  margin: auto;
}
@media screen and (min-width: 736px) {
  .container-inner {
    width: 55%;
  }
}

.section-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 736px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-20 {
  margin-top: 20px;
}

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

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

.u-link-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-hide-on-mobile {
  display: none !important;
}
@media screen and (min-width: 736px) {
  .u-hide-on-mobile {
    display: flex !important;
  }
}

.u-hide-on-desktop {
  display: flex !important;
}
@media screen and (min-width: 736px) {
  .u-hide-on-desktop {
    display: none !important;
  }
}

.scaleIn {
  animation: scaleIn 300ms cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}

.scaleInLeft {
  animation: scaleIn 300ms cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}

@keyframes scaleIn {
  0% {
    transform: scale(1);
    filter: grayscale(100%);
  }
  100% {
    transform: scale(1.1);
    filter: grayscale(0%);
  }
}
@keyframes scaleInLeft {
  0% {
    transform: scale(1) translate(20px, 20px);
    filter: grayscale(100%);
  }
  100% {
    transform: scale(1.1) translate(-10px, -10px);
    filter: grayscale(0%);
  }
}
.u-no-scroll {
  overflow: hidden;
}

.hidden {
  display: none;
}

.text-black {
  color: rgba(0, 0, 0, 0.8);
}

.m-auto {
  margin: auto;
}