:root {
  --text: #121926;
  --slate-blue: #6454ef;
  --dark-slate-blue: #364152;
  --white: white;
  --dim-grey: #252525;
  --blue-600: #5846f1;
  --dim-grey-2: #5d6878;
  --dark-grey: #9aa4b2;
  --light-grey: #cdd5df;
  --alice-blue: #dae4f2;
  --lavender: #d0ccfa;
  --shadow: #101828;
  --ghost-white: #f6f5ff;
  --medium-purple: #9e93ff;
  --dark-bg: #0f1520;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--text);
  letter-spacing: -.01em;
  font-family: Sora, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  color: var(--text);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  color: var(--text);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  color: var(--text);
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  color: var(--text);
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--dark-slate-blue);
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
}

a {
  color: var(--text);
  letter-spacing: -.15px;
  font-size: 1em;
  text-decoration: none;
}

li {
  color: var(--dark-slate-blue);
  font-family: Sora, sans-serif;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 7.81em 3.65em;
  position: relative;
}

.container.is--hero {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 3.51em;
  padding-right: 3.51em;
  display: flex;
  position: relative;
}

.container.is--moreinfo-mobile {
  background-image: url('/web/content/14223?download=false');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: fixed;
  inset: 0%;
}

.container.is--moreinfo-mobile.is--studio {
  background-image: url('/web/content/14324?download=false');
}

.container.is--slider {
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 3.49em;
  padding-bottom: 3.49em;
  display: flex;
  position: relative;
}

.container.is--big-title {
  color: #fff;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.container.is--bp0 {
  padding-top: 9em;
  padding-bottom: 0;
}

.container.is--full-width {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container.is--full-width.is--tp0 {
  padding-top: 0;
  padding-bottom: 7.81em;
}

.container.is--bp2 {
  padding-bottom: 3em;
}

.container.is--joinus {
  height: 100vh;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.container.is--hscroll {
  z-index: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400vw;
  min-width: 400vw;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.container.is--care-services {
  color: #000;
  border-right: 1px #ffffff96;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.is--learn-more-wrapper {
  min-height: 100vh;
  padding: 3em 0 0;
}

.container.is--bloghero {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000006e;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2.91em;
  padding-bottom: 2.91em;
}

.container.is--blogcontent {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.container.is--newshero {
  padding-top: 2.61em;
  padding-bottom: 2.61em;
}

.container.is--newscontent {
  padding-top: 0;
}

.container.is--movingtopbar {
  background-color: #ecf1ff;
  padding-top: 1.8em;
  padding-bottom: 0;
}

.container.is--cshero {
  align-items: center;
  min-height: 80vh;
  padding-top: 2.41em;
  padding-bottom: 2.41em;
  display: flex;
}

.container.is--whatis {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  align-items: center;
  padding-top: 7.7em;
  padding-bottom: 7.7em;
  display: flex;
}

.container.is--pic2 {
  padding-top: 7.81em;
}

.container.is--userjourney {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 7.7em;
  padding-bottom: 7.7em;
  display: flex;
}

.container.is--menuopen {
  display: flex;
}

.container.is--footer {
  flex-wrap: wrap;
  padding-top: 1.2em;
  padding-bottom: 0;
  display: flex;
}

.container.is--whydirox {
  flex-wrap: wrap;
  padding-top: 9.51em;
  padding-bottom: 0;
  display: flex;
}

.container.is--apply, .container.is--internship {
  flex-wrap: wrap;
  display: flex;
}

.container.is--joboffer {
  padding-top: 10em;
}

.container.cta {
  background-image: url('/web/content/14323?download=false');
  background-position: 50%;
  background-size: auto;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container.case {
  padding-top: 0;
  padding-bottom: 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.rich-text {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: .5em;
  margin-bottom: 8em;
  font-size: 1em;
  display: block;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.rich-text p {
  font-family: Sora, sans-serif;
  font-size: 1.4em;
}

.rich-text.is--sora {
  font-size: .9em;
}

.rich-text.whatis {
  margin-bottom: 0;
}

.section {
  color: #222;
  background-color: #fff;
  position: relative;
}

.section.is--hero {
  background-color: #0000;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section.is--black {
  color: #fff;
  background-color: #000;
  position: relative;
  overflow: visible;
}

.section.is--black.is--overflow-hidden {
  overflow: hidden;
}

.section.is--dark-grey {
  color: #fff;
  background-color: #0e0e0e;
  position: relative;
}

.section.is--second {
  display: block;
  overflow: visible;
}

.section.is--it {
  border: 1px solid #f1f1f1;
  border-style: solid none;
}

.section.panel, .section.panel-first {
  z-index: 3;
  background-color: #0000;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100vh;
  display: flex;
}

.section.is--learn-more {
  background-image: radial-gradient(circle, #242424, #111 50%);
}

.section.is--blog-hero {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section.is--newshero {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 70vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section.is--caremobile {
  background-color: var(--slate-blue);
  display: none;
}

.section.is--scroll {
  color: #fff;
  height: 350vh;
}

.section.is--scroll._4sections {
  height: 480vh;
}

.section.is--scroll._5sections {
  height: 580vh;
}

.section.is--servicecontent {
  color: #fff;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 33.3333%;
  display: flex;
}

.section.is--servicecontent.quarter {
  height: 25%;
}

.section.is--servicecontent.fifth {
  height: 20%;
}

.section.is--scrollmobile {
  display: none;
}

.section.is--movingtopbar {
  z-index: 2;
  margin-top: 64px;
}

.section.is--menucontent {
  z-index: 99;
  background-color: var(--slate-blue);
  color: #fff;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -101%);
}

.section.is--careershero {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 70vh;
  display: flex;
  position: relative;
  top: 0;
}

.section.is--apply {
  z-index: 1;
  background-color: #f8f8f8;
}

.section.is--joboffer {
  background-color: #f5f5f5;
}

.section.is--legalhero {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 70vh;
  display: flex;
  position: sticky;
  top: 0;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.main-wrapper {
  position: relative;
}

.main-wrapper.is--care {
  overflow: hidden;
}

.h5 {
  letter-spacing: -.04em;
  font-size: 1.61em;
  font-weight: 500;
  line-height: 1.3;
}

.h5.is--tech {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: 1.1em;
  font-weight: 300;
}

.display {
  letter-spacing: -.06em;
  font-size: 9.27em;
  font-weight: 600;
  line-height: 1em;
}

.display.is--hero {
  color: #fff;
  font-size: 8.6em;
  font-weight: 100;
}

.display.is__purple {
  color: var(--slate-blue);
  font-size: 6em;
}

.display.is--bold {
  font-weight: 700;
}

.display.is--joinus {
  color: #fff;
  margin-bottom: .4em;
  font-size: 8.4em;
  line-height: .9em;
}

.display.is--care {
  opacity: 0;
  font-size: 7em;
  font-weight: 300;
  position: relative;
  top: -50px;
}

.display.is--care.white {
  color: var(--white);
  font-family: Sora, sans-serif;
  font-weight: 500;
}

.body {
  color: #fff;
  display: flex;
}

.paragraph {
  letter-spacing: -.02em;
  font-family: Sora, sans-serif;
  font-size: 1.51em;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph.is--moreinfo {
  color: #fff;
  text-align: justify;
  font-size: 1.1em;
  font-weight: 300;
}

.paragraph.is--text {
  font-size: 1.3em;
}

.paragraph.is--journey {
  font-size: 1.2em;
  line-height: 1.3;
}

.paragraph-small {
  margin-top: .6em;
  font-family: Sora, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-small.is--footermeta {
  color: #b4b4b4;
  text-align: justify;
  width: 60%;
  font-size: .8em;
}

.paragraph-small.is--footermeta-copy {
  color: #b4b4b4;
  text-align: justify;
  font-size: .8em;
}

.grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid.is--relative {
  flex-wrap: nowrap;
  flex: 0 auto;
  height: 6.61em;
  margin-top: 9.9em;
}

.grid.is--relative.is--mobile {
  display: none;
}

.grid.is--moreinfo {
  padding-bottom: 2.6em;
  padding-left: 3.51em;
  padding-right: 3.51em;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.grid.is--moreinfo.studio, .grid.is--moreinfo.labs, .grid.is--moreinfo.insights, .grid.is--moreinfo.care {
  opacity: 0;
}

.grid.is--moreinfo-mobile {
  padding-bottom: 2.6em;
  padding-left: 3.51em;
  padding-right: 3.51em;
  position: fixed;
  inset: auto 0% 0%;
}

.grid.is--loading-bar {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 30%;
  padding-left: 5.41em;
  padding-right: 5.41em;
  position: absolute;
  inset: auto 0% 0%;
}

.grid.is--slider-content {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.grid.is--sticky {
  color: #fff;
  width: 100%;
  position: relative;
}

.grid.is--joinus {
  flex-wrap: nowrap;
  height: 100%;
}

.grid.is--service-hero {
  overflow: visible;
}

.grid.is--care, .grid.is--care-first {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.grid_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: .78em;
  display: block;
}

.grid_item.is--page-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 9%;
  margin-right: 1.73em;
  display: flex;
}

.grid_item.is--moreinfocontainer {
  color: #fff;
  width: 40%;
  margin-left: auto;
  font-size: 1em;
}

.grid_item.is--moreinfocontainer-mobile {
  color: #fff;
  width: 40%;
  margin-left: auto;
}

.grid_item.is--loading-bar-bg {
  background-color: #ffffff2e;
  width: 10%;
  height: 3px;
  padding: 0;
  overflow: hidden;
}

.grid_item.is--onleft {
  padding-left: 0;
}

.grid_item.is--content {
  color: #fff;
  width: 70%;
  position: absolute;
}

.grid_item.is--content.is--consultaway {
  flex: none;
  display: block;
}

.grid_item.is--content.is--private-reporting {
  display: block;
}

.grid_item.is--content.is--charity4points {
  width: 80%;
  display: block;
}

.grid_item.is--partner {
  flex-wrap: wrap;
  flex: none;
  width: 100%;
  display: flex;
}

.grid_item.is--hero {
  color: #fff;
  width: 60%;
}

.grid_item.is--left {
  width: 40%;
  padding-bottom: 7.28em;
  position: sticky;
  top: 100px;
}

.grid_item.is--right {
  width: 50%;
}

.grid_item.is--joinus {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.grid_item.is--care {
  width: 50%;
}

.grid_item.is--left-column {
  z-index: 1;
  justify-content: center;
  width: 45%;
  display: flex;
  position: absolute;
}

.grid_item.is--left-column.is--first {
  z-index: 1;
  width: 40%;
  display: flex;
  position: absolute;
}

.grid_item.is--left-column._2, .grid_item.is--left-column._3 {
  width: 40%;
  position: relative;
}

.grid_item.is--left-column._4 {
  width: 35%;
  position: relative;
}

.grid_item.is--pcloud {
  opacity: 0;
  width: 35%;
  position: relative;
  left: 0%;
}

.grid_item.is--pcloud.is--first {
  opacity: 0;
  color: #fff;
  width: 45%;
}

.grid_item.is--psecurity {
  opacity: 0;
  color: #fff;
  width: 50%;
  position: relative;
}

.grid_item.is--pmaint {
  opacity: 0;
  color: #fff;
  width: 45%;
  position: relative;
  left: 0%;
}

.grid_item.is--psupport {
  opacity: 1;
  color: #fff;
  width: 45%;
  position: relative;
  left: 0%;
}

.grid_item.is--learn-more-ttle {
  color: #fff;
  text-align: center;
}

.grid_item.is--tab {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.grid_item.is--blogcontent {
  width: 70%;
  padding-right: 3.58em;
}

.grid_item.is--blogcolumn {
  background-color: #f5f5f5;
  flex: 0 auto;
  width: 30%;
  padding-top: 2.68em;
  padding-left: 3.18em;
  padding-right: 3.18em;
  position: relative;
  top: 0;
}

.grid_item.is--backtonews {
  z-index: 1;
  margin-bottom: 3.5em;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.grid_item.is--webapp {
  width: 40%;
  overflow: hidden;
}

.grid_item.is--herocontent {
  z-index: 1;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid_item.is--whatis {
  z-index: 1;
  border-left: 5px solid #e7e7e7;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  padding-left: 3.78em;
  font-size: .8em;
  display: flex;
  position: relative;
}

.grid_item.is--whatelse {
  border-left: 3px none var(--slate-blue);
  color: var(--slate-blue);
  padding-top: 0;
  padding-bottom: 0;
  font-size: .7em;
}

.grid_item.is--journey {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .5em;
  margin-bottom: 4.5em;
  display: grid;
}

.grid_item.is--similarcases {
  margin-top: 2em;
}

.grid_item.is--navabar {
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.grid_item.is--menuitems {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid_item.is--followwrapper {
  justify-content: space-between;
  display: flex;
}

.grid_item.is--rightcolumn {
  color: #fff;
  align-items: center;
  width: auto;
  display: flex;
}

.grid_item.is--topassetheader {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.grid_item.is--back {
  flex-wrap: wrap;
  display: flex;
}

.grid_item.is--others {
  margin-top: 3em;
}

.grid_item.is--contact {
  width: 50%;
}

.grid_item.is--footerright {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #fff;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  padding-left: 10.7em;
  display: grid;
}

.grid_item.is--footerlogo {
  color: #fff;
  border-bottom: 1px solid #555;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2.4em;
  padding-bottom: 2.4em;
  display: flex;
}

.grid_item.is--footermeta {
  color: #fff;
  border-bottom: 1px solid #555;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.8em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: flex;
}

.grid_item.is--left-copy {
  flex-direction: column;
  justify-content: center;
  width: 35%;
  margin-bottom: 16em;
  padding-top: 6.28em;
  padding-bottom: .78em;
  display: flex;
  position: sticky;
  top: 100px;
}

.grid_item.is--right-copy {
  width: 60%;
}

.grid_item.is--oportunitiesheader {
  text-align: center;
  width: 50%;
  margin-bottom: 3.8em;
  margin-left: auto;
  margin-right: auto;
}

.grid_item.is--positions {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding-top: 2.98em;
  padding-bottom: 2.98em;
}

.grid_item.is--apply {
  justify-content: center;
  width: 100%;
  display: flex;
}

.grid_item.is--applyheader {
  text-align: center;
  margin-bottom: 0;
}

.grid_item.is--internship {
  justify-content: center;
  width: 50%;
  margin: 0 auto 1.3em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.grid_item.is--internshiplogos {
  opacity: 1;
  filter: none;
  border-top: 1px solid #e6e6e6;
  flex-wrap: wrap;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.7em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid_item.is--internshiplogos._2 {
  filter: none;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  margin-top: .9em;
  padding-top: 1.7em;
  padding-bottom: 1.28em;
}

.grid_item.is--internshipheader {
  text-align: center;
  margin-bottom: 5.3em;
}

.grid_item.is--joboffer {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.38em;
  display: flex;
  position: relative;
}

.grid_item.is--legal_notices {
  padding-top: 11.08em;
}

.hero_text {
  color: #fff;
  text-transform: none;
  font-size: 1.6em;
  font-weight: 200;
}

.page_link {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 5.8em;
  font-size: 1em;
  transition: all .2s;
  display: flex;
}

.page_link:hover {
  height: 6em;
  font-size: 1.1em;
}

.hero_link_icon {
  object-fit: contain;
  width: 3.2em;
  height: 3.1em;
}

.hero_link_name {
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
}

.links_container {
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h5_pretitle {
  color: var(--slate-blue);
  text-transform: none;
  flex: none;
  order: 0;
  justify-content: flex-start;
  margin-bottom: .5em;
  display: flex;
}

.h5_pretitle.is--text-white {
  color: #dadada;
  font-weight: 400;
}

.h5_pretitle.is--learn-more {
  color: #a0a0a0;
  font-size: 1.1em;
  font-weight: 300;
}

.paragraph_georgia {
  letter-spacing: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.51em;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph_georgia.is--smaller {
  color: var(--text);
  font-size: 1.3em;
  font-weight: 400;
}

.paragraph_georgia.is--smaller.fontchange {
  color: #fff;
  text-align: justify;
  font-family: Sora, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

.paragraph_georgia.is--smaller.fontchange.is--service {
  opacity: 1;
  color: #fff;
  margin-top: 5em;
}

.paragraph_georgia.is--smaller.fontchange.is--servicemobile {
  opacity: 0;
  margin-top: 5em;
}

.paragraph_georgia.is--smaller.is--apply {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph_georgia.is--smaller.white {
  color: #fff;
}

.p_small {
  font-size: 1.5em;
}

.p_small.is--city {
  text-align: center;
  font-size: 1.3em;
}

.p_small.is--conceptdescription {
  opacity: 1;
  color: #666;
  width: 50%;
  font-size: 1.2em;
}

.p_small.is--conceptdescription-copy {
  opacity: 1;
  color: #b3b3b3;
  opacity: 1;
  width: 100%;
  margin-top: .2em;
  margin-bottom: 0;
  font-size: 1.2em;
}

.p_small.is--careerstype {
  margin-top: .7em;
  font-size: 1.2em;
}

.p_small.is--careerscity {
  font-family: Sora, sans-serif;
  font-size: 1em;
}

.worldwide_timewrapper {
  cursor: default;
  background-color: #f7f7f7;
  border-left: 1px #6454efab;
  width: 30%;
  padding: .25em .25em 1em;
  transition: all .2s;
}

.worldwide_timewrapper:hover {
  background-color: var(--slate-blue);
  color: #fff;
  border-radius: 3px;
}

.time_country {
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
}

.page_background {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.page_background.is--studio {
  opacity: 0;
  background-image: url('/web/content/14318?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.page_background.is--labs {
  opacity: 0;
  background-image: url('/web/content/14235?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_background.is--insights {
  opacity: 0;
  background-image: url('/web/content/14321?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_background.is--care {
  opacity: 0;
  background-image: url('/web/content/14330?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.moreinfo_title {
  color: #fff;
  margin-bottom: .2em;
  font-size: 2.7em;
  font-weight: 400;
}

.close-button {
  float: none;
  clear: none;
  background-color: #0000;
  position: absolute;
  inset: 2% 2% auto auto;
}

.loading_bar {
  background-color: #fff;
  width: 0%;
  height: 100%;
}

.quality_img {
  width: 100%;
  margin-top: 1.4em;
}

.content_wrap {
  color: #111;
  width: 100%;
  position: relative;
}

.name_ceo {
  background-color: #fff;
  width: 25%;
  padding-top: 1.5em;
  padding-bottom: 0;
  padding-left: 2.5em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.is--bp3 {
  margin-bottom: 3em;
}

.software_text {
  color: #222;
  font-size: 1.7em;
}

.separator {
  background-color: #a5a5a5;
  width: 100%;
  height: .2em;
  margin-top: 1em;
}

.separator.is--white {
  background-color: #fff;
  height: 1px;
}

.separator.is--white.is--bp-tp10 {
  margin-top: 10.1em;
  margin-bottom: 10.1em;
}

.slider_background-wrapper {
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 400vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.img {
  opacity: .77;
  object-fit: cover;
  width: 100vw;
  height: 100%;
}

.img.is--low-opacity {
  opacity: .5;
}

.case_studies_title {
  color: #fff;
  border-left: 3px solid #979797;
  padding-left: 20px;
  font-size: 1.3em;
  font-weight: 600;
}

.slide_title.display {
  color: #fff;
  font-size: 7.9em;
}

.slide_p {
  color: #fff;
  width: 68.1564%;
  margin-bottom: 3.8em;
}

.title_container {
  margin-top: 5.21em;
  margin-bottom: 1.1em;
  padding-top: .9em;
  padding-bottom: .9em;
  overflow: hidden;
}

.p_container {
  overflow: hidden;
}

.picture_next {
  justify-content: flex-start;
  width: 18%;
  height: 21.09em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.img_next {
  object-fit: contain;
  position: absolute;
}

.thumbnail_wrapper {
  text-align: left;
  flex: none;
  width: 100%;
}

.thumbnail_wrapper.is--private-reporting {
  width: 25%;
  height: 21.09em;
  position: relative;
}

.thumbnail_wrapper.is--consultaway, .thumbnail_wrapper.is--c4p {
  width: 25%;
  position: relative;
}

.background_wrapper {
  flex: none;
  width: 100%;
  height: 100%;
}

.background_wrapper.is--consultaway, .background_wrapper.is--private-reporting {
  width: 100vw;
  display: block;
}

.background_wrapper.is--charity4points {
  width: 100vw;
}

.button_next {
  color: #fff;
  padding-right: .3em;
  font-family: Sora, sans-serif;
  position: static;
  inset: auto 0% 0%;
}

.link-block {
  opacity: 1;
  color: #ffffff80;
  text-align: left;
  letter-spacing: -.05em;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 14px;
  font-family: Sora, sans-serif;
  font-size: 2.4em;
  font-weight: 500;
  line-height: .7;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link-block:hover {
  color: #fff;
  letter-spacing: 0;
}

.thumbnail_container {
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  width: 400%;
  display: flex;
  position: static;
  overflow: visible;
}

.more_on_dirox {
  text-transform: none;
}

.more_on_dirox_container {
  z-index: 2;
  color: var(--slate-blue);
  background-image: linear-gradient(#0e0e0e 68%, #0e0e0ec9 84%, #0e0e0e00);
  padding-top: 5.1em;
  padding-bottom: 2.2em;
  position: relative;
  top: 0;
}

.content_wrap_anim {
  text-align: left;
  width: 100%;
  position: relative;
}

.display_anim {
  letter-spacing: -.06em;
  margin-bottom: 1em;
  font-size: 8.5em;
  font-weight: 600;
  line-height: 1em;
  position: sticky;
  top: 25vh;
}

.grid_item_anim {
  flex: none;
  width: 100%;
  padding: .78em;
  display: inline-block;
  position: sticky;
}

.display_2 {
  letter-spacing: -.06em;
  margin-top: 3em;
  font-size: 8.5em;
  font-weight: 600;
  line-height: 1em;
}

.hero_background_img {
  z-index: -1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.background_img_wrapper {
  z-index: -1;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.is--purple {
  color: var(--slate-blue);
}

.number_wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  margin-top: 4em;
  display: flex;
}

.grid_partner {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid_item-worldwide-title {
  flex: none;
  align-self: center;
  width: 50%;
  padding: .78em 2em .78em .78em;
  display: inline-block;
}

.grid_item-times {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  flex: none;
  justify-content: space-between;
  width: 50%;
  padding: .78em;
  display: flex;
}

.grid_item-worldwide {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 .78em;
  display: flex;
}

.grid-copy {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.header_partner {
  clear: none;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  place-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  margin-left: -5px;
  display: block;
  position: static;
}

.link_video_humans {
  opacity: 1;
  color: #ffffff80;
  text-align: left;
  letter-spacing: -.05em;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  font-family: Sora, sans-serif;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.6em;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link_video_humans:hover {
  color: #fff;
  letter-spacing: 0;
}

.text_worldwide {
  color: #222;
}

.button_text {
  font-family: Sora, sans-serif;
  font-weight: 500;
}

.button_text.white {
  color: #fff;
}

.button {
  color: #222;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 13px 17px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  background-color: var(--slate-blue);
  color: #fff;
}

.button.is--topbar {
  border-radius: 2px;
  margin-left: 6em;
  margin-right: 2.5em;
  padding: 6px 11px;
  font-size: 1em;
}

.button.is--topbar:hover {
  background-color: #686868;
}

.button.is--cs {
  margin-top: 3.1em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.is--careerscms {
  background-color: var(--slate-blue);
  color: #fff;
  padding: 10px 13px;
}

.button.is--careerscms:hover {
  background-color: #e28b00;
}

.button.program {
  margin-top: 20px;
  font-size: .9em;
}

.div-block-4 {
  position: relative;
}

.grid_item-trust-title {
  flex: none;
  width: 100%;
  margin-left: auto;
  padding: .78em;
  display: inline-block;
}

.grid_item-trust-title.is--bp5 {
  margin-bottom: 5em;
}

.grid_trust {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid_item-today, .grid_item-tomorrow {
  flex: none;
  width: 100%;
  padding: .78em;
  font-size: .6em;
  display: inline-block;
}

.grid_item-logo-today {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center;
  width: 100%;
  padding: .78em;
  display: grid;
}

.grid_item-logo-today.is--bp5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 3em;
  margin-bottom: 5em;
}

.image-2 {
  opacity: .41;
  filter: grayscale();
  width: 9em;
  transform: rotate(45deg);
}

.today {
  font-size: 1.7em;
  font-weight: 600;
}

.grid_item-logo-tomorrow {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  flex: none;
  grid-template: ". . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center;
  width: 100%;
  padding: .78em;
  display: grid;
}

.container_trust {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 7.81em 3.65em;
  position: relative;
}

.video_bg_container {
  position: fixed;
  inset: 0%;
}

.section_about_hero {
  color: #222;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.hero_blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #6454efd1;
  width: 70%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.hero_blur.is--service {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff1c;
  width: 100%;
  position: absolute;
  left: -100%;
}

.hero_content {
  width: 100%;
  max-width: 100em;
  margin-top: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.65em 7.81em;
  position: relative;
}

.about_hero_title {
  margin-bottom: .6em;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1;
}

.about_hero_title.animtext {
  color: #fff;
}

.about_hero_title.is--service {
  color: #fff;
  font-size: 3.9em;
  font-weight: 600;
}

.about_hero_title.white {
  color: #fff;
}

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

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

.display_number {
  color: #fff;
  letter-spacing: -.06em;
  font-size: 9em;
  font-weight: 300;
  line-height: 1em;
}

.devotion_text {
  color: #fff;
  margin-top: 4em;
  font-size: 3.3em;
  font-weight: 500;
}

.grid_item_difference_header {
  flex: none;
  width: 60%;
  padding: .78em;
  display: inline-block;
}

.difference_card_wrapper {
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  padding: .78em;
  display: flex;
}

.difference_card {
  cursor: default;
  background-color: #f8f8f8;
  border-radius: 5px;
  width: 32%;
  padding: 1.8em 2.5em;
  transition: all .2s;
}

.difference_card:hover {
  background-color: var(--slate-blue);
  color: #fff;
}

.difference_subtitle {
  margin-bottom: 1em;
}

.difference_text {
  margin-top: 3em;
  margin-bottom: 1.1em;
}

.equity_wrapper {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: .78em;
  display: flex;
}

.equity_display_background {
  color: #fff;
  text-shadow: 0 6px 10px #f0f0f0;
  flex: none;
  margin-left: -10vw;
  font-size: 19em;
}

.equity_background_wrapper {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.equity_title {
  margin-bottom: .3em;
}

.div-block-94 {
  background-color: #f8f8f8;
  border-radius: 10px;
  max-width: 30vw;
  margin-bottom: 15px;
  padding: 35px;
  position: relative;
  overflow: hidden;
}

.list_3 {
  cursor: grab;
  flex: none;
  align-items: flex-start;
  width: auto;
  padding-left: 3.65em;
  display: flex;
  overflow: hidden;
}

.text-block-60 {
  color: #8f8f8f;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 110%;
}

.text-block-59 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.item {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 1.5em;
  display: flex;
}

.text-block-61 {
  color: #3a3a3a;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-96 {
  padding-left: 35px;
  padding-right: 35px;
}

.div-block-95 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 7px;
}

.section_title {
  border-left: 4px solid var(--slate-blue);
  padding-left: 17px;
}

.topassets_text {
  color: #797979;
  margin-top: 1em;
  margin-bottom: 1.1em;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.collection-item-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.collection-item-3:hover {
  background-color: #f7f7f7;
}

.link_asset-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 13px;
  padding-right: 13px;
  text-decoration: none;
  transition: padding .2s;
  display: flex;
}

.link_asset-page:hover {
  padding-left: 20px;
  padding-right: 17px;
}

.div-block-100 {
  flex: none;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-38 {
  letter-spacing: -1px;
  margin-top: 0;
}

.div-block-102 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-101 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-55 {
  width: 23px;
  font-size: 14px;
}

.div-block-104 {
  background-color: #dadada;
  height: 1px;
}

.grid_item_assets_header {
  flex: none;
  width: 60%;
  margin-bottom: 2.1em;
  padding: .78em;
  display: inline-block;
}

.div-block-105 {
  position: sticky;
  inset: 0% 0% auto;
}

.div-block-106 {
  min-height: 300px;
  max-height: 300px;
  overflow: auto;
}

.div-block-114 {
  border-left: 3px solid #cecece;
  margin-bottom: 145px;
  padding-left: 31px;
}

.div-block-114.is--last {
  margin-bottom: 77px;
}

.cities {
  color: #161616;
  letter-spacing: -1px;
  font-size: 26px;
  font-weight: 700;
}

.grid_offices {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.section_joinus {
  color: #222;
  background-color: #fff;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section_hero-about-mobile {
  background-color: var(--slate-blue);
  display: none;
  position: relative;
}

.grid_numbers-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph_heromobile {
  letter-spacing: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.51em;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph_heromobile.is--smaller {
  font-size: 1.3em;
  font-weight: 400;
}

.bg {
  z-index: -1;
  background-image: url('/web/content/14230?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg.is--hero {
  opacity: 1;
  display: block;
}

.section_care {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section_care.is--hero {
  z-index: 2;
  opacity: 1;
  background-color: #000;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.service_link-wrapper {
  margin-top: 3.3em;
}

.service_link-wrapper.is--care {
  opacity: 0;
  position: relative;
  top: -70px;
}

.service_link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: -.02em;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1em;
  transition: all .2s;
  display: flex;
}

.service_link:hover {
  padding-left: 1em;
}

.icon_service-link {
  width: 2.6em;
  height: 1.8em;
  margin-right: 1em;
}

.panel {
  width: 25%;
  min-width: 25%;
  height: 100vh;
}

.hscroll_wrapper {
  width: 100%;
  height: 350vw;
  position: relative;
  overflow: hidden;
}

.img_panel {
  width: 27.08em;
  position: absolute;
  inset: 0%;
}

.panel_bg-wrapper {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.panel_bg1 {
  z-index: 3;
  background-color: var(--slate-blue);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img_panel-wrapper {
  justify-content: center;
  align-items: center;
  width: 27.08em;
  height: 27.08em;
  display: flex;
  position: relative;
}

.shadow {
  z-index: -1;
  background-color: #0000;
  border-radius: 35px;
  width: 26.04em;
  height: 26.04em;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
  box-shadow: -21px -21px 9px #00000012, 8px 8px 8px 5px #00000024;
}

.sections_markers-wrapper {
  z-index: -1;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.marker_1, .marker_2, .marker_3, .marker_4 {
  height: 25%;
  position: relative;
}

.panel_bg2 {
  z-index: 2;
  background-color: var(--slate-blue);
  background-image: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.panel_bg3 {
  z-index: 1;
  background-color: #141414;
  background-image: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.panel_bg4 {
  z-index: 0;
  background-color: #141414;
  background-image: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.separateur_hscroll {
  background-color: #ffffff82;
  width: 1px;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tab_menu-wrapper {
  border-top: 1px solid var(--dim-grey);
  border-bottom: 1px none var(--dim-grey);
  box-shadow: none;
  margin-bottom: 3em;
  padding-left: .78em;
  padding-right: .78em;
}

.tabs-content {
  padding-left: 3.65em;
  padding-right: 3.65em;
  overflow: visible;
}

.tab-link {
  color: #d3d3d3;
  background-color: #0000;
  padding-left: 1.4em;
  padding-right: 1.4em;
  font-size: 1.2em;
  font-weight: 200;
}

.tab-link.w--current {
  background-color: #fff0;
  border-bottom: 1px solid #fff;
  font-weight: 300;
}

.tab-link.is--tech {
  color: #fff;
  transition: all .2s;
}

.tab-link.is--tech:hover {
  background-color: #1f1f1f;
}

.tab-link.is--cs {
  color: #fff;
  transition: all .2s;
}

.tab-link.is--cs:hover {
  background-color: #1f1f1f;
}

.tab-link.is--faq {
  color: #fff;
  transition: all .2s;
}

.tab-link.is--faq:hover {
  background-color: #1f1f1f;
}

.tab-link.is--contact {
  display: none;
}

.tab-pane-tech, .tab-pane-cs {
  padding: .78em;
}

.tab-pane-faq {
  min-height: 33em;
  max-height: 33em;
  padding: .78em;
  overflow: auto;
}

.slide-nav {
  color: #fff;
  inset: auto 0% -4em;
  overflow: visible;
}

.slider {
  background-color: #fff0;
  height: 28em;
  padding-bottom: 1.6em;
}

.mask {
  overflow: hidden;
}

.right-arrow {
  height: 2.08em;
  margin-right: 8.1em;
  font-size: 1.4em;
  inset: auto 0 -2.08em auto;
}

.icon {
  color: #bebebe;
  width: 2.08em;
  margin: 1.04em;
  transition: all .2s;
  position: relative;
}

.icon:hover {
  color: #fff;
}

.left-arrow {
  height: 2.08em;
  margin-right: 8em;
  font-size: 1.4em;
  inset: auto 2.8em -2.08em auto;
  overflow: hidden;
}

.icon-2 {
  color: #bebebe;
  width: 2.08em;
  margin: 1.04em;
  transition: all .2s;
  position: relative;
}

.icon-2:hover {
  color: #fff;
}

.slide {
  color: #fff;
  text-align: center;
  width: 99.9999%;
}

.tech_icons-wrapper {
  background-color: #111111e8;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.15em 2.15em;
  display: flex;
}

.tech_wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.tech_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tech_grid.is--database {
  grid-template-columns: 1fr 1fr 1fr;
}

.tech_grid.is--crossplatform {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tech_grid.is--mobile {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.icon_pastille {
  background-color: #1e1e1e;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  border-radius: 25px;
  width: 6.7em;
  height: 6.7em;
  padding: 1.45em;
  box-shadow: 0 6px 9px -3px #000000bd;
}

.image-12 {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.ptech_icon {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: .6em;
  font-family: Sora, sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.6;
}

.image-45 {
  width: 100%;
  height: 100%;
}

.image-13 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.faq_grid {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_wrapper {
  opacity: .6;
  color: #fff;
  border-top: .5px #ffffff26;
  border-bottom: .5px #ffffff26;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2.35em 1.45em;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq_wrapper:hover {
  opacity: 1;
  color: #fff;
  letter-spacing: .2em;
}

.div-block-118 {
  background-color: #ffffff26;
  height: .5px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-118._2 {
  inset: auto 0% 0%;
}

.p_faq {
  color: #fff;
  letter-spacing: 0;
  font-family: Sora, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6;
}

.question_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.html-embed {
  display: flex;
}

.p_faq-answer {
  letter-spacing: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.51em;
  font-weight: 500;
  line-height: 1.6;
}

.p_faq-answer.is--smaller {
  color: #fff;
  text-align: left;
  letter-spacing: .015em;
  border-left: 1px solid #fff;
  flex: 1;
  width: 95%;
  margin-top: 1.5em;
  margin-left: auto;
  padding-left: 1.2em;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  display: none;
}

.p_service-link {
  font-family: Sora, sans-serif;
  font-size: 1.51em;
  font-weight: 500;
  line-height: 1.6;
}

.p_service-link.is--service-link {
  color: #fff;
  font-weight: 200;
}

.p_service-link.is--service-link.white {
  color: #fff;
}

.blog_title {
  color: #fff;
  width: 70%;
}

.blog_title.smallh1 {
  font-size: 3.5em;
}

.other_posttitle {
  margin-top: .7em;
  font-size: 1.3em;
}

.otherpost {
  margin-top: 2em;
}

.collection-item-4 {
  margin-bottom: 35px;
}

.heading-42 {
  text-transform: uppercase;
  font-size: 1em;
}

.heading-46 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.7em;
  font-weight: 500;
}

.div-block-119 {
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10em;
  display: flex;
  position: relative;
}

.div-block-119._2 {
  border-bottom-style: none;
}

.div-block-119._3 {
  border-right-style: none;
}

.div-block-119._4 {
  border-bottom-style: none;
  border-right-style: none;
}

.div-block-119._5 {
  border-bottom-style: none;
}

.fontchange {
  color: var(--white);
  font-family: Sora, sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
}

.link-block-2 {
  color: #222;
}

.collection-item-5 {
  width: 50%;
  margin-top: 2em;
  padding: 2.1em;
}

.blogite_title {
  margin-top: .4em;
}

.article_date {
  text-transform: uppercase;
  margin-top: 1.7em;
  font-family: Sora, sans-serif;
  font-size: 1em;
}

.collection-list-wrapper {
  display: block;
}

.collection-list-2 {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-59 {
  opacity: .57;
  object-fit: cover;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.heading-47 {
  color: #fff;
  font-weight: 700;
}

.backtonews {
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.image-36-copy {
  width: 2em;
  margin-right: 18px;
}

.grid_item-copy {
  flex: none;
  width: 100%;
  padding: .78em;
  display: inline-block;
}

.grid_item-copy.is--left-column {
  z-index: 1;
  justify-content: center;
  width: 45%;
  display: flex;
  position: absolute;
}

.grid_item-copy.is--left-column.is--first {
  z-index: 1;
  width: 40%;
  display: flex;
  position: absolute;
}

.grid_item-copy.is--pcloud {
  opacity: 0;
  width: 35%;
  position: relative;
  left: 0%;
}

.grid_item-copy.is--pcloud.is--first {
  opacity: 0;
  color: #fff;
  width: 45%;
}

.img_panel-copy {
  inset: 0%;
  inset: 0%;
  inset: 0%;
  width: 27.08em;
  position: absolute;
  inset: 0%;
}

.section_studio {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section_studio.is--hero {
  z-index: 2;
  opacity: 1;
  background-color: #000;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.bg_studio {
  z-index: -1;
  background-image: url('/web/content/14230?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg_studio.is--hero {
  opacity: 1;
  background-image: url('/web/content/14324?download=false');
  display: block;
  position: absolute;
}

.section_bg {
  color: #222;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg_first {
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0% 0% auto;
}

.bg_second, .bg_third {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0% 0% auto;
}

.service_sep {
  background-color: #fff;
  width: 0%;
  height: 1px;
  margin-top: 2.1em;
  margin-bottom: 2.1em;
}

.progress_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  transform: translate(100%);
}

.div-block-122 {
  background-color: #00000017;
  border: 1px #fff0;
  border-left: 3px #fff;
  border-right: 3px #fff;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-top: .8em;
  margin-bottom: .8em;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: relative;
}

.div-block-122:hover {
  background-color: #0000001a;
  border-style: solid none;
  border-width: 1px 0;
  border-top-color: #ffffff80;
  border-bottom-color: #ffffff80;
}

.div-block-122.w--current {
  background-color: #00000073;
  border-style: solid none;
  border-width: 1px;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 1vw;
}

.image-60 {
  opacity: 1;
  width: 1.3em;
  position: relative;
}

.image-60.img1 {
  opacity: 1;
}

.image-60.img2 {
  height: 1.3em;
}

.sidebar {
  z-index: 10;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.sideplane {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000004d;
  width: 0%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.frontend_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sideplane_mobile {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000004d;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.bg_labs {
  z-index: -1;
  background-image: url('/web/content/14230?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg_labs.is--hero {
  opacity: 1;
  background-image: url('/web/content/14235?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
}

.bg_forth {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0% 0% auto;
}

.text-field-4 {
  color: #fff;
  background-color: #2b2a2b;
  border: 1px #000;
  margin-bottom: 17px;
  font-size: 1em;
}

.text-field-4::placeholder {
  color: #fff;
  font-weight: 200;
}

.submit-button {
  background-color: #6454ef;
  width: 100%;
  margin-top: 0;
  font-weight: 300;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  color: #6454ef;
  background-color: #fff;
  font-weight: 300;
}

.select-field-2 {
  color: #fff;
  background-color: #2b2a2b;
  border: 1px #000;
  font-size: 1em;
  font-weight: 200;
}

.div-block-62 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  color: #fff;
  font-size: 1em;
}

.checkbox-label {
  color: #fff;
  font-size: .6em;
  font-weight: 200;
}

.bold-text-3 {
  font-weight: 200;
}

.bold-text-4 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.text-block-40 {
  max-width: 800px;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 100;
  line-height: 120%;
}

.form {
  color: #fff;
  font-weight: 300;
  display: flex;
}

.div-block-63 {
  color: #fff;
  width: 50%;
  margin-right: 10px;
}

.bold-text-5 {
  font-weight: 200;
  text-decoration: none;
}

.div-block-64 {
  color: #fff;
  width: 50%;
  margin-left: 10px;
}

.textarea-2 {
  color: #fff;
  background-color: #2b2a2b;
  border: 1px #000;
  margin-bottom: 8px;
  padding-bottom: 25px;
  font-size: 1em;
}

.textarea-2::placeholder {
  color: #fff;
  font-weight: 200;
}

.tab-pane-contact-us {
  color: #fff;
  padding-top: 2em;
}

.bg_insights {
  z-index: -1;
  background-image: url('/web/content/14230?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg_insights.is--hero {
  opacity: 1;
  background-image: url('/web/content/14226?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
}

.bg_fifth {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-44 {
  color: #000;
  font-size: 1em;
  font-weight: 600;
}

.div-block-73 {
  align-items: center;
  display: flex;
}

.text-block-50 {
  color: #000;
  font-size: 1em;
  font-weight: 700;
}

.moving-topbar {
  z-index: 9999;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 1.6em 0;
  font-size: .8em;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.text-block-43-copy-2 {
  color: #535353;
  letter-spacing: -.5px;
  margin-right: 5px;
  font-size: 1em;
  font-weight: 600;
}

.back-to-cs-page-copy {
  color: #6454ef;
  margin-right: 1em;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.div-block-69-copy {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-69-copy._2-copy {
  margin-top: 0;
}

.div-block-69-copy._2 {
  margin-top: 0;
  margin-left: 0;
}

.div-block-68-copy {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
}

.text-block-49 {
  color: #000;
  margin-right: 4px;
  font-size: 1em;
  font-weight: 600;
}

.div-block-69-copy-2 {
  align-items: center;
  margin-top: 0;
  margin-left: 73px;
  display: flex;
}

.div-block-69-copy-2._2 {
  margin-left: 0;
}

.image-61 {
  height: 4em;
  margin-bottom: 3em;
}

.paragraph-12 {
  width: 50%;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.4;
}

.hero_sidepic {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 4.5em;
  padding-left: 4.4em;
  padding-right: 2.4em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-62 {
  object-fit: contain;
}

.heading-48 {
  color: #222;
  width: 50%;
}

.lightbox-link-3 {
  background-color: #ecf1ff;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 43px;
  padding: 12px 21px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.lightbox-link-3:hover {
  background-color: #d9e5ff;
}

.image-44 {
  width: 17px;
}

.text-block-54 {
  margin-left: 12px;
}

.text-block-53 {
  margin-left: 5px;
  margin-right: 5px;
}

.heading-49 {
  margin-bottom: .5em;
}

.image-63 {
  object-fit: cover;
}

.heading-50 {
  text-align: left;
  flex: 1;
  margin-top: 0;
}

.journeystep {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: .7em;
  padding-right: .7em;
  display: flex;
}

.div-block-123 {
  background-color: #222;
  width: 1px;
  height: 3em;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
}

.image-64 {
  width: 90%;
}

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

.heading-51 {
  border-left: 3px solid var(--slate-blue);
  padding-left: 1em;
}

.collection-list-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  margin-top: 2em;
}

.hero_link_icon-copy {
  object-fit: contain;
  object-fit: contain;
  object-fit: contain;
  object-fit: contain;
  width: 4em;
  height: 3.4em;
}

.section_navbar {
  z-index: 100;
  color: #222;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.container_navbar {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: .21em 3.65em;
  display: flex;
  position: relative;
}

.image-67 {
  width: 2em;
  margin-right: 1em;
}

.image-68 {
  height: 1em;
}

.link-block-4 {
  align-items: center;
  display: flex;
}

.div-block-81 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.heading-53 {
  font-size: 2.7em;
  font-weight: 400;
  line-height: 1.3;
  transition: all .2s;
}

.heading-53:hover {
  margin-left: .2em;
}

.div-block-125 {
  background-color: #fff;
  width: 50px;
  height: 1px;
}

.menu_itemwrapper {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.div-block-126 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 18em;
}

.link-block-14 {
  width: 100%;
}

.heading-54 {
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 300;
}

.heading-54.white {
  color: #fff;
}

.menu_itemwrapper-copy {
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.heading-55 {
  font-weight: 400;
}

.heading-55.white {
  color: #fff;
}

.image-7 {
  width: 3.02em;
  height: 3.02em;
}

.heading-56 {
  opacity: .82;
  text-transform: none;
  margin-bottom: .6em;
  font-size: 1.2em;
  font-weight: 500;
}

.hack22-date-version1 {
  font-weight: 200;
  display: none;
}

.icon_menuwrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 35px;
  height: 12px;
  transition: padding .2s;
  display: flex;
}

.icon_menuwrapper:hover {
  padding-top: 3px;
  padding-bottom: 3px;
}

.footer {
  color: #222;
  background-color: #111;
  position: relative;
}

.image-69 {
  border-radius: 6px;
  width: 9em;
}

.div-block-127 {
  background-color: #bdbdbd;
  width: 100%;
  height: 1px;
}

.div-block-128 {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: .6em;
  padding-bottom: .6em;
  display: flex;
}

.link-2 {
  color: var(--slate-blue);
  margin-left: 2.2em;
  font-size: 1.4em;
}

.paragraph-13 {
  margin-top: .6em;
  margin-bottom: 1.6em;
}

.heading-57 {
  margin-top: .2em;
}

.paragraph-14 {
  text-align: justify;
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.link-block-15 {
  align-items: center;
  display: flex;
}

.image-70 {
  margin-right: 1em;
}

.collection-list-copy {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.cs_grid {
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-16 {
  background-color: var(--white);
  color: #fff;
  text-align: left;
  border: 1px solid #6d6d6d;
  border-radius: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1.1em;
  display: flex;
}

.image-71 {
  object-fit: cover;
  border-radius: 2rem;
}

.div-block-130 {
  height: 16em;
  overflow: hidden;
}

.image-72 {
  height: 3em;
  margin-top: 1em;
}

.heading-58 {
  color: var(--dim-grey);
  margin-top: .5em;
  font-size: 1.4em;
}

.image-73 {
  height: 3em;
  margin-right: 1.3em;
}

.image-74 {
  height: 3em;
}

.link-block-17 {
  flex: none;
}

.followwrapper {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-55-copy {
  margin-right: 2em;
  font-size: .9em;
  font-weight: 400;
}

.image-7-copy {
  width: 3.02em;
  height: 3.02em;
}

.bottomline {
  flex: none;
  width: 100%;
  padding: .78em;
  display: block;
}

.bottomline.is--footermeta {
  color: #fff;
  border-top: 1px solid #555;
  border-bottom: 1px #555;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.8em;
  margin-bottom: 0;
  padding-top: .4em;
  padding-bottom: .8em;
  display: flex;
}

.link-3 {
  opacity: .78;
  font-size: .8em;
}

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

.div-block-57 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-38 {
  font-size: 1em;
  font-weight: 300;
}

.div-block-56 {
  background-color: #9b9b9b;
  width: 30px;
  height: 1px;
  margin-top: .6em;
  margin-bottom: .6em;
}

.link-5 {
  opacity: .86;
  color: #fff;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
}

.link-5:hover {
  opacity: 1;
  transform: translate(4px);
}

.link-5.w--current {
  margin-bottom: .2em;
}

.div-block-57-copy {
  border-top: 1px solid #5b5b5b;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 1em;
  line-height: 1;
  display: flex;
}

.text-block-38-copy {
  color: #b4b4b4;
  margin-top: 0;
  margin-right: 1em;
  font-size: .8em;
  font-weight: 300;
}

.text-block-38-copy.media {
  color: #fff;
  font-size: 1em;
}

.hero_background_imgmobile {
  z-index: -1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
  inset: 0%;
}

.link-5-copy {
  opacity: .86;
  color: #fff;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 1em;
  font-weight: 300;
  text-decoration: underline;
  transition: transform .2s, opacity .2s;
}

.link-5-copy:hover {
  opacity: 1;
  transform: translate(4px);
}

.link-5-copy.w--current {
  margin-bottom: .2em;
}

.image-59-careers {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.success-message {
  color: #08ff00;
  background-color: #111010;
  padding-top: 66px;
  padding-bottom: 91px;
  padding-left: 0;
}

.error-message {
  color: #ff3b3b;
  background-color: #111010;
  padding-left: 0;
}

.grid_whydirox {
  z-index: 2;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.why_dirox_subtitle {
  color: #161616;
  letter-spacing: -.3px;
  font-weight: 700;
}

.why_dirox {
  border-left: 3px #cecece;
  margin-bottom: 145px;
  padding-left: 0;
  display: flex;
}

.image-75 {
  width: 40%;
  margin-right: 1em;
}

.div-block-131 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: .78em;
  display: flex;
}

.div-block-132 {
  background-image: url('/web/content/14236?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-76 {
  margin-bottom: 10em;
}

.heading-59 {
  opacity: 1;
  color: #222;
  font-size: 4em;
  font-weight: 200;
  line-height: 1;
}

.div-block-133 {
  background-color: #6454ef38;
  width: 100%;
  height: 1px;
  margin-bottom: 10em;
}

.lottie-animation-2 {
  z-index: -1;
  position: absolute;
}

.heading-60 {
  margin-bottom: .6em;
}

.div-block-134 {
  background-color: #e2e2e2;
  width: 100%;
  height: 1px;
}

.tab-link-tab-2 {
  background-color: #ddd0;
}

.tab-link-tab-2.w--current {
  border-bottom: 2px solid var(--slate-blue);
  color: var(--slate-blue);
  background-color: #fff0;
  font-weight: 600;
}

.tab-link-tab-2.vn {
  font-weight: 600;
}

.tabs-menu {
  justify-content: space-between;
  padding-left: 20.6em;
  padding-right: 20.6em;
  display: flex;
}

.heading-61 {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 2.4em;
  font-size: 1em;
  font-weight: 400;
}

.tab-link-france {
  background-color: #ddd0;
  font-weight: 600;
}

.tab-link-france.w--current {
  border-bottom: 2px solid var(--slate-blue);
  color: var(--slate-blue);
  background-color: #ddd0;
}

.tab-link-canada {
  background-color: #ddd0;
  font-weight: 600;
}

.tab-link-canada.w--current {
  border-bottom: 2px solid var(--slate-blue);
  color: var(--slate-blue);
  background-color: #ddd0;
  font-weight: 600;
}

.tab-link-hong-kong {
  background-color: #ddd0;
  font-weight: 600;
}

.tab-link-hong-kong.w--current {
  border-bottom: 2px solid var(--slate-blue);
  color: var(--slate-blue);
  background-color: #ddd0;
}

.tab-link-japan {
  background-color: #ddd0;
  font-weight: 600;
}

.tab-link-japan.w--current {
  border-bottom: 2px solid var(--slate-blue);
  color: var(--slate-blue);
  background-color: #ddd0;
}

.image-77 {
  width: 30%;
}

.image-78 {
  width: 33%;
}

.image-79 {
  display: block;
}

.div-block-135 {
  background-image: linear-gradient(#fff0 24%, #fff);
  position: absolute;
  inset: 0%;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3em;
  padding-left: 2.2em;
  padding-right: 2.2em;
  display: grid;
}

.image-80 {
  width: 4em;
  height: 4em;
}

.div-block-136 {
  border-bottom: 1px solid #e4e4e4;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  display: flex;
}

.heading-62 {
  margin-top: .5em;
  margin-bottom: 3em;
  font-size: 1.6em;
}

.div-block-138 {
  flex-direction: row;
  align-items: center;
  margin-bottom: .2em;
  display: flex;
}

.image-81 {
  opacity: .42;
  height: 1.4em;
  margin-right: .5em;
}

.paragraph-15 {
  text-transform: uppercase;
  font-family: Sora, sans-serif;
  font-size: .8em;
  font-weight: 500;
}

.paragraph-15-copy {
  text-transform: uppercase;
  margin-right: .6em;
  font-family: Sora, sans-serif;
  font-size: .8em;
}

.div-block-139 {
  display: flex;
}

.collection-item-6 {
  background-color: #fff;
  border-radius: 5px;
  padding: 2.2em;
  box-shadow: 1px 1px 8px #0000000a;
}

.div-block-140 {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  justify-content: center;
  align-items: center;
  margin-top: 1.6em;
  margin-bottom: 4em;
  padding: 1.6em 1.5em;
  display: flex;
}

.div-block-141 {
  margin-top: 2.38em;
  margin-right: 2.38em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-82 {
  width: 1.5em;
  margin-right: 1em;
}

.div-block-142 {
  justify-content: flex-end;
  margin-bottom: .5em;
  display: flex;
}

.div-block-143 {
  padding-top: 3em;
}

.div-block-144 {
  opacity: 1;
  filter: blur(8px);
  background-color: #222;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('/web/content/14236?download=false');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.job_apply {
  width: 100%;
  display: block;
  overflow: visible;
}

.div-block-145 {
  border-top: 1px solid #e2e2e2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2.9em;
  padding-top: 5.7em;
  padding-bottom: 4.3em;
  display: flex;
}

.heading-63 {
  margin-bottom: .6em;
}

.image-83 {
  width: 40%;
  margin-bottom: 1em;
}

.empty-state, .empty-state-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  margin-top: 3em;
}

.empty-state-3 {
  color: #000;
  text-align: center;
  background-color: #ddd0;
  margin-top: 3em;
}

.empty-state-4 {
  color: #000;
  text-align: center;
  background-color: #0000;
  margin-top: 3em;
}

.empty-state-5 {
  opacity: 1;
  color: #000;
  text-align: center;
  background-color: #ddd0;
  margin-top: 3em;
}

.rich-text-block-2 {
  text-align: justify;
}

.image-59-copy {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.heading-47-copy {
  color: #000;
  font-weight: 700;
}

.image-84 {
  max-width: 100%;
}

.wg-element {
  margin-left: 2.6em;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-dd-1-togle {
  z-index: 1;
  color: #b9b9b9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
  display: none;
}

.wg-dd-1-togle:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 0;
  display: flex;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
  display: flex;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-dropdown-1-link {
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.html-embed-2, .text-block-62, .text-block-63 {
  display: none;
}

.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;
  width: 260px;
  display: flex;
}

.button-contact-service {
  border: 1px solid var(--slate-blue);
  background-color: var(--slate-blue);
  text-align: center;
  border-radius: 1px;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1.5em;
  transition: background-color .2s;
}

.button-contact-service:hover {
  border: 1px solid var(--slate-blue);
  color: var(--slate-blue);
  background-color: #0000;
  border-radius: 1px;
}

.heading-70 {
  color: #fff;
}

.paragraph-18 {
  color: #fff;
  margin-left: 2px;
  font-size: 2em;
}

.cta {
  margin-bottom: 7.7em;
  margin-left: 3.75em;
  margin-right: 3.75em;
  display: block;
}

.checkbox-field {
  margin-bottom: 0;
}

.button-service {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 27px;
  transition: background-color .2s;
}

.button-service:hover {
  border-color: var(--slate-blue);
  background-color: var(--slate-blue);
}

.text-block-84 {
  text-align: center;
  margin-right: 0;
  padding-right: 0;
  font-family: Sora, sans-serif;
  font-size: 2.6em;
  font-weight: 700;
}

.text-block-85 {
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 1.2em;
}

.columns-2 {
  background-color: #0000;
  margin-bottom: 10px;
}

.column-10 {
  background-color: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: block;
}

.column-10:hover {
  background-color: var(--slate-blue);
  color: #fff;
}

.section-7 {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  margin-top: 7.81em;
  padding: 7.81em 3.75em;
  display: none;
}

.heading-79 {
  color: #fff;
  margin-bottom: 0;
  padding-right: 10px;
  display: inline-block;
}

.heading-80 {
  color: var(--slate-blue);
}

.image-90 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-15, .column-16 {
  padding-left: 0;
  padding-right: 20px;
}

.heading-83 {
  color: #fff;
}

.text-block-92 {
  color: #b3b3b3;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.1em;
}

.image-92 {
  margin-top: 10px;
}

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

.container-6 {
  border: 1px solid #6d6d6d;
  padding: 1.1em;
}

.column-19 {
  padding-left: 0;
}

.column-20 {
  padding-left: 10px;
  padding-right: 0;
}

.image-93 {
  object-fit: fill;
  min-width: 0%;
}

.button-4 {
  color: #6454ef;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  padding: 13px 17px;
  font-weight: 600;
  display: inline-block;
}

.button-4:hover {
  color: #6454ef;
  background-color: #e4e4e4;
}

.div-block-146 {
  background-color: var(--slate-blue);
  height: 4px;
  margin-bottom: 20px;
}

.heading-85 {
  color: var(--slate-blue);
  padding-top: 10px;
  font-weight: 400;
}

.image-95 {
  float: none;
  border-radius: 0;
  width: 100%;
  margin-top: 40px;
  position: static;
}

.rich-text-block-10 {
  color: #fff;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: .6em;
  display: flex;
  overflow: visible;
}

.heading-87 {
  color: #fff;
  margin-bottom: 40px;
}

.column-21 {
  border: 0 #e0e0e0;
  border-radius: 0;
  margin-top: 40px;
  padding: 0;
  transition: opacity .5s;
}

.column-22 {
  padding-left: 20px;
  padding-right: 0;
  position: sticky;
  top: 20px;
}

.rich-text-block-12 {
  background-color: #f7f7f7;
  border: 1px #f1f1f1;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
  font-size: .6em;
}

.columns-9 {
  object-fit: fill;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
  overflow: visible;
}

.heading-88 {
  color: #222;
}

.paragraph-26 {
  font-size: 1.1em;
}

.paragraph-27 {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.html-embed-5 {
  float: left;
}

.heading-90 {
  margin-top: 0;
}

.heading-91 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.column-23 {
  padding-left: 60px;
  padding-right: 0;
}

.columns-10, .columns-11, .columns-12, .heading-92, .heading-93 {
  margin-bottom: 20px;
}

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

.paragraph-28 {
  padding-top: 5px;
  font-size: 1.1em;
}

.column-25, .column-26 {
  text-align: center;
}

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

.section-13 {
  margin-left: 3.65em;
  margin-right: 3.65em;
  display: none;
}

.column-27 {
  padding-left: 0;
  padding-right: 60px;
}

.section-99 {
  background-color: var(--slate-blue);
  margin-left: 0;
  padding: 7.81em 3.65em;
  display: none;
}

.columns-14 {
  height: auto;
}

.paragraph-85 {
  margin-top: 10px;
  font-size: 1.5em;
}

.image-97 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.home-wrapper {
  width: 100%;
  color: var(--text);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  line-height: 1.5;
  overflow: visible;
}

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

.section_wrapper.timeline {
  z-index: -1;
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.section_wrapper.hire-benefit {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  justify-content: flex-start;
}

.section_wrapper.talent-info {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section_wrapper.home-hero {
  align-items: flex-start;
  display: flex;
}

.section_wrapper.overflow {
  overflow: hidden;
}

.section_wrapper.timeline-2 {
  z-index: 0;
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.content-wrapper.mission {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.metric {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  background-color: var(--white);
  flex-direction: row;
  flex: 1;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;
  display: flex;
}

.content-wrapper.development {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.collaboration-models {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 80vw;
  display: flex;
}

.content-wrapper.collaboration-models.padding {
  margin-left: 7.5vw;
}

.content-wrapper.hire-benefit {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.content-wrapper.padding {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.service-detail {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.content-wrapper.why-dirox {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

._6xl {
  color: var(--text);
  letter-spacing: -.05em;
  font-size: 5em;
  font-weight: 700;
}

._6xl.primary {
  color: var(--slate-blue);
}

.badges {
  color: var(--blue-600);
  text-align: center;
  background-color: #f1efff;
  border: 1px solid #c1bbf6;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: 1.125em;
  font-weight: 500;
  display: flex;
}

.badges.in-primary {
  border-color: var(--blue-600);
  background-color: #342c7c;
}

.badges.with-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.badges.green {
  background-color: #044e18;
  border-color: #2ea84a;
  padding: .1em .25em;
}

.text-badges {
  color: var(--blue-600);
  letter-spacing: -.02em;
  font-size: 1em;
  font-weight: 500;
}

.text-badges.green {
  color: #83ffa0;
  letter-spacing: 0;
  font-size: .75em;
  font-weight: 300;
}

.text-badges.left-align {
  text-align: left;
}

.text-badges.primary-light {
  color: #c1baff;
}

.btn-primary {
  background-color: var(--slate-blue);
  color: var(--white);
  text-align: center;
  border-radius: 1rem;
  padding: .75rem 1.25rem;
  font-family: Sora, sans-serif;
  font-weight: 400;
}

.btn-primary.reverse {
  background-color: var(--white);
  color: var(--slate-blue);
}

._5xl {
  text-align: left;
  align-self: flex-start;
  width: 100%;
}

._5xl.reverse {
  color: #fff;
}

._5xl.reverse.contered {
  text-align: center;
}

._5xl._50vw {
  text-align: center;
  width: 50vw;
}

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

.square-image_wrapper {
  width: 50%;
}

.square-image_wrapper.is-100 {
  width: 100%;
}

.square-image_wrapper._85vw {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  align-items: center;
  width: 85vw;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.square-image_wrapper._85vw.padding {
  margin-bottom: 5em;
}

.base {
  text-align: left;
  font-size: 1.25em;
  font-weight: 200;
}

.base.grey {
  color: var(--dim-grey-2);
  flex: 0 auto;
}

.base.grey.centered {
  text-align: center;
}

.base.grey.dirox-number {
  font-size: 1em;
  line-height: 1.6;
}

.base.grey.sm {
  color: var(--dim-grey-2);
}

.base.reverse {
  color: var(--white);
}

.base.reverse.centered {
  text-align: center;
}

.base.grey-light {
  color: var(--dark-grey);
  flex: 0 auto;
  font-size: 1em;
}

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

.title-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-wrapper.center {
  align-items: center;
  width: 60vw;
}

.title-wrapper.center.padding {
  padding-top: 5rem;
}

.list-items_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.list-items_wrapper.padding-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: stretch;
}

.list-items {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.list-items.timeline {
  padding-top: .25em;
  padding-bottom: .25em;
}

.list-items.dirox-number {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-right: .5px solid var(--slate-blue);
  border-radius: 0;
  padding: 0 1.5em;
}

.list-items.dirox-number.is-withoutborder {
  border-right-style: none;
}

.list-items.partners {
  border-radius: 1.5em;
  padding: 1em 1.5em;
}

.list-items-content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list-items_image {
  width: 3em;
  height: 3em;
}

.metric-items_warpper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.metric-number {
  color: var(--text);
  letter-spacing: -.03em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.1;
}

.metric-number.yoe {
  font-size: 2em;
}

.metric-text {
  color: var(--dim-grey-2);
  letter-spacing: -.02em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5em;
}

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

.metric-items {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-8 {
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.timeline_image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
}

.timeline_circle {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  box-shadow: 0 0 0 4px var(--slate-blue);
  background-color: #fff;
  border-radius: 100%;
  position: sticky;
  top: 50vh;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: var(--slate-blue);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

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

.margin-bottom-xlarge {
  margin-bottom: 2rem;
}

.timeline_progress {
  z-index: -2;
  background-color: #eef2f6;
  width: .125rem;
  height: 100%;
  position: absolute;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: var(--text);
  letter-spacing: -.02em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.timeline_text.md {
  font-size: 1.125em;
}

.overlay-fade-top {
  background-image: linear-gradient(#fff, #fff0);
  height: 5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.overlay-fade-top.soft {
  height: 10rem;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #fff 40%, #fff0);
  height: 5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-fade-bottom.soft {
  background-image: linear-gradient(to top, #fff, #fff0);
  height: 10rem;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  color: var(--slate-blue);
  letter-spacing: -.02em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_wrapper {
  position: relative;
}

.timeline_items {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 11.25rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
  position: relative;
}

.container_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.container_wrapper.sm {
  background-color: #0000;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.container_wrapper.development-hero {
  align-items: flex-start;
  padding-top: 12em;
}

.container_wrapper.about-stack {
  background-color: #fff0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5rem;
  position: relative;
}

.container_wrapper.with-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.container_wrapper.with-card.full-width {
  width: 100%;
}

.container_wrapper.hire-hero {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12em;
  padding-bottom: 10em;
}

.container_wrapper.hire-benefit {
  align-items: flex-start;
  width: 85vw;
  padding-bottom: 0;
}

.container_wrapper.talents-hero {
  align-items: center;
}

.container_wrapper.talents {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  box-shadow: none;
  color: var(--text);
  background-color: #faf9ff;
  border-radius: 2em;
  flex-direction: column;
  padding: 5em;
  position: relative;
}

.container_wrapper.services-hero {
  align-items: flex-start;
  padding-top: 12em;
}

.container_wrapper.home-mission {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
}

.container_wrapper.testimonial {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100em;
  min-height: 100vh;
}

.container_wrapper.services {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.container_wrapper.timeline {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  align-items: center;
}

.container_wrapper.faq {
  padding-top: 4em;
  padding-bottom: 4em;
}

.step {
  color: var(--dim-grey-2);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  display: inline;
}

.timeline-tick {
  width: 1.5em;
  height: 1.5em;
}

.metric-image {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.footer_wrapper {
  z-index: 1;
  background-color: #0f1520;
  padding-top: 4em;
  position: relative;
}

.contact-text {
  color: var(--white);
  line-height: 1.4;
}

.contact-text.primary {
  color: var(--slate-blue);
  letter-spacing: -.03em;
  font-size: 3.5em;
  font-weight: 600;
  transition: opacity .4s;
}

.contact-text.primary:hover {
  opacity: .6;
}

.footer-content_wrapper {
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.footer-content.vertical {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
}

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

.footer-content-items {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-content-items.vertical {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
}

.footer-action {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flag-image {
  width: 1.5rem;
  height: 1.5rem;
}

.address-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.divider {
  background-color: #5d68784a;
  height: .0625rem;
}

.footer-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-image_wrapper {
  width: 2rem;
  height: 2rem;
}

.projects-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 3rem;
  display: flex;
}

.projects-wrapper.top {
  margin-left: 5vw;
}

.projects-wrapper.bottom {
  margin-right: 5vw;
}

.case-study {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.projects-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .5rem;
}

.project {
  border-radius: 1.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32vw;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 32px 6px #090e1780;
}

.project_wrapper.padding {
  margin-top: 5rem;
}

.case-study_heading-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn_case-study {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: var(--white);
  background-color: #1219269e;
  border: 1px solid #4d5159;
  border-radius: 100em;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
}

.testimonials-text {
  letter-spacing: -.5px;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.3;
}

.case-study_container {
  background-color: #0f1520;
  background-image: url('/web/content/14431?download=false');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  position: relative;
  overflow: hidden;
}

.case-study_container.full-width {
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.sm {
  font-size: 1em;
}

.sm.grey-light {
  color: var(--dark-grey);
  font-weight: 200;
}

.sm.grey-light.centered {
  text-align: center;
}

.sm.grey-light.footer {
  background-color: #1110;
}

.sm.grey {
  color: var(--light-grey);
  font-weight: 300;
}

.sm.grey.padding {
  padding-left: .5em;
  padding-right: .5em;
}

.sm.grey.padding.footer {
  background-color: #1110;
}

.logo {
  align-items: center;
  display: flex;
}

.marquee-items-content_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-items {
  flex: none;
  align-items: center;
  margin-right: 5rem;
  display: flex;
}

.main-container {
  max-width: 90rem;
  padding: 8rem 6rem;
}

.main-container.cc-marquee {
  max-width: none;
  margin-top: 8rem;
  margin-bottom: 1rem;
  padding: 1.5rem 0;
  overflow: hidden;
}

.marquee-text {
  letter-spacing: -1px;
  font-family: Sora, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.15;
}

.marquee-section {
  display: none;
}

.section-title-wrapper.center {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 80vw;
  margin: 15rem auto 3rem;
  display: flex;
  position: relative;
}

.marquee-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.marquee-image {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 6.25rem;
  height: 6.25rem;
}

.marquee-text_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.logo-mark {
  width: 2em;
  height: 2em;
}

.brand {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  display: flex;
}

.nav-content {
  font-weight: 400;
}

.dropdown {
  display: none;
}

.navigation-wrap {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-toggle {
  color: var(--text);
  padding: .25rem .75rem;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--slate-blue);
  background-color: #6454ef1a;
  border-radius: 100rem;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-link {
  border-radius: 100em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--slate-blue);
  background-color: #6454ef1a;
}

.navigation-link.w--current {
  color: var(--slate-blue);
}

.navigation-container {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mobile-nav {
  color: var(--text);
  align-items: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.nav-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text);
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.chevron-down {
  color: var(--dim-grey-2);
  margin-right: 5px;
  font-size: .875rem;
  display: none;
}

.mobile-nav-link {
  padding: 1rem;
}

.icon-circle {
  background-color: #fff;
  background-image: linear-gradient(320deg, #cbc5ff, #fff0);
  border-radius: 100rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
}

.icon-circle.large {
  width: 4rem;
  height: 4rem;
  padding: .75rem;
}

.dropdown-list.w--open {
  background-color: var(--white);
}

.navigation {
  z-index: 100;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: var(--text);
  background-color: #ffffffb3;
  flex-direction: column;
  align-items: center;
  padding: .5rem 7.5vw;
  font-size: 1em;
  font-weight: 400;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.25rem;
  display: flex;
}

.mobile-toggle {
  padding: 1rem 2.5rem 1rem 1.5rem;
}

.dropdown-link-mobile {
  width: 100%;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.dropdown-link {
  border-radius: 1rem;
  width: 100%;
  margin: .5rem;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.dropdown-link:hover {
  background-color: #fbfaff;
}

.navigation-dropdown {
  border-radius: 1.5rem;
  min-width: 8.75rem;
}

.navigation-dropdown.w--open {
  background-color: #fff;
  align-items: stretch;
  max-height: 100vh;
  display: flex;
  left: -18rem;
  box-shadow: 0 50px 25px -50px #1018280d, 8px 18px 60px 4px #1018281a;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-link_wrapper {
  flex: 1;
  min-width: 24rem;
}

.dropdown-image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  min-width: 22rem;
  padding: 1rem;
  display: flex;
}

.dropdown-image-content {
  color: var(--slate-blue);
  letter-spacing: -.5px;
  font-size: 1.5rem;
  font-weight: 600;
}

.image-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f2f0ff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.subpage-icon {
  width: 2rem;
  height: 2rem;
}

.ratio-box {
  border-radius: 1rem;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.ratio-box._3-2 {
  padding-top: 66.66%;
}

.ratio-box.rounded-lg {
  border-radius: 2em;
}

.ratio-box.rounded-100 {
  border-radius: 100%;
}

.ratio-box._16-9 {
  padding-top: 56.25%;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-block.with-image {
  color: #fff;
}

.img-container {
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.img-container.studio {
  background-image: url('/web/content/14306?download=false');
}

.mobile-nav-cta {
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: 16px;
  display: flex;
}

.left-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pattern-right {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pattern-right.z-index {
  z-index: 0;
  height: 90%;
}

.why-language_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f8f7ff;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
  display: flex;
}

.card.is-100 {
  width: 100%;
  height: 100%;
  position: relative;
}

.card.is-100.sb {
  justify-content: space-between;
}

.card.padding-lg {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  height: 100%;
  box-shadow: 0 12px 40px 20px #1018280a;
}

.card.padding-lg.in-dark {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #202733b3;
  border: 1px solid #ffffff0f;
  border-radius: 1.5em;
  transition: border .4s, background-color .4s;
}

.card.padding-lg.in-dark:hover {
  border-width: 1px;
  border-color: var(--slate-blue);
  background-color: #342c7c;
}

.card-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-title.horizontal {
  flex-direction: row;
  align-items: center;
}

.icons {
  flex: 0 auto;
  width: 3rem;
  height: 3rem;
}

.icons.lg {
  width: 5rem;
  height: 5rem;
}

.collaboration-models_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.cta-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--slate-blue);
  border-radius: 2rem;
  align-items: center;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.cta-image {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 7.5rem;
}

.images {
  width: 100%;
  height: 100%;
}

.cta-title {
  color: var(--white);
  flex: 1;
  font-size: 2em;
}

.cta-action {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_answer {
  overflow: hidden;
}

.faq_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq_question {
  cursor: pointer;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: background-color .2s;
  display: flex;
}

.faq-question_text {
  letter-spacing: -.5px;
  font-size: 1.25em;
  font-weight: 600;
}

.faq_accordion {
  border-top: .0625rem solid #e6f0fc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1rem;
}

.faq_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: .0625rem solid #16161626;
  grid-template-rows: auto auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8em;
  display: grid;
}

.about-stack_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.desctiption {
  width: 100%;
  padding-right: 0;
  font-size: 1.25em;
  font-weight: 300;
}

.desctiption.md {
  font-size: 1.5em;
  line-height: 1.6;
}

.desctiption.md.italic {
  font-style: italic;
}

.metric-number_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.language-image {
  opacity: .3;
  filter: blur(10px);
  object-fit: cover;
  object-position: 50% 50%;
  height: 40%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.other-project_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  display: flex;
}

.project-images {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.project_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: 2rem;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 10px 40px 20px #10182808;
}

.project_card:hover {
  box-shadow: 0 40px 60px 20px #1018280d, 0 10px 40px 20px #10182808;
}

.project-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.image {
  width: 100%;
}

.bento {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
}

.cell {
  align-items: stretch;
}

.cta-sm {
  background-color: var(--slate-blue);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-97 {
  color: var(--white);
}

.badge-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.diverse-skill_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding-bottom: 0;
  display: flex;
}

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

.skill-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.it-staff-augmentation_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.pattern-dark {
  width: 35%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.talents-info_wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
  display: flex;
  position: relative;
}

.talent-items {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.action-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: 1.5em;
  flex-direction: column;
  flex: 1;
  padding: 1.5em;
  display: flex;
  position: sticky;
  top: 8em;
  box-shadow: 0 20px 40px 20px #1018280f;
}

.talents_wrapper {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-info {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
}

.faq-ans {
  color: var(--dark-slate-blue);
  white-space: normal;
  word-break: normal;
  font-size: 1em;
  font-weight: 300;
  position: relative;
}

.text-with-badge {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  align-items: center;
  display: none;
}

.form-wrapper {
  margin-bottom: 0;
}

.email-input_form {
  align-items: stretch;
  margin-bottom: 0;
  padding-left: .75em;
  padding-right: .75em;
  display: flex;
}

.email-input_form-field {
  border-radius: 1em;
  margin-bottom: 0;
  margin-right: .5em;
}

.email-input_form-field:active, .email-input_form-field:focus {
  border-color: #fff;
}

.form_submit-button {
  background-color: var(--slate-blue);
  color: #fff;
  border-radius: 1em;
  padding: .5em 1em;
  font-weight: 500;
}

.footer-link {
  color: var(--white);
  border-radius: 100em;
  padding: .5em .75em;
  font-weight: 500;
}

.footer-link:hover {
  color: #a398ff;
  background-color: #6454ef33;
}

.pattern-left {
  object-fit: cover;
  object-position: 50% 50%;
  height: 20%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pattern-left.right-bttm {
  height: 25%;
  inset: auto auto 0% 0%;
}

.pattern-left.z-index {
  opacity: .5;
  width: 50%;
  height: auto;
}

.pattern-left.is-40 {
  z-index: 0;
  width: 40%;
  height: auto;
  top: -10%;
  left: -10%;
}

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

.items-wrapper.latest-mission {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: stretch;
}

.progress-items {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: center;
  margin-top: .5em;
  display: flex;
}

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

.progress-line {
  background-color: #d4d0f8;
  width: .0625em;
  height: 100%;
}

.items {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  margin-left: 1em;
  display: flex;
}

.section-hide {
  color: #222;
  background-color: #fff;
  display: none;
  position: relative;
}

.container--hide {
  z-index: 1;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 7.81em 3.65em;
  display: none;
  position: relative;
}

.timeline-circle {
  width: 1em;
  min-width: 1em;
  max-width: 1em;
  height: 1em;
  min-height: 1em;
  max-height: 1em;
  box-shadow: 0 0 0 4px var(--slate-blue);
  background-color: #fff;
  border-radius: 100%;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .125rem 0;
  display: flex;
  overflow: hidden;
}

.header_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.header_images-layout.is-homepage {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.header_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header_image {
  object-fit: cover;
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header-hero {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 7.5vw;
  margin-right: 1em;
  display: grid;
}

.header_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home-hero-header_content-left {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5rem;
  display: flex;
  position: relative;
}

.text-move_container {
  align-items: center;
  width: 85vw;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 10em;
  display: none;
}

.split-lines {
  color: var(--text);
  letter-spacing: -.035em;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.3;
}

.mission-content_wrapper {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dirox-number_wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider_wrap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.slider_right {
  width: 40%;
}

.arrow {
  background-color: var(--white);
  border: 1px solid #d4dfec;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 2.5em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.arrow.is-right:hover, .arrow.is-left:hover {
  background-color: var(--slate-blue);
  color: var(--white);
}

.swiper-slide.is-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 2.6em;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.swiper-slide.is-photos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.arrow_svg {
  width: .8em;
  height: 1.13em;
}

.arrow_svg.is-alt {
  transform: rotate(-180deg);
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.swiper-wrapper.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider_left {
  width: 50%;
  position: relative;
}

.arrows {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider_title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider_height {
  width: 100%;
  padding-top: 90%;
  position: relative;
}

.slider_info-middle {
  padding-top: 3.4em;
  padding-bottom: 3.4em;
  position: relative;
}

.slider_info-bottom {
  width: 100%;
  height: 5em;
  display: block;
}

.author-text {
  letter-spacing: -.02em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
}

.quotes-open {
  width: 3em;
  height: 3em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.quotes-close {
  width: 3em;
  height: 3em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.company-text {
  color: var(--slate-blue);
  letter-spacing: -.02em;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

.partnres-logo_wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 0;
}

.partner-images {
  width: 100%;
}

.process-image {
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
}

.step-4-info-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 1.5em;
  flex: 1;
  align-items: center;
  padding: 1.5em;
  display: flex;
  box-shadow: 0 8px 40px 20px #1018280a;
}

.step-3-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step--number {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.purple-line {
  background-color: var(--slate-blue);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-timeline {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.step-2-info-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 1.5em;
  flex: 1;
  align-items: center;
  padding: 1.5em;
  display: flex;
  box-shadow: 0 8px 40px 20px #1018280a;
}

.step-1-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1.5em;
  display: flex;
  position: static;
}

.step-2-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.white-line {
  background-color: #fff;
  width: 2px;
  height: 72px;
  position: absolute;
  left: 19px;
  right: 20px;
}

.timeline-container {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.timeline-container.small {
  max-width: 920px;
}

.timeline-container.small.flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.step-3-info-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border-radius: 1.5em;
  flex: 1;
  align-items: center;
  padding: 1.5em;
  display: flex;
  box-shadow: 0 8px 40px 20px #1018280a;
}

.step-heading {
  color: var(--blue-600);
  letter-spacing: -.04em;
  font-weight: 500;
}

.timeline-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.process-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.step-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.step-4-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-1-info-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border-radius: 1.5em;
  flex: 1;
  align-items: center;
  padding: 1.5em;
  display: flex;
  box-shadow: 0 8px 40px 20px #1219260a;
}

.grey-line {
  background-color: #6454ef26;
  width: 2px;
  height: 82%;
  position: relative;
}

.timeline-home_wrapper {
  z-index: -3;
  display: none;
  position: relative;
}

.contact {
  color: #fff;
  background-color: #0f1520;
  align-items: center;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-content_overlay {
  z-index: 1;
  opacity: .07;
  color: #a0b2d6d6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px;
  font-size: 12.5em;
  font-weight: 700;
  line-height: 1em;
  display: block;
  position: absolute;
  inset: 0%;
}

.contact-content {
  z-index: 2;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pause, .play {
  width: 25px;
  height: 25px;
}

.video-section {
  height: 100%;
  display: none;
  overflow: visible;
}

.video-container {
  color: #fff;
  background-color: #0000000f;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.play-pause-button {
  border: 1px solid var(--slate-blue);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0003;
  border-radius: 100em;
  padding: 1em;
}

.metric-number-lg {
  color: var(--blue-600);
  letter-spacing: -.03em;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.1;
}

.body-6 {
  font-family: Sora, sans-serif;
}

.paragraph-86 {
  color: #fff;
}

.menu-open_text {
  color: #fff;
  font-size: 2.7em;
  font-weight: 500;
  line-height: 1.3;
  transition: all .2s;
}

.menu-open_text:hover {
  margin-left: .2em;
}

.heading-56-copy {
  opacity: .82;
  color: var(--white);
  text-transform: none;
  margin-bottom: .6em;
  font-size: 1.2em;
  font-weight: 500;
}

.heading-100 {
  color: #fff;
}

.text-sm {
  font-size: 1em;
  font-weight: 200;
}

.contact-error-message {
  color: #f80000;
  background-color: #fee;
  border: 1px solid #f80000;
  border-radius: 1em;
  font-size: 1em;
  line-height: 1.3;
}

.radio-buttons-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.contact-top_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-bottom: 2em;
  display: flex;
}

.contact-form_btn {
  background-color: var(--slate-blue);
  border-radius: 1em;
  padding: 15px;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color .3s;
}

.contact-form_btn:hover {
  background-color: var(--blue-600);
  border-radius: 1em;
}

.contact-name_wrapper {
  flex: 1;
}

.contact-bottom_wrapper {
  margin-bottom: 2em;
}

.contact-success-message {
  color: #2cb628;
  background-color: #e3ffe3;
  border: 1px solid #2cb628;
  border-radius: 1em;
  font-size: 1.25em;
  font-weight: 600;
}

.radio-button-label {
  color: var(--text);
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 200;
}

.contact-textarea {
  border: 1px solid var(--alice-blue);
  background-color: var(--white);
  border-radius: 1em;
  min-height: 150px;
  padding-top: 12px;
  line-height: 1.3;
}

.contact-textarea:focus {
  border-color: var(--slate-blue);
}

.contact-textarea::placeholder {
  color: var(--dark-grey);
  font-size: 1em;
  font-weight: 300;
}

.contact-label {
  color: #261212;
  margin-bottom: .75em;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.3;
}

.contact-text-field {
  border: 1px solid var(--alice-blue);
  background-color: #fff;
  border-radius: 1em;
  height: 3.5em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.3;
}

.contact-text-field:focus {
  border-color: var(--slate-blue);
}

.contact-text-field::placeholder {
  color: var(--dark-grey);
  font-weight: 300;
}

.contact-middle_wrapper {
  margin-bottom: 2em;
}

.radio-button {
  border-color: var(--light-grey);
  background-color: var(--white);
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  margin-right: 10px;
}

.radio-button:hover {
  border-color: var(--slate-blue);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--slate-blue);
}

.radio-button.w--redirected-focus {
  border-color: var(--slate-blue);
  box-shadow: 0 0 3px 1px #6454ef66;
}

.contact-wrapper {
  z-index: 1;
  flex-direction: row;
  align-items: stretch;
  width: 85vw;
  margin-top: 8em;
  margin-bottom: 8em;
  display: flex;
  position: relative;
}

.contact-left {
  width: 50%;
}

.contact-right {
  background-image: url('/web/content/14462?download=false');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 45%;
  margin-top: 6em;
  margin-bottom: 1vw;
  margin-right: 1vw;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.contact-paragraph {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 4em;
  font-weight: 200;
}

.contact-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.success-text {
  font-weight: 500;
}

.text-span-7 {
  color: #ff0004;
}

.radio-button-field {
  margin-bottom: 0;
  font-size: 1em;
}

.address-itmes {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  width: 100%;
  display: flex;
}

.address-content {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sub-text-footer {
  padding-left: .75em;
  padding-right: .75em;
}

.sub-text-footer.padding {
  margin-top: 1em;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  color: var(--white);
  font-weight: 200;
}

.btn_wrap {
  position: relative;
}

.btn_panel {
  border: 1.5px solid var(--slate-blue);
  color: var(--white);
  border-radius: 1em;
  padding: .5rem 1.25rem;
}

.btn_panel.is-bg {
  opacity: 0;
  border-radius: 1em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn_panel.is-bg.is-solid {
  color: var(--slate-blue);
}

.btn_panel.is-bg.full-width {
  width: 100%;
}

.btn_panel.is-solid {
  background-color: var(--slate-blue);
  color: var(--white);
  border-radius: 1em;
}

.btn-primary-text {
  color: var(--white);
  font-weight: 500;
}

.btn-primary-text.is-primary {
  color: var(--slate-blue);
}

.btn-primary-text.is-primary.centered, .btn-primary-text.centered {
  text-align: center;
}

.image-overlay {
  background-image: linear-gradient(#12192600, #12192699), url('/web/content/14423?download=false');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-overlay.is-2 {
  background-image: linear-gradient(#12192600, #12192699), url('/web/content/14419?download=false');
}

.image-overlay.is-3 {
  background-image: linear-gradient(#12192600, #12192699), url('/web/content/14422?download=false');
}

.image-overlay.is-4 {
  background-image: linear-gradient(#12192600, #12192699), url('/web/content/14417?download=false');
}

.image-overlay.is-5 {
  background-image: linear-gradient(#12192600, #12192699), url('/web/content/14420?download=false');
}

.image-overlay.is-6 {
  background-image: linear-gradient(#12192600, #12192699), url('/web/content/14418?download=false');
}

.image-overlay.is-7 {
  background-image: linear-gradient(#12192600, #12192699), url('/web/content/16359?download=false');
}

.image-overlay.is-8 {
  background-image: linear-gradient(#12192600, #12192699), url('/web/content/14425?download=false');
}

.project-text {
  color: var(--white);
  font-size: 2em;
  font-weight: 500;
}

.title-card {
  color: #9083ff;
  font-weight: 500;
}

.talent-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 2rem;
  display: flex;
  box-shadow: 0 20px 20px 8px #1018280a;
}

.talent-image {
  border-radius: 1em;
  width: 5rem;
  height: 5rem;
}

.hire-talent_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85vw;
  margin: 1rem auto 5rem;
  display: none;
}

.list {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.btn_talent-detail {
  border: 1px solid var(--slate-blue);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: var(--slate-blue);
  background-color: #0000;
  border-radius: 100em;
  align-items: center;
  padding: .25rem .5rem .25rem .75rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn_talent-detail:hover {
  background-color: #6454ef1a;
}

.item-services {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.item-services._2-col {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr;
}

.sub-text {
  color: var(--white);
  letter-spacing: -.03em;
  font-size: 1.25em;
  font-weight: 400;
}

.card-content, .item-services_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.profile_wrapper {
  width: 100%;
}

.profile-expand_btn {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.profile-expand_overlay {
  background-image: linear-gradient(#0000 50%, #f1f0ee);
  height: 12rem;
  position: absolute;
  inset: auto 0% 0%;
}

.profile-expand_overlay.clickable-off {
  background-image: linear-gradient(#fff0, #fff 90%);
}

.profile-expand_wrapper {
  width: 100%;
  height: 45rem;
  position: relative;
  overflow: hidden;
}

.list-item {
  font-family: Sora, sans-serif;
}

.talent-items_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
}

.talent_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.talent-container {
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.dropdown-nav_wrapper {
  position: relative;
}

.nav-link_dropdown {
  background-color: var(--white);
  border-radius: 1.5rem;
  min-width: 8.75rem;
  display: none;
  position: absolute;
  top: 100%;
  left: -280%;
  box-shadow: 0 8px 40px 15px #10182812;
}

.nav-link_wrapper {
  padding: .25rem .75rem;
}

.nav-link_wrapper:hover {
  color: var(--slate-blue);
  background-color: #6454ef1a;
  border-radius: 100rem;
}

.image-16-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.more-btn_wrapper {
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.industry_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.industry-text {
  font-weight: 400;
}

.industry-cms {
  color: var(--slate-blue);
  letter-spacing: -.2px;
  font-size: 1.25em;
  font-weight: 500;
}

.sub-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.h1-career {
  color: var(--slate-blue);
  text-align: center;
  font-size: 3em;
}

.container-w3 {
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.text-effect-overflow-hidden {
  overflow: hidden;
}

.text-effect-sticky-element {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-effect-white-gradient {
  mix-blend-mode: lighten;
  background-image: linear-gradient(#fff 12%, #291e8b 26%, #6454ef 43% 59%, #291e8b 76%, #fff 88%);
  height: 260vh;
  position: absolute;
  inset: 0%;
}

.text-overlap-white-end {
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: auto 0% -100%;
}

.text-effect-white-wrapper {
  background-color: #fff;
  height: 200vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.text-effect-white-inner {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.text-effect {
  width: 70vw;
  color: var(--text);
  letter-spacing: -.035em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #121926 5%, #50565f 25%, #4a5468 49%, #1c2330 75%, #121926);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
}

.text-effect.usa {
  font-size: 1.8em;
}

.text-reveal-100vh {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-mask {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  top: 40%;
  overflow: hidden;
}

.mask-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-parent {
  z-index: 1;
  width: 85vw;
  position: absolute;
  inset: auto;
}

.pattern-blur {
  width: 70%;
  height: 70%;
  position: absolute;
  inset: auto -10% 0% auto;
}

.h1-usa {
  text-align: left;
  font-size: 3em;
}

.heading-101, .heading-102, .heading-103 {
  color: var(--slate-blue);
}

.image-102, .image-103, .image-104, .image-105 {
  width: 4em;
  height: 4em;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.image-106 {
  border-radius: 30px;
}

.heading-104, .heading-105 {
  font-size: 3em;
}

.image-107 {
  border-radius: 30px;
}

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

.body-7 {
  margin-left: 40px;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-148 {
  margin-left: 10px;
}

.locales-list {
  background-color: #fff;
  padding-left: 10px;
}

.popup {
  z-index: 9999;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  padding: 2%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-modal {
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  min-width: auto;
  max-width: 90%;
  max-height: 80%;
  margin-top: 0;
  padding: 2%;
  display: flex;
  position: relative;
  box-shadow: 3px 2px 5px #0003;
}

.submit-button-2 {
  background-color: #6454ef;
  border-radius: 5px;
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 180%;
  font-weight: 400;
}

.submit-button-2:lang(fr-fr) {
  margin-top: 10px;
}

.heading-108 {
  color: var(--slate-blue);
  padding-bottom: 0;
}

.form-block---cta {
  text-align: left;
  flex-flow: wrap;
  place-content: space-around;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 5%;
  text-decoration: none;
  display: flex;
}

.image-108 {
  float: right;
  width: 10%;
  height: 10%;
  position: static;
}

.close-overlay {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-109 {
  box-sizing: content-box;
  float: left;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 50%;
  display: block;
  position: relative;
  overflow: clip;
}

.heading {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading-108-copy {
  width: 100%;
  color: var(--slate-blue);
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-111 {
  color: var(--dim-grey);
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  display: flex;
}

.heading-111:lang(fr-fr), .heading-111:lang(ja) {
  padding-bottom: 10px;
}

.div-block-149 {
  clear: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1.5%;
  display: flex;
  position: relative;
  bottom: auto;
}

.form-2 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  line-height: 100%;
  display: flex;
  position: relative;
}

.main-pop {
  display: flex;
}

.success-message-2 {
  flex: 1;
}

.error-message-2 {
  clear: none;
  position: fixed;
}

.field-label {
  font-size: 200%;
}

.field-label-2 {
  color: var(--dark-slate-blue);
  margin-bottom: 2%;
  font-size: 150%;
  line-height: 100%;
}

.text-field-5 {
  border-radius: 5px;
  margin-bottom: 2%;
  font-size: 150%;
}

.type-box {
  border-radius: 5px;
  margin-bottom: 2%;
  font-size: 150%;
  font-weight: 400;
}

.form-name {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dark-slate-blue);
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 2%;
  font-size: 200%;
  display: block;
  position: relative;
}

.cta-heading {
  color: var(--slate-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  font-size: 250%;
  display: flex;
}

.cta-subheading {
  color: var(--dim-grey-2);
  text-align: left;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 175%;
}

.field-label-3 {
  color: var(--dark-slate-blue);
  margin-bottom: 2%;
  font-size: 200%;
}

.text-field-7 {
  border-radius: 5px;
  margin-bottom: 2%;
  font-size: 150%;
}

.heading-112 {
  text-transform: none;
}

@media screen and (min-width: 1440px) {
  .popup-modal {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 90%;
    max-height: 90%;
    font-size: 100%;
    line-height: 100%;
    display: flex;
  }

  .submit-button-2 {
    font-size: 150%;
  }

  .submit-button-2:lang(fr-fr), .submit-button-2:lang(ja) {
    margin-top: 10px;
  }

  .heading-108 {
    float: left;
  }

  .form-block---cta {
    float: left;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    order: 1;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    min-width: 0;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .image-109 {
    box-sizing: border-box;
    float: left;
    clear: none;
    aspect-ratio: auto;
    object-fit: cover;
    flex: 0 auto;
    width: 50%;
    height: 100%;
    padding-right: 0;
    display: block;
  }

  .heading-109 {
    float: left;
    clear: none;
    flex-flow: row;
    display: block;
    position: static;
  }

  .heading {
    flex-flow: column;
    display: flex;
  }

  .heading-108-copy {
    float: left;
    object-fit: fill;
    width: 100%;
    font-size: 400%;
    line-height: 150%;
    display: flex;
    position: relative;
    overflow: clip;
  }

  .heading-110 {
    float: left;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .heading-111 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    color: var(--dim-grey-2);
    flex-flow: row;
    padding-bottom: 30px;
    font-size: 300%;
    line-height: 150%;
    display: flex;
    position: static;
  }

  .heading-111:lang(ja), .heading-111:lang(fr-fr) {
    padding-bottom: 10px;
  }

  .div-block-149 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 2%;
  }

  .div-block-149:lang(fr-fr) {
    margin-bottom: auto;
  }

  .form-2 {
    margin-top: 5%;
  }

  .main-pop {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .field-label, .field-label-2 {
    font-size: 150%;
  }

  .type-box {
    font-size: 130%;
  }
}

@media screen and (min-width: 1920px) {
  .base.grey-light {
    font-size: 1em;
  }

  .card.padding-lg.in-dark {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .title-card {
    font-size: 1.25em;
  }

  .popup-modal {
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    max-width: 90%;
    max-height: 90%;
    display: flex;
  }

  .submit-button-2 {
    margin-top: 2%;
    font-size: 180%;
  }

  .submit-button-2:lang(fr-fr) {
    margin-top: 10px;
  }

  .form-block---cta {
    padding-top: 10%;
  }

  .form-block---cta:lang(fr-fr) {
    justify-content: space-between;
    align-items: flex-end;
  }

  .image-108 {
    float: right;
    vertical-align: sub;
    background-color: #fff;
    width: 15%;
    height: 15%;
    display: block;
  }

  .image-109 {
    object-fit: cover;
    flex: 0 auto;
    height: 100%;
    overflow: clip;
  }

  .heading-111:lang(ja) {
    padding-bottom: 10px;
  }

  .main-pop {
    justify-content: flex-start;
    align-items: stretch;
  }

  .field-label-2, .text-field-5 {
    font-size: 180%;
  }

  .type-box {
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 150%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1em;
  }

  .container {
    padding: 3.41em 3.5em;
  }

  .container.is--moreinfo-mobile {
    background-position: 50%;
  }

  .container.is--movingtopbar {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container.is--cshero {
    min-height: 60vh;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container.is--whatis, .container.is--userjourney {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container.is--menuopen {
    padding-top: 8.01em;
  }

  .container.is--topasset {
    padding-top: 5.41em;
  }

  .section.is--hero {
    background-position: 50%;
  }

  .section.is--scroll {
    display: block;
  }

  .section.is--movingtopbar {
    margin-top: 40px;
  }

  .section.is--menucontent {
    transform: translate(0, -101%);
  }

  .grid.is--moreinfo {
    display: none;
  }

  .grid.is--loading-bar {
    height: 35%;
    padding-left: 5.21em;
    padding-right: 5.21em;
  }

  .grid_item {
    text-align: left;
  }

  .grid_item.is--loading-bar-bg {
    width: 20%;
  }

  .grid_item.is--content.is--consultaway, .grid_item.is--content.is--private-reporting, .grid_item.is--content.is--charity4points {
    width: 100%;
  }

  .grid_item.is--care, .grid_item.is--webapp {
    width: 60%;
  }

  .grid_item.is--whatis {
    width: 80%;
  }

  .grid_item.is--contact {
    width: 100%;
  }

  .grid_item.is--footerright {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px solid #474747;
    width: 100%;
    padding-left: .78em;
  }

  .grid_item.is--oportunitiesheader {
    width: 60%;
  }

  .grid_item.is--internship {
    margin-top: 3em;
  }

  .grid_item.is--internshiplogos {
    padding-left: 2.18em;
    padding-right: 2.18em;
  }

  .grid_item.is--joboffer {
    width: 70%;
  }

  .page_link:hover {
    height: 6.1em;
  }

  .paragraph_georgia.is--smaller.is--apply {
    width: 60%;
  }

  .close-button {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 2%;
    display: flex;
    position: sticky;
  }

  .name_ceo {
    width: 30%;
    padding-left: 1.7em;
  }

  .slide_title.display {
    font-size: 8em;
  }

  .title_container {
    padding-top: .4em;
    padding-bottom: .4em;
  }

  .picture_next {
    width: 22%;
  }

  .display_anim {
    font-size: 9.8em;
  }

  .grid_item_anim {
    text-align: left;
  }

  .display_2 {
    font-size: 9.8em;
  }

  .grid_item-worldwide-title, .grid_item-times, .grid_item-worldwide {
    text-align: left;
  }

  .header_partner {
    font-size: 6.1em;
  }

  .button.is--topbar {
    margin-left: 6em;
  }

  .grid_item-trust-title, .grid_item-today, .grid_item-tomorrow, .grid_item-logo-today, .grid_item-logo-tomorrow {
    text-align: left;
  }

  .container_trust, .hero_content {
    padding: 3.41em 3.5em;
  }

  .grid_item_difference_header, .difference_card_wrapper, .equity_wrapper {
    text-align: left;
  }

  .div-block-94 {
    padding: 17px;
  }

  .grid_item_assets_header {
    text-align: left;
  }

  .section_care.is--hero {
    background-image: none;
    display: flex;
  }

  .right-arrow, .left-arrow {
    margin-right: 0;
    bottom: -1.28em;
  }

  .tech_icons-wrapper {
    width: 90%;
  }

  .image-12 {
    width: 107.406px;
  }

  .image-13 {
    max-height: 100%;
  }

  .faq_grid {
    width: 90%;
  }

  .blog_title {
    width: 70%;
  }

  .other_posttitle {
    line-height: 1.3;
  }

  .image-59 {
    min-height: 70vh;
  }

  .grid_item-copy {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .section_studio.is--hero {
    background-image: none;
    display: flex;
  }

  .progress_wrapper {
    transform: translate(100%);
  }

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

  .moving-topbar {
    font-size: 1em;
  }

  .div-block-69-copy._2 {
    margin-left: 0;
  }

  .div-block-68-copy {
    width: 65%;
  }

  .div-block-69-copy-2._2 {
    margin-left: 0;
  }

  .collection-list-3 {
    grid-column-gap: 16px;
    grid-row-gap: 36px;
  }

  .container_navbar {
    padding: .21em 3.5em;
  }

  .cs_grid {
    width: 90%;
  }

  .bottomline {
    text-align: left;
  }

  .bottomline.is--footermeta {
    margin-top: 0;
  }

  .link-5:hover {
    transform: none;
  }

  .div-block-57-copy {
    justify-content: center;
  }

  .hero_background_imgmobile {
    display: none;
  }

  .link-5-copy:hover {
    transform: none;
  }

  .image-59-careers {
    min-height: 70vh;
  }

  .success-message {
    padding-bottom: 65px;
  }

  .heading-59 {
    font-size: 3.7em;
  }

  .tab-link-tab-2.w--current, .tab-link-tab-2.vn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    padding-left: 11.6em;
    padding-right: 11.6em;
  }

  .tab-link-france, .tab-link-canada, .tab-link-hong-kong, .tab-link-japan {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-77 {
    width: 50%;
  }

  .collection-item-6 {
    padding: 1.3em;
  }

  .image-59-copy {
    min-height: 70vh;
  }

  .wg-element {
    margin-left: 2.1em;
  }

  .wg-element-wrapper.sw6 {
    color: #fff;
  }

  .heading-79 {
    font-size: 3.2em;
  }

  .column-19 {
    padding-left: 0;
  }

  .column-20 {
    padding-right: 0;
  }

  .section_wrapper.timeline-2 {
    z-index: 0;
  }

  .content-wrapper.metric {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    align-items: center;
    width: 90vw;
    padding-bottom: 5rem;
  }

  .content-wrapper.collaboration-models, .content-wrapper.hire-benefit, .content-wrapper.why-dirox {
    width: 100%;
  }

  ._6xl {
    text-align: center;
  }

  ._5xl {
    font-size: 3em;
  }

  ._5xl._50vw {
    width: 100%;
  }

  .square-image_wrapper {
    order: 1;
    width: 100%;
  }

  .square-image_wrapper.is-100 {
    order: -1;
  }

  .base.grey.dirox-number {
    text-align: center;
  }

  .base.grey-light {
    font-size: 1em;
  }

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

  .title-wrapper.center {
    width: 100%;
  }

  .list-items.dirox-number {
    border-right-style: none;
    flex-direction: column;
  }

  .list-items-content.dirox-number {
    align-items: center;
  }

  .metric-items_warpper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .metric-number {
    font-size: 3rem;
  }

  .metric-text {
    font-size: 1em;
  }

  .timeline_date-text {
    font-size: 1.5em;
  }

  .container_wrapper {
    flex-direction: column;
    align-items: center;
    width: 90vw;
  }

  .container_wrapper.development-hero {
    flex-direction: column;
    padding-bottom: 0;
  }

  .container_wrapper.hire-hero, .container_wrapper.hire-benefit {
    flex-direction: column;
  }

  .container_wrapper.talents-hero {
    flex-direction: column;
    padding-bottom: 0;
  }

  .container_wrapper.talents {
    padding: 2em;
  }

  .container_wrapper.services-hero {
    flex-direction: column;
    padding-bottom: 0;
  }

  .footer-content_wrapper {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-content.centered {
    flex-direction: row;
  }

  .footer-content-items {
    width: 100%;
  }

  .address-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .projects-wrapper {
    margin-bottom: 2rem;
  }

  .projects-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .project {
    width: 55vw;
    height: 36vw;
  }

  .project_wrapper {
    margin-top: 5rem;
  }

  .testimonials-text {
    font-size: 1em;
  }

  .case-study_container {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-container {
    padding: 6rem 4rem;
  }

  .navigation-left {
    display: flex;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 1rem;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .nav-menu {
    display: none;
  }

  .navigation-right {
    justify-content: flex-start;
    width: auto;
    padding: 1.5rem;
  }

  .mobile-nav-link {
    width: 100%;
    padding: 1rem 1.5rem;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .navigation {
    display: none;
  }

  .menu-mob {
    color: var(--slate-blue);
    border-radius: 100rem;
    padding: 0 0 0 0;
    font-size: 1.5rem;
  }

  .menu-mob.w--open {
    background-color: #c8c8c800;
  }

  .dropdown-link-mobile {
    padding: 1rem 1.5rem;
  }

  .navigation-container-mob {
    color: var(--text);
    justify-content: space-between;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
  }

  .navigation-mob {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #ffffffd9;
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    padding: .5rem 3%;
    display: flex;
  }

  .menu-icon {
    color: var(--slate-blue);
    font-size: 2rem;
  }

  .mobile-nav-cta {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    width: auto;
    padding: 0;
  }

  .left-content {
    width: 100%;
  }

  .pattern-right {
    height: 50%;
    inset: 0% 0% auto auto;
  }

  .pattern-right.z-index {
    width: 90%;
  }

  .why-language_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90vw;
  }

  .collaboration-models_wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    width: 90vw;
  }

  .cta-title {
    letter-spacing: -.25px;
    font-size: 1.5em;
  }

  .faq_list {
    max-width: 90vw;
  }

  .about-stack_wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .language-image {
    height: 20%;
    top: 0%;
  }

  .it-staff-augmentation_wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .talents-info_wrapper {
    width: 60%;
  }

  .talents_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

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

  .pattern-left {
    height: 15%;
    inset: 0% auto auto 0%;
  }

  .pattern-left.is-40 {
    width: 70%;
  }

  .container--hide {
    padding: 3.41em 3.5em;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .header-hero {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 90vw;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8em;
  }

  .header_content-right {
    height: 40rem;
    padding-left: 0;
  }

  .home-hero-header_content-left {
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-move_container {
    width: 90vw;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading_wrap {
    width: 100%;
  }

  .mission-content_wrapper {
    flex-direction: column;
  }

  .dirox-number_wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slider_wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .step-4-info-wrapper {
    align-items: flex-start;
  }

  .step--number {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: -19px auto auto 24px;
  }

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

  .step-2-info-wrapper {
    align-items: flex-start;
  }

  .white-line {
    display: none;
  }

  .timeline-container.small.flex {
    width: 100%;
    max-width: none;
  }

  .step-3-info-wrapper {
    align-items: flex-start;
  }

  .timeline-wrapper {
    display: none;
  }

  .process-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .step-1-info-wrapper {
    align-items: flex-start;
  }

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

  .metric-number-lg {
    font-size: 3em;
  }

  .contact-wrapper {
    flex-direction: column;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-right {
    width: 100%;
    height: 35rem;
    position: relative;
  }

  .contact-section {
    padding-top: 2.5rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hire-talent_wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .item-services {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 90vw;
  }

  .item-services._2-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .profile-expand_btn {
    display: flex;
  }

  .profile-expand_overlay.clickable-off {
    display: block;
  }

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

  .talent-container {
    width: 90vw;
  }

  .more-btn_wrapper {
    display: flex;
  }

  .text-effect {
    font-size: 2em;
  }

  .text-parent {
    width: 90vw;
  }

  .popup-modal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: baseline;
    max-width: 80%;
    max-height: 80%;
  }

  .submit-button-2 {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 120%;
  }

  .form-block---cta {
    padding-top: 2%;
  }

  .image-108 {
    width: 4%;
    height: 4%;
  }

  .image-109 {
    aspect-ratio: 2.39;
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    display: none;
    overflow: clip;
    box-shadow: 1px 2px 19px #0003;
  }

  .heading {
    flex-flow: column;
  }

  .heading-108-copy {
    font-size: 200%;
    line-height: 150%;
  }

  .heading-111 {
    padding-top: 0;
    font-size: 100%;
    line-height: 150%;
  }

  .div-block-149 {
    flex: 1;
    margin-top: 2%;
    padding-left: 0%;
  }

  .main-pop {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 99%;
    max-height: 99%;
    display: flex;
  }

  .field-label {
    font-size: 100%;
    line-height: 100%;
  }

  .field-label-2 {
    font-size: 120%;
    line-height: 100%;
  }

  .type-box {
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 100%;
  }

  .cta-heading {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    font-size: 220%;
  }

  .cta-subheading {
    text-align: center;
    margin-top: 0%;
    font-size: 110%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 4.81em 1em;
  }

  .container.is--hero {
    padding-top: 9.21em;
    padding-left: 0;
    padding-right: 0;
  }

  .container.is--moreinfo-mobile {
    background-position: 50%;
    display: none;
    inset: auto 0% 0%;
  }

  .container.is--slider {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container.is--blogcontent {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .container.mobile {
    border-bottom: 1px solid #ffffff21;
    padding: 5.91em 2.7em;
  }

  .container.is--movingtopbar {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .container.is--cshero, .container.is--whatis, .container.is--userjourney {
    flex-wrap: wrap-reverse;
  }

  .section.is--hero {
    align-items: flex-start;
    position: relative;
  }

  .section.is--newshero {
    min-height: 50vh;
  }

  .section.is--caremobile {
    display: block;
  }

  .section.is--scroll {
    display: none;
  }

  .section.is--scrollmobile {
    display: flex;
  }

  .section.is--movingtopbar {
    margin-top: 39px;
  }

  .section.is--menucontent {
    transform: translate(0, -101%);
  }

  .section.is--careershero, .section.is--legalhero {
    min-height: 50vh;
  }

  .paragraph-small.is--footermeta {
    width: 100%;
  }

  .grid.is--relative {
    display: none;
  }

  .grid.is--relative.is--mobile {
    height: 0;
    margin-top: 0;
    display: flex;
  }

  .grid.is--moreinfo {
    display: none;
  }

  .grid.is--loading-bar {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item {
    text-align: left;
  }

  .grid_item.is--page-link {
    margin-right: 0;
    padding: 0;
  }

  .grid_item.is--loading-bar-bg {
    width: 20%;
  }

  .grid_item.is--partner {
    width: 100%;
  }

  .grid_item.is--left {
    font-size: .8em;
  }

  .grid_item.is--right {
    width: 60%;
  }

  .grid_item.is--blogcontent {
    width: 100%;
    padding-left: 1.28em;
    padding-right: 1.28em;
  }

  .grid_item.is--blogcolumn {
    flex-direction: column;
    width: 100%;
    padding-left: 1.28em;
    padding-right: 1.28em;
    display: flex;
  }

  .grid_item.is--webapp {
    width: 100%;
  }

  .grid_item.is--journey {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid_item.is--footermeta {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid_item.is--left-copy {
    font-size: .8em;
  }

  .grid_item.is--right-copy {
    width: 60%;
  }

  .grid_item.is--oportunitiesheader {
    width: 80%;
  }

  .grid_item.is--internshiplogos {
    padding-left: 5.68em;
    padding-right: 5.68em;
  }

  .grid_item.is--internshipheader {
    margin-bottom: 3em;
  }

  .grid_item.is--joboffer {
    width: 80%;
    padding-top: 7.48em;
  }

  .page_link:hover {
    font-weight: 400;
  }

  .hero_link_icon {
    width: 4.8em;
    height: 4em;
  }

  .links_container {
    justify-content: space-around;
    margin-top: 0;
    padding: 12px 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .paragraph_georgia.is--smaller.fontchange.is--servicemobile {
    opacity: 1;
  }

  .paragraph_georgia.is--smaller.is--apply {
    width: 80%;
  }

  .p_small.is--conceptdescription, .p_small.is--conceptdescription-copy, .p_small.is--conceptdescription-copy {
    width: 100%;
  }

  .worldwide_timewrapper {
    width: 48%;
  }

  .close-button {
    margin-top: 2%;
    margin-bottom: 0%;
    padding-bottom: 0%;
  }

  .name_ceo {
    width: 40%;
    padding-left: 0;
  }

  .slide_title.display {
    font-size: 4.1em;
  }

  .picture_next {
    width: 34%;
  }

  .display_anim {
    font-size: 8.9em;
  }

  .grid_item_anim {
    text-align: left;
  }

  .display_2 {
    font-size: 8.9em;
  }

  .hero_background_img {
    display: none;
  }

  .grid_item-worldwide-title {
    text-align: left;
  }

  .grid_item-times {
    text-align: left;
    flex-wrap: wrap;
  }

  .grid_item-worldwide {
    text-align: left;
  }

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

  .link_video_humans {
    padding-top: .7em;
    padding-left: .4em;
    inset: 0% auto auto 0%;
  }

  .grid_item-trust-title, .grid_item-today, .grid_item-tomorrow, .grid_item-logo-today, .grid_item-logo-tomorrow {
    text-align: left;
  }

  .container_trust {
    padding: 4.81em 1em;
  }

  .section_about_hero {
    display: none;
  }

  .hero_content {
    padding: 4.81em 1em;
  }

  .grid_item_difference_header, .difference_card_wrapper {
    text-align: left;
  }

  .difference_card {
    padding: 2.3em .8em;
  }

  .equity_wrapper {
    text-align: center;
    width: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .grid_item_assets_header {
    text-align: left;
  }

  .section_hero-about-mobile {
    display: block;
  }

  .section_care.is--hero {
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .hscroll_wrapper, .panel_bg-wrapper {
    display: none;
  }

  .blog_title {
    width: 90%;
  }

  .collection-item-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-5 {
    width: 100%;
  }

  .image-59 {
    min-height: 50vh;
  }

  .heading-47 {
    font-size: 5.2em;
  }

  .grid_item-copy.is--pcloud.is--first.mobile {
    opacity: 1;
    width: 100%;
  }

  .grid_item-copy {
    text-align: left;
  }

  .grid_item-copy.is--left-column.is--first.mobile {
    justify-content: center;
    width: 100%;
    position: relative;
  }

  .grid_item-copy.is--pcloud.is--first.mobile {
    opacity: 1;
    width: 100%;
    margin-top: 7.1em;
  }

  .img_panel-copy.is--behind1.mobile {
    top: 15%;
  }

  .section_studio.is--hero {
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .sidebar, .sideplane {
    display: none;
  }

  .sideplane_mobile {
    display: block;
  }

  .moving-topbar {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .div-block-69-copy._2 {
    margin-left: 0;
  }

  .div-block-68-copy {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-left: auto;
    display: flex;
  }

  .div-block-69-copy-2._2 {
    margin-left: 0;
  }

  .paragraph-12 {
    width: 100%;
  }

  .hero_sidepic {
    width: 100%;
    padding-top: 0;
    padding-left: 1.9em;
    padding-right: 1.9em;
    position: relative;
  }

  .heading-48 {
    width: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .hero_link_icon-copy {
    width: 4.8em;
    height: 4em;
  }

  .container_navbar {
    padding: .11em 1em;
  }

  .menu_itemwrapper {
    width: 100%;
  }

  .menu_itemwrapper-copy {
    display: none;
  }

  .collection-list-copy, .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .followwrapper {
    margin-top: 2em;
  }

  .bottomline {
    text-align: left;
  }

  .hero_background_imgmobile {
    display: block;
  }

  .image-59-careers {
    min-height: 50vh;
  }

  .tabs-menu {
    padding-left: 5.5em;
    padding-right: 5.5em;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-59-copy {
    min-height: 50vh;
  }

  .heading-47-copy {
    font-size: 5.2em;
  }

  .wg-element {
    margin-left: 2em;
  }

  .columns-2, .column-10 {
    margin-bottom: 10px;
  }

  .section-7 {
    padding-left: 1em;
    padding-right: 1em;
  }

  ._6xl {
    font-size: 3.5em;
    line-height: 1.2;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 16px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 2em;
    line-height: 1.4;
  }

  .timeline_items {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .footer-content-items {
    flex-direction: column;
  }

  .address-wrapper {
    grid-template-columns: 1fr;
  }

  .projects-wrapper {
    margin-bottom: 1rem;
  }

  .projects-wrapper.top {
    margin-left: 15vw;
  }

  .projects-wrapper.bottom {
    margin-right: 15vw;
  }

  .projects-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-icon {
    flex: none;
    min-width: 1.25rem;
    min-height: 1.25rem;
    margin-left: 0;
  }

  .project_wrapper {
    margin-top: 3rem;
  }

  .btn_case-study {
    border: 1px solid #1616161a;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    inset: auto 1em 1em auto;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .testimonials-text {
    font-size: 1.125rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-container {
    padding: 4rem 2rem;
  }

  .pattern-right.z-index {
    height: 70%;
  }

  .card.padding-lg.in-dark {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem;
  }

  .icons.lg {
    width: 4rem;
    height: 4rem;
  }

  .cta-wrapper {
    flex-direction: column;
  }

  .cta-image {
    width: 100%;
  }

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

  .cta-action {
    flex-direction: column;
  }

  .faq_icon {
    width: 1.75rem;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-question_text {
    font-size: 1.125rem;
  }

  .language-image {
    top: 6%;
  }

  .talents-info_wrapper {
    width: 100%;
  }

  .action-wrapper {
    z-index: 1;
    order: 1;
    width: 100%;
    position: static;
  }

  .talents_wrapper {
    flex-direction: column;
  }

  .pattern-left {
    height: 10%;
  }

  .container--hide {
    padding: 4.81em 1em;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .header-hero {
    padding-top: 4rem;
  }

  .header_content-right {
    height: 30rem;
  }

  .text-move_container {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading_wrap {
    width: 100%;
  }

  .split-lines {
    font-size: 2.25em;
  }

  .swiper.is-content {
    position: relative;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .slider_wrap {
    flex-direction: column-reverse;
  }

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .slider_left {
    width: 100%;
  }

  .author-text, .company-text {
    font-size: 1.125rem;
  }

  .partnres-logo_wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .process-image {
    background-image: url('/web/content/14439?download=false');
    background-size: cover;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .step-4-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step--number {
    left: 16px;
  }

  .section-timeline {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-info {
    margin-left: 0;
  }

  .step-3-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .process-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .step-1-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .contact-content_overlay {
    font-size: 250px;
  }

  .contact-content {
    padding-left: 0;
    padding-right: 0;
  }

  .project-text {
    line-height: 1.3;
  }

  .btn_talent-detail {
    border: 1px solid #1616161a;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    inset: 0% 0% auto auto;
  }

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

  .text-effect {
    width: 100%;
    font-size: 2em;
  }

  .text-mask {
    overflow: visible;
  }

  .text-parent {
    width: 90vw;
  }

  .pattern-blur {
    width: 80%;
  }

  .popup-modal {
    padding-top: 0%;
    display: flex;
  }

  .submit-button-2 {
    width: 100%;
  }

  .form-block---cta {
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-108 {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    display: inline-flex;
  }

  .image-109 {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: 36.0023%;
    display: none;
    position: relative;
    overflow: clip;
  }

  .heading-108-copy {
    flex-flow: row;
    display: flex;
  }

  .heading-111 {
    display: flex;
  }

  .div-block-149 {
    width: 100%;
    padding-left: 0;
  }

  .form-2 {
    display: flex;
  }

  .cta-heading {
    text-align: center;
    font-size: 210%;
  }

  .cta-subheading {
    font-size: 150%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    text-align: left;
    margin-top: 0;
    padding: 3.71em 3vw;
  }

  .container.is--hero {
    margin-top: 0;
  }

  .container.is--moreinfo-mobile {
    z-index: 1;
    text-align: left;
    background-image: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    inset: auto 0% 0%;
    transform: translate(0, 101%);
  }

  .container.is--moreinfo-mobile.is--studio {
    background-image: url('/web/content/14223?download=false');
    background-position: 50%;
    background-size: cover;
    padding-top: 4.21em;
    position: relative;
    overflow: hidden;
    transform: none;
  }

  .container.is--moreinfo-mobile.is--labs {
    background-image: linear-gradient(#fff0, #c511bf), url('/web/content/14235?download=false');
    background-position: 0 0, 100%;
    padding-top: 4.21em;
    position: relative;
    overflow: hidden;
    transform: none;
  }

  .container.is--moreinfo-mobile.is--insights {
    background-image: linear-gradient(#fff0, #000000ad), url('/web/content/14226?download=false');
    background-position: 0 0, 0%;
    padding-top: 4.21em;
    position: relative;
    overflow: hidden;
    transform: none;
  }

  .container.is--moreinfo-mobile.is--care {
    background-image: linear-gradient(#fff0, #085242), url('/web/content/14230?download=false');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 4.21em;
    position: relative;
    overflow: hidden;
    transform: none;
  }

  .container.is--slider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.is--bp0 {
    margin-top: 0;
  }

  .container.is--heromobile {
    z-index: 1;
    background-color: #0000;
    background-image: linear-gradient(to bottom, #6454ef00 19%, var(--slate-blue) 54%);
    padding-top: 29em;
    padding-bottom: 0;
  }

  .container.is--heromobile2 {
    background-color: var(--slate-blue);
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    display: flex;
  }

  .container.is--learn-more-wrapper {
    padding-top: 3.91em;
  }

  .container.is--bloghero, .container.is--blogcontent {
    padding-left: 0;
    padding-right: 0;
  }

  .container.mobile {
    padding: 6.71em 4vw;
  }

  .container.is--movingtopbar {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .container.is--cshero, .container.is--whatis {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is--pic2 {
    padding-top: 3.61em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is--userjourney {
    flex-wrap: wrap;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is--whydirox {
    padding-top: 8.41em;
  }

  .container.is--apply {
    padding-top: 6.91em;
    padding-bottom: 6.91em;
  }

  .container.is--internship {
    padding-bottom: 5.81em;
  }

  .rich-text {
    text-align: left;
  }

  .section.is--hero {
    background-image: url('/web/content/16355?download=false');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: sticky;
    top: 0%;
  }

  .section.is--newshero {
    min-height: 70vh;
  }

  .section.is--scrollmobile {
    color: #000;
    align-items: center;
    width: 100%;
    padding-top: 2.7em;
    padding-bottom: 2.7em;
    display: flex;
  }

  .section.is--movingtopbar {
    margin-top: 44px;
  }

  .section.is--menucontent {
    min-height: 100vh;
    transform: translate(0, -101%);
  }

  .section.is--careershero {
    min-height: 70vh;
  }

  .section.is--apply {
    box-shadow: none;
  }

  .section.is--legalhero {
    min-height: 70vh;
  }

  .display.is--hero {
    font-size: 6.6em;
  }

  .display.is--joinus {
    font-size: 2.5em;
  }

  .paragraph.is--moreinfo {
    font-size: 1.4em;
  }

  .paragraph.is--text {
    font-size: 1.4em;
    font-weight: 600;
    text-decoration: none;
  }

  .paragraph-small.is--footermeta {
    font-size: 12px;
  }

  .paragraph-small.is--footermeta-copy {
    font-size: 10px;
  }

  .grid {
    text-align: left;
  }

  .grid.is--relative.is--mobile {
    z-index: 10;
    height: 0;
    display: flex;
    position: relative;
  }

  .grid.is--moreinfo-mobile {
    padding-top: 4.1em;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .grid.is--loading-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .grid.is--slider-content {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid_item.is--page-link.is--mobile {
    padding-top: .8em;
  }

  .grid_item.is--moreinfocontainer-mobile {
    text-align: left;
    width: 100%;
    padding-left: 2.18em;
    padding-right: 2.18em;
    font-size: 1em;
  }

  .grid_item.is--loading-bar-bg {
    height: 2px;
  }

  .grid_item.is--onleft {
    text-align: left;
  }

  .grid_item.is--centered {
    text-align: center;
  }

  .grid_item.is--partner {
    flex-flow: column wrap;
  }

  .grid_item.is--left {
    width: 100%;
    position: relative;
    top: 0;
  }

  .grid_item.is--right {
    width: 80%;
  }

  .grid_item.is--joinus {
    width: 100%;
  }

  .grid_item.is--heromobile {
    text-align: left;
  }

  .grid_item.is--care {
    width: 100%;
  }

  .grid_item.is--blogcontent {
    padding-left: 1.48em;
    padding-right: 1.48em;
  }

  .grid_item.is--backtonews {
    margin-top: 20px;
  }

  .grid_item.is--whatis {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item.is--journey {
    grid-template-columns: 1fr 1fr;
  }

  .grid_item.is--menuitems {
    width: 100%;
  }

  .grid_item.is--left-copy {
    width: 100%;
    position: relative;
    top: 0;
  }

  .grid_item.is--right-copy {
    width: 100%;
  }

  .grid_item.is--oportunitiesheader {
    width: 95%;
  }

  .grid_item.is--applyheader {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid_item.is--internship {
    width: 90%;
    margin-top: 1.3em;
    margin-bottom: .3em;
  }

  .grid_item.is--internshiplogos {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item.is--internshipheader {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid_item.is--joboffer {
    width: 95%;
    padding-top: 9.08em;
    padding-left: 1.38em;
    padding-right: 1.38em;
  }

  .page_link {
    height: 4.6em;
  }

  .page_link:hover {
    height: 4.6em;
    font-size: 1em;
  }

  .page_link.is--mobile {
    height: 4em;
  }

  .hero_link_icon {
    width: 5.4em;
    height: 4.6em;
    font-size: .5em;
  }

  .hero_link_name {
    margin-top: .1em;
    font-size: 1.1em;
  }

  .links_container {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .links_container.is--mobile {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1d1d20ba;
    border-top: 1px solid #ffffff5e;
  }

  .h5_pretitle {
    margin-bottom: .3em;
  }

  .h5_pretitle.is--text-white {
    color: #858585;
    margin-top: 1.3em;
    margin-bottom: 0;
    font-size: 1em;
  }

  .h5_pretitle.is--learn-more {
    font-size: 1.2em;
  }

  .paragraph_georgia.is--smaller {
    font-size: 1em;
  }

  .paragraph_georgia.is--smaller.fontchange.is--servicemobile {
    opacity: 1;
    margin-top: 0;
    font-size: 12px;
  }

  .paragraph_georgia.is--smaller.is--apply {
    width: 100%;
  }

  .paragraph_georgia.is--smaller.about {
    line-height: 1.2;
  }

  .p_small.is--city {
    font-size: 1.4em;
  }

  .worldwide_timewrapper {
    background-color: #f5f5f5;
    border-left-style: none;
    border-radius: 7px;
    flex-flow: column;
    justify-content: space-between;
    width: 48%;
    margin-bottom: 1.1em;
    padding: 1.6em .5em 1.6em 1.2em;
    display: block;
  }

  .worldwide_timewrapper:hover {
    border-radius: 7px;
  }

  .time_country {
    font-size: 1.6em;
  }

  .hero_button {
    color: var(--slate-blue);
    background-color: #fff;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    margin-top: 5.1em;
    padding: .8em;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .more_info_mobile_icon {
    width: 4em;
    margin-bottom: 1em;
  }

  .close-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    background-color: #ffffffa6;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 2%;
    padding-right: 2%;
    font-weight: 400;
    display: flex;
    position: relative;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .close-button.is--labs {
    background-color: #3d2458a6;
    border-bottom-color: #c5beff91;
  }

  .close-button.is--insights {
    background-color: #252427a6;
    border-bottom-color: #e6e6e691;
  }

  .close-button.is--care {
    background-color: #319cc9a6;
    border-bottom-color: #e6e6e691;
  }

  .close_button_text {
    margin-top: .1em;
    font-family: Sora, sans-serif;
    font-size: 1.8em;
    font-weight: 400;
  }

  .content_wrap {
    padding-bottom: 44px;
    overflow: visible;
  }

  .name_ceo {
    width: 100%;
    font-size: .8em;
  }

  .heading-2 {
    font-size: 3em;
  }

  .software_text {
    font-size: 1.7em;
  }

  .separator.is--white.is--bp-tp10 {
    margin-top: 4.9em;
    margin-bottom: 0;
  }

  .slide_p {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .picture_next {
    width: 70%;
    height: 12em;
  }

  .thumbnail_wrapper.is--private-reporting {
    height: 12em;
  }

  .button_next {
    font-size: 1.7em;
  }

  .link-block {
    background-color: #00000078;
  }

  .more_on_dirox_container {
    background-image: linear-gradient(#0e0e0e 78%, #0e0e0ec9 90%, #0e0e0e00);
    padding-top: 3em;
  }

  .content_wrap_anim {
    padding-bottom: 44px;
    overflow: visible;
  }

  .display_anim {
    font-size: 5em;
    top: 40vh;
  }

  .display_2 {
    margin-top: 5.1em;
    font-size: 5em;
  }

  .hero_background_img {
    display: none;
  }

  .background_img_wrapper {
    display: block;
  }

  .is--purple {
    font-size: 2.5em;
  }

  .number_wrapper {
    width: 100%;
    margin-top: 2em;
  }

  .grid_partner {
    text-align: left;
  }

  .grid_item-worldwide-title, .grid_item-times {
    width: 100%;
  }

  .grid-copy {
    text-align: left;
    flex-direction: column;
  }

  .header_partner {
    font-size: 4.6em;
  }

  .link_video_humans {
    background-color: #0000;
    padding-top: .4em;
    font-size: 2em;
    position: absolute;
  }

  .text_worldwide {
    font-size: 3em;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .6em;
  }

  .button.is--topbar {
    margin-left: 2em;
    margin-right: 5.9em;
  }

  .button.program {
    text-align: left;
  }

  .grid_trust {
    text-align: left;
    font-size: .7em;
  }

  .grid_item-today, .grid_item-tomorrow {
    width: 100%;
  }

  .container_trust {
    text-align: left;
    padding: 3.71em 0;
  }

  .hero_blur.is--service {
    display: none;
  }

  .hero_content {
    text-align: left;
    padding: 3.71em 0;
  }

  .about_hero_title.is--service {
    margin-top: .4em;
    margin-bottom: .4em;
  }

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

  .display_number {
    font-size: 5em;
  }

  .grid_item_difference_header {
    width: 100%;
  }

  .difference_card_wrapper {
    flex-wrap: wrap;
  }

  .difference_card {
    width: 100%;
    margin-bottom: 1.6em;
  }

  .difference_text {
    font-size: 1em;
    line-height: 1.6;
  }

  .equity_title {
    font-size: 3em;
  }

  .div-block-94 {
    max-width: 75vw;
  }

  .list_3 {
    padding-left: 2em;
  }

  .text-block-59 {
    font-size: 14px;
    line-height: 13px;
  }

  .text-block-61 {
    font-size: 13px;
  }

  .div-block-96 {
    padding-left: 0;
  }

  .heading-38 {
    font-size: 1em;
  }

  .grid_item_assets_header {
    width: 100%;
  }

  .div-block-106 {
    min-height: 200px;
    max-height: 200px;
  }

  .div-block-114 {
    margin-bottom: 41px;
    padding-left: 13px;
  }

  .cities {
    font-size: 18px;
  }

  .grid_offices {
    text-align: left;
  }

  .image-56 {
    object-fit: cover;
  }

  .grid_numbers-mobile {
    justify-items: center;
    width: 100%;
    padding-left: .78em;
    padding-right: .78em;
  }

  .div-block-115 {
    z-index: 1;
    height: 70vh;
    position: absolute;
    inset: 0% 0% auto;
  }

  .background-video-5 {
    width: 100%;
    height: 100%;
  }

  .paragraph_heromobile.is--smaller {
    color: var(--white);
    margin-bottom: 28px;
    font-size: 1em;
  }

  .heading-40 {
    margin-bottom: .6em;
    font-size: 3em;
    font-weight: 400;
  }

  .heading-40.white {
    color: var(--white);
  }

  .heading-41 {
    font-size: 2em;
  }

  .bg.is--hero {
    opacity: .88;
  }

  .section_care.is--hero {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
    position: sticky;
    top: 0%;
  }

  .service_link:hover {
    padding-left: 0;
  }

  .img_panel-wrapper {
    width: 27em;
  }

  .tab_menu-wrapper {
    background-color: #1f1f1f;
    border-top-style: none;
    justify-content: space-around;
    align-items: stretch;
    padding: 0;
    display: flex;
    box-shadow: 1px 1px 3px #00000073;
  }

  .tabs-content {
    padding-left: 1.05em;
    padding-right: 1.05em;
  }

  .tab-link.w--current {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    display: flex;
  }

  .tab-link.is--tech {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    display: flex;
  }

  .tab-link.is--cs {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 33%;
    padding: 1.4em 1em;
    display: flex;
  }

  .tab-link.is--faq {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    display: flex;
  }

  .tab-link.is--contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .tab-pane-tech {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-pane-faq {
    min-height: 42em;
    max-height: 42em;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    height: 40em;
  }

  .right-arrow {
    bottom: -1.38em;
    right: -2.6em;
  }

  .left-arrow {
    bottom: -1.38em;
    right: -.1em;
  }

  .tech_icons-wrapper {
    width: 100%;
  }

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

  .tech_grid.is--crossplatform, .tech_grid.is--mobile {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text_tab {
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
  }

  .faq_grid {
    width: 100%;
  }

  .faq_wrapper {
    opacity: 1;
    padding: 2.15em 1.05em;
  }

  .p_faq {
    text-align: left;
    width: 80%;
    font-size: 1.4em;
  }

  .p_faq-answer.is--smaller {
    text-align: left;
    font-size: 1.2em;
  }

  .blog_title {
    width: 100%;
    font-size: 3.7em;
  }

  .collection-item-5 {
    padding-left: .8em;
    padding-right: .8em;
  }

  .image-59 {
    min-height: 70vh;
  }

  .heading-47 {
    width: 90vw;
  }

  .grid_item-copy.is--pcloud.is--first.mobile {
    width: 100%;
  }

  .section_studio.is--hero {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
    position: sticky;
    top: 0%;
  }

  .bg_studio.is--hero {
    opacity: .88;
    background-position: 66%;
  }

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

  .bg_labs.is--hero {
    opacity: .88;
    background-image: url('/web/content/14235?download=false');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-field-4 {
    font-size: 12px;
  }

  .submit-button {
    margin-top: 10px;
    font-size: 12px;
  }

  .select-field-2 {
    font-size: 12px;
  }

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

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

  .checkbox-label {
    text-align: left;
    margin-left: 13px;
    font-size: 10px;
  }

  .text-block-40 {
    font-size: 3em;
  }

  .form {
    flex-wrap: wrap;
  }

  .div-block-63 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-64 {
    width: 100%;
    margin-top: 7px;
    margin-left: 0;
  }

  .textarea-2 {
    font-size: 12px;
  }

  .bg_insights.is--hero {
    opacity: .88;
    background-position: 25%;
  }

  .moving-topbar {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .div-block-68-copy {
    border-top: 1px solid #dadada;
    margin-top: 1.4em;
    padding-top: 1.4em;
  }

  .paragraph-12 {
    margin-top: .6em;
    margin-bottom: .6em;
  }

  .heading-48 {
    font-size: 4em;
  }

  .lightbox-link-3 {
    margin-top: 37px;
  }

  .journeystep {
    padding-left: 0;
    padding-right: 0;
  }

  .hero_link_icon-copy {
    width: 5.4em;
    height: 4.6em;
    font-size: .5em;
  }

  .section_navbar {
    display: none;
  }

  .container_navbar {
    text-align: left;
    padding: .41em 4vw .41em 2vw;
  }

  .heading-53 {
    margin-top: .1em;
    margin-bottom: .1em;
  }

  .menu_itemwrapper, .menu_itemwrapper-copy {
    width: 100%;
  }

  .hack22-date-version1 {
    display: none;
  }

  .icon_menuwrapper {
    width: 30px;
    height: 12px;
  }

  .icon_menuwrapper:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-128 {
    justify-content: space-between;
  }

  .paragraph-13 {
    margin-bottom: 1.1em;
  }

  .heading-57 {
    font-size: 4em;
  }

  .cs_grid {
    width: 100%;
  }

  .followwrapper {
    margin-top: 3em;
  }

  .heading-55-copy {
    font-size: 12px;
  }

  .image-7-copy {
    width: 5em;
    height: 3.2em;
  }

  .link-3 {
    font-size: 10px;
  }

  .text-block-38 {
    font-size: 18px;
  }

  .link-5, .link-5.w--current {
    font-size: 14px;
  }

  .div-block-57-copy {
    justify-content: flex-start;
  }

  .text-block-38-copy, .link-5-copy {
    font-size: 12px;
  }

  .image-59-careers {
    min-height: 70vh;
  }

  .grid_whydirox {
    text-align: left;
  }

  .why_dirox_subtitle {
    font-size: 18px;
  }

  .why_dirox {
    margin-bottom: 102px;
    padding-left: 0;
  }

  .image-76 {
    display: none;
  }

  .heading-59 {
    text-align: center;
    font-size: 5em;
  }

  .div-block-133 {
    display: none;
  }

  .tab-link-tab-2.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tab-link-tab-2.vn {
    padding-left: 3px;
    padding-right: 3px;
  }

  .tabs-menu {
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-france, .tab-link-france.w--current, .tab-link-canada, .tab-link-hong-kong, .tab-link-japan {
    padding-left: 3px;
    padding-right: 3px;
  }

  .image-77 {
    width: 80%;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .div-block-140 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-141 {
    margin-top: 1.6em;
    margin-right: 1.38em;
  }

  .div-block-145 {
    text-align: center;
  }

  .image-59-copy {
    min-height: 70vh;
  }

  .heading-47-copy {
    width: 90vw;
  }

  .wg-element {
    margin-left: 0;
  }

  .wg-flag {
    margin-right: 0;
  }

  .wg-selector-text-wrapper {
    justify-content: center;
  }

  .text-block-62, .text-block-63 {
    display: none;
  }

  .button-contact-service {
    text-align: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-70 {
    font-size: 4.5em;
  }

  .cta {
    margin-left: 1em;
    margin-right: 1em;
  }

  .link-7 {
    font-size: .9em;
  }

  .column-10 {
    margin-bottom: 10px;
  }

  .section-7 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-79 {
    font-size: 2.2em;
    line-height: 1.4;
  }

  .column-15, .column-19 {
    padding-right: 0;
  }

  .column-20 {
    margin-top: 40px;
    padding-left: 0;
  }

  .checkbox {
    padding: 0 20px 0 0;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .button-4 {
    margin-top: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .6em;
  }

  .image-95 {
    margin-top: 0;
  }

  .column-22 {
    padding-left: 0;
  }

  .columns-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-26 {
    text-align: justify;
  }

  .html-embed-5 {
    float: none;
    text-align: center;
  }

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

  .column-23 {
    padding-left: 0;
  }

  .heading-92, .heading-93 {
    text-align: center;
  }

  .paragraph-28 {
    margin-bottom: 20px;
  }

  .section-13 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-27 {
    padding-right: 0;
  }

  .column-28, .column-29 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-94, .heading-95, .heading-96 {
    text-align: center;
  }

  .section_wrapper.timeline-2 {
    z-index: 0;
  }

  .content-wrapper.mission {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .content-wrapper.metric, .content-wrapper.collaboration-models {
    flex-direction: column;
  }

  .content-wrapper.collaboration-models.padding {
    margin-left: 5vw;
  }

  .content-wrapper.why-dirox {
    flex-direction: column;
  }

  ._6xl {
    font-size: 2.5em;
  }

  .badges {
    text-align: center;
    flex-direction: row;
    align-items: center;
    font-size: 1em;
  }

  .badges.usa {
    align-self: center;
  }

  .text-badges {
    font-size: .85em;
  }

  .btn-primary {
    padding: .5rem 1rem;
  }

  .btn-text {
    font-size: .875rem;
  }

  ._5xl {
    width: 100%;
    font-size: 2em;
  }

  ._5xl._50vw {
    width: 100%;
  }

  .square-image_wrapper._85vw.padding {
    width: 90vw;
  }

  .base, .base.grey {
    font-size: 1em;
  }

  .base.grey.dirox-number {
    text-align: left;
    align-self: auto;
  }

  .base.reverse.centered, .base.grey-light {
    font-size: 1em;
  }

  .title-wrapper.home-page_hero {
    align-items: center;
  }

  .list-items_wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .list-items.dirox-number {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    padding: 1em 0;
  }

  .xl {
    letter-spacing: -.01em;
    font-size: 1.25em;
  }

  .list-items_image.new {
    width: 2em;
    height: 2em;
  }

  .metric-number {
    flex: 0 auto;
    order: -1;
    align-self: auto;
    font-size: 2em;
  }

  .metric-number.yoe, .metric-number.ds, .metric-number.sc {
    font-size: 2em;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 16px;
  }

  .overlay-fade-top.soft, .overlay-fade-bottom.soft {
    height: 5rem;
  }

  .timeline_items {
    grid-template-columns: 48px 1fr;
  }

  .container_wrapper {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .container_wrapper.development-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 8rem;
  }

  .container_wrapper.about-stack, .container_wrapper.with-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container_wrapper.hire-hero {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-top: 8em;
  }

  .container_wrapper.talents-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 8rem;
  }

  .container_wrapper.talents {
    padding: 1.5em;
  }

  .container_wrapper.services-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 8rem;
  }

  .container_wrapper.home-mission {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container_wrapper.home-mission.usa {
    text-align: left;
    flex-direction: column;
    align-items: center;
  }

  .container_wrapper.testimonial {
    padding-top: 2rem;
  }

  .container_wrapper.services {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .metric-image {
    width: 100%;
  }

  .contact-text {
    font-size: 3em;
  }

  .footer-content, .footer-content-items {
    flex-direction: column;
  }

  .footer-action {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 100%;
  }

  .address-wrapper {
    flex-direction: column;
  }

  .projects-wrapper.bottom {
    margin-right: 20vw;
  }

  .project {
    width: 60vw;
    height: 40vw;
  }

  .btn_case-study {
    bottom: auto;
    right: auto;
  }

  .case-study_container {
    width: 95vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sm.grey-light.centered.footer {
    background-color: #1110;
    font-size: .8em;
  }

  .sm.grey-light.footer {
    background-color: #1110;
    font-size: .8em;
    line-height: 1.6;
  }

  .sm.grey.padding.footer {
    background-color: #1110;
    font-size: .8em;
    line-height: 1;
  }

  .marquee-items {
    margin-right: 2rem;
  }

  .main-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .marquee-text {
    font-size: 2em;
  }

  .section-title-wrapper.center {
    margin-top: 8rem;
    margin-bottom: 2rem;
  }

  .marquee-image {
    border-radius: 1.125rem;
    width: 4.5rem;
    height: 4.5rem;
  }

  .logo-mark {
    width: 20%;
    height: 20%;
  }

  .brand {
    width: 50%;
    padding-left: 0;
  }

  .work-mark {
    width: 50%;
  }

  .menu-mob {
    font-size: 1.5em;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-container-mob {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-mob {
    z-index: 100;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-container {
    order: 0;
  }

  .menu-icon {
    font-size: 1.5em;
  }

  .mobile-nav-cta {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 0;
  }

  .left-content {
    width: 100%;
  }

  .pattern-right {
    height: 20%;
  }

  .pattern-right.z-index {
    width: 70%;
  }

  .why-language_wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card {
    padding: 1.5rem;
  }

  .card.is-100, .card.is-100.hidden {
    display: none;
  }

  .card.padding-lg.in-dark {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding: 1rem 1rem 1.5rem;
  }

  .cta-image {
    width: 100%;
  }

  .cta-action {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .metric-number_wrapper {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .language-image {
    height: 15%;
    top: 12%;
  }

  .image {
    text-align: left;
  }

  .cta-sm {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .it-staff-augmentation_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .email-input_form {
    flex-direction: row;
    align-items: stretch;
  }

  .email-input_form-field {
    text-align: center;
    border: 2px solid #000;
    height: 3rem;
  }

  .email-input_form-field:active {
    border: 2px solid #000;
  }

  .form_submit-button {
    font-size: .875em;
  }

  .pattern-left, .pattern-left.right-bttm {
    height: 10%;
  }

  .pattern-left.z-index {
    width: 80%;
    top: 5%;
  }

  .container--hide {
    text-align: left;
    margin-top: 0;
    padding: 3.71em 3vw;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .header-hero {
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .home-hero-header_content-left {
    z-index: 1;
    position: relative;
  }

  .text-move_container {
    height: auto;
    padding: 2em 0 0;
  }

  .heading_wrap {
    width: 100%;
  }

  .split-lines {
    font-size: 1.75em;
  }

  .mission-content_wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-direction: column;
  }

  .dirox-number_wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .slider_right {
    padding-bottom: 0;
  }

  .swiper-slide.is-content {
    padding-right: 0;
  }

  .arrows {
    justify-content: center;
    width: 100%;
  }

  .slider_title {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .slider_info-bottom {
    height: 2em;
  }

  .author-text {
    font-size: .875rem;
  }

  .company-text {
    font-size: 1rem;
  }

  .partnres-logo_wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-top: 2em;
    padding-bottom: 0;
  }

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

  .step-heading {
    font-size: 1.5em;
  }

  .process-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .contact {
    height: 50vh;
  }

  .contact-content_overlay {
    font-size: 3em;
  }

  .contact-content {
    width: 90vw;
  }

  .menu-open_text {
    margin-top: .1em;
    margin-bottom: .1em;
  }

  .radio-buttons-wrapper {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .contact-top_wrapper {
    flex-direction: column;
  }

  .radio-button-label {
    flex: 1;
  }

  .radio-button {
    margin-left: 0;
  }

  .contact-wrapper {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-paragraph {
    width: auto;
  }

  .contact-section {
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .radio-button-field {
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .btn_wrap {
    align-self: auto;
  }

  .btn_wrap.usa {
    align-self: center;
  }

  .btn_panel.is-bg.is-solid {
    text-align: left;
  }

  .btn-primary-text {
    font-size: .875rem;
  }

  .project-text {
    font-size: 1em;
    display: none;
  }

  .title-card {
    font-size: 1.125em;
  }

  .talent-card {
    padding: 1.5rem;
  }

  .hire-talent_wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .btn_talent-detail {
    inset: 0% 0% auto auto;
  }

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

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

  .talent-container {
    width: 90vw;
  }

  .text-effect {
    font-size: 1.5em;
  }

  .text-effect.usa {
    font-size: 1.4em;
  }

  .text-parent {
    width: 90vw;
  }

  .pattern-blur {
    width: 100%;
    bottom: 0%;
    right: -25%;
  }

  .h1-usa {
    text-align: center;
    font-size: 2em;
  }

  .heading-101, .heading-102, .heading-103 {
    font-size: 1em;
  }

  .image-102 {
    order: 0;
    align-self: flex-start;
    width: 3em;
    height: 3em;
    margin-top: 10px;
  }

  .image-103, .image-104, .image-105 {
    align-self: flex-start;
    width: 3em;
    height: 3em;
    margin-top: 10px;
  }

  .grid-2 {
    text-align: left;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
  }

  .image-106 {
    display: block;
  }

  .heading-104 {
    text-align: center;
    align-self: auto;
    font-size: 2em;
  }

  .heading-105, .heading-107 {
    text-align: center;
    font-size: 2em;
  }

  .popup-modal {
    min-width: 0;
    max-width: none;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .submit-button-2 {
    width: 100%;
    margin-top: 2%;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 100%;
  }

  .form-block---cta {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
  }

  .image-108 {
    width: 7%;
    height: 7%;
  }

  .image-109 {
    display: none;
  }

  .heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
  }

  .heading-108-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10%;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 175%;
    line-height: 150%;
    display: flex;
  }

  .heading-111 {
    width: 100%;
    font-size: 125%;
    line-height: 150%;
  }

  .div-block-149 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    place-items: center;
    width: 100%;
    margin-top: 0%;
    padding-left: 0;
    display: flex;
  }

  .form-2 {
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    bottom: auto;
  }

  .main-pop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    max-width: none;
    max-height: none;
    display: flex;
    position: relative;
  }

  .field-label {
    text-align: left;
    font-size: 100%;
    font-weight: 700;
    line-height: 150%;
  }

  .field-label-2 {
    font-size: 100%;
    line-height: 150%;
  }

  .text-field-5 {
    margin-bottom: 5%;
    font-size: 100%;
  }

  .type-box {
    font-size: 100%;
  }

  .cta-heading {
    flex-flow: row;
    font-size: 200%;
    font-weight: 700;
  }

  .cta-subheading {
    margin-bottom: 0%;
    font-size: 120%;
  }
}

#w-node-cb682a3b-80b0-fbe7-3491-32641a7273eb-568d8460, #w-node-_163280b3-9316-7856-8402-5e76dcce9e3a-538d8411, #w-node-_1aa14d2a-9da5-cf3b-fd14-519d8459d18d-538d8411, #w-node-_78a24f19-b7c0-9da3-f664-680968561952-538d8411, #w-node-e668a50a-0940-3637-fc4a-00c964007bc0-538d8411, #w-node-b2d8de58-5ffa-34d7-63e0-0fbaef5eaafa-538d8411, #w-node-_7ab32266-0a96-c339-777d-498a7a34ce53-538d8411, #w-node-_62108118-3e9e-7129-b811-edbc1e50a1fd-538d8411, #w-node-_747ad43e-dd83-5c62-679e-e82f67373c7c-538d8411, #w-node-_50a1b7f6-ad90-7158-c3d6-66d06d259587-538d8411, #w-node-b94439b8-fc77-1f10-4ef8-f646960d3e18-538d8411, #w-node-_2bd1e531-c343-686f-dbc4-ef19fc069190-538d8411, #w-node-_51567a94-9c19-6e91-e0a3-6b3f3a4b6646-538d8411, #w-node-_6889c249-72d3-a2c8-d6d8-c7b382915976-538d8411, #w-node-a5f3f3ec-62c0-432d-292f-ed7e4d8a2c4b-538d8411, #w-node-_673e572e-c2b0-987b-f295-daa95a0f4a92-538d8411 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_321c52d8-f296-2aa9-c50f-597b135eea48-135eea05, #w-node-_19274897-06f9-7666-5bbb-313934f6da53-135eea05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb682a3b-80b0-fbe7-3491-32641a7273eb-eb8d8462, #w-node-_4e718061-a371-7a9f-10b0-4e7440c34fde-b58d845e, #w-node-_4e718061-a371-7a9f-10b0-4e7440c34fe6-b58d845e, #w-node-_4e718061-a371-7a9f-10b0-4e7440c34fee-b58d845e, #w-node-_2a0f3eb9-3ad5-43b9-0d2b-d5522490ab71-ce8d8441, #w-node-d6a588d8-fd8f-8f5d-175e-9b5245fc2511-ce8d8441, #w-node-f03affea-4f0b-13b1-870a-e7c80f62b9c3-ce8d8441, #w-node-b989515a-81a7-b8ce-3706-0735d5262c24-ce8d8441, #w-node-_89a45ea3-7837-c201-0e05-4db75bf744ae-ce8d8441, #w-node-_89a45ea3-7837-c201-0e05-4db75bf744b3-ce8d8441, #w-node-_89a45ea3-7837-c201-0e05-4db75bf744b8-ce8d8441, #w-node-_89a45ea3-7837-c201-0e05-4db75bf744bd-ce8d8441, #w-node-cb682a3b-80b0-fbe7-3491-32641a7273b5-ec8d8463, #w-node-_1552ad67-dcf8-eb36-d452-f790155a6ec2-ec8d8463, #w-node-cb682a3b-80b0-fbe7-3491-32641a7273ba-ec8d8463, #w-node-cb682a3b-80b0-fbe7-3491-32641a7273bf-ec8d8463, #w-node-cb682a3b-80b0-fbe7-3491-32641a7273c4-ec8d8463, #w-node-cb682a3b-80b0-fbe7-3491-32641a7273c9-ec8d8463, #w-node-e83acdd6-5ee7-8fec-47da-ee654d9b654a-ec8d8463, #w-node-_0611514a-272b-5606-8220-bdd7b8475e74-ec8d8463, #w-node-_9b19e833-41d9-95be-b83d-16667ab1b893-ec8d8463, #w-node-bd690e9c-2a46-3ba7-0c72-b6f2a455c8b7-ec8d8463, #w-node-a49b8b5e-6b34-48c9-30dd-b3fc0824c29c-ec8d8463, #w-node-_699588c0-3b01-e214-519a-b849c1b66489-ec8d8463, #w-node-_6ae4260f-9ce1-e647-e286-f7676605b3c4-ec8d8463, #w-node-_699588c0-3b01-e214-519a-b849c1b6648e-ec8d8463, #w-node-_699588c0-3b01-e214-519a-b849c1b66493-ec8d8463, #w-node-_6e92d7f5-bed4-131e-20fb-07407658ff75-ec8d8463, #w-node-_699588c0-3b01-e214-519a-b849c1b66498-ec8d8463, #w-node-_31ddd0fe-af5c-cf95-932d-7eb840ba1514-ec8d8463, #w-node-_699588c0-3b01-e214-519a-b849c1b6649d-ec8d8463, #w-node-_699588c0-3b01-e214-519a-b849c1b664a2-ec8d8463, #w-node-_72582b59-3ba5-a9a4-a770-18d9afb682c5-ec8d8463, #w-node-_699588c0-3b01-e214-519a-b849c1b664a7-ec8d8463, #w-node-b3f121d4-74c6-cedb-93a5-bdfba6df94ea-ec8d8463, #w-node-_699588c0-3b01-e214-519a-b849c1b664ac-ec8d8463, #w-node-cb682a3b-80b0-fbe7-3491-32641a7273d4-ec8d8463, #w-node-e3d3d62e-13ee-a33b-03f1-9005d32355f7-ec8d8463, #w-node-cb682a3b-80b0-fbe7-3491-32641a7273d9-ec8d8463, #w-node-eaa027b0-ceae-9cd6-e37e-400e13dcbc4f-ec8d8463, #w-node-cb682a3b-80b0-fbe7-3491-32641a7273de-ec8d8463, #w-node-_871b7d79-85a5-2a6f-9424-5c94a4ce37f1-ec8d8463, #w-node-_5c36ee75-96be-ff91-de43-d6912e6f27a2-ec8d8463, #w-node-cc9ad841-d406-7955-fffc-393a2e0b7e33-ec8d8463, #w-node-c1e87b61-2dee-c6c6-0fbf-8c85734f438e-ec8d8463, #w-node-_10cd0802-4370-81f4-6740-7438aa3820ea-ec8d8463, #w-node-c1e87b61-2dee-c6c6-0fbf-8c85734f4393-ec8d8463, #w-node-c1e87b61-2dee-c6c6-0fbf-8c85734f4398-ec8d8463, #w-node-_5d05443c-397c-d958-5a1d-fc0268247e59-ec8d8463, #w-node-c1e87b61-2dee-c6c6-0fbf-8c85734f439d-ec8d8463, #w-node-aa20afea-d7fe-af0d-022d-076114f1f85e-ec8d8463, #w-node-c692d030-e6a0-3057-1258-e3b278020faf-ec8d8463, #w-node-a8aa4929-d287-a643-ba74-e77dd908286c-ec8d8463, #w-node-_263ddb30-b2b6-bd3c-c310-0b08a59bef97-ec8d8463, #w-node-_263ddb30-b2b6-bd3c-c310-0b08a59bef9c-ec8d8463, #w-node-_263ddb30-b2b6-bd3c-c310-0b08a59befa1-ec8d8463, #w-node-_263ddb30-b2b6-bd3c-c310-0b08a59befa6-ec8d8463, #w-node-_263ddb30-b2b6-bd3c-c310-0b08a59befab-ec8d8463, #w-node-cb682a3b-80b0-fbe7-3491-32641a7273eb-ec8d8463, #w-node-_962ca655-c3d4-83b0-b5bc-7fcd2bb4e6ac-228d845c, #w-node-d7bd4177-9728-c9ca-a8a2-70617a292e8a-228d845c, #w-node-d7bd4177-9728-c9ca-a8a2-70617a292e92-228d845c, #w-node-_849c3aa4-4437-266c-97a3-4d2187eb4740-228d845c, #w-node-a18a2088-1e34-cd9c-dc9b-9ec331285c2e-228d845c, #w-node-e85f92cb-a551-5d60-73d5-0c3643119748-228d845c, #w-node-_70ae7e1d-f021-0bc2-eac3-efc575371168-228d845c, #w-node-_95c5d443-623d-faa5-fcd7-17defdfb6ccb-fdfb6cc3, #w-node-_95c5d443-623d-faa5-fcd7-17defdfb6cd3-fdfb6cc3, #w-node-_95c5d443-623d-faa5-fcd7-17defdfb6cdb-fdfb6cc3, #w-node-e19488f3-2be0-eb4c-2e81-66732ce28b29-cd8d845b, #w-node-_400227b3-496b-137c-1e15-81ab08c93d65-cd8d845b, #w-node-_92e01158-7bd5-38c3-c3e5-547cd948ea22-cd8d845b, #w-node-_660dbf79-4db2-cac0-6374-ad5069b982bb-cd8d845b, #w-node-bd1452bd-3efb-889c-33ac-646f445fe635-cd8d845b, #w-node-_4fb15dba-48e0-681a-10bf-2c5b2eebc36e-dc8d845f, #w-node-_058b473e-300e-432c-4001-aebaa166b5e4-dc8d845f, #w-node-c6ad7a48-a361-58f6-47e5-28a056dcfac3-dc8d845f, #w-node-e1b1992d-b909-24b3-5fbc-004fbdd92cd6-dc8d845f, #w-node-_15596428-fbea-e2bb-aa73-c3523675818c-dc8d845f, #w-node-_1266ccb5-17b1-c103-750e-a262a2e0f2de-dc8d845f, #w-node-_1266ccb5-17b1-c103-750e-a262a2e0f2e3-dc8d845f, #w-node-_1266ccb5-17b1-c103-750e-a262a2e0f2e8-dc8d845f, #w-node-_276fc5b1-6a36-194a-d8e0-d3f2cd0ac1c3-dc8d845f, #w-node-_2ff2e060-9688-8e16-da4d-867bf005057b-2390034a, #w-node-eafd9526-98f7-22a3-924b-ed2bdc243021-2390034a, #w-node-eafd9526-98f7-22a3-924b-ed2bdc243029-2390034a, #w-node-eafd9526-98f7-22a3-924b-ed2bdc243031-2390034a, #w-node-eafd9526-98f7-22a3-924b-ed2bdc243039-2390034a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4279701e-9b14-d601-471a-d252588c2a52-3a87ef67 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_4279701e-9b14-d601-471a-d252588c2a53-3a87ef67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_800803f0-b605-ee4a-5413-b5b86bf782f2-3a87ef67, #w-node-_4b0d4b87-ef0d-ee8a-7b36-1a7b71dbc079-3a87ef67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7053fac6-3524-6719-35ff-0bb477fcf860-3a87ef67 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5622eaaf-6ac8-a654-bbbd-7ab0cdc1835f-3a87ef67, #w-node-_9665a74b-77f8-6ac4-f857-d0e65406254b-3a87ef67, #w-node-_300d71ef-6618-ae4a-c393-f3b3cdeb04e9-3a87ef67, #w-node-_7a127e08-019f-1034-e647-5488d8a7815a-3a87ef67, #w-node-_1b75928a-d5fe-f134-9f38-6769f324322c-3a87ef67, #w-node-_93384f7a-eb07-762c-1bfa-67476303935a-3a87ef67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eca925ee-6f17-01ae-83e4-ce987e10fa17-11cd65cb {
  justify-self: end;
}

#w-node-e789b6a5-1281-68bb-7441-d5228492e932-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e933-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e934-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e935-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e936-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e937-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e938-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e939-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e93a-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e93b-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e93c-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e93d-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e93e-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e93f-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e941-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e942-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e943-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e944-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e945-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e946-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e947-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e948-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e949-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e94a-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e94b-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e94c-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e94d-11cd65cb, #w-node-e789b6a5-1281-68bb-7441-d5228492e94e-11cd65cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3173de1-d65b-21ca-39f0-fea2e9ccc856-11cd65cb {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_45958876-bdbc-3347-b409-2dc53beb6cde-1dc55913 {
  justify-self: end;
}

#w-node-_45958876-bdbc-3347-b409-2dc53beb6cef-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cf0-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cf1-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cf2-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cf3-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cf4-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cf5-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cf6-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cf7-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cf8-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cf9-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cfa-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cfb-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cfc-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cfe-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cff-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d00-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d01-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d02-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d03-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d04-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d05-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d06-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d07-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d08-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d09-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d0a-1dc55913, #w-node-_45958876-bdbc-3347-b409-2dc53beb6d0b-1dc55913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4279701e-9b14-d601-471a-d252588c2a52-1dc55913 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_4279701e-9b14-d601-471a-d252588c2a53-1dc55913 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_800803f0-b605-ee4a-5413-b5b86bf782f2-1dc55913, #w-node-_4b0d4b87-ef0d-ee8a-7b36-1a7b71dbc079-1dc55913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7053fac6-3524-6719-35ff-0bb477fcf860-1dc55913 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5622eaaf-6ac8-a654-bbbd-7ab0cdc1835f-1dc55913, #w-node-_9665a74b-77f8-6ac4-f857-d0e65406254b-1dc55913, #w-node-_300d71ef-6618-ae4a-c393-f3b3cdeb04e9-1dc55913, #w-node-_7a127e08-019f-1034-e647-5488d8a7815a-1dc55913, #w-node-_1b75928a-d5fe-f134-9f38-6769f324322c-1dc55913, #w-node-_93384f7a-eb07-762c-1bfa-67476303935a-1dc55913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4279701e-9b14-d601-471a-d252588c2a52-3a87ef67 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4279701e-9b14-d601-471a-d252588c2a53-3a87ef67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_800803f0-b605-ee4a-5413-b5b86bf782f2-3a87ef67, #w-node-_4b0d4b87-ef0d-ee8a-7b36-1a7b71dbc079-3a87ef67, #w-node-_7053fac6-3524-6719-35ff-0bb477fcf860-3a87ef67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5622eaaf-6ac8-a654-bbbd-7ab0cdc1835f-3a87ef67 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eca925ee-6f17-01ae-83e4-ce987e10fa17-11cd65cb, #w-node-_45958876-bdbc-3347-b409-2dc53beb6cde-1dc55913 {
    justify-self: start;
  }

  #w-node-_4279701e-9b14-d601-471a-d252588c2a52-1dc55913 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4279701e-9b14-d601-471a-d252588c2a53-1dc55913 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_800803f0-b605-ee4a-5413-b5b86bf782f2-1dc55913, #w-node-_4b0d4b87-ef0d-ee8a-7b36-1a7b71dbc079-1dc55913, #w-node-_7053fac6-3524-6719-35ff-0bb477fcf860-1dc55913 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5622eaaf-6ac8-a654-bbbd-7ab0cdc1835f-1dc55913 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c3f94fd-0e96-f7ba-25d5-739da31c5831-2390034a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4c3f94fd-0e96-f7ba-25d5-739da31c5837-2390034a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4c3f94fd-0e96-f7ba-25d5-739da31c5839-2390034a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4c3f94fd-0e96-f7ba-25d5-739da31c5848-2390034a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4c3f94fd-0e96-f7ba-25d5-739da31c584e-2390034a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4c3f94fd-0e96-f7ba-25d5-739da31c585f-2390034a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4c3f94fd-0e96-f7ba-25d5-739da31c5865-2390034a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_047e6c26-921a-a947-6c98-f97c8e308ed8-2390034a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_047e6c26-921a-a947-6c98-f97c8e308ede-2390034a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a49f8468-21c6-3983-8909-750f553c7f3f-2390034a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a49f8468-21c6-3983-8909-750f553c7f45-2390034a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4c3f94fd-0e96-f7ba-25d5-739da31c587b-2390034a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4c3f94fd-0e96-f7ba-25d5-739da31c5881-2390034a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac6fef-3a87ef67 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac6ff5-3a87ef67 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac6ff7-3a87ef67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac7006-3a87ef67 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac700c-3a87ef67 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac701d-3a87ef67 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac7023-3a87ef67 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac7039-3a87ef67 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac703f-3a87ef67 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b47c66fc-5cae-a43d-076d-28988d246dd6-11cd65cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b47c66fc-5cae-a43d-076d-28988d246ddc-11cd65cb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b47c66fc-5cae-a43d-076d-28988d246dde-11cd65cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b47c66fc-5cae-a43d-076d-28988d246ded-11cd65cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b47c66fc-5cae-a43d-076d-28988d246df3-11cd65cb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b47c66fc-5cae-a43d-076d-28988d246e04-11cd65cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b47c66fc-5cae-a43d-076d-28988d246e0a-11cd65cb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b47c66fc-5cae-a43d-076d-28988d246e20-11cd65cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b47c66fc-5cae-a43d-076d-28988d246e26-11cd65cb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac6fef-1dc55913 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac6ff5-1dc55913 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac6ff7-1dc55913 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac7006-1dc55913 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac700c-1dc55913 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac701d-1dc55913 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac7023-1dc55913 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac7039-1dc55913 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c0a9c90-fb57-8bbd-9da0-98d94dac703f-1dc55913 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8e299d21-2d86-2184-148d-1cfd92e0156d-1dc55913 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8e299d21-2d86-2184-148d-1cfd92e01573-1dc55913 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4279701e-9b14-d601-471a-d252588c2a52-3a87ef67 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4279701e-9b14-d601-471a-d252588c2a53-3a87ef67, #w-node-_800803f0-b605-ee4a-5413-b5b86bf782f2-3a87ef67, #w-node-_4b0d4b87-ef0d-ee8a-7b36-1a7b71dbc079-3a87ef67, #w-node-_7053fac6-3524-6719-35ff-0bb477fcf860-3a87ef67, #w-node-_5622eaaf-6ac8-a654-bbbd-7ab0cdc1835f-3a87ef67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4279701e-9b14-d601-471a-d252588c2a52-1dc55913 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4279701e-9b14-d601-471a-d252588c2a53-1dc55913, #w-node-_800803f0-b605-ee4a-5413-b5b86bf782f2-1dc55913, #w-node-_4b0d4b87-ef0d-ee8a-7b36-1a7b71dbc079-1dc55913, #w-node-_7053fac6-3524-6719-35ff-0bb477fcf860-1dc55913, #w-node-_5622eaaf-6ac8-a654-bbbd-7ab0cdc1835f-1dc55913 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


