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

:root {
  --white: white;
  --primary: #fad201;
  --relume-library-lite--rl-white: white;
  --black: black;
  --dim-grey: #525252;
  --hover-state-2: #cedd25;
  --dark-grey: #282828;
  --grey: #848484;
  --hover-state: #272727;
  --hover-amarelo: #f6dd59;
  --var-black: #09090b;
  --var-ama-esc: #514508;
  --relume-library-lite--rl-black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #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: 80px;
  padding-bottom: 80px;
}

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

.section.first-section {
  z-index: 1;
  padding-top: 154px;
  position: relative;
}

.section.first-section._100vh {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.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.backg {
  background-image: radial-gradient(circle at 0 100%, #fad20145, #22201308 33%, #14141400 33% 78%, #fad20145), linear-gradient(#000c, #000c), url('../images/backimage.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.wtsec {
  background-color: var(--relume-library-lite--rl-white);
}

.section.back-2 {
  background-image: linear-gradient(#000c, #000c), url('../images/prodconteudo.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.backg2 {
  background-image: linear-gradient(#000c, #000c), url('../images/prodcont.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container {
  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 {
  background-color: var(--black);
  border: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 6px;
  padding-bottom: 8px;
  display: flex;
}

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

.container.center, .container.ct {
  justify-content: center;
  align-items: center;
  display: flex;
}

.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-size: 16px;
  line-height: 166%;
  text-decoration: none;
  transition: background-color .2s, color .2s, transform .2s;
  position: relative;
}

.button:hover {
  background-color: var(--hover-state-2);
  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(--black);
  transition: background-color .2s, transform .2s;
}

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

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

.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 {
  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: 250px;
  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;
}

.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-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: 5px;
}

.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 {
  text-transform: none;
  margin-bottom: 25px;
  font-size: 56px;
  font-weight: 700;
}

.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 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  text-align: center;
  background-color: #1414145e;
  border: 1px solid #ffffff24;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 41px;
  padding-bottom: 51px;
  display: flex;
}

.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 {
  text-align: center;
  max-width: 800px;
  position: relative;
}

.home-v3-header {
  background-image: linear-gradient(#0003, #0003), radial-gradient(circle, #0000, #000000d6 71%), url('../images/Design-sem-nome.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  position: relative;
}

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

.service-home-v3-box {
  background-color: #141414a6;
  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;
}

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

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

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

.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;
  width: 100%;
  max-width: 409px;
  height: 446px;
}

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

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

.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-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-block-left {
  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(to top, #141414 6%, #14141485 34%, #0000 67%);
  width: 100%;
  max-width: 600px;
  height: 50vh;
  position: absolute;
  bottom: 0;
}

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

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

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

.image {
  width: 250px;
}

.paragraph {
  width: 100%;
}

.paragraph.subp1 {
  color: #ffffffc7;
  margin-bottom: 25px;
  font-size: 20px;
}

.paragraph.subpara2 {
  color: #ffffffc7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.paragraph.subpara2.max-w-800 {
  max-width: 800px;
}

.paragraph.subpara2.left {
  text-align: left;
}

.paragraph.subpara2.cinza {
  color: #4c4949c7;
}

.paragraph.subpara2.maxw {
  max-width: 600px;
}

.paragraph.subtitle-p {
  color: var(--white);
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
}

.paragraph.subtitle-p.mgtt {
  margin-top: 20px;
  margin-bottom: 0;
}

.paragraph.subtd {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph.subtd.mgtt {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-span {
  background-image: linear-gradient(315deg, var(--hover-amarelo), var(--primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.botao2 {
  background-color: var(--var-black);
  color: var(--white);
  border-radius: 10px;
  font-family: Eudoxus Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.botao2:hover {
  background-color: var(--hover-amarelo);
}

.bold-text {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.textbt1 {
  border: 1px none var(--var-ama-esc);
  border-radius: 0;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.textbt1:hover {
  background-color: var(--hover-amarelo);
  border-radius: 10px;
}

.textbt1.sm {
  padding: 10px 20px;
  font-size: 14px;
}

.div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 40px;
  display: flex;
}

.botao1 {
  background-color: var(--primary);
  color: var(--black);
  border-radius: 10px;
  font-family: Eudoxus Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.botao1:hover {
  background-color: var(--hover-amarelo);
}

.notao11 {
  background-color: var(--primary);
  color: var(--black);
  border-radius: 10px;
  font-family: Eudoxus Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.notao11:hover {
  background-color: var(--hover-amarelo);
  border-radius: 10px;
}

.notao11.sm {
  font-size: 12px;
}

.textbt2 {
  border: 1px solid var(--var-ama-esc);
  background-color: var(--var-black);
  border-radius: 10px;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.textbt2:hover {
  background-color: var(--var-black);
  background-image: linear-gradient(#51450899, #51450899);
}

.link-block {
  opacity: .75;
  margin-top: 40px;
}

.link-block:hover {
  opacity: 1;
}

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

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  background-image: linear-gradient(0deg, var(--primary), #f3e287);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.text-block.roxo {
  background-image: linear-gradient(0deg, #7f61f6, #dcd3ff);
}

.text-block.azul {
  background-image: linear-gradient(0deg, #537ae9, #afc1f3);
}

.text-block.rosa {
  background-image: linear-gradient(0deg, #e8499d, #ffbee1);
}

.text-block.black {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.text-block.max-w {
  text-align: center;
  max-width: 600px;
}

.services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.service-card {
  background-color: var(--hover-state);
  background-image: linear-gradient(315deg, var(--hover-state), var(--black));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #e9e3c630;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 20px;
  display: block;
}

.img-card-service {
  background-image: linear-gradient(180deg, transparent, var(--black)), url('../images/foto.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}

.img-card-service._1 {
  background-image: linear-gradient(180deg, transparent, var(--black)), url('../images/tbt-services.jpg');
}

.img-card-service._2 {
  background-image: linear-gradient(180deg, transparent, var(--black)), url('../images/tbt-services-3.jpg');
}

.img-card-service._3 {
  background-image: linear-gradient(180deg, transparent, var(--black)), url('../images/tbt-services-2.jpg');
}

.title-card-s {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.title-card-s.md {
  margin-bottom: 10px;
  font-size: 16px;
}

.iconimg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #ffffff2e;
  border: 1px solid #ffffff30;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.image-2 {
  width: 25px;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #ffffffc7;
  margin-bottom: 0;
  font-family: Eudoxus Sans, sans-serif;
  font-size: 15px;
  line-height: 166%;
  overflow: hidden;
}

.fn-faq-link {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link:hover {
  opacity: .7;
}

.form-label-no-margin {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-faq-dark-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.fn-faq-item-dark {
  margin-top: 20px;
}

.fn-faq-line {
  background-color: #687373;
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
}

.fn-faq-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary);
  cursor: pointer;
  align-items: center;
  margin-top: 16px;
  text-decoration: underline;
  display: flex;
}

.fn-show-more {
  color: var(--primary);
  flex-direction: column;
  align-items: flex-start;
  height: 20px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.fn-faq-arrow {
  color: var(--primary);
  align-items: center;
  width: 12px;
  height: 8px;
  margin-top: 2px;
  display: flex;
}

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

.text-span-3 {
  color: #fff;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.div-block-3.spc {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #38351f70;
  border: 1px solid #ffffff24;
  border-radius: 16px;
  width: 48%;
  padding: 20px;
  display: flex;
}

.div-block-4._35 {
  background-color: #908e7f80;
  width: 35%;
}

.div-block-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #524d309e;
  border: 1px solid #ffffff7d;
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 10px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-tab-1 {
  color: #ffffff82;
  background-color: #0000;
  border-radius: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.tab-link-tab-1.w--current {
  color: var(--white);
  background-color: #32344b;
  border: 1px solid #ffffff24;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-7.hor {
  flex-flow: row;
}

.div-block-7.hor.mgt {
  margin-top: 40px;
}

.div-block-8 {
  background-color: #20212c;
  border: 1px solid #ffffff24;
  border-radius: 20px;
  width: 32%;
  padding: 20px;
}

.tabs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-tab-1 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.rl_logo1_logo {
  width: 12%;
  max-width: 100%;
  max-height: none;
}

.rl_logo1_logo.jbl {
  max-width: 65px;
}

.rl_logo1_logo.bennys, .rl_logo1_logo.car, .rl_logo1_logo.ftn, .rl_logo1_logo.alpha, .rl_logo1_logo.c, .rl_logo1_logo.tbf {
  max-width: 75px;
}

.rl_logo1_logo.topic {
  max-width: 120px;
}

.rl_logo1_logo.tmg {
  max-width: 100px;
}

.rl_logo1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_logo1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl_section_logo1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_logo1_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  color: #ffffff3d;
  background-color: #fff;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 2rem 1rem;
  display: flex;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.rl_logo1_heading-wrapper {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-off-black {
  color: #ecf0ef;
  background-color: #0f1213;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.fn-heading-jambo {
  background-image: linear-gradient(90deg, var(--primary), #f3e287);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

.fn-hero-box {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-left: 1px solid var(--primary);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.text-block-2 {
  font-family: Eudoxus Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 166%;
}

.youtube {
  margin-bottom: 30px;
}

@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(--black);
    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%;
  }

  .services-home-v3-grid {
    grid-template-columns: 1fr 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: 275px;
    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;
  }

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

  .services {
    flex-flow: wrap;
  }

  .service-card {
    width: 95%;
  }

  .img-card-service {
    height: 300px;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-heading-4 {
    font-size: 28px;
  }

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

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-faq-link {
    transition: none;
  }

  .fn-faq-link:hover {
    opacity: 1;
  }

  .div-block-4._35 {
    width: 45%;
  }

  .div-block-7 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .fn-heading-jambo {
    text-align: left;
    font-size: 35px;
    font-weight: 800;
    line-height: 45px;
  }

  .fn-hero-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    font-size: 28px;
  }
}

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

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

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

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

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

  .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: 196px;
  }

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

  .service-card {
    width: 98%;
  }

  .img-card-service {
    height: 250px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-heading-4 {
    font-size: 24px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .form-label-no-margin {
    font-size: 20px;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-4._35 {
    width: 85%;
  }

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

  .div-block-7.hor {
    flex-flow: wrap;
  }

  .div-block-8 {
    width: 48%;
  }

  .rl_logo1_logo {
    max-height: none;
  }

  .rl_logo1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_logo1_logo-list {
    padding-top: 1rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .fn-button {
    width: 100%;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-heading-jambo {
    text-align: center;
    margin-bottom: 12px;
    font-size: 35px;
    line-height: 45px;
  }

  .fn-hero-box {
    margin-top: 12px;
    font-size: 24px;
  }
}

@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, .section.blog-posts-section, .section.intro-section, .section.case-studies-section {
    padding-top: 104px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.nav-container {
    margin-top: 6px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .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 {
    min-height: auto;
  }

  .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: 40px;
  }

  .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 {
    max-width: 100%;
  }

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

  .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: 172px;
  }

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

  .paragraph, .paragraph.subpara2.max-w-800, .paragraph.justify, .text-block {
    text-align: center;
  }

  .text-block.roxo, .text-block.roxo.left, .text-block.rosa {
    text-align: left;
  }

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

  .text-block.left, .text-block.lft {
    text-align: left;
  }

  .img-card-service {
    height: 140px;
  }

  .title-card-s.md {
    text-align: left;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .div-block-4._35 {
    width: 95%;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .div-block-8 {
    width: 97%;
  }

  .rl_logo1_logo {
    width: 42%;
    max-height: none;
  }

  .rl_logo1_logo.bennys {
    max-width: 60px;
  }

  .rl_logo1_logo.car {
    max-width: 60px;
    max-height: none;
  }

  .rl_logo1_logo.ftn, .rl_logo1_logo.alpha, .rl_logo1_logo.c, .rl_logo1_logo.tbf {
    max-width: 60px;
  }

  .rl_logo1_logo.tmg {
    max-width: 90px;
  }

  .rl_logo1_logo-list {
    justify-content: space-around;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fn-button {
    width: 100%;
  }

  .fn-heading-jambo {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }
}

#w-node-_2ec9e0e2-cd2f-55e8-aa09-ac1ccd29b17a-835b55e3 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_2ec9e0e2-cd2f-55e8-aa09-ac1ccd29b17c-835b55e3 {
  grid-area: 2 / 6 / 3 / 13;
}

#w-node-a0a3eb31-cd6b-4723-db9b-10832e43ad63-835b55e6 {
  justify-self: end;
}

#w-node-cb57fd8e-5842-980e-d632-1a7fca65ae40-835b55e6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d98e626-b140-5ae4-b508-19e1e3810d8a-835b55e6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6ebc4765-3fd4-f5a7-d3a8-87c7c9be840a-835b55e6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-e09aca71-1732-e38c-0ae3-3633e3eab356-835b55e6, #w-node-_98295ce1-fbe1-5ca2-2f09-618501fec82f-835b55e6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2ec9536c-44c5-ca62-f618-83e41ee1645b-835b55e6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94eac474-6b9e-0506-0c7b-ba436fcfd5d6-6fcfd5ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a0a3eb31-cd6b-4723-db9b-10832e43ad63-835b55ec {
  justify-self: end;
}

#w-node-_2b425b9c-6664-1fae-2549-4ffefc9fdaf2-835b55fa {
  align-self: start;
}

#w-node-a0a3eb31-cd6b-4723-db9b-10832e43ad63-835b55fb {
  justify-self: end;
}

#w-node-_71eaffcf-bb45-4233-3771-5f45465653f6-835b55fb {
  align-self: stretch;
}

#w-node-_04df7b0f-3617-9465-56cc-c08a4bf802a8-835b55fc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_94406b7c-ba83-bcde-1472-ba31cf7001f9-835b55fc {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_2ec9e0e2-cd2f-55e8-aa09-ac1ccd29b17a-835b55e3 {
    grid-column: span 8 / span 8;
  }

  #w-node-_2ec9e0e2-cd2f-55e8-aa09-ac1ccd29b17c-835b55e3 {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-a0a3eb31-cd6b-4723-db9b-10832e43ad63-835b55fb {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ec9e0e2-cd2f-55e8-aa09-ac1ccd29b17a-835b55e3 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2ec9e0e2-cd2f-55e8-aa09-ac1ccd29b17c-835b55e3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cb57fd8e-5842-980e-d632-1a7fca65ae40-835b55e6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3d98e626-b140-5ae4-b508-19e1e3810d8a-835b55e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ebc4765-3fd4-f5a7-d3a8-87c7c9be840a-835b55e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-e09aca71-1732-e38c-0ae3-3633e3eab356-835b55e6, #w-node-_98295ce1-fbe1-5ca2-2f09-618501fec82f-835b55e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a43ed0e-39b7-590b-aa50-0871f87aa65d-835b55ea {
    order: -9999;
  }

  #w-node-_04df7b0f-3617-9465-56cc-c08a4bf802a8-835b55fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cb57fd8e-5842-980e-d632-1a7fca65ae40-835b55e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ebc4765-3fd4-f5a7-d3a8-87c7c9be840a-835b55e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_2ec9536c-44c5-ca62-f618-83e41ee1645b-835b55e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94eac474-6b9e-0506-0c7b-ba436fcfd5d6-6fcfd5ba {
    order: 9999;
  }
}


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