@font-face {
  font-family: Eudoxus Sans;
  src: url('../fonts/EudoxusSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxus Sans;
  src: url('../fonts/EudoxusSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neo sans std;
  src: url('../fonts/Neo-Sans-Std-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neo sans std;
  src: url('../fonts/Neo-Sans-Std-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neo sans std;
  src: url('../fonts/Neo-Sans-Std-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --primary: #0089c4;
  --dim-grey: #525252;
  --black2: #2a2b2e;
  --black: #35363b;
  --dark-grey: #282828;
  --grey: #848484;
  --hover-state: #272727;
  --hover-state-2: #cedd25;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #fff;
  background-color: #141414;
  font-family: Eudoxus Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.075em;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.075em;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.075em;
}

h4 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.075em;
}

h5 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.075em;
}

h6 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.075em;
}

p {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 166%;
}

a {
  color: var(--white);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid var(--primary);
  color: #fffc;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.testimonial-slider-section {
  overflow: hidden;
}

.section.first-section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-top: 154px;
  display: flex;
  position: relative;
}

.section.first-section.sd {
  justify-content: flex-start;
  align-items: center;
}

.section.first-section.sd.black {
  height: 400px;
}

.section.small-padding-bottom-tablet {
  position: relative;
}

.section.no-padding-top {
  padding-top: 0;
  position: relative;
}

.section.case-studies-slider-section {
  overflow: hidden;
}

.section.service-home-v3-section {
  padding-top: 60px;
}

.section.values-section {
  z-index: 1;
  margin-top: -180px;
  padding-top: 0;
  position: relative;
}

.section.blog-posts-section {
  z-index: 1;
  padding-top: 154px;
  padding-bottom: 0;
  position: relative;
}

.section.intro-section {
  z-index: 1;
  min-height: 80vh;
  padding-top: 154px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.team-v4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.section.case-studies-section {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.scroll-section {
  position: relative;
}

.section.padtop, .section.pdt {
  padding-top: 100px;
}

.section.colord {
  background-color: #1e1e22;
}

.section.orcamento {
  padding-top: 140px;
  padding-bottom: 140px;
}

.container {
  text-align: left;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.container-narrow {
  width: 100%;
  max-width: 670px;
}

.container.nav-container {
  border: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-top: 24px;
  padding-top: 6px;
  padding-bottom: 8px;
  display: flex;
}

.container.full-width {
  width: 100%;
}

.container.horario {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.container.s {
  margin-left: 0;
  margin-right: 0;
}

.home-intro-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.intro-image {
  width: 100%;
}

.primary-color-text {
  color: var(--primary);
}

.home-intro-content {
  padding-top: 40px;
  padding-left: 74px;
  position: relative;
}

.button {
  z-index: 1;
  border: 1px solid var(--primary);
  background-color: var(--black);
  text-align: center;
  letter-spacing: -.04em;
  border-radius: 32px;
  padding: 11px 36px;
  font-family: Neo sans std, sans-serif;
  font-size: 16px;
  line-height: 166%;
  text-decoration: none;
  transition: background-color .2s, color .2s, transform .2s;
  position: relative;
}

.button:hover {
  background-color: var(--primary);
  color: var(--dark-grey);
  transform: translate(3px, -2px);
}

.button.w--current {
  background-color: var(--primary);
  color: var(--black);
}

.button.button-filled {
  background-color: var(--primary);
  color: var(--white);
  transition: background-color .2s, transform .2s;
}

.button.button-filled:hover {
  background-color: var(--primary);
}

.button.tag {
  border-color: var(--grey);
}

.button.tag:hover, .button.is-filter:hover {
  transform: none;
}

.button-wrapper {
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: 5px;
}

.button-background {
  border: 1px solid var(--primary);
  letter-spacing: -.04em;
  border-radius: 32px;
  padding: 11px 36px;
  font-size: 16px;
  line-height: 166%;
  position: absolute;
  inset: 4px 4px -4px -4px;
}

.services-home-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.service-home-box {
  padding-right: 43px;
}

.service-icon {
  width: 35px;
  margin-bottom: 28px;
}

.size-4 {
  font-size: 27px;
}

.size-4.numero-dado {
  color: var(--primary);
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.opacity-80 {
  opacity: .8;
}

.paragraph-large {
  font-size: 18px;
}

.lines-wrapper {
  z-index: -1;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lines-wrapper.in-section-nav {
  position: absolute;
}

.background-line {
  background-color: #282828;
  width: 1px;
  height: 100vh;
}

.max-465 {
  width: 100%;
  max-width: 465px;
}

.section-header {
  margin-bottom: 48px;
}

.section-header.section-space-between {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 72px;
  display: flex;
}

.section-header.centered-content {
  text-align: center;
  justify-content: center;
  display: flex;
}

.case-studies-line-wrapper {
  position: relative;
}

.case-study-line-item {
  margin-bottom: 8px;
  padding-bottom: 56px;
  padding-left: 80px;
  position: relative;
}

.case-study-line-item:last-child {
  padding-bottom: 0;
}

.case-study-line-background {
  background-color: var(--dim-grey);
  width: 1px;
  position: absolute;
  inset: 18px auto 0% 0%;
}

.case-study-line {
  background-color: var(--primary);
  width: 100%;
  height: 200px;
  transition: opacity .8s;
  position: relative;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.case-study-dot-2 {
  z-index: 1;
  border: 8px solid var(--black);
  background-color: var(--dim-grey);
  border-radius: 32px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: 1px;
  position: absolute;
  inset: 23% 0% auto;
  transform: translate(-50%);
}

.testimonials-slider {
  background-color: #0000;
  width: 50%;
  height: auto;
}

.hide-pagination {
  display: none;
}

.mask {
  height: auto;
  overflow: visible;
}

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

.testimonials-quote-icon {
  width: 48px;
  margin-bottom: 16px;
}

.left-arrow {
  border: 2px solid var(--grey);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: #272727;
}

.right-arrow {
  border: 2px solid var(--grey);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  display: flex;
  inset: auto auto 0% 60px;
}

.right-arrow:hover {
  background-color: #272727;
}

.testimonial-description-box {
  align-items: center;
  display: flex;
}

.subtitle {
  opacity: .6;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 700;
}

.subtitle-divider {
  background-color: var(--white);
  opacity: .6;
  width: 3px;
  height: 3px;
  margin-right: 10px;
}

.testimonial-slide-box {
  padding-right: 96px;
}

.arrow-icon {
  width: 24px;
}

.arrow-icon.large-arrow {
  width: 33px;
}

._3-column-width {
  padding-right: 296px;
}

.border-link {
  text-transform: uppercase;
  padding-bottom: 6px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, border-color .2s;
  position: relative;
}

.border-link:hover {
  border-bottom-color: var(--grey);
}

.team-square-grid {
  grid-column-gap: 0px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-square-image {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.team-square-item {
  padding-right: 16px;
  text-decoration: none;
}

.label {
  opacity: .5;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}

.label.margin-bottom-small {
  margin-bottom: 8px;
}

.label.margin-left-16 {
  margin-left: 16px;
}

.label.higher-opactiy {
  opacity: .7;
}

.label.small-label {
  font-size: 12px;
  line-height: 1.025em;
}

.label.is-about-tab {
  opacity: 1;
}

.medium-heading-margin-bottom {
  margin-bottom: 12px;
}

.blog-no-photo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-subtitle-box {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.blog-subtitle-box.small {
  font-size: 12px;
  line-height: 1.25em;
}

.blog-subtitle-box.small-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5em;
}

.blog-no-photo-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 148px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
}

.max-width-400 {
  width: 100%;
  max-width: 400px;
}

.logotypes-border-box {
  border: 1px solid var(--dark-grey);
  background-color: var(--black);
  text-align: center;
  padding: 16px 56px;
  display: inline-block;
}

.logotypes-border-box.type-2 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px 33px;
  display: flex;
}

.logotype-in-border-box {
  width: 100px;
  margin: 24px 32px;
}

.logotype-in-border-box.type-2 {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-button-wrapper {
  margin-top: 40px;
  padding-bottom: 8px;
}

.section-button-wrapper.small-wrapper {
  margin-top: 20px;
}

.footer {
  background-color: var(--black2);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-box {
  flex-direction: column;
  align-items: flex-start;
  min-height: 280px;
  display: flex;
}

.footer-box.bottom-align-box {
  justify-content: flex-end;
}

.footer-box.space-beetween-box {
  justify-content: space-between;
}

.footer-logo {
  width: 100px;
  margin-bottom: 24px;
}

.newsletter-input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  width: 240px;
  height: 48px;
}

.newsletter-input:focus {
  border-bottom-color: var(--primary);
}

.newsletter-input::placeholder {
  color: var(--grey);
}

.submit-button {
  background-color: #0000;
  background-image: url('../images/5fc3a9763677d6565647cca2_Group-2-4-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form {
  margin-right: 48px;
  position: relative;
}

.socials-wrapper {
  margin-top: 12px;
  display: flex;
}

.social-link {
  border: 1px solid var(--grey);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  display: flex;
}

.social-link:hover {
  background-color: var(--primary);
}

.social-icon.tam {
  width: 23px;
}

.powered-by-box {
  margin-bottom: 22px;
}

.footer-link {
  letter-spacing: -.02em;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  opacity: .7;
}

.footer-button-box {
  margin-top: 16px;
}

.footer-contact-box {
  margin-bottom: 24px;
}

.opacity-50 {
  opacity: .5;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
  letter-spacing: -.02em;
  border-bottom: 1px solid #0000;
  margin-bottom: 12px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0 8px;
  font-family: Neo sans std, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  color: #ffffffb3;
}

.nav-link.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.nav-button-wrapper {
  margin-top: -1px;
  margin-left: 16px;
  margin-right: 16px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-animation {
  z-index: -1;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav {
  z-index: 9999;
}

.brand {
  transition: opacity .2s;
}

.brand:hover {
  opacity: .8;
}

.home-v2-intro-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.title {
  margin-bottom: 25px;
  font-family: Neo sans std, sans-serif;
  font-size: 56px;
  font-weight: 400;
}

.title.big {
  color: #fff;
  font-size: 60px;
}

.title.big.h {
  width: 500px;
}

.title.big.mn.mobilem {
  display: none;
}

.home-v2-intro-image {
  object-fit: cover;
  width: 100%;
  max-width: 397px;
  height: 496px;
}

.home-v2-intro-block {
  position: relative;
}

.play-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 155px;
  display: flex;
  position: relative;
}

.play-link {
  z-index: 1;
  background-color: var(--black);
  border: 1px solid #626262;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: relative;
}

.link-text-arc {
  z-index: -1;
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 155px;
  height: 154px;
  position: absolute;
  top: auto;
}

.play-button-position {
  position: absolute;
  bottom: 0;
  right: -75px;
}

.max-width-497 {
  width: 100%;
  max-width: 497px;
  position: relative;
}

.service-home-v2-box {
  background-color: var(--black);
  border: 1px solid #292929;
  flex-direction: column;
  justify-content: space-between;
  min-height: 386px;
  margin-top: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 27px 24px 0;
  display: flex;
  position: relative;
}

.service-number {
  opacity: .33;
  letter-spacing: -4px;
  font-size: 53px;
  line-height: 1em;
  position: absolute;
  top: 16px;
  right: 20px;
}

.page-wrapper {
  background-color: var(--black);
  overflow: hidden;
}

.scrolling-wrapper {
  height: 480vh;
  position: relative;
}

.scrolling-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  height: 70vh;
  display: grid;
  position: sticky;
  top: 22vh;
}

.scrolling-image-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scroll-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.growth-number {
  letter-spacing: -4px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1em;
}

.width-380 {
  width: 100%;
  max-width: 380px;
}

.growth-content {
  overflow: hidden;
}

.growth-content.first, .growth-content.second, .growth-content.third {
  height: auto;
}

.growth-seperator {
  background-color: var(--white);
  opacity: .4;
  width: 40px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.growth-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 70vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.align-content-center {
  justify-content: center;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.case-studies-slider {
  background-color: #0000;
  width: 50%;
  height: 100%;
  position: static;
}

.left-arrow-case-studies {
  border: 1px solid var(--grey);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 60px;
  margin: 0;
  transition: background-color .2s;
  display: flex;
  top: 0;
  left: auto;
  right: 111px;
}

.left-arrow-case-studies:hover {
  background-color: var(--hover-state);
}

.right-arrow-case-studies {
  border: 1px solid var(--grey);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 60px;
  margin: 0;
  transition: background-color .2s;
  display: flex;
  top: 0;
  left: auto;
  right: 34px;
}

.right-arrow-case-studies:hover {
  background-color: #272727;
}

.case-studies-slides-wrapper {
  margin-top: -112px;
  padding-top: 112px;
  position: relative;
}

.case-studies-slides-wrapper.v3 {
  margin-top: 0;
}

.case-studies-mask {
  overflow: visible;
}

.case-studies-slide {
  justify-content: flex-end;
  padding-right: 34px;
}

.content-row {
  align-items: flex-start;
  display: flex;
}

.content-row.stretch {
  align-items: stretch;
}

.home-v2-team {
  width: 100%;
  padding-top: 38px;
}

.home-v2-blog {
  border: 1px solid var(--grey);
  width: 100%;
}

.team-square-grid-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-square-item-v2 {
  padding-right: 48px;
}

.team-square-image-v2 {
  object-fit: cover;
  width: 100%;
  height: 213px;
}

.home-v2-blog-content {
  background-color: var(--black);
  padding: 38px 100px 72px 51px;
  position: relative;
}

.blog-list-grey {
  background-color: var(--grey);
}

.blog-item-black {
  background-color: var(--black);
  margin-bottom: 1px;
  padding-top: 32px;
  padding-bottom: 28px;
}

.blog-more-button-wrapper {
  border: 1px solid var(--grey);
  background-color: var(--black);
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 12px;
  line-height: 1.125em;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
}

.blog-more-button-wrapper:hover {
  background-color: var(--hover-state);
}

.cta-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6px;
  padding-left: 7px;
  display: flex;
  position: relative;
}

.cta-content-wrapper {
  border: 1px solid var(--primary);
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 41px;
  padding-bottom: 51px;
  display: flex;
}

.cta-content-wrapper.nobt {
  text-align: center;
  margin-bottom: 0;
}

.cta-background {
  z-index: -1;
  border: 1px solid var(--primary);
  background-color: var(--black);
  position: absolute;
  inset: 0 7px 6px 0;
}

.home-v3-intro-block {
  max-width: 50%;
  position: relative;
}

.home-v3-intro-block.maxw {
  max-width: 60%;
}

.home-v3-header {
  background-image: linear-gradient(135deg, #000, #0000 55%), url('../images/Design-sem-nome-1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.home-v3-header.black {
  background-color: var(--black);
  background-image: none;
}

.home-v3-gradient-left {
  background-image: linear-gradient(to right, #000000d9, #14141485 50%, #0000 86%);
  position: absolute;
  inset: 0 20% 0 0;
}

.home-v3-gradient-top {
  background-image: linear-gradient(#000000ba, #14141485 48%, #0000);
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.services-home-v3-grid {
  grid-column-gap: 0px;
  grid-row-gap: 27px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.services-home-v3-grid._3c {
  grid-template-columns: 1fr 1fr 1fr;
}

.service-home-v3-box {
  background-color: #141414a6;
  background-image: linear-gradient(83deg, #000, #000000d1 18%, #000000ab 53%, #0000), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #292929;
  flex-direction: column;
  justify-content: flex-end;
  height: 320px;
  margin-right: 26px;
  padding: 27px 24px 16px 34px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-home-v3-box._1 {
  background-image: linear-gradient(83deg, #000, #000000d1 18%, #000000ab 53%, #0000), url('../images/Commander-1.3-T270-Overland-Auto-24-25-lado-preto.webp');
  justify-content: center;
  align-items: center;
}

.service-home-v3-box._2 {
  background-image: linear-gradient(83deg, #000, #000000d1 18%, #000000ab 53%, #0000), url('../images/mercedes-benz-sprinter-2020-brasil.avif');
  justify-content: center;
  align-items: center;
}

.service-home-v3-box._3 {
  background-image: linear-gradient(83deg, #000, #000000d1 18%, #000000ab 53%, #0000), url('../images/4yqhzdcb94qz64rpc6o4if3km.avif');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
}

.service-home-v3-box._4 {
  background-image: linear-gradient(83deg, #000, #000000d1 18%, #000000ab 53%, #0000), url('../images/serviços-rt-rio-4.avif');
  background-position: 0 0, 0%;
  justify-content: center;
  align-items: center;
}

.service-home-v3-box._5 {
  background-image: linear-gradient(83deg, #000, #000000d1 18%, #000000ab 53%, #0000), url('../images/Design-sem-nome-3.avif');
}

.service-home-v3-box._6 {
  background-image: linear-gradient(83deg, #000, #000000d1 18%, #000000ab 53%, #0000), url('../images/Design-sem-nome-2.avif');
}

.max-width-260 {
  width: 100%;
  max-width: 260px;
}

.max-width-260.n {
  max-width: none;
}

.home-v3-blog-right {
  width: 100%;
}

.home-v3-blog-content {
  padding-right: 150px;
  position: relative;
}

.home-v3-blog-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

.testimonials-slider-home-v3 {
  background-color: #0000;
  max-width: 407px;
  height: 390px;
  margin-bottom: 80px;
}

.blog-thumb-wrapper {
  width: 100%;
  height: 155px;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-item-with-photo {
  border-bottom: 1px solid var(--grey);
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.blog-item-with-photo:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
}

.blog-item-with-photo.no--border {
  border-bottom-style: none;
}

.team-in-background-wrapper {
  align-items: flex-end;
  height: 346px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-background-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.team-background-gradient {
  z-index: -1;
  background-image: linear-gradient(to top, #000000c2, #0000003b 50%, #0000);
  height: 277px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.maxw-600 {
  width: 100%;
  max-width: 600px;
}

.home-v3-blog-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-v3-split-content {
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 46px;
  display: flex;
}

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

.size-2 {
  font-size: 42px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.outer-gradient {
  opacity: .2;
  filter: blur(220px);
  background-image: radial-gradient(circle, #db2020 40%, #0000);
  justify-content: center;
  align-items: center;
  width: 472px;
  height: 412px;
}

.inner-gradient {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary)), radial-gradient(circle farthest-corner at 50% 50%, #ec5c0c, transparent);
  opacity: .3;
  filter: blur(100px);
  border-radius: 100%;
  width: 213px;
  height: 186px;
  position: absolute;
}

.gradient-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-intro-gradient {
  z-index: -1;
  position: absolute;
  top: 60px;
  left: -80px;
}

.home-v1-blog-gradient {
  z-index: -1;
  position: absolute;
  bottom: -206px;
  left: -236px;
}

.relative {
  z-index: 1;
  position: relative;
}

.home-v2-gradient-image {
  z-index: -1;
  opacity: .51;
  position: absolute;
  bottom: -169px;
  left: -165px;
}

.home-v2-intro-right {
  position: relative;
}

.header-gradient {
  z-index: -1;
  opacity: .72;
  position: absolute;
  top: -206px;
  left: -236px;
}

.home-case-studies-gradient {
  opacity: .51;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.about-intro-right {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  max-width: 450px;
  height: auto;
}

.about-intro-right.nmax {
  max-width: none;
}

.about-intro-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.about-intro-grid._2 {
  place-items: center end;
}

.about-intro-block {
  width: 100%;
  max-width: 620px;
  position: relative;
}

.about-section-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.section-link {
  color: #ffffff4d;
  margin-left: 1px;
  padding-right: 40px;
  text-decoration: none;
}

.section-link-seperator {
  background-color: #ffffff4d;
  height: 1px;
  margin-top: 13px;
  position: relative;
  overflow: hidden;
}

.about-section-seperator {
  background-color: var(--white);
  width: 75%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.vision-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: minmax(256px, auto) minmax(105px, auto) minmax(256px, 256px);
  grid-template-columns: minmax(200px, 316px) 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.vision-block {
  border: 1px solid var(--dim-grey);
  background-color: var(--black);
  padding: 27px 33px 16px;
  position: relative;
}

.opacity-70 {
  opacity: .7;
}

.max-width-500 {
  width: 100%;
  max-width: 500px;
}

.vision-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-300 {
  width: 100%;
  max-width: 300px;
}

.vision-image-wrapper {
  position: relative;
  overflow: hidden;
}

.story-wrapper {
  padding-right: 64px;
}

.story-image {
  object-fit: cover;
  width: 100%;
  max-width: 543%;
  height: 190px;
  margin-bottom: 20px;
}

.team-slides-wrapper {
  margin-top: -94px;
  padding-top: 112px;
  position: relative;
}

.team-slider {
  background-color: #0000;
  width: 25%;
  height: 100%;
  position: static;
}

.team-mask {
  overflow: visible;
}

.team-slide {
  justify-content: flex-end;
}

.careers-intro-block {
  width: 100%;
  max-width: 620px;
  margin-top: 40px;
  position: relative;
}

.positions-v1-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.careers-list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.position-box {
  flex-direction: column;
  height: 100%;
  padding-right: 18px;
  display: flex;
}

.position-subtitles-box {
  align-items: center;
  display: flex;
}

.position-salary-box {
  margin-top: 11px;
  margin-bottom: 11px;
}

.position-type-box {
  margin-top: 12px;
}

.position-button-wrapper {
  margin-top: auto;
}

.position-v1-filter-wrapper {
  z-index: 1;
  margin-top: -157px;
}

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

.filter-item {
  margin-top: 17px;
  margin-bottom: 17px;
}

.filter-item.horizontal-filters {
  margin-right: 15px;
}

.position-v2-filter-wrapper {
  z-index: 1;
  margin-top: 40px;
  display: flex;
}

.case-studies-filter-box {
  width: 100%;
}

.filter-list {
  flex-wrap: wrap;
  display: flex;
}

.positions-row {
  border-bottom: 1px solid #ffffffc7;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.positions-row:last-child {
  border-bottom-style: none;
}

.positions-v2-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.position-v2-button-wrapper {
  margin-top: 27px;
}

.career-intro-image {
  object-fit: cover;
  width: 100%;
  max-width: 409px;
  height: 446px;
}

.career-intro-block {
  width: 100%;
  max-width: 620px;
  position: relative;
}

.career-intro-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.career-intro-right {
  object-fit: cover;
  width: 100%;
  max-width: 409px;
  height: 446px;
}

.values-grid {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 50%;
}

.work-slides-wrapper {
  margin-top: -112px;
  padding-top: 112px;
  position: relative;
}

.work-slider {
  background-color: #0000;
  width: 50%;
  height: 100%;
  position: static;
}

.work-mask {
  overflow: visible;
}

.work-slide {
  justify-content: flex-end;
  padding-right: 34px;
}

.work-image-wrapper {
  border: 1px solid var(--grey);
  align-items: flex-end;
  height: 396px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-gradient {
  z-index: -1;
  background-image: linear-gradient(to top, #000000b8, #1414143b 48%, #0000);
  width: 100%;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.benefits-grid {
  grid-column-gap: 0px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits-grid.maxw {
  max-width: 956px;
}

.process-box {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 47px;
  padding-left: 68px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.process-icon {
  width: 44px;
  position: relative;
}

.case-studies-intro-block {
  width: 100%;
  max-width: 620px;
  margin-top: 40px;
  position: relative;
}

.case-studies-filter-wrapper {
  z-index: 1;
  margin-top: 40px;
  display: flex;
}

.case-studies-list {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 55px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -44px;
  display: grid;
  position: relative;
}

.case-studies-item {
  padding-right: 98px;
}

.case-studies-item:nth-child(2n) {
  margin-top: -105px;
}

.case-studies-block {
  border: 1px solid var(--grey);
  background-color: var(--black);
}

.case-study-block-content {
  border-top: 1px solid var(--grey);
  padding: 20px 25px 25px;
  text-decoration: none;
  transition: opacity .2s;
}

.case-study-block-content:hover {
  opacity: .7;
}

.nested-tag-wrapper {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.case-studies-tag {
  margin-bottom: 12px;
  margin-right: 8px;
}

.case-studies-tag-list {
  flex-wrap: wrap;
  display: flex;
}

.case-studies-row {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.case-studies-row:nth-child(odd) {
  flex-direction: row-reverse;
}

.case-studies-content-right {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 64px;
  padding-right: 80px;
  text-decoration: none;
  display: flex;
}

.case-studies-content {
  width: 100%;
}

.standard-link-block {
  text-decoration: none;
  transition: opacity .2s;
}

.standard-link-block:hover {
  opacity: .8;
}

.department-item {
  margin-bottom: 100px;
}

.team-department-header {
  opacity: .8;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.team-intro-block {
  width: 100%;
  max-width: 620px;
  margin-top: 40px;
  position: relative;
}

.team-square-grid-type-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-square-item-type-2 {
  padding-right: 160px;
}

.team-square-item-type-2:nth-child(odd) {
  margin-top: 30%;
}

.team-square-item-type-2:nth-child(2n) {
  margin-top: -30%;
}

.team-rectangle {
  align-items: flex-end;
  height: 542px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-intro-block-type-3 {
  width: 100%;
  max-width: 620px;
  margin-top: 40px;
  padding-right: 90px;
  position: relative;
}

.contact-intro-block {
  width: 100%;
  max-width: 620px;
  margin-top: 40px;
  position: relative;
}

.testimonials-grid {
  grid-column-gap: 0px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-info-grid {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  display: grid;
}

.contact-icon {
  width: 44px;
  margin-bottom: 30px;
}

.contact-info-link {
  letter-spacing: -.88px;
  margin-top: 5px;
  padding-bottom: 6px;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.contact-info-link:hover {
  opacity: .7;
}

.contact-content-right {
  padding-top: 66px;
  padding-left: 40px;
}

.contact-form {
  border: 1px solid var(--primary);
  background-color: var(--black);
  padding: 28px 15px 28px 36px;
}

.field-block {
  margin-bottom: 30px;
}

.contact-input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  width: 100%;
  max-width: 250px;
  height: 48px;
  transition: border-color .2s;
}

.contact-input:hover {
  border-bottom-color: #ffffffb3;
}

.contact-input:focus {
  border-bottom-color: var(--primary);
}

.contact-input::placeholder {
  color: var(--grey);
}

.contact-input.contact-area {
  height: auto;
  min-height: 100px;
}

.contact-field-label {
  letter-spacing: -.28px;
  font-weight: 400;
}

.contact-button-wrapper {
  display: inline-block;
}

.form-heading {
  margin-bottom: 40px;
  font-size: 32px;
}

.checkbox-group {
  margin-top: 11px;
}

.checkbox {
  border-radius: 50px;
  margin-right: 16px;
}

.checkbox.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--black);
  background-size: 8px;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 10px 1px #e1f03880;
}

.checkbox-field {
  margin-bottom: 11px;
  transition: opacity .2s;
}

.checkbox-field:hover {
  opacity: .7;
}

.radio-group {
  flex-wrap: wrap;
  display: flex;
}

.radio-button-field {
  border: 1px solid var(--white);
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 10px 20px;
  transition: border-color .2s;
  position: relative;
}

.radio-button-field:hover {
  border-color: #ffffffb3;
}

.radio-button {
  border: 0 #000;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border .2s, transform .2s, box-shadow .2s, background-color .2s;
  position: absolute;
  inset: 0%;
}

.radio-button:hover, .radio-button:active {
  border-style: none;
  border-radius: 0%;
}

.radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary);
  background-color: #e1f03814;
  border-radius: 0%;
  transform: scale(1.02);
  box-shadow: 0 0 7px #e1f03880;
}

.radio-button.w--redirected-focus {
  border-style: solid;
  border-color: var(--primary);
  border-radius: 0%;
  transform: scale(1.02);
  box-shadow: 0 0 6px #e1f03880;
}

.radio-label {
  z-index: 1;
  position: relative;
}

.success-message {
  background-color: var(--primary);
  color: var(--black);
}

.error-message {
  background-color: #ec5c0c;
}

.career-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-details-grid {
  justify-content: space-between;
  width: 100%;
  max-width: 540px;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.career-checkbox-group {
  margin-top: 11px;
}

.blog-main-image {
  object-fit: cover;
  width: 100%;
  height: 197px;
  margin-bottom: 30px;
}

.share-wrapper {
  margin-top: 65px;
}

.more-posts-grid {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-posts-item {
  padding-right: 150px;
}

.team-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-content-right {
  padding-top: 20px;
  padding-left: 167px;
  position: sticky;
  top: 100px;
}

.team-intro-image {
  object-fit: cover;
  width: 100%;
  max-height: 691.016px;
}

.blog-v1-header-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-full-list-wrapper {
  width: 100%;
}

.blog-v1-subscribe-form {
  border: 1px solid var(--primary);
  background-color: var(--black);
  width: 100%;
  max-width: 297px;
  margin-bottom: 0;
  padding: 24px;
}

.blog-full-item, .blog-full-item.narrow-gutter {
  padding-right: 30px;
}

.blog-full-item.full-height {
  height: 100%;
}

.blog-full-link-wrapper {
  align-items: flex-end;
  min-height: 311px;
  padding: 30px 42px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-full-link-wrapper.small-wrapper {
  padding: 23px 20px;
}

.blog-full-link-wrapper.full-height {
  height: 100%;
}

.blog-thumb-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-background-gradient {
  z-index: -1;
  background-image: linear-gradient(to top, #000000c2, #0000003b 50%, #0000);
  height: 277px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.margin-top-15 {
  margin-top: 15px;
}

.blog-posts-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-posts-grid.four-column {
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog-posts-grid.narrow-gutter {
  margin-bottom: 30px;
}

.blog-posts-grid.nested-grid {
  grid-column-gap: 18px;
  margin-bottom: 0;
}

.blog-posts-grid.has--form-block {
  margin-bottom: 30px;
}

.blog-posts-grid.with-full-width-posts {
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.blog-post-spacer {
  padding-right: 70px;
}

.blog-post-spacer.small-spacer {
  padding-right: 18px;
}

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

.blog-v2-subscribe-form {
  border: 1px solid var(--primary);
  background-color: var(--black);
  width: 100%;
  max-width: 297px;
  margin-bottom: 0;
  padding: 24px;
}

.dropdown-toggle {
  color: var(--white);
  letter-spacing: -.02px;
  font-family: Neo sans std, sans-serif;
  font-size: 16px;
}

.dropdown-list {
  background-color: var(--black);
}

.dropdown-list.w--open {
  border: 1px solid var(--primary);
}

.dropdown-link {
  letter-spacing: -.02em;
  width: auto;
  min-width: 144px;
  padding: 14px 20px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-bg {
  z-index: 1;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-101%);
}

.dropdown-text {
  z-index: 2;
  position: relative;
}

.section-navigator-wrapper {
  z-index: 100;
  background-color: var(--black);
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.has-overflow {
  overflow: visible;
}

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

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

.page-not-found-image {
  width: 100%;
  max-width: 80px;
  margin-bottom: 30px;
}

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

.utility-page-form.align-left {
  text-align: left;
}

.style-guide-row {
  margin-bottom: 80px;
  display: flex;
}

.style-guide-content-right {
  width: 100%;
}

.max-width-175 {
  width: 100%;
  max-width: 175px;
}

.style-guide-content-left {
  width: 100%;
  max-width: 297px;
}

.sticky-120 {
  position: sticky;
  top: 120px;
}

.colors-grid {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-block-wrapper {
  padding-right: 55px;
}

.color-block {
  border: 1px solid var(--grey);
  height: 118px;
  margin-bottom: 15px;
}

.primary-color {
  background-color: var(--primary);
}

.light-grey {
  background-color: var(--grey);
}

.dark-grey {
  background-color: var(--dark-grey);
}

.black-color {
  background-color: var(--black);
}

.white-color {
  background-color: var(--white);
}

.style-guide-main-content {
  width: 100%;
  max-width: 595px;
  padding-right: 38px;
}

.style-guide-button-wrapper {
  margin-top: 30px;
  display: flex;
}

.button-spacer {
  width: 30px;
}

.case-study-content-left {
  width: 100%;
}

.case-study-content-right {
  width: 100%;
  height: 100%;
  position: relative;
}

.case-study-intro-image {
  object-fit: contain;
  width: 100%;
  max-width: 550px;
  position: relative;
}

.next-project {
  text-decoration: none;
  display: block;
  position: relative;
}

.next-project-block {
  border: 1px solid var(--white);
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.next-project-content {
  opacity: .8;
}

.intro-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.intro-grid._2 {
  width: 100%;
  display: flex;
}

.intro-block-left {
  margin-top: 44px;
  position: relative;
}

.intro-right {
  max-height: 350px;
  padding-left: 32px;
}

.showcase-image {
  border: 1px solid var(--grey);
  width: 100%;
  margin-bottom: 32px;
}

.showcase-image.in--wrapper {
  object-fit: cover;
  border-style: none;
  margin-bottom: 0;
  transform: scale(1.05);
}

.showcase-grid {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.showcase-wrapper {
  padding-right: 34px;
}

.showcase-link {
  border: 1px solid var(--dim-grey);
  align-items: flex-start;
  min-height: 350px;
  margin-bottom: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.showcase-link.is--casestudy {
  min-height: 0;
}

.showcase-link.is--casestudy.has--tags {
  margin-bottom: 0;
}

.showcase-heading {
  text-decoration: none;
  transition: opacity .2s;
}

.showcase-heading:hover {
  opacity: .7;
}

.image-colored-bg {
  z-index: 2;
  background-color: var(--hover-state);
  width: 100%;
  height: 100%;
  transition: transform .2s;
  position: absolute;
  inset: 0%;
  transform: translate(-101%);
}

.mouse-link {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  cursor: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.team-image-link-wrapper {
  margin-bottom: 36px;
  display: block;
  overflow: hidden;
}

.team-square-link-v2 {
  margin-bottom: 29px;
  position: relative;
  overflow: hidden;
}

.no-overflow {
  overflow: hidden;
}

.team-v4-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-v4-members-wrapper {
  width: 3px;
  height: 3px;
  position: absolute;
}

.team-accordion-trigger {
  position: absolute;
}

.team-accordion-trigger._12-o-clock {
  bottom: 210px;
  right: 100px;
}

.team-accordion-trigger._1-o-clock {
  bottom: 200px;
  left: 160px;
}

.team-accordion-trigger._2-o-clock {
  bottom: 130px;
  left: 400px;
}

.team-accordion-trigger._3-o-clock {
  left: 370px;
}

.team-accordion-trigger._4-o-clock {
  top: 218px;
  left: 214px;
}

.team-accordion-trigger._6-o-clock {
  top: 265px;
  right: -10px;
}

.team-accordion-trigger._7-o-clock {
  top: 188px;
  right: 302px;
}

.team-accordion-trigger._9-o-clock {
  bottom: -44px;
  right: 383px;
}

.team-accordion-trigger._11-o-clock {
  bottom: 134px;
  right: 344px;
}

.team-v4-image-wrapper {
  border: 1px solid #0000;
  border-radius: 100%;
  width: 95px;
  height: 95px;
  overflow: hidden;
}

.team-v4-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.team-v4-accordion-content {
  z-index: 1;
  border: 1px solid var(--white);
  background-color: var(--black);
  width: 100%;
  min-width: 568px;
  max-height: 371px;
  padding: 32px;
  display: none;
  position: absolute;
  bottom: -50%;
  right: -50%;
  overflow: hidden;
  transform: translate(50%, 50%);
}

.team-v4-intro-block {
  text-align: center;
}

.team-v4-gradient {
  z-index: -1;
  max-width: 300px;
  max-height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.images-grid {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-image {
  padding-right: 32px;
}

.linear-gradient {
  z-index: 1;
  background-image: linear-gradient(0deg, #141414 6%, #14141485 36%, #0000 67%);
  width: 100%;
  max-width: 600px;
  height: 50vh;
  position: absolute;
  bottom: 0;
}

.linear-gradient.up {
  background-image: linear-gradient(to top, #0000 37%, #14141485 62%, #141414 95%);
  top: 0;
  bottom: auto;
}

.image-black-bg {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-101%);
}

.animate-fade-0-4.ct {
  text-align: center;
  max-width: none;
}

.footer-link-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  transform: translate(-101%);
}

.testimonial-slide {
  height: auto;
  margin-bottom: 80px;
}

.growth-sticky-box {
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

.service-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.section-link-seperator-fillter {
  background-color: var(--white);
  width: 1%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -1%;
}

.contact-link-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link-yellow-fill {
  background-color: var(--primary);
  width: 10%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.border-line-wrapper {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-full-height {
  height: 100%;
}

.animate-fade-0.ct {
  text-align: center;
  max-width: none;
}

.pages-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--primary);
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-list-large {
  background-color: var(--black);
}

.dropdown-list-large.w--open {
  background-color: #0000;
  padding-top: 10px;
}

.scroll-image-sticky-box {
  width: 415px;
  height: 80%;
  transition: opacity .8s;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.scroll-image-sticky-box.first {
  z-index: 3;
}

.scroll-image-sticky-box.second {
  z-index: 2;
}

.scroll-image-sticky-box.third {
  z-index: 1;
}

.scroll-anchor {
  height: 40%;
  position: absolute;
}

.scroll-anchor.second {
  top: 40%;
}

.scroll-anchor.third {
  height: 20%;
  top: 80%;
}

.read-story-icon {
  opacity: .37;
  width: 28px;
}

.process-icon-box {
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}

.process-icon-decorator {
  background-color: var(--primary);
  border-radius: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto -6px -6px auto;
}

.career-dot {
  z-index: 1;
  border: 8px solid var(--black);
  background-color: var(--dim-grey);
  border-radius: 32px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 1px;
  position: absolute;
  inset: -3px auto auto 0%;
  transform: translate(-50%);
}

.image-border {
  border-top: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
}

.home-v2-intro-image-position {
  position: relative;
  top: 50px;
}

.max-550 {
  width: 100%;
  max-width: 550px;
}

.case-study-dot-last {
  z-index: 1;
  border: 8px solid var(--black);
  background-color: var(--dim-grey);
  border-radius: 32px;
  width: 24px;
  height: 24px;
  margin-left: 1px;
  position: absolute;
  inset: auto 0% 0;
  transform: translate(-50%);
}

.story-item-grid {
  grid-column-gap: 52px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 20px;
  position: relative;
}

.about-story-wrapper {
  padding-left: 34px;
  position: relative;
}

.about-story-dot {
  z-index: 1;
  border: 8px solid var(--black);
  background-color: var(--dim-grey);
  border-radius: 32px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 1px;
  position: absolute;
  inset: -3px auto auto -34px;
  transform: translate(-50%);
}

.about-story-line-background {
  background-color: var(--dim-grey);
  width: 1px;
  position: absolute;
  inset: 18px auto 0% 0%;
}

.about-story-line {
  background-color: var(--primary);
  width: 100%;
  height: 0;
  transition: opacity .8s;
  position: relative;
}

.case-study-dot-1 {
  z-index: 1;
  border: 8px solid var(--black);
  background-color: var(--dim-grey);
  border-radius: 32px;
  width: 24px;
  height: 24px;
  margin-top: -24px;
  margin-left: 1px;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-50%);
}

.case-study-dot-3 {
  z-index: 1;
  border: 8px solid var(--black);
  background-color: var(--dim-grey);
  border-radius: 32px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: 1px;
  position: absolute;
  inset: 59% 0% auto;
  transform: translate(-50%);
}

.section-anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -120px;
}

.paragraph {
  font-family: Neo sans std, sans-serif;
}

.paragraph.big {
  font-size: 20px;
}

.heading {
  font-family: Neo sans std, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--primary);
}

.image {
  width: 100px;
}

.text-span-4, .text-span-5 {
  color: var(--white);
}

.text-span-6 {
  color: var(--primary);
}

.image-2 {
  width: 80%;
}

.body {
  background-color: #000;
}

.text-span-7 {
  color: var(--primary);
}

.heading-2 {
  font-size: 40px;
  line-height: 45px;
}

.heading-2.hd2 {
  color: var(--white);
  font-size: 25px;
  line-height: 35px;
}

.heading-3, .heading-4 {
  font-size: 40px;
  line-height: 45px;
}

.text-span-8 {
  color: #03a5eb;
  font-weight: 400;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block.sd {
  justify-content: flex-start;
  align-items: stretch;
}

.code-embed, .code-embed-2, .code-embed-3 {
  width: auto;
}

.servico {
  width: 32%;
}

.servicos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.imageservice {
  background-image: url('../images/corollafrota.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  height: 226px;
  margin-bottom: 20px;
}

.imageservice._2 {
  background-image: url('../images/3b93b0_504f46a618aa4d26a1fa0ca6f53b9a80.avif');
  background-position: 50%;
  background-size: cover;
}

.imageservice._2.minivan {
  background-image: url('../images/MERCEDES-BENZ-VITO-and-eVITO-TOURER-2020-01.avif');
  background-position: 0%;
}

.imageservice.compass {
  background-image: url('../images/jeep-compass-2025-s-5-1920x1080.webp');
}

.imageservice.commander {
  background-image: url('../images/Commander-1.3-T270-Overland-Auto-24-25-lado-preto.webp');
}

.imageservice._1 {
  background-image: url('../images/header-5.avif');
  background-position: 50%;
  background-size: cover;
}

.imageservice._1.sprinter {
  background-image: url('../images/mercedes-benz-sprinter-2020-brasil.avif');
}

.imageservice._3 {
  background-image: url('../images/Design-sem-nome.avif');
}

.imageservice._3.scudo {
  background-image: url('../images/TUBSEASJFBJZ3BIJU6ZZ22P5QM.avif');
}

.paragraph-2 {
  font-size: 15px;
}

.text-span-9 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-3 {
  font-weight: 400;
}

.hero-v4-nav {
  justify-content: center;
  align-items: flex-start;
  height: 60px;
  padding-top: 20px;
  font-size: 9px;
  display: flex;
}

.hero-v4-nav.hdd {
  display: none;
}

.slider-arrow-button {
  background-color: #4a5b42;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 12px;
  transition: background-color .2s;
  display: flex;
}

.slider-arrow-button:hover {
  background-color: #eca69b;
}

.slider-arrow-button.left {
  border: 1px solid var(--primary);
  background-color: #84848426;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.slider-arrow-button.left:hover {
  background-color: var(--black);
}

.slider-arrow-button.right {
  border: 1px solid var(--primary);
  background-color: #84848426;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.slider-arrow-button.right:hover {
  background-color: var(--black);
}

.slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.slider-arrow.hdd {
  display: none;
}

.hero-slider {
  color: #fff;
  height: 700px;
}

.intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.intro.wide {
  max-width: 800px;
}

.divider {
  background-color: #a8c699;
  border-left: 20px solid #4a5b42;
  width: 48px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.divider.white {
  background-color: #fff6;
  border-left-color: #fff;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4a5b42;
  background-image: none;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.button-2:hover, .button-2.color-1 {
  background-color: #eca69b;
}

.button-2.color-1:hover {
  background-color: #4a5b42;
}

.button-icon {
  float: left;
  height: 24px;
  margin-left: -2px;
  margin-right: 10px;
}

.paragraph-big {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.wrapper {
  z-index: 1;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.title-2 {
  color: #748e67;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.title-2.big {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150%;
  min-height: 60vh;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.bg-image._4 {
  background-image: linear-gradient(#20242e66, #20242e66), url('../images/brooke-cagle-609873-unsplash.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._5 {
  background-image: linear-gradient(#20242e80, #20242e80), url('../images/le-buzz-568591-unsplash.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._6 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/corollart1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.bg-image._6.banner2 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/commanderrt1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._6.banner3 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/banner4.avif');
}

.bg-image._6.banner4 {
  background-image: linear-gradient(45deg, #000, #0000), linear-gradient(#0000001a, #0000001a), url('../images/minivan-banner.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.bg-image._6.banner5 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/compassrt1.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._6.banner6 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/vanrt1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.transpexerj {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/banner1rd.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.bg-image.transpexerj.banner2 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/banner2.avif');
}

.bg-image.transpexerj.banner3 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/banner4.avif');
}

.bg-image.transpexerj.banner4 {
  background-image: linear-gradient(45deg, #000, #0000), linear-gradient(#0000001a, #0000001a), url('../images/banner3.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.bg-image.transpexerj.banner5 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/banner3_1.avif');
}

.bg-image.transpexerj.banner6 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/banner6.avif');
}

.bg-image.transpexerj.cop30 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/ridetech-cop30-desktop-1.avif');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide {
  text-align: center;
  background-color: #4a5b42;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
  position: relative;
}

.link-whatsapp {
  z-index: 100000;
  background-color: #0ec962;
  background-image: url('../images/Link-WhatsApp.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: fixed;
  inset: auto 30px 30px auto;
  box-shadow: 1px 1px 4px 1px #8e94a2;
}

.link-whatsapp.w--current {
  background-color: #00eb8f;
  width: 35px;
  height: 35px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-3 {
  padding: 28px 16px;
}

.dadotext {
  font-size: 20px;
  line-height: 30px;
}

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

.image-3 {
  display: none;
}

.slider {
  background-color: #0000;
  border-radius: 16px;
  height: 300px;
  margin-bottom: 20px;
}

.sl1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
}

.sl1.fusion1 {
  background-image: url('../images/fusionrt1.jpg');
}

.sl1.fusion2 {
  background-image: url('../images/fudionrt2.jpg');
}

.sl1.fusin3 {
  background-image: url('../images/fusion6_1fusion6.avif');
}

.sl1.fusion4 {
  background-image: url('../images/fusion3_1fusion3.avif');
  background-position: 50% 0;
}

.sl1.fusion5 {
  background-image: url('../images/fusion1_1fusion1.avif');
}

.sl1.fusion6 {
  background-image: url('../images/fusion2_1fusion2.avif');
}

.sl1.accord1 {
  background-image: url('../images/accrt1.jpg');
  background-position: 50%;
}

.sl1.accord2 {
  background-image: url('../images/accrt3.jpg');
  background-position: 50%;
}

.sl1.accord3 {
  background-image: url('../images/hondaacord2.jpg');
}

.sl1.accord4 {
  background-image: url('../images/accrt2.jpg');
  background-position: 50%;
}

.sl1.compass1 {
  background-image: url('../images/compassrt1.jpg');
  background-position: 0%;
}

.sl1.compass2 {
  background-image: url('../images/compassrt2.jpg');
  background-position: 50%;
}

.sl1.compass3 {
  background-image: url('../images/compass5_1compass5.avif');
}

.sl1.compass4 {
  background-image: url('../images/compass6_1compass6.avif');
  background-position: 50%;
}

.sl1.cor1 {
  background-image: url('../images/corollart1.jpg');
}

.sl1.cor5 {
  background-image: url('../images/cor2_1cor2.avif');
}

.sl1.cor7 {
  background-image: url('../images/cor7_1cor7.avif');
}

.sl1.cor4 {
  background-image: url('../images/cor3_1cor3.avif');
  background-position: 50% 0;
}

.sl1.cor2 {
  background-image: url('../images/corollart2.jpg');
  background-position: 50%;
}

.sl1.cor3 {
  background-image: url('../images/cor4_1cor4.avif');
}

.sl1.cor6 {
  background-image: url('../images/cor1_1cor1.avif');
  background-position: 50%;
}

.sl1.comm6 {
  background-image: url('../images/comm2_1comm2.avif');
  background-position: 50% 0;
}

.sl1.comm3 {
  background-image: url('../images/comm7_1comm7.avif');
}

.sl1.comm5 {
  background-image: url('../images/comm4_1comm4.avif');
  background-position: 50% 0;
}

.sl1.comm7 {
  background-image: url('../images/comm3_1comm3.avif');
}

.sl1.comm2 {
  background-image: url('../images/commanderrt2.jpg');
  background-position: 0%;
}

.sl1.comm4 {
  background-image: url('../images/comm5_1comm5.avif');
  background-position: 50% 0;
}

.sl1.comm1 {
  background-image: url('../images/commanderrt1.jpg');
}

.sl1.van1 {
  background-image: url('../images/minivanrt1.jpg');
}

.sl1.van2 {
  background-image: url('../images/minivanrt2.jpg');
  background-position: 50%;
}

.sl1.van3 {
  background-image: url('../images/van6_1van6.avif');
}

.sl1.van4 {
  background-image: url('../images/van3_1van3.avif');
  background-position: 50% 100%;
}

.sl1.van5 {
  background-image: url('../images/van2_1van2.avif');
  background-position: 50% 0;
}

.sl1.van6 {
  background-image: url('../images/van4_1van4.avif');
}

.sl1.v5 {
  background-image: url('../images/v3_1v3.avif');
}

.sl1.v9 {
  background-image: url('../images/v4_1v4.avif');
}

.sl1.v6 {
  background-image: url('../images/v8_1v8.avif');
}

.sl1.v7 {
  background-image: url('../images/v5_1v5.avif');
  background-position: 50%;
}

.sl1.v3 {
  background-image: url('../images/v2_1v2.avif');
}

.sl1.v1 {
  background-image: url('../images/vanrt1.jpg');
}

.sl1.v2 {
  background-image: url('../images/vanrt2.jpg');
}

.sl1.v4 {
  background-image: url('../images/v7_1v7.avif');
  background-position: 50%;
}

.sl1.v8 {
  background-image: url('../images/v6_1v6.avif');
}

.slider-2, .slider-3, .slider-4, .slider-5, .slider-6, .slider-7 {
  background-color: #0000;
  border-radius: 16px;
  height: 300px;
}

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

  .section.small-padding-bottom-tablet {
    padding-bottom: 32px;
  }

  .section.values-section {
    margin-top: 0;
  }

  .section.intro-section {
    padding-bottom: 20px;
  }

  .section.team-v4 {
    height: auto;
    padding-top: 120px;
  }

  .container.nav-container {
    border-color: var(--dim-grey);
    background-color: var(--black2);
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-intro-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .intro-image {
    object-fit: cover;
    height: 275px;
  }

  .home-intro-content {
    padding-top: 0;
    padding-left: 0;
  }

  .services-home-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-header.section-space-between {
    margin-bottom: 52px;
  }

  .testimonial-description-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .subtitle-divider.testimonial-divider {
    display: none;
  }

  ._3-column-width {
    padding-right: 0;
  }

  .team-square-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-square-image {
    margin-bottom: 24px;
  }

  .blog-no-photo-item {
    padding-right: 24px;
  }

  .logotypes-border-box {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .logotypes-border-box.type-2 {
    margin-top: 20px;
  }

  .logotype-in-border-box {
    margin-left: 32px;
    margin-right: 32px;
  }

  .section-button-wrapper {
    padding-bottom: 10px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-box.bottom-align-box {
    justify-content: flex-start;
  }

  .nav-button-wrapper {
    justify-content: flex-start;
    margin-top: 8px;
    display: flex;
  }

  .nav-menu {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: var(--dim-grey);
    background-color: var(--black);
    margin-left: 40px;
    margin-right: 40px;
    padding: 8px 16px 32px;
  }

  .hamburger-menu {
    flex-direction: column;
    justify-content: space-between;
    height: 12px;
    display: flex;
  }

  .hamburger-line {
    background-color: var(--white);
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    padding-right: 0;
  }

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

  .brand {
    padding-left: 0;
  }

  .home-v2-intro-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .title {
    font-size: 42px;
  }

  .home-v2-intro-image {
    object-fit: cover;
    width: 100vw;
    max-width: 100%;
    height: 275px;
    top: 0;
  }

  .play-button-position {
    bottom: 0;
    right: 0;
  }

  .content-row {
    flex-direction: column;
  }

  .home-v2-blog {
    margin-top: 48px;
  }

  .team-square-grid-v2 {
    grid-template-columns: 1fr 1fr;
  }

  .team-square-image-v2 {
    margin-bottom: 24px;
  }

  .cta-wrapper {
    margin-left: 1px;
  }

  .home-v3-intro-block {
    max-width: 80%;
  }

  .home-v3-intro-block.maxw {
    max-width: 100%;
  }

  .services-home-v3-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-v3-blog-content {
    padding-right: 0;
  }

  .testimonials-slider-home-v3 {
    height: 480px;
  }

  .home-v3-blog-grid {
    grid-template-columns: minmax(200px, 1fr) 1fr;
  }

  .home-v3-split-content.first {
    order: -1;
  }

  .about-intro-right {
    object-fit: cover;
    object-position: 50% 30%;
    max-width: 100%;
    height: auto;
    top: 0;
  }

  .about-intro-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .vision-block {
    padding-top: 65px;
  }

  .story-wrapper {
    padding-right: 32px;
  }

  .team-slider {
    width: 33%;
  }

  .careers-list-grid {
    grid-row-gap: 72px;
    grid-template-columns: 1fr 1fr;
  }

  .position-v1-filter-wrapper {
    margin-top: -90px;
  }

  .career-intro-image {
    object-fit: cover;
    object-position: 50% 30%;
    max-width: 100%;
    height: 275px;
    top: 0;
  }

  .career-intro-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .career-intro-right {
    object-fit: cover;
    object-position: 50% 30%;
    max-width: 100%;
    height: 275px;
    top: 0;
  }

  .values-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-studies-item {
    padding-right: 32px;
  }

  .case-studies-content-right {
    padding: 16px;
  }

  .case-studies-content {
    display: flex;
  }

  .team-square-grid-type-2 {
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
  }

  .team-square-item-type-2 {
    padding-right: 32px;
  }

  .team-square-item-type-2:nth-child(odd) {
    margin-top: 30%;
    margin-bottom: -20%;
  }

  .team-square-item-type-2:nth-child(2n) {
    margin-top: 0%;
  }

  .contact-us-main-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-content-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-main-grid {
    grid-template-columns: 1fr;
  }

  .more-posts-item {
    padding-right: 40px;
  }

  .team-main-grid {
    grid-template-columns: 1fr;
  }

  .team-content-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-intro-image {
    object-fit: cover;
    width: 100vw;
    max-width: 100%;
    height: 275px;
    top: 0;
  }

  .blog-posts-grid.has--form-block {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-posts-grid.with-full-width-posts {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-post-spacer {
    padding-right: 35px;
  }

  .blog-v2-subscribe-form {
    max-width: none;
  }

  .dropdown-list.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-content-right {
    order: -1;
  }

  .case-study-intro-image {
    object-fit: cover;
    width: 100vw;
    max-width: 100%;
    height: 275px;
    margin-top: 30px;
    top: 0;
  }

  .intro-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .intro-block-left {
    padding-bottom: 20px;
  }

  .intro-right {
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .intro-right.ct {
    max-height: none;
  }

  .showcase-link {
    min-height: 195px;
  }

  .mouse-link {
    display: none;
  }

  .team-v4-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-v4-members-wrapper {
    width: auto;
    height: auto;
    margin-top: 60px;
    position: static;
  }

  .team-accordion-trigger {
    margin-bottom: 32px;
    position: static;
  }

  .team-v4-accordion-container {
    flex-direction: column;
    margin-bottom: 60px;
    display: flex;
  }

  .team-v4-image-wrapper {
    border-top-color: var(--primary);
    border-left-color: var(--primary);
    border-radius: 0%;
    width: 50%;
    height: 300px;
  }

  .team-v4-image {
    border-radius: 0%;
  }

  .team-v4-accordion-content {
    min-width: 0;
    max-height: none;
    display: block;
    position: static;
    overflow: visible;
    transform: none;
  }

  .team-v4-intro-block {
    text-align: left;
  }

  .images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .linear-gradient {
    max-width: none;
    height: 20vh;
  }

  .growth-sticky-box {
    top: 40vh;
  }

  .dropdown {
    width: 100%;
  }

  .service-image {
    min-height: 100%;
  }

  .pages-grid {
    border-width: 0;
    flex-direction: column;
    display: flex;
  }

  .dropdown-list-large.w--open {
    border: 1px solid var(--primary);
    height: 200px;
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    overflow: scroll;
  }

  .home-v2-intro-image-position {
    top: 0;
  }

  .image-2 {
    vertical-align: baseline;
    width: 75%;
  }

  .servico {
    width: 45%;
  }

  .hero-v4-nav {
    height: 52px;
    font-size: 8px;
  }

  .hero-slider {
    height: 800px;
    margin-top: 0;
    padding-top: 0;
  }

  .intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-image.transpexerj.cop30 {
    background-image: linear-gradient(45deg, #000, #0000), url('../images/ridetech-cop30-desktop-1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-slide {
    padding-top: 8px;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 24px 12px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.horario {
    flex-flow: column;
    justify-content: center;
  }

  .intro-image {
    height: 196px;
  }

  .service-home-box {
    padding-right: 24px;
  }

  .section-header.section-space-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-study-line-item {
    padding-left: 48px;
  }

  .case-study-dot-2 {
    margin-top: 14px;
  }

  .testimonials-slider {
    width: 100%;
  }

  .left-arrow.testimonial {
    margin-left: 0;
    margin-right: 0;
    inset: 0 60px auto auto;
  }

  .right-arrow.testimonial {
    margin-left: 0;
    margin-right: 0;
    inset: 0 0 auto auto;
  }

  .blog-no-photo-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .logotypes-border-box {
    justify-content: center;
  }

  .logotype-in-border-box {
    margin-bottom: 32px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .team-header-box {
    margin-bottom: 32px;
  }

  .home-v2-intro-image {
    height: 196px;
  }

  .play-button-position {
    display: none;
    bottom: -41px;
  }

  .service-home-v2-box {
    min-height: 320px;
    padding-right: 24px;
  }

  .scrolling-wrapper {
    height: auto;
  }

  .scrolling-content-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
    height: auto;
    position: relative;
    top: 0;
  }

  .scrolling-image-wrapper {
    flex-direction: row;
    height: auto;
    display: flex;
    position: relative;
  }

  .scroll-image {
    max-height: 200px;
  }

  .growth-number {
    margin-top: 12px;
    margin-bottom: 11px;
    font-size: 38px;
  }

  .growth-content {
    height: auto;
  }

  .growth-content-wrapper {
    height: auto;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .case-studies-slider {
    width: 100%;
  }

  .case-studies-slides-wrapper {
    margin-top: 0;
    padding-top: 81px;
  }

  .home-v3-intro-block.maxw {
    max-width: 100%;
  }

  .services-home-v3-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-home-v3-box {
    height: auto;
    padding-right: 24px;
  }

  .service-home-v3-box._1 {
    height: auto;
  }

  .testimonials-slider-home-v3 {
    width: 100%;
    height: 384px;
    margin-bottom: 0;
  }

  .home-v3-blog-grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .about-intro-right {
    height: auto;
  }

  .about-section-links-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vision-grid {
    grid-template-rows: minmax(256px, auto) auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .vision-image-wrapper {
    height: 100%;
    min-height: 256px;
  }

  .team-slides-wrapper {
    margin-top: 0;
    padding-top: 81px;
  }

  .team-slider {
    width: 50%;
  }

  .positions-v1-grid {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .position-v1-filter-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .margin-top-40 {
    margin-top: 0;
  }

  .position-v2-filter-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .career-intro-image, .career-intro-right {
    height: 196px;
  }

  .work-slides-wrapper {
    margin-top: 0;
    padding-top: 81px;
  }

  .work-slider {
    width: 100%;
  }

  .case-studies-filter-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .case-studies-list {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .case-studies-item:nth-child(2n) {
    margin-top: 0;
  }

  .case-studies-row {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .case-studies-row:nth-child(odd) {
    flex-direction: column;
  }

  .team-square-grid-type-2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .team-square-item-type-2:nth-child(odd) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .team-rectangle {
    height: 420px;
  }

  .testimonials-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .contact-info-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .more-posts-item {
    padding-right: 20px;
  }

  .team-intro-image {
    height: 196px;
  }

  .blog-v1-header-grid {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-v1-subscribe-form {
    max-width: none;
  }

  .blog-full-item, .blog-full-item.narrow-gutter {
    padding-right: 0;
  }

  .blog-posts-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blog-posts-grid.four-column {
    grid-template-columns: 1fr 1fr;
  }

  .blog-posts-grid.narrow-gutter {
    grid-row-gap: 18px;
  }

  .blog-posts-grid.nested-grid {
    grid-row-gap: 24px;
  }

  .blog-posts-grid.with-full-width-posts {
    grid-column-gap: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-spacer {
    padding-right: 0;
  }

  .blog-v2-subscribe-form {
    max-width: none;
  }

  .style-guide-row {
    flex-direction: column;
  }

  .style-guide-content-left {
    margin-bottom: 30px;
  }

  .case-study-intro-image {
    height: 196px;
  }

  .showcase-link {
    min-height: 131px;
  }

  .team-image-link-wrapper, .team-square-link-v2 {
    margin-bottom: 12px;
  }

  .team-v4-image-wrapper {
    width: 75%;
  }

  .testimonial-slide {
    margin-top: 63px;
    margin-bottom: 0;
  }

  .growth-sticky-box {
    position: static;
  }

  .scroll-image-sticky-box.first {
    flex: none;
    width: 100%;
    height: 200px;
    position: relative;
  }

  .scroll-image-sticky-box.second {
    flex: none;
    width: 100%;
    height: 200%;
    position: relative;
    left: 0%;
    transform: none;
  }

  .scroll-image-sticky-box.third {
    flex: none;
    width: 100%;
    height: 200px;
    position: relative;
    left: 0%;
    transform: none;
  }

  .case-study-dot-last {
    margin-top: 32px;
  }

  .case-study-dot-1, .case-study-dot-3 {
    margin-top: 14px;
  }

  .div-block, .div-block.sd {
    justify-content: center;
    align-items: stretch;
  }

  .servico {
    width: 80%;
  }

  .hero-slider {
    height: 1000px;
  }

  .intro {
    margin-bottom: 48px;
  }

  .paragraph-big {
    font-size: 16px;
  }

  .title-2.big {
    margin-bottom: 16px;
  }

  .bg-image.transpexerj {
    background-image: linear-gradient(45deg, #000, #0000), url('../images/banner1rd.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image.transpexerj.cop30 {
    background-image: linear-gradient(45deg, #000, #0000), url('../images/ridetech-cop30-desktop-1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.first-section {
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .section.first-section.sd.black {
    height: 350px;
  }

  .section.service-home-v3-section.pdt.notop {
    padding-top: 0;
  }

  .section.blog-posts-section, .section.intro-section, .section.case-studies-section {
    padding-top: 104px;
  }

  .section.pdt.top60 {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .container.nav-container {
    background-color: var(--black2);
    margin-top: 6px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container.horario {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .home-intro-grid {
    grid-row-gap: 24px;
  }

  .intro-image {
    height: 172px;
  }

  .button.tag {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
    line-height: 100%;
  }

  .services-home-grid {
    grid-template-columns: 1fr;
  }

  .service-icon {
    margin-bottom: 16px;
  }

  .size-4 {
    font-size: 24px;
  }

  .lines-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-line-item {
    padding-left: 24px;
  }

  .mask {
    overflow: hidden;
  }

  .testimonials-quote-icon {
    width: 40px;
    margin-bottom: 12px;
  }

  .subtitle {
    font-size: 12px;
  }

  .testimonial-slide-box {
    padding-right: 24px;
  }

  .arrow-icon.large-arrow {
    width: 24px;
  }

  .team-square-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .team-square-image {
    height: 187px;
  }

  .logotypes-border-box {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logotypes-border-box.type-2 {
    padding: 48px 10px 0;
  }

  .logotype-in-border-box {
    margin-left: 10px;
    margin-right: 10px;
  }

  .logotype-in-border-box.type-2 {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-box {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
  }

  .footer-box.space-beetween-box {
    justify-content: space-between;
    align-items: center;
  }

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

  .nav-link.w--current {
    opacity: .7;
    border-bottom-width: 0;
  }

  .nav-menu {
    justify-content: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .socials-box {
    margin-top: 12px;
  }

  .home-v2-intro-grid {
    grid-row-gap: 24px;
  }

  .title {
    font-size: 32px;
  }

  .title.big {
    font-size: 35px;
    line-height: 45px;
  }

  .title.big.h {
    width: auto;
  }

  .title.big.mn {
    text-align: left;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .title.big.mn.mobilem {
    display: block;
  }

  .title.big.mn.desk {
    display: none;
  }

  .home-v2-intro-image {
    height: 172px;
  }

  .play-button-wrapper {
    width: 116px;
    height: 116px;
  }

  .play-link {
    width: 85px;
    height: 85px;
  }

  .link-text-arc {
    width: 117px;
    height: auto;
  }

  .play-button-position {
    margin-top: 16px;
    position: static;
  }

  .left-arrow-case-studies {
    width: 48px;
    height: 48px;
    right: 61px;
  }

  .right-arrow-case-studies {
    width: 48px;
    height: 48px;
    right: 0;
  }

  .case-studies-slide {
    margin-right: 20px;
    padding-right: 0;
  }

  .team-square-grid-v2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .team-square-image-v2 {
    height: 187px;
    margin-bottom: 12px;
  }

  .home-v2-blog-content {
    padding: 20px 20px 50px;
  }

  .cta-content-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-v3-intro-block, .home-v3-intro-block.maxw {
    max-width: 100%;
  }

  .home-v3-header {
    background-image: linear-gradient(135deg, #000, #0000 55%), url('../images/Design-sem-nome_1.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .home-v3-gradient-left {
    right: 0%;
  }

  .services-home-v3-grid {
    grid-template-columns: 1fr;
  }

  .service-home-v3-box {
    width: 100%;
    padding: 20px 20px 10px 24px;
  }

  .service-home-v3-box._1, .service-home-v3-box._2, .service-home-v3-box._3, .service-home-v3-box._4 {
    height: auto;
  }

  .home-v3-blog-content {
    padding: 20px 0 50px;
  }

  .testimonials-slider-home-v3 {
    height: 464px;
  }

  .home-v3-split-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .outer-gradient {
    width: 100vw;
  }

  .about-intro-right {
    height: auto;
  }

  .about-intro-grid {
    grid-row-gap: 24px;
  }

  .about-section-links-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .vision-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .vision-image-wrapper {
    height: 100%;
    min-height: 256px;
  }

  .story-wrapper {
    margin-bottom: 28px;
    padding-right: 0;
  }

  .story-image {
    height: 130px;
  }

  .team-slider {
    width: 100%;
  }

  .team-slide {
    margin-right: 20px;
    padding-right: 0;
  }

  .careers-list-grid {
    grid-template-columns: 1fr;
  }

  .position-button-wrapper {
    margin-top: 47px;
  }

  .position-v1-filter-wrapper {
    display: block;
  }

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

  .position-v2-filter-wrapper {
    display: block;
  }

  .positions-row {
    padding-bottom: 32px;
  }

  .positions-v2-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .career-intro-image {
    height: 172px;
  }

  .career-intro-grid {
    grid-row-gap: 24px;
  }

  .career-intro-right {
    height: 172px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .work-slide {
    margin-right: 20px;
    padding-right: 0;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .process-box {
    padding-left: 32px;
    padding-right: 20px;
  }

  .case-studies-filter-wrapper {
    display: block;
  }

  .case-studies-item {
    padding-right: 16px;
  }

  .case-study-block-content {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-square-grid-type-2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .team-square-item-type-2 {
    padding-right: 0;
  }

  .contact-icon {
    margin-bottom: 15px;
  }

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

  .contact-form {
    padding-left: 15px;
  }

  .career-details-grid {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 30px;
    display: grid;
  }

  .more-posts-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .more-posts-item {
    padding-right: 0;
  }

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

  .team-intro-image {
    height: 172px;
  }

  .blog-full-link-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-posts-grid.four-column, .blog-posts-grid.with-full-width-posts {
    grid-template-columns: 1fr;
  }

  .blog-post-spacer.small-spacer {
    padding-right: 0;
  }

  .section-navigator-wrapper {
    top: 75px;
  }

  .colors-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .color-block-wrapper {
    padding-right: 24px;
  }

  .style-guide-main-content {
    padding-right: 18px;
  }

  .style-guide-button-wrapper {
    flex-direction: column;
  }

  .button-spacer {
    width: 0;
    height: 30px;
  }

  .case-study-intro-image {
    height: 172px;
  }

  .intro-grid {
    grid-row-gap: 24px;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .team-v4-image-wrapper {
    width: 100%;
    height: 220px;
  }

  .team-v4-accordion-content {
    padding: 20px;
  }

  .images-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .process-icon-box {
    margin-top: 8px;
  }

  .story-item-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .about-story-wrapper {
    padding-left: 0;
  }

  .about-story-line-background {
    display: none;
  }

  .case-study-dot-1 {
    margin-top: -24px;
  }

  .image {
    width: 65px;
  }

  .image-2 {
    width: 95%;
  }

  .code-embed {
    width: 30%;
  }

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

  .code-embed-2, .code-embed-3 {
    width: 30%;
  }

  .servico {
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .hero-slider {
    height: 500px;
  }

  .hero-slider.mr {
    height: 750px;
  }

  .bg-image._6.banner2 {
    background-image: linear-gradient(45deg, #000, #0000), url('../images/commanderrt1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image._6.banner4 {
    background-image: linear-gradient(45deg, #000, #0000), linear-gradient(#0000001a, #0000001a), url('../images/minivan-banner.avif');
    background-position: 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .bg-image._6.banner6 {
    background-image: linear-gradient(45deg, #000, #0000), url('../images/vanrt1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image.transpexerj {
    background-image: linear-gradient(45deg, #000, #0000), url('../images/banner1rd.avif');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image.transpexerj.banner6 {
    background-position: 0 0, 50%;
  }

  .bg-image.transpexerj.cop30 {
    background-image: linear-gradient(45deg, #000, #0000), url('../images/hr-semlogo.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 70vh;
  }

  .hero-slide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-whatsapp {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .image-3 {
    width: 200px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .slider, .slider-2, .slider-3, .slider-4, .slider-5, .slider-6, .slider-7 {
    height: 250px;
  }
}

#w-node-_4227ea8a-2623-42a4-7c71-c8d51edfd925-3e7cc19d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4227ea8a-2623-42a4-7c71-c8d51edfd92b-3e7cc19d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4227ea8a-2623-42a4-7c71-c8d51edfd925-f6e54235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4227ea8a-2623-42a4-7c71-c8d51edfd92b-f6e54235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Eudoxus Sans';
  src: url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxus Sans';
  src: url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo sans std';
  src: url('../fonts/Neo-Sans-Std-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo sans std';
  src: url('../fonts/Neo-Sans-Std-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo sans std';
  src: url('../fonts/Neo-Sans-Std-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}