:root {
  --primary500-main: #0041ff;
  --white: white;
  --neutrals-700: #212529;
  --neutrals-800: #111315;
  --midnight-blue-2: #011052;
  --primaryblue: #1269db;
  --neutrals000: white;
  --neutrals700: #212529;
  --gold: #fec94d;
  --neutrals500: #626e7a;
  --primary200: #80a0ff;
  --midnight-blue-new: #132b71;
  --midnight-blue-3: #0a1c6a;
  --primary900: #00185e;
  --primary-500-main: #0041ff;
  --primary800: #002181;
  --primary-300: #5580ff;
  --neutrals-200: #d8dfe6;
  --neutrals200: #d8dfe6;
  --primary400: #275eff;
  --neutrals100: #f2f6fa;
  --turquoise: #1de2cf;
  --primary700: #002daf;
  --green800: #0f9d68;
  --primary600: #013ae0;
  --midnight-blue_1: #012073;
  --indian-red: #f43563;
  --primary300: #5580ff;
  --neutrals600: #3f474f;
  --midnight-blue: #000e47;
  --neutrals-600: #3f474f;
  --primary100: #c8d6ff;
  --neutrals300: #c3ced9;
  --neutrals800: #111315;
  --primary00: #edf2ff;
  --primarydark: #020d2d;
  --neutrals400: #a1aab3;
  --purple800: #561ea6;
  --purple500: #732dd9;
  --purple200: #d0b9f2;
  --green500: #0cd68a;
  --green200: #e7fff6;
  --pink800: #d02456;
  --pink500: #fd346e;
  --pink200: #ffc1d3;
  --teal800: #06a999;
  --teal500: #1de2cf;
  --teal200: #b1fff8;
  --yellow800: #d0b600;
  --yellow500: #fcdc00;
  --yellow200: #fff6b9;
  --orange800: #e25c28;
  --orange500: #ff895b;
  --orange200: #ffcfbc;
  --hightlightbg: rgba(0, 13, 48, .2);
  --goldenrod: #f2b33a;
  --goldenrod-2: #30d3d4;
  --medium-slate-blue: #6d57f6;
  --testomonial: rgba(18, 105, 219, .59);
  --light-sky-blue: #99c5ff;
}

.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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

.w-pagination-previous, .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;
}

body {
  color: #333;
  font-family: AdellesansOptimized, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  color: var(--primary500-main);
  font-weight: 600;
  text-decoration: none;
}

.body {
  perspective: none;
  background-color: #fff;
  padding-top: 0;
  transform: none;
}

.body.why-body {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #0c1f56;
  background-clip: border-box;
  font-family: AdellesansOptimized, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.body.why-body.why-body-white {
  background-color: var(--white);
  color: var(--neutrals-700);
}

.body.why-body.blue-background {
  color: var(--neutrals-800);
  background-color: #f1f7ff;
}

.nav-link {
  color: #000;
  font-size: 16px;
}

.nav-link.headercta {
  border: 1px solid #fff;
  border-radius: 1px;
  margin-top: 5px;
  margin-left: 20px;
  padding: 14px 32px;
  transition: all .2s;
}

.nav-link.headercta:hover {
  color: var(--midnight-blue-2);
  background-color: #fff;
  transform: translate(0, -3px);
}

.nav-link.headercta {
  border: 1px solid var(--midnight-blue-2);
  color: var(--midnight-blue-2);
  border-radius: 1px;
  margin-top: 5px;
  margin-left: 20px;
  padding: 14px 32px;
  transition: all .2s;
}

.nav-link.headercta:hover {
  color: #011052;
  background-color: #fff;
  transform: translate(0, -3px);
}

.whattiles {
  background-color: rgba(0, 7, 70, .5);
  display: flex;
}

.whattiles.crossfunctional {
  background-color: rgba(0, 7, 70, .45);
  border: 1px #000;
  margin-top: 16px;
}

.whattiles.crossfunctional:hover {
  border: 1px none var(--primaryblue);
}

.div-block-15 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 20px;
}

.div-block-19 {
  align-self: flex-start;
  padding-top: 0;
}

.footer {
  color: var(--white);
  background-color: #051142;
  padding-top: 60px;
  padding-bottom: 12px;
}

.footer.why-footer {
  height: auto;
  color: var(--neutrals000);
  padding-top: 82px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.footer.is--has-lastcta {
  color: var(--neutrals000);
  padding-top: 160px;
  font-family: AdellesansOptimized, sans-serif;
}

.footer.is--light {
  color: var(--neutrals700);
  background-color: #f1f7ff;
}

.footer.is--white {
  color: var(--neutrals700);
  background-color: #fff;
}

.left {
  width: 70%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #fff;
  margin-top: auto;
  margin-bottom: 5px;
  font-family: AdellesansOptimized, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.div-block-30 {
  width: 60%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-31 {
  width: 60%;
  flex-direction: column;
  display: flex;
}

.footercontent_1 {
  width: 100%;
  height: 100%;
  margin-top: 48px;
  margin-bottom: 20px;
}

.column-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-2 {
  width: 33%;
  clear: right;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.link-block-2.mid {
  justify-content: center;
}

.link-block-2.right {
  width: 33px;
  flex: 1;
  justify-content: flex-end;
  margin: 20px 0 20px 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer_contactlink {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
}

.footer_contactlink:hover {
  color: var(--gold);
  text-decoration: underline;
}

.footer_contactlink.is--fone {
  padding-left: 12px;
}

.footer_contactlink.is--dark {
  color: var(--neutrals500);
}

.image-16 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.footer_social-icon {
  margin-right: 0;
}

.slide-nav-3 {
  display: none;
}

.drop-link {
  max-height: 38px;
  color: #62668a;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
}

.drop-link:hover {
  color: #f4263e;
}

.drop-link.w--current {
  color: #1f2559;
  font-weight: 700;
}

.footer_menu-link {
  color: var(--neutrals000);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: AdellesansOptimized, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer_menu-link:hover {
  color: var(--gold);
  text-decoration: underline;
}

.footer_menu-link.is--dark, .footer_menu-link.is--dark:hover {
  color: var(--neutrals500);
}

.footer_menu-link.hidden {
  color: #051142;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-q {
  align-items: stretch;
  display: flex;
}

.faq-a-text {
  color: rgba(255, 255, 255, .47);
  font-size: 1em;
  line-height: 1.6em;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.faq-q-text {
  color: var(--primary200);
  font-size: 1.3em;
  font-weight: 400;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.area {
  min-height: 50vh;
  border: 1px solid rgba(0, 0, 0, 0);
}

._w-faq-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-faq-a-text {
  align-items: center;
  padding: 0 20px;
  line-height: 1.2em;
  display: flex;
}

.c-faq-a {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}

.c-faq {
  max-width: 1000px;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.c-faq-item {
  background-color: var(--midnight-blue-new);
  cursor: pointer;
  border: 0 #000;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  overflow: hidden;
}

.faq-stripe-2 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.link {
  color: rgba(255, 255, 255, .55);
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

.link:hover {
  color: #fff;
}

.hero-image {
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: 83% 50%;
  flex: 0 .5 auto;
  position: relative;
}

.div-block-73 {
  width: 65%;
  background-color: #0751b2;
  margin-top: 0;
  padding: 17px 24px 40px;
  position: absolute;
}

.hero-overlay-2 {
  height: 68vh;
  max-height: 780px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Bg.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 90px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-overlay-2.hide {
  display: none;
}

.spacer {
  border-bottom: 1px solid #fff;
  border-radius: 1px;
  padding-bottom: 0;
}

.image-44 {
  margin-top: 17px;
}

.navbar-12 {
  background-color: rgba(221, 221, 221, 0);
}

.navbar-12.hide {
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-wrapper {
  z-index: 90;
  object-fit: fill;
  background-color: rgba(1, 16, 82, 0);
  padding-top: 8px;
  padding-bottom: 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-wrapper.hide {
  display: none;
}

.primarybtn-2 {
  height: 64px;
  background-color: #1269db;
  flex: 1;
  margin-top: 32px;
  padding: 16px 64px;
  font-family: Cerebri sans;
  font-size: 16px;
  font-weight: 600;
  transition: opacity .2s;
  position: static;
  box-shadow: -1px 6px 13px 4px #002f80;
}

.primarybtn-2:hover {
  clear: left;
  filter: saturate(200%);
  background-color: #1269db;
  position: relative;
  top: -2px;
}

.primarybtn-2.primarycta {
  height: 64px;
  box-shadow: none;
  color: #0a1c6a;
  cursor: pointer;
  background-color: #fff;
  margin-top: 16px;
  padding-left: 48px;
  padding-right: 48px;
  line-height: 32px;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

.primarybtn-2.primarycta:hover {
  filter: none;
  color: #011052;
  background-color: #fff;
  transform: translate(0, -10px);
}

.primarybtn-2.primarycta {
  box-shadow: none;
  color: #0a1c6a;
  cursor: pointer;
  background-color: #fff;
  padding-left: 47px;
  padding-right: 48px;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

.primarybtn-2.primarycta:hover {
  filter: none;
  color: #011052;
  background-color: #fff;
  transform: translate(0, -10px);
}

.heading-6 {
  color: #fff;
  padding-right: 10px;
  font-size: 40px;
  line-height: 49px;
}

.navbar-14 {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 18px 6px rgba(0, 0, 0, .07);
}

.navbar-14.light {
  background-color: var(--midnight-blue-3);
  background-color: #0a1c6a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container-31 {
  position: static;
  top: 1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbarlink {
  font-size: 16px;
}

.navbarlink:hover {
  opacity: .57;
}

.navbarlink.light {
  color: #fff;
}

.navbarlink.light:hover {
  opacity: .68;
}

.navdarkbutton-2 {
  border: 1px solid #0a1c6a;
  border-radius: 1px;
  font-size: 16px;
  font-weight: 500;
}

.navdarkbutton-2.lightbtn {
  color: #fff;
  border-color: #fff;
  margin-left: 24px;
  transition: all .2s;
}

.navdarkbutton-2.lightbtn:hover {
  opacity: 1;
  color: var(--midnight-blue-3);
  background-color: #fff;
}

.navdarkbutton-2.lightbtn {
  color: #fff;
  border-color: #fff;
  margin-left: 24px;
  padding: 16px 30px;
  transition: all .2s;
}

.navdarkbutton-2.lightbtn:hover {
  opacity: 1;
  color: #0a1c6a;
  background-color: #fff;
}

.navdarkbutton-2.lightbtn {
  color: #fff;
  border-color: #fff;
  margin-left: 24px;
  transition: all .2s;
}

.navdarkbutton-2.lightbtn:hover {
  opacity: 1;
  color: #0a1c6a;
  background-color: #fff;
}

.div-block-90 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-93 {
  padding-left: 24px;
}

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

.utility-page-content {
  width: auto;
  text-align: left;
  flex-direction: column;
  display: flex;
}

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

.utility-page-form.is--centered {
  text-align: center;
}

.header_brand-link {
  height: 40px;
  color: var(--neutrals000);
  align-items: flex-start;
  display: flex;
}

.header_brand-link.is-vertical-center {
  align-items: center;
}

.header_nav-link {
  color: var(--white);
  padding: 18px 10px;
  font-family: AdellesansOptimized, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  transition: color .1s;
}

.header_nav-link:hover {
  color: var(--gold);
  text-decoration: underline;
}

.header_nav-link.w--current {
  border-bottom: 2px solid var(--white);
  color: var(--white);
}

.header_nav-link.w--current:hover {
  color: #fec94d;
}

.header_nav-link.is-dark {
  color: var(--primary900);
}

.header_nav-link.header_leftborder {
  padding-left: 0;
  padding-right: 10px;
  position: relative;
}

.why-button {
  float: none;
  clear: none;
  border: 3px solid var(--primary-500-main);
  background-color: var(--primary500-main);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-out;
}

.why-button:hover {
  transform: translate(0, -4px);
}

.why-button.button-ghost {
  border: 2px solid var(--primary-500-main);
  color: var(--primary-500-main);
  background-color: rgba(0, 0, 0, 0);
}

.why-button.lp-button-last-cta {
  box-shadow: none;
}

.header {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0c1f56;
  padding: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header.is-resources {
  background-color: var(--neutrals000);
  color: var(--primary900);
  top: 0;
}

.why-hero {
  min-height: 800px;
  background-image: url('../images/hero-why-page.webp');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 128px;
  padding-bottom: 128px;
}

.why-hero.why-hero-home {
  min-height: 800px;
  color: var(--white);
  background-image: linear-gradient(rgba(2, 13, 45, .5), rgba(2, 13, 45, .5)), url('../images/bg-hero.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  align-items: center;
  padding-bottom: 190px;
  display: flex;
}

.hero-h1 {
  color: var(--white);
  font-size: 72px;
  line-height: 72px;
}

.hero_subtitle {
  max-width: 80%;
  color: #edf2ff;
  font-family: AdellesansOptimized, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.hero_subtitle.hero-text-bigger {
  max-width: 100%;
  font-size: 24px;
}

.margin-bottom-l {
  margin-bottom: 64px;
}

.h2_section {
  margin-top: 40px;
  font-size: 56px;
  font-weight: 300;
  line-height: 64px;
}

.h2_section.h2-how-compare {
  max-width: 810px;
}

.h2_section.is--center-title {
  text-align: center;
}

.h2_section.is--blue {
  color: var(--primary800);
}

.section_intro.section-what {
  margin-bottom: 64px;
}

.section_intro.is--future-of-work {
  margin-bottom: 56px;
}

.section_intro.is--future-of-work.is--abm {
  text-align: center;
}

.cta_company-header-subtitle {
  font-size: 20px;
  line-height: 30px;
}

.container_block {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  position: relative;
}

.container_block.is--no-padding {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.container_block.is--no-padding.is--show-md {
  display: none;
}

.container_block.is--no-padding.is--comparison {
  margin-top: 24px;
}

.container_block.container-cta-lp {
  justify-content: center;
  padding-top: 600px;
  padding-bottom: 200px;
  display: flex;
}

.container_block.lp-container-hero {
  display: flex;
}

.container_block.container-case-block {
  padding-left: 0;
  padding-right: 0;
}

.container_block.is-header {
  height: 60px;
  max-width: 1240px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.container_block.is--footer-hero-events {
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container_block.is--last-cta {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}

.container_block.is-divider-line {
  max-width: 1240px;
  border-bottom: 1px solid #c4cfd9;
}

.container_block.is--footer-1 {
  max-width: 1240px;
  justify-content: space-between;
  padding: 50px 20px;
  display: flex;
}

.container_block.is--top-botom-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container_block.is--glassmorphism-canvas {
  height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container_block.is--glassmorphism-builder {
  padding-top: 36px;
  padding-bottom: 48px;
}

.container_block.is--full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container_block.is--full-width.is--overflow-hidden {
  overflow: hidden;
}

.what-block {
  background-color: rgba(2, 13, 45, .3);
  margin-top: -128px;
  margin-left: -80px;
  margin-right: -80px;
  padding: 80px;
}

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

.what-tabs-content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.what-tabs {
  align-items: center;
  display: flex;
}

.what-tabs-tablink {
  opacity: .3;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  transition: opacity .2s ease-out;
  display: flex;
}

.what-tabs-tablink:hover {
  opacity: 1;
}

.what-tabs-tablink.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 12px 20px;
  display: flex;
}

.what-tabs-tablink-decoration {
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: var(--primary-300);
  border-radius: 30px;
  position: absolute;
  top: 14px;
  bottom: auto;
  left: -7px;
  right: auto;
  box-shadow: 0 0 0 10px rgba(85, 128, 255, .3);
}

.what-tabs-tablink-verticalline {
  width: 1px;
  height: 100%;
  background-color: var(--primary-300);
  position: absolute;
  top: 0;
  left: -1px;
}

.what-tabs-tablink-verticalline.last-verticalline {
  height: 20px;
  top: 0;
}

.what-tabs-tablink-verticalline.first-verticalline {
  height: 90%;
  top: 15px;
}

.magage-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  margin-left: 0;
  margin-right: 0;
}

.differentials-list-item {
  background-color: #132b71;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 24px;
  display: flex;
}

.differentials-list-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 24px;
  display: flex;
}

.differentials-list-item-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.differentials-list-item-text {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 100;
  line-height: 32px;
}

.compare-block {
  padding: 0;
}

.what-tabs-tabs {
  width: 50%;
  height: 55%;
  max-height: 70%;
  max-width: 306.953vh;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.what-tabs-content-holder {
  flex: 1;
}

.what-tabs-content-holder.space-right {
  padding-right: 64px;
}

.what-tabs-tablink-title {
  color: #fff;
  margin-top: -8px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.what-tabs-tablink-text {
  opacity: .7;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

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

.priorities-card {
  background-color: #132b71;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 26px 32px;
}

.priorities-card.priorities-big-card {
  height: 100%;
  margin-bottom: 0;
}

.priorities-card.priorities-last-card {
  margin-bottom: 0;
}

.skills_title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 56px;
}

.skills_title.is--title-cor-1 {
  color: #07beb8;
  font-family: AdellesansOptimized, sans-serif;
}

.skills_title.is--title-cor-2 {
  color: #636fdb;
}

.skills_title.is--title-cor-3 {
  color: #0787be;
}

.skills_title.is--title-cor-4 {
  color: #9e66b1;
}

.priorities-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.priorities-card-content-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.skills_link {
  color: var(--white);
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: AdellesansOptimized, sans-serif;
  font-weight: 100;
  text-decoration: underline;
  transition: opacity .2s ease-out, color .2s;
  display: block;
}

.skills_link:hover {
  text-decoration: none;
}

.testimonials-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.testimonials-slider.margin-bottom-s {
  transition: opacity .2s;
  display: block;
}

.testimonials-slider-mask {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.testimonials-slider-arrow {
  height: 36px;
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: transform .2s ease-out, opacity .2s ease-out;
  display: flex;
  top: auto;
  bottom: -68px;
  left: 0%;
  right: auto;
}

.testimonials-slider-arrow:hover {
  opacity: 1;
  transform: translate(-5px);
}

.testimonials-slider-arrow.testimonials-slider-arrow-right {
  top: auto;
  bottom: -68px;
  left: auto;
  right: 0%;
}

.testimonials-slider-arrow.testimonials-slider-arrow-right:hover {
  transform: translate(5px);
}

.testimonials-actions-wrapper {
  justify-content: center;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.hide {
  display: none;
}

.testimonials-slider-arrow-ico {
  height: 24px;
}

.testimonials-slider-slide {
  float: none;
  clear: both;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  left: 0;
}

.testimonials-slider-slide-card {
  background-color: var(--midnight-blue-new);
  border-radius: 8px;
  display: flex;
  overflow: visible;
}

.testimonials-slider-slide-image-holder {
  display: flex;
}

.testimonials-slider-slide-image {
  display: block;
  position: static;
}

.testimonials-slider-slide-content {
  width: 80%;
  flex-direction: column;
  justify-content: space-around;
  padding: 24px;
  display: flex;
}

.testimonials-slider-slide-logo-holder {
  margin-bottom: 8px;
}

.testimonials-slider-slide-text {
  color: var(--neutrals-200);
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
}

.testimonials-slider-slide-text.lp-testimonials-text {
  font-size: 20px;
  line-height: 34px;
}

.testimonials-slider-slide-author {
  align-items: center;
  display: flex;
}

.testimonials-slider-slide-author-name {
  color: var(--neutrals-200);
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 24px;
}

.testimonials-slider-slide-author-role {
  color: var(--neutrals-200);
  margin-bottom: 4px;
}

.lastcta {
  z-index: 1;
  background-color: var(--neutrals200);
  border-radius: 8px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.lastcta.is--hire-today {
  z-index: 50;
  background-color: #c4d9f1;
  margin-bottom: -80px;
  position: relative;
  overflow: hidden;
}

.lastcta_title {
  margin-top: -2px;
  margin-bottom: 18px;
  margin-left: -1px;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

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

.lastcta_text.is--code-cta {
  color: var(--neutrals700);
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 100px;
  font-family: AdellesansOptimized, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.lastcta_holder {
  z-index: 10;
  color: var(--neutrals-800);
  background-image: linear-gradient(to right, #c4d9f1, rgba(237, 242, 255, 0));
  padding: 50px;
  position: relative;
}

.margin-bottom-m {
  margin-bottom: 48px;
}

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

.who-tabs-menu {
  border: 1px solid var(--primaryblue);
  border-radius: 40px;
}

.big_tabs-tablink {
  opacity: .66;
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 26px;
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s ease-out, opacity .2s ease-out;
}

.big_tabs-tablink:hover {
  opacity: 1;
}

.big_tabs-tablink.w--current {
  background-color: var(--primaryblue);
  opacity: 1;
  transition-duration: .1s, .2s;
}

.big_tabs-tablink.is--tablink-small {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}

.big_tabs-content {
  width: 100%;
}

.big_tabs-tab {
  padding-top: 0;
}

.who-tabs-tab-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
}

.who-tabs-tab-card {
  width: 100%;
  height: 100%;
  background-color: var(--midnight-blue-new);
  border-radius: 8px;
  align-items: flex-start;
  display: flex;
}

.who-tabs-tab-card-content {
  width: 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px;
  display: flex;
}

.who-tabs-tab-card-content-title {
  margin-top: 0;
  font-size: 28px;
  line-height: 40px;
}

.who-tabs-tab-card-content-text {
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
}

.who-tabs-tab-card-content-ico {
  margin-bottom: 20px;
}

.margin-bottom-s {
  margin-bottom: 24px;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.is--no-padding {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section-2.is--no-padding.section-white {
  background-color: var(--white);
  padding-bottom: 0;
}

.section-2.is--no-padding.is--no-overflow {
  background-color: var(--primary400);
  overflow: hidden;
}

.section-2.section-skills {
  background-color: rgba(2, 13, 45, .6);
  padding-top: 56px;
  padding-bottom: 56px;
}

.section-2.is--section-small-padding {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-2.is--footer {
  padding-top: 64px;
  padding-bottom: 12px;
}

.section-2.is--footer.is-white {
  background-color: var(--neutrals000);
}

.section-2.is--dark-blue {
  color: var(--neutrals000);
  background-color: #081949;
}

.section-2.is--small-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-2.is--small-padding.is--cases, .section-2.is--lightgrey {
  background-color: var(--neutrals100);
}

.max-size-60 {
  max-width: 800px;
}

.bg-triangle-1 {
  z-index: -1;
  width: 150px;
  position: absolute;
  top: auto;
  bottom: -16%;
  left: 0%;
  right: auto;
}

.bg-triangle-1.triangle-small {
  width: 110px;
  bottom: -10%;
}

.bg-triangle-2 {
  z-index: -1;
  width: 150px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: 0%;
}

.bg-triangle-2.triangle-big {
  width: 200px;
  bottom: -20%;
}

.show-deskup {
  background-color: var(--primary800);
  padding: 20px 10px;
  font-weight: 600;
}

.show-tablet, .show-mobile {
  display: none;
}

.what-slides-mobile {
  display: block;
}

.what-slider-mobile {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.what-slider-mobile-slide-title {
  margin-top: 24px;
}

.what-slider-mobile-slide-text {
  font-size: 16px;
  line-height: 26px;
}

.why-footercontent_2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_social {
  justify-content: flex-end;
  display: flex;
}

.footer_social.is--follow-us {
  justify-content: flex-start;
  align-items: center;
}

.footer_text {
  font-family: AdellesansOptimized, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

.footer_brand {
  width: 90%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.header_nav {
  align-items: center;
  display: flex;
}

.header_nav.is--not-mobile {
  background-color: rgba(0, 0, 0, 0);
}

.lp-highlights-list {
  margin-top: 24px;
}

.lp-highlights-item {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.lp-highlights-ico {
  margin-right: 16px;
}

.lp-highlights-text {
  color: #edf2ff;
  padding-bottom: 2px;
  font-size: 18px;
  line-height: 30px;
}

.lp-section-title {
  margin-top: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 72px;
}

.lp-features-list {
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
}

.lp-features-item {
  width: 30%;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.lp-features-image {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}

.lp-features-text {
  color: #edf2ff;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.lp-hero-column-right {
  width: 50%;
  margin-left: 48px;
}

.lp-hero-column-left {
  width: 50%;
}

.lp-hero-image {
  box-shadow: -21px 21px 60px rgba(0, 0, 0, .4);
}

.lp-highlights-title {
  color: var(--turquoise);
}

.lp-hero-title {
  font-size: 52px;
  line-height: 72px;
}

.lp-hero-text {
  text-align: left;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.lp-hero-section {
  background-color: #002daf;
  background-image: radial-gradient(circle at 100% 0, #000f3a, #002daf), linear-gradient(rgba(0, 45, 175, 0) 42%, #002daf 42%, #002daf 51%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 128px;
  padding-bottom: 80px;
}

.lp-hero-second-row {
  position: relative;
}

.lp-features-row {
  background-color: #002daf;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.lp-features-row.features-row-2 {
  background-color: #002181;
}

.lp-features-row.features-row-3 {
  background-color: #001e74;
}

.lp-fetures-title {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 48px;
}

.sec-last-cta {
  background-color: #00185e;
  background-image: url('../images/bg-last-cta.webp');
  background-position: 50% 0;
  background-size: cover;
}

.lp-section-testimonials {
  background-color: #00185e;
  padding-top: 64px;
  padding-bottom: 112px;
  position: relative;
}

.radio-text {
  z-index: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.popup {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.radio-bullet {
  width: auto;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

.div-block-95 {
  min-height: 1px;
  min-width: 1px;
}

.popup-form_success-text, .popup-form_success-text.is--left-align {
  text-align: left;
  font-family: AdellesansOptimized, sans-serif;
}

.buy-input-wrapper {
  width: 50%;
}

.buy-input-wrapper.padding-left {
  padding-left: 8px;
}

.buy-input-wrapper.padding-right {
  padding-right: 8px;
}

.form-label {
  font-family: Adellesansext;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
}

.form-error {
  color: #fff;
  text-align: center;
  background-color: #ff2f5b;
  margin-top: 24px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

.popup-form_success {
  background-color: rgba(0, 0, 0, 0);
}

.popup-form_success.is--no-padding {
  padding-left: 0;
  padding-right: 0;
  font-family: AdellesansOptimized, sans-serif;
}

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

.checkbox-field {
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
  font-size: 24px;
}

.form-consent-text {
  font-size: 15px;
}

.popup-window {
  z-index: 1;
  width: 700px;
  min-height: 0;
  color: var(--neutrals-800);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 64px 64px;
  display: block;
  position: relative;
  overflow: hidden;
}

.popup-overlay {
  background-color: rgba(0, 0, 0, .5);
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form-default {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 32px;
  padding-left: 0;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.form-checkbox.is--small-margin {
  margin-bottom: 0;
}

.form-default--button {
  height: 48px;
  float: none;
  clear: both;
  box-shadow: none;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #193278;
  border: 0 #193278;
  border-radius: 3px;
  padding: 15px 36px;
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
  transition: none;
  position: relative;
  overflow: auto;
}

.form-default--button:hover {
  box-shadow: none;
  background-color: #081d57;
  border-style: none;
  text-decoration: none;
  transform: none;
}

.form-default--button:active {
  transform: translate(2px, 2px);
  box-shadow: inset 0 0 0 2px #1a1725, 0 0 #1a1725;
}

.form-default--button.full-width {
  width: 100%;
  width: 100%;
  font-family: AdellesansOptimized, sans-serif;
  font-weight: 600;
  display: block;
}

.form-default--button.color-button {
  box-shadow: none;
  color: #193278;
  background-color: #f2f6fa;
  border-color: #f2f6fa;
}

.form-default--button.color-button:hover {
  box-shadow: none;
  color: #193278;
  background-color: #d8dfe6;
  border-color: #d8dfe6;
}

.form-default--button.color-button:active {
  box-shadow: inset 0 0 0 2px #fff, 0 0 #fff;
}

.form-default--button.is--popup-form {
  width: 100%;
  background-color: var(--primary500-main);
  box-shadow: none;
  border-radius: 6px;
  font-family: AdellesansOptimized, sans-serif;
  transition: all .2s;
  display: block;
}

.form-default--button.is--popup-form:hover {
  background-color: var(--primary700);
}

.radio-button {
  text-align: center;
  border: 2px solid #e0dee9;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px 12px 32px;
  display: flex;
  position: relative;
}

.form-default--input {
  height: 48px;
  background-color: #f7f6fa;
  border-style: none;
  margin-bottom: 24px;
  padding: 13px 20px 12px;
  box-shadow: inset 0 -2px #e0dee9;
}

.form-default--input::-ms-input-placeholder {
  color: #a5a6af;
}

.form-default--input::placeholder {
  color: #a5a6af;
}

.form-default--input.popup-input {
  font-family: AdellesansOptimized, sans-serif;
}

.html-embed {
  min-height: 0;
  display: block;
}

.checkbox-text {
  margin-top: 1px;
  margin-bottom: 0;
  font-family: Adellesansext;
}

.popup-close {
  width: 40px;
  height: 40px;
  background-color: #1a1725;
  background-image: url('../images/close-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.popup-close:hover {
  background-color: var(--primary700);
}

.form-block {
  min-height: 0;
  display: block;
}

.popup-heading {
  font-family: AdellesansOptimized, sans-serif;
  display: block;
}

.popup-heading.is--events-download {
  margin-bottom: 32px;
  font-weight: 600;
}

.radio-buttons {
  flex: 80%;
  margin: 4px -8px 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
}

.events-popup {
  z-index: 1000;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.company-hero {
  display: flex;
}

.company-hero-col-right {
  width: 32%;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 8%;
  padding-top: 20px;
  display: flex;
}

.company-hero-col-left {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 64px;
}

.company-card-holder {
  perspective: 480px;
  display: none;
  transform: perspective(785px);
}

.company-card {
  perspective: 922px;
  border-radius: 8px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  transform: perspective(726px);
  box-shadow: -28px 28px 80px rgba(0, 6, 31, .25);
}

.company-card-brand {
  width: 276px;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-138px, -60px);
}

.company-card-bg {
  margin-bottom: -1px;
  display: block;
}

.company-hero-form-content {
  display: flex;
}

.company-hero-form-input {
  height: 56px;
  color: #282a2b;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
}

.company-hero-form-input::-ms-input-placeholder {
  color: #a1aab3;
  font-size: 16px;
  line-height: 24px;
}

.company-hero-form-input::placeholder {
  color: #a1aab3;
  font-size: 16px;
  line-height: 24px;
}

.company-hero-form-button {
  height: 56px;
  border: 3px solid var(--primary-500-main);
  background-color: var(--primary-500-main);
  color: var(--white);
  letter-spacing: .5px;
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-out;
}

.company-hero-form-button:hover {
  transform: translate(0, -6px);
}

.company-hero-form-button.is--veeam {
  border-width: 0;
  border-color: var(--green800);
  background-color: var(--primary600);
}

.company-hero-form-button.is--3m {
  background-color: #f50003;
  border-color: #f50003;
}

.company-hero-form-button.is--reckitt {
  background-color: #f5017e;
  border-color: #f5017e;
}

.company-form-message {
  background-color: var(--midnight-blue_1);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
}

.company-form-message.message-fail {
  border: 1px solid var(--indian-red);
  padding: 20px 24px;
}

.logo_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.company-clients-brand {
  opacity: 1;
  display: block;
}

.company-clients-image {
  opacity: .5;
  display: block;
  overflow: visible;
}

.section-block {
  background-color: rgba(2, 13, 45, .3);
  margin-left: -80px;
  margin-right: -80px;
  padding: 80px;
}

.section-block.section-block-white {
  background-color: var(--white);
  color: var(--neutrals-800);
}

.section-block.is--future-of-work {
  background-color: var(--white);
  color: var(--neutrals-800);
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 48px 40px;
}

.section-block.is--future-of-work.is--abm {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.section-block.is--comparison {
  background-color: var(--white);
  color: var(--neutrals-800);
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 48px 40px;
}

.section-block.is--cta-company {
  background-color: var(--white);
  color: var(--neutrals-800);
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 48px 40px;
}

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

.company-future-card {
  border: 1px solid #c3ced9;
  border-radius: 8px;
  padding: 40px;
}

.company-future-card.is--card-1.is--abm-pro-variant {
  background-color: var(--white);
  border-style: none;
  border-color: #c3ced9;
  border-radius: 2px;
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .2);
}

.company-future-card.is--card-2.is--abm-pro-variant, .company-future-card.is--card-3.is--abm-pro-variant {
  background-color: var(--white);
  border-style: none;
  border-radius: 2px;
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .2);
}

.company-future-title {
  font-weight: 600;
  line-height: 36px;
}

.company-future-text {
  color: var(--neutrals-700);
  font-size: 16px;
  line-height: 24px;
}

.item-talents-card {
  color: var(--white);
  background-color: #132b71;
  border-radius: 8px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.talents-column {
  width: 40%;
}

.item-talents-card-image {
  border-radius: 3px;
  margin-right: 24px;
}

.item-talents-card-contents {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.item-talents-card-header {
  margin-bottom: 16px;
}

.item-talents-card-footer-text {
  color: #f2f6fa;
  margin-bottom: 8px;
}

.item-talents-card-footer-logo {
  max-height: 28px;
  max-width: 88px;
  object-fit: contain;
}

.item-talents-card-header-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
}

.item-talents-card-header-text {
  color: #f2f6fa;
}

.item-talents-card-picture {
  max-width: 152px;
  border-radius: 3px;
  box-shadow: 7px 7px 24px -10px rgba(0, 0, 0, .1);
}

.talents-wrapper {
  display: flex;
}

.case-study-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.case-study-slider.margin-bottom-s {
  height: auto;
  display: block;
}

.case-study-slider-slide-content {
  width: 80%;
  color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.case-study-title {
  margin-top: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 56px;
}

.case-study-brand {
  color: #d8dfe6;
  letter-spacing: 3px;
  font-size: 16px;
}

.case-study-slider-slide-image-holder {
  width: 56%;
  position: relative;
  overflow: hidden;
}

.skills-grid {
  margin-bottom: 40px;
}

.skills_grid-link {
  color: #fff;
  letter-spacing: 0;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 4px 16px 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.h3-section {
  margin-top: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 56px;
}

.professionals-grid {
  flex-direction: column;
  display: flex;
}

.professionals-grid.is--two-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.professionals-grid-item {
  color: var(--neutrals-800);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 24px;
  display: flex;
}

.professionals-grid-col-left {
  width: 240px;
  flex: none;
  margin-right: 48px;
}

.professionals-grid-col-right {
  width: 80%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.professionals-grid-infos {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.professionals-grid-infost-header {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.professionals-works-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: none;
}

.professionals-works-grid-item {
  transition: transform .2s ease-out;
}

.professionals-works-grid-item:hover {
  transform: translate(0, -4px);
}

.professionals-works-grid-image, .professionals-picture {
  border-radius: 8px;
}

.professionals-picture.is--flat-botom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.profesisonals-item-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.profesisonals-item-role {
  text-transform: uppercase;
  order: -1;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.profesisonals-item-title-link-tag {
  color: #0f9d68;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.profesisonals-works-grid-link-text {
  color: #0041ff;
  font-weight: 600;
  text-decoration: none;
}

.professionals-works-grid-link {
  border: 1px solid var(--primary-500-main);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .2s ease-out;
  display: flex;
}

.professionals-works-grid-link:hover {
  transform: translate(0, -4px);
}

.professionals-link-know-more {
  color: #0041ff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.professionals-button {
  width: 100%;
  border: 3px solid var(--primary-500-main);
  background-color: var(--primary-500-main);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-out;
}

.professionals-button:hover {
  transform: translate(0, -6px);
}

.professionals-button.is--top-flat {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.professionals-grid-infos-holder {
  flex: 1;
}

.company-grid-4-cols {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.company-numbers-item {
  background-color: var(--neutrals000);
  color: var(--neutrals500);
  border: 1px #c3ced9;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 16px;
  display: flex;
}

.company-numbers-item-text {
  width: 80%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.company-numbers-item-title {
  min-height: 80px;
  color: var(--primary300);
  margin-top: 0;
  font-size: 80px;
  line-height: 50px;
}

.company-numbers-item-title.is--small {
  font-size: 50px;
}

.company-numbers-item-title-hour {
  margin-left: 8px;
  font-size: 22px;
  font-weight: 100;
}

.company-why-table {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.company-news-item {
  color: var(--white);
  background-color: #132b71;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .2s ease-out;
  overflow: hidden;
}

.company-news-item:hover {
  transform: translate(0, -4px);
}

.company-news-item.is--white {
  background-color: var(--white);
  color: var(--neutrals700);
  box-shadow: 0 0 24px rgba(0, 0, 0, .08);
}

.company-news-item-icon {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.company-news-item-title {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.company-news-item-category {
  color: #d8dfe6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
}

.company-news-item-category.is--dark {
  color: var(--neutrals600);
}

.company-news-item-content {
  padding: 30px 24px;
}

.company-holder-actions {
  justify-content: center;
  display: flex;
}

.company-hero-title {
  border-left: 6px solid var(--neutrals000);
  padding-bottom: 10px;
  padding-left: 16px;
  font-size: 68px;
  line-height: 72px;
}

.talents-team-holder.team-2, .talents-team-holder.team-3, .talents-team-holder.team-4 {
  display: block;
}

.talents-image-column {
  width: 60%;
}

.talents-image-interactive {
  margin-top: 24px;
  margin-right: 40px;
  position: relative;
}

.talents-interactive-circle {
  width: 15vw;
  height: 15vw;
  max-height: 192px;
  max-width: 192px;
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.talents-interactive-circle:hover {
  transform: translate(0, -4px);
}

.talents-interactive-circle.img-circle-2 {
  margin-top: -96px;
  top: 50%;
  right: 0%;
}

.talents-interactive-circle.img-circle-1 {
  right: 30%;
}

.talents-interactive-circle.img-circle-3 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 25%;
}

.talents-interactive-circle.img-circle-4 {
  top: auto;
  bottom: 5%;
  left: auto;
  right: 68%;
}

.talents-image-cicle-hover {
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.talents-image-cicle-hover.image-cicle-active-2 {
  cursor: pointer;
}

.talents-image-cicle-default {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.talents-title-grid {
  font-weight: 300;
}

.big_tabs-tablink-text-small {
  white-space: nowrap;
  font-family: AdellesansOptimized, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.hero_small {
  min-height: 420px;
  color: var(--neutrals000);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 128px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_small.is--hero-skills {
  font-family: AdellesansOptimized, sans-serif;
}

.hero_small.is--hero-events {
  background-image: url('../images/bg-hero-events.webp');
  background-position: 50% 0;
  background-size: cover;
}

.hero_small.is--cases {
  background-color: var(--primary700);
  color: var(--white);
}

.big_tabs-menu {
  border: 1px solid var(--primaryblue);
  border-radius: 40px;
  display: flex;
}

.skills-card {
  background-color: #132b71;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 26px 32px;
}

.hero_h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: AdellesansOptimized, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 64px;
}

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

.hero_h1.is--event-speakers {
  font-size: 46px;
}

.hero_h1.is--big {
  font-size: 72px;
  line-height: 1;
}

.skills-drop-btn {
  width: 100%;
  color: var(--white);
  background-color: #132b71;
  font-size: 18px;
}

.skills_dropdown {
  z-index: 100;
  width: 100%;
  border: 1px solid var(--midnight-blue_1);
  overflow: hidden;
}

.skills-drop-content {
  background-color: rgba(0, 0, 0, 0);
}

.skills-drop-content.w--open {
  position: relative;
}

.skills-content {
  background-color: #132b71;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 26px 32px;
}

.why-button-2 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #0041ff;
  border: 3px solid #0041ff;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-out;
}

.why-button-2:hover {
  transform: translate(0, -6px);
}

.why-button-2.button-ghost {
  color: #0041ff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #0041ff;
}

.why-button-2.button-ghost.button-in-a-row {
  border-style: solid;
  border-width: 3px;
  margin-left: 24px;
}

.hero_medium {
  height: 600px;
  background-color: var(--primary900);
  position: relative;
  overflow: hidden;
}

.why-case-content-grid {
  display: flex;
}

.why-case-content-sidebar {
  width: 20%;
  position: relative;
}

.why-case-content-main {
  width: 808px;
  background-color: var(--white);
  color: var(--neutrals-700);
  border-radius: 8px;
  margin-top: -200px;
  padding: 40px;
  font-size: 18px;
  line-height: 150%;
}

.hero_case-imagebg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_case-color {
  z-index: 1;
  opacity: .5;
  background-color: #0c1f56;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.case_h1 {
  color: var(--neutrals-600);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 48px;
}

.case_content-block {
  margin-bottom: 48px;
}

.case_box-info {
  background-color: #f2f6fa;
  border-radius: 8px;
  margin: 20px;
  padding: 24px;
}

.case_box-info.is--dark-box {
  background-color: var(--primary900);
  color: var(--neutrals000);
}

.why-case-box-3cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.case_box-text {
  color: var(--neutrals-600);
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 130%;
}

.case_box-text.is--name {
  font-weight: 700;
}

.case_h2 {
  color: var(--primary-500-main);
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.case_h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
}

.case_box-number {
  color: var(--primary-500-main);
  margin-top: 0;
  font-size: 50px;
  line-height: 110%;
}

.case_box-subtitles {
  color: var(--primary-300);
  margin-top: 0;
  font-size: 18px;
  line-height: 150%;
}

.case_box-title {
  color: #626e7a;
  border-bottom: 1px solid #d8dfe6;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 28px;
  font-weight: 300;
  line-height: 118%;
}

.why-case-related-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.why-case-related-grid.is--home {
  grid-template-columns: 1fr 1fr;
}

.why-case-related-card {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(0, 0, 0, .08);
}

.why-case-related-image.why-case-related-image-double {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: 50% 50%;
}

.why-case-related-infos {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.why-case-related-company {
  color: #07beb8;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}

.why-case-related-title {
  flex: 1;
  margin-top: 8px;
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
}

.why-case-related-title.is--big {
  font-size: 32px;
}

.why-case-social {
  margin-top: 80px;
  margin-bottom: 80px;
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 100px;
  left: 100%;
  right: 0;
}

.why-case-social.why-case-social-mobile {
  margin-top: 40px;
  display: none;
  position: static;
}

.why-case-social-list {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.why-case-social-listitem {
  display: inline-block;
}

.why-case-social-link {
  margin-bottom: 8px;
}

.why-clientpart-block {
  display: flex;
}

.why-clientpart-infos {
  flex-direction: column;
  display: flex;
}

.why-clientpart-img-holder {
  width: 112px;
  height: 112px;
  border-radius: 8px;
  flex: none;
  margin-right: 24px;
  overflow: hidden;
}

.client_fullcta-title {
  color: var(--neutrals-800);
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 36px;
}

.client_fullcta-name {
  color: var(--primary500-main);
  margin-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.why-clientpart-actions-holder {
  width: 230px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.why-clientpart-profile {
  flex-direction: row;
  margin-right: 24px;
  display: flex;
}

.client_fullcta-author {
  display: flex;
}

.client_fullcta-company {
  color: #626e7a;
  margin-right: 4px;
  font-size: 16px;
  line-height: 24px;
}

.client_fullcta-company.is--bold {
  font-weight: 700;
}

.section_company_client-fullcta {
  background-color: var(--white);
  color: var(--neutrals-800);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.why-case-formnews {
  margin-top: 80px;
  margin-bottom: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 100px;
}

.case_formnews-sidebar {
  background-color: #07beb8;
  background-image: url('../images/bg-form-sidebar2x.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  padding: 24px;
  overflow: hidden;
}

.sidebar-form-label {
  color: var(--white);
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.sidebar-form-input {
  height: 56px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

.sidebar-form-input::-ms-input-placeholder {
  color: #a1aab3;
  font-size: 16px;
  line-height: 24px;
}

.sidebar-form-input::placeholder {
  color: #a1aab3;
  font-size: 16px;
  line-height: 24px;
}

.sidebar-form-button {
  background-color: var(--primary-500-main);
  color: #fff;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.sidebar-form-message {
  border-radius: 6px;
  margin-top: 16px;
}

.sidebar-form-message.sidebar-form-message-sucess {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 28px;
}

.sidebar-form-title {
  color: var(--white);
  margin-top: 0;
  font-weight: 600;
  line-height: 34px;
}

.clients-testimonial-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -190px;
  display: grid;
}

.client-testimonial-card {
  color: var(--neutrals-700);
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 40px;
}

.client-testimonial-brand {
  margin-bottom: 16px;
}

.client-testimonial-quote {
  font-size: 18px;
  line-height: 160%;
}

.client-testimonial-author {
  margin-top: 32px;
}

.client-testimonial-name {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 600;
}

.client-testimonial-role {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 140%;
}

.client-testimonial-company {
  font-size: 18px;
  line-height: 140%;
}

.client-testimonial-brand-holder {
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.clients-logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clients-logo-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.clients-banner-form {
  z-index: 1;
  color: var(--white);
  background-color: #c4d9f1;
  background-image: url('../images/bg-banner-form.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  position: relative;
}

.banner-form {
  color: var(--white);
  padding: 44px 80px;
}

.banner-form-row {
  display: flex;
}

.banner-form-column {
  min-width: 344px;
  margin-right: 16px;
}

.banner-form-input {
  height: 48px;
  color: var(--neutrals-700);
  border: 1px solid #a1aab3;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.banner-form-input::-ms-input-placeholder {
  color: #a1aab3;
}

.banner-form-input::placeholder {
  color: #a1aab3;
}

.banner-form-message {
  color: var(--neutrals-800);
  text-align: left;
  border-radius: 6px;
  margin-top: 16px;
}

.banner-form-message.banner-form-success {
  background-color: var(--primary-500-main);
  color: var(--white);
  text-align: center;
  font-size: 18px;
}

.bg-triangle-3 {
  z-index: -1;
  width: 150px;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-triangle-3.triangle-big {
  width: 200px;
  bottom: -20%;
}

.banner-form-text {
  max-width: 800px;
  font-size: 20px;
  line-height: 30px;
}

.form-default--label {
  font-family: AdellesansOptimized, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.form-checkbox-text {
  margin-top: 1px;
  margin-bottom: 0;
}

.fullcta_price {
  width: 25%;
  text-align: center;
  border-right: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 8%;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.wrapper {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.arrow-link-2 {
  color: #193278;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-image: none;
  background-repeat: repeat;
  align-self: flex-start;
  padding: 10px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.arrow-link-2:hover {
  text-decoration: underline;
}

.arrow-link-2.footer-link {
  color: #193278;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  background-repeat: repeat;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s;
}

.arrow-link-2.footer-link:hover {
  color: #193278;
  text-decoration: none;
}

.tabs-content-3 {
  padding-bottom: 1px;
  overflow: visible;
}

.schedule_tabs {
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-bottom-2 {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  margin-top: 64px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.heading-12 {
  font-size: 20px;
  font-weight: 400;
  display: none;
}

.hero_events-contact-item {
  width: 33.33%;
  min-width: 104px;
  color: #1a1725;
  border-right: 1px solid #c7c8cf;
  align-items: flex-start;
  margin-right: 0;
  padding: 16px 48px;
  display: flex;
}

.hero_events-contact-item.is--contact-last {
  border-right-style: none;
  border-right-width: 0;
}

.hero_events-social {
  z-index: 20;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, .3);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.text-block-18 {
  letter-spacing: 3px;
  align-self: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 300;
}

.image-49 {
  margin-bottom: 28px;
}

.footer-bottom-social-2 {
  align-items: center;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.cta-price-tag {
  margin-bottom: 12px;
  font-size: 80px;
  font-weight: 400;
  line-height: 72px;
}

.footer-2 {
  width: 100%;
  flex-wrap: wrap;
  padding-top: 64px;
  display: flex;
}

.hero_events-social-link {
  height: 40px;
  min-width: 136px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  align-items: center;
  padding-left: 16px;
  padding-right: 24px;
  font-size: 13px;
  line-height: 20px;
  transition: background-color .1s;
  display: flex;
}

.hero_events-social-link:hover {
  background-color: rgba(255, 255, 255, .08);
  text-decoration: none;
}

.hero_events-social-link.no-border {
  border-width: 0;
}

.schedule_tab-link {
  color: #c7c8cf;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 28px;
  margin-right: 28px;
  padding: 4px 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  transition: color .4s;
}

.schedule_tab-link:hover {
  color: #1a1725;
  text-decoration: none;
}

.schedule_tab-link.w--current {
  box-shadow: inset 0 -3px 0 -1px var(--primary500-main);
  color: var(--primary800);
  background-color: rgba(0, 0, 0, 0);
}

.fullcta_heading {
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 27px;
  font-weight: 400;
}

.hero_events {
  max-width: 100%;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 15px;
  display: flex;
}

.hero_events.is--speakers {
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu-18 {
  align-items: center;
  margin-bottom: -1px;
  margin-right: -20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.social-icon-2 {
  width: 36px;
  height: 36px;
  background-color: #265cdc;
  background-image: url('../images/fa-facebook_100_0_ffffff_none.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 100%;
  margin-left: 0;
  margin-right: 10px;
  transition: all .4s;
}

.social-icon-2:hover {
  background-color: #212121;
}

.social-icon-2.twitter {
  background-image: url('../images/instagram-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-2.linkin {
  background-image: url('../images/brandico_2014-04-07_linkedin_100_0_ffffff_none.webp');
  background-size: 13px;
}

.social-icon-2.pin {
  background-image: url('../images/fa-pinterest-p_100_0_ffffff_none.webp');
  background-size: 14px;
  display: none;
}

.social-icon-2.rss {
  background-image: url('../images/font-awesome_4-6-3_google-plus_100_0_ffffff_none.webp');
  background-size: 18px;
  display: none;
}

.social-icon-2.twitter {
  background-image: url('../images/fa-twitter_100_0_ffffff_none.webp');
  background-size: 13px;
}

.fullcta_info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-contacts-bg {
  z-index: 1;
  width: 50%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brand-7 {
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: -5px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.brand-7:hover {
  text-decoration: none;
}

.brand-7.w--current {
  margin-bottom: -1px;
}

.footer-heading-2 {
  color: #193278;
  margin-top: 6px;
  margin-bottom: 22px;
  font-family: Cerebri sans;
  font-size: 16px;
  font-weight: 500;
}

.hero_events-bgtext {
  z-index: 1;
  color: rgba(255, 255, 255, .15);
  font-size: 11vw;
  font-weight: 600;
  line-height: 120px;
  position: absolute;
  top: 18%;
  right: -32px;
}

.nav-bar {
  z-index: 100;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #081849;
  border-bottom: 1px rgba(255, 255, 255, .25);
  justify-content: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.hero_events-infos {
  max-width: 770px;
  flex: 1;
}

.image-50 {
  height: 30px;
  align-self: center;
}

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

.nav-link-17 {
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 20px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.nav-link-17:hover {
  text-decoration: none;
}

.nav-link-17.w--current {
  color: #fff;
}

.fullcta {
  width: 100%;
  color: #fff;
  align-items: stretch;
  display: flex;
}

.footer-about-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 30%;
  display: flex;
}

.bg-image {
  width: 100%;
  height: 150%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.bg-image.hero-image {
  width: 120%;
  height: 120%;
  background-color: var(--primary900);
  background-image: none;
  position: absolute;
  top: -10%;
  bottom: 0%;
  left: -10%;
  right: -10%;
}

.bg-image.cta-image {
  background-image: url('../images/background-blue-copy.webp');
  background-position: 50% -140px;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-info {
  z-index: 1;
  width: 100%;
  color: var(--neutrals500);
  column-count: 2;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  display: block;
  position: relative;
}

.hero_events-social-icon {
  width: 12px;
  margin-right: 16px;
}

.hero-contact-icon {
  width: 48px;
  margin-right: 20px;
  display: none;
}

.page-wrapper {
  border-top: 1px solid #626e7a;
  position: relative;
  overflow: hidden;
}

.text-block-10 {
  color: #212529;
  margin-right: 20px;
  font-family: Cerebri sans;
  font-size: 16px;
  font-weight: 500;
}

.schedule_tabs-menu {
  justify-content: center;
  margin-top: -8px;
  margin-bottom: 72px;
  display: block;
}

.schedule_tabs-menu.is--hide {
  display: none;
}

.nav-underline {
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: none;
  position: absolute;
  bottom: 0;
}

.footer-link-2 {
  color: #626e7a;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Cerebri sans;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-2:hover {
  color: #3f474f;
  text-decoration: none;
}

.link-color {
  color: #1269db;
  transition: color .1s;
}

.section-16 {
  color: #193278;
  background-color: #eff7ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 80px;
  display: flex;
  position: relative;
}

.section-16.bg-image-section {
  color: #fff;
  background-color: #081949;
  display: flex;
  overflow: hidden;
}

.section-16.dark.no-vertical-paddings {
  background-color: #fff;
  border: 1px solid #c3ced9;
  padding-top: 0;
  padding-bottom: 0;
}

.section-16.bg-image-section {
  color: #fff;
  background-color: rgba(18, 105, 219, .8);
  display: flex;
  overflow: hidden;
}

.hero_events-grid-contacts {
  z-index: 5;
  width: 75%;
  max-height: 186px;
  min-width: 877px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.top-button {
  z-index: 100;
  width: 48px;
  height: 48px;
  background-color: #1269db;
  background-image: url('../images/arrow-up-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  transition: background-color .3s;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.top-button:hover {
  background-color: #0751b3;
}

.heading-16 {
  width: 16%;
  color: #193278;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
  overflow: visible;
}

.heading-16.schedule-event-time {
  display: none;
}

.heading-16.schedule-event-info {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-grey {
  color: #706b81;
}

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

.speaker-card-avatar {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.full-width {
  width: 100%;
  display: block;
}

.text-block-17 {
  color: #fff;
}

.speaker-media {
  width: 270px;
  height: 270px;
  max-height: 270px;
  flex-direction: column;
  margin-right: 64px;
  display: flex;
}

.button-10 {
  height: 48px;
  color: #1a1725;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .2s, transform .2s;
  display: none;
  box-shadow: inset 0 0 0 2px #1a1725, 2px 2px #1a1725;
}

.button-10:hover {
  text-decoration: none;
  transform: translate(-1px, -1px);
  box-shadow: inset 0 0 0 2px #1a1725, 3px 3px #1a1725;
}

.button-10:active {
  transform: translate(2px, 2px);
  box-shadow: inset 0 0 0 2px #1a1725, 0 0 #1a1725;
}

.h2-white {
  color: #fff;
  margin-bottom: 5px;
  font-size: 38px;
}

.speaker-2 {
  z-index: 1;
  width: 100%;
  background-color: #081949;
  border: 1px #e0dee9;
  border-bottom-style: solid;
  align-items: flex-start;
  margin-top: 48px;
  padding: 48px 64px;
  display: flex;
  position: relative;
}

.speaker-2.speaker-2-last {
  border-bottom-style: none;
}

.wrapper-2 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-white {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.divider-2 {
  width: 70px;
  height: 3px;
  background-color: #ff2f5b;
  margin-top: 8px;
  margin-bottom: 24px;
}

.divider-2.margins {
  background-color: #193278;
  margin-top: 20px;
  margin-bottom: 24px;
}

.divider-2.margins.divider-speaker {
  margin-top: 0;
}

.speaker-social-link-2 {
  opacity: .6;
  color: #706b81;
  align-items: center;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.speaker-social-link-2:hover {
  opacity: 1;
}

.speaker-social-2 {
  color: #fff;
  border-top: 1px #e0dee9;
  border-bottom: 1px #e0dee9;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.image-51 {
  margin-bottom: 20px;
  padding-top: 10px;
}

.paragraph-big-2-desc {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-big-2-desc.text-grey {
  color: #fff;
  display: none;
}

.speaker-info {
  border-bottom: 1px #000;
  flex: 1;
  padding-top: 24px;
}

.paragraph-big-2 {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-big-2.text-grey {
  color: #fff;
  margin-bottom: 18px;
  display: block;
}

.paragraph-big-2.text-grey.paragraph-big-2-desc {
  display: none;
}

.paragraph-big-2.text-grey.paragraph-speaker {
  margin-bottom: 0;
}

.image-52 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.speaker-avatar {
  width: 100%;
  max-height: 270px;
  object-fit: cover;
  margin-bottom: 40px;
}

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

.collection-item {
  padding: 24px;
  display: flex;
}

.schedule-event-info-2 {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-98 {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.rich-text-block {
  font-size: 15px;
  line-height: 24px;
}

.res-header-nav {
  background-color: rgba(12, 31, 86, .8);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.res-header-nav:hover {
  text-decoration: none;
}

.res-header-nav.not-fixed {
  position: static;
}

.eve-container {
  width: 100%;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.res-header-nav-brand {
  margin-top: 6px;
  padding-top: 0;
  padding-bottom: 0;
}

.res-header-nav-menu {
  text-align: center;
}

.eve-button {
  background-color: #265cdc;
  border-radius: 8px;
  margin-left: 0;
  padding: 12px 32px;
  transition: transform .2s ease-out;
}

.eve-button:hover {
  transform: translate(0, -3px);
}

.eve-button.navbar-cta {
  color: #1269db;
  background-color: #fff;
}

.eve-button.navbar-cta:hover {
  text-decoration: none;
}

.res-header-nav-mobile-button {
  color: var(--neutrals000);
}

.res-header-nav-mobile-button-icon.is--hide {
  display: none;
}

.eve-card-footer-details {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.eve-card-item-content-infos-header-speakers-image {
  width: 64px;
  height: 64px;
  border: 4px solid #fff;
  border-radius: 50px;
  margin-left: -16px;
}

.eve-card-title {
  flex: 1;
  margin-top: 8px;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.eve-card-title.eve-featured-event-title {
  font-size: 36px;
}

.eve-card-title.card-post-title {
  font-size: 24px;
}

.eve-card-title.eve-card-schedule-title {
  color: #0787be;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.eve-card-item-content-header {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.eve-card-item-content-image-event {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.events_card {
  height: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 32px;
  transition: box-shadow .2s, transform .2s;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.events_card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
}

.events_card.eve-card-highlight {
  border: 1px solid #07beb8;
}

.events_card.card-no-padding {
  padding: 0;
  overflow: hidden;
}

.events_card.is--agenda {
  padding-top: 58px;
  padding-bottom: 58px;
}

.eve-card-footer-details-title {
  color: #3f474f;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.eve-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.eve-card-flag-detail {
  width: 22px;
  background-image: url('../images/datail-flag.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -2px;
}

.eve-card-footer-details-spacer {
  flex: 1;
}

.eve-card-footer-details-text {
  color: #3f474f;
  font-size: 20px;
  font-weight: 300;
}

.eve-card-item-content-infos-header-speakers {
  max-width: 200px;
}

.eve-card-text-link {
  color: var(--primary500-main);
  font-weight: 600;
}

.eve-card-item-content-image-holder {
  width: 230px;
  margin-right: 40px;
}

.eve-card-item-content-image-holder.image-events {
  width: 270px;
}

.eve-card-item-content-image-holder.image-events.image-featured-event {
  width: 360px;
}

.eve-link {
  color: var(--white);
}

.eve-card-text {
  height: auto;
  color: #212529;
  flex: 1;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.eve-card-text.eve-card-schedule-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  overflow: visible;
}

.eve-events-feed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.eve-title-section {
  font-size: 50px;
  font-weight: 400;
  line-height: 56px;
}

.eve-card-flag-body {
  background-color: #07beb8;
  border-top-right-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 10px;
  display: flex;
}

.eve-card-item-content-infos-header-left {
  flex: 1;
  margin-right: 32px;
}

.eve-card-flag {
  height: 30px;
  display: flex;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: auto;
  right: 8px;
}

.eve-card-flag-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.eve-card-footer-details-block-divider {
  width: 1px;
  height: 70px;
  border-left: 1px solid #c3ced9;
  margin-left: 30px;
  margin-right: 30px;
}

.eve-card-footer-details-block {
  flex: none;
}

.eve-card-tag {
  color: #0f8985;
  border-radius: 8px;
  flex: none;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}

.eve-card-item-content-infos {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.eve-card-item-content {
  height: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eve-card-item-content.eve-content-card-speaker {
  flex-direction: row;
  display: flex;
}

.eve-card-item-content.card-content-padding {
  padding-bottom: 31px;
  padding-left: 32px;
  padding-right: 32px;
}

.eve-card-item-content.eve-content-card-schedule {
  flex-direction: row;
  margin-bottom: 32px;
  display: flex;
}

.eve-card-item-content.eve-content-card-schedule.margin-bottom-none {
  margin-bottom: 0;
}

.eve-card-item-content-post-infos {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.eve-past-events-feed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.eve-card-item-content-image {
  border-radius: 8px;
}

.eve-card-post-date {
  color: #3f474f;
  font-size: 18px;
}

.eve-card-post-summary {
  color: #212529;
  flex: 1;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.eve-card-item-content-image-copy {
  margin-bottom: 16px;
}

.eve-card-item-content-header-post {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.eve-footer-chat-button {
  background-color: #013ae0;
  border-radius: 50px;
  margin-top: -16px;
  padding: 28px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: auto;
  right: -24px;
}

.res-footer-about {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-right: 48px;
  display: flex;
}

.eve-footer-contact-item-text {
  color: #212529;
}

.eve-footer-contact-item-holder {
  align-items: center;
  display: flex;
}

.footer-links-3 {
  width: 13.33%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.eve-footer-contact-item-ico {
  margin-right: 12px;
}

.eve-hero-event-footer-social {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.eve-hero-event-footer-details-text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.eve-hero-event-details-block-divider {
  width: 1px;
  height: 70px;
  border-left: 1px solid #c3ced9;
  margin-left: 30px;
  margin-right: 30px;
}

.hero_events-date {
  color: #fff;
  border-bottom: 1px solid #07beb8;
  flex: none;
  margin-bottom: 24px;
  padding: 10px 12px 24px;
  font-size: 36px;
  font-weight: 100;
  line-height: 100%;
  display: inline-block;
}

.eve-hero-event-footer {
  display: flex;
}

.eve-hero-event-footer-details-social-link {
  margin-left: 0;
  margin-right: 0;
  padding: 12px;
  transition: opacity .2s ease-out;
}

.eve-hero-event-footer-details-social-link:hover {
  opacity: .66;
}

.eve-hero-event-footer-details-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.eve-hero-event-footer-details {
  background-color: rgba(0, 24, 94, .7);
  align-items: center;
  padding: 30px 32px;
  display: flex;
}

.eve-small-text-block {
  max-width: 860px;
}

.eve-speakers-item-text {
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}

.eve-speakers-item {
  color: #fff;
  background-color: #00185e;
}

.splide__list {
  flex-wrap: nowrap;
  display: flex;
}

.eve-speakers-item-title {
  font-size: 24px;
  font-weight: 600;
}

.splide {
  height: 490px;
  position: relative;
  overflow: hidden;
}

.eve-speakers-item-infos {
  padding: 32px;
}

.splide__track {
  font-size: 1vw;
}

.eve-card-item-content-schedule-date {
  width: 160px;
  margin-right: 40px;
}

.eve-card-item-content-schedule-date-text {
  color: #0787be;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.eve-speakers-social-ico {
  margin-right: 12px;
}

.eve-speakers-social-holder {
  align-items: center;
  display: flex;
}

.eve-speakers-social-link {
  margin-right: 24px;
}

.eve-card-item-content-infos-header-brand {
  max-width: 200px;
}

.banner-lastcta-title-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 46px;
}

.banner-lastcta-title-2.max-size-60 {
  max-width: 60%;
  font-size: 32px;
  font-weight: 300;
}

.navigation-link {
  color: #212121;
  padding: 35px 15px 32px;
  font-weight: 400;
  text-decoration: none;
}

.navigation-link.w--current {
  color: #265cdc;
}

.navigation-link.mobile {
  float: right;
  clear: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  display: block;
}

.button-11 {
  float: left;
  clear: none;
  background-color: #265cdc;
  border-radius: 3px;
  margin-top: 20px;
  padding: 16px 100px;
  font-family: Cerebri sans;
  font-size: 16px;
  font-weight: 400;
  transition: all .4s;
  display: none;
}

.button-11:hover {
  background-color: #212121;
}

.button-11.full {
  width: 200px;
  float: right;
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #193278;
  border: 1px solid #193278;
  margin-top: 8px;
  margin-bottom: auto;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.button-11.full:hover {
  background-color: #081d57;
  border: 1px solid #081d57;
}

.nav-menu-19 {
  float: right;
  clear: none;
  text-align: center;
}

.nav-menu-19.scroll-menu {
  float: right;
}

.div-block-99 {
  float: right;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
}

.scroll-navigation {
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.navbar-15 {
  display: block;
}

.navbar-15.not-fixed {
  position: static;
}

.line-menu {
  width: 100%;
  height: 2px;
  background-color: #265cdc;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line-menu.on-mobile {
  display: none;
}

.text-block-5-on-white {
  color: #193278;
  font-size: 16px;
}

.text-block-20 {
  color: #fff;
  font-family: Cerebri sans;
  font-size: 16px;
  font-weight: 500;
}

.container-37 {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.brand-logo {
  width: 178px;
  height: auto;
  clear: none;
  margin-top: 20px;
  position: relative;
}

.brand-logo.scroll {
  margin-top: 18px;
}

.menu-button-13 {
  display: none;
}

.smaller-font-2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.list-item-6 {
  padding-bottom: 2px;
}

.link-5 {
  color: #1a3178;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.cta-info-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 50% 24px 15px;
  display: flex;
}

.paragraph-9 {
  box-shadow: none;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.button-12 {
  height: 48px;
  float: none;
  clear: both;
  box-shadow: none;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #193278;
  border: 0 #193278;
  border-radius: 3px;
  padding: 15px 36px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  transition: none;
  position: relative;
  overflow: auto;
}

.button-12:hover {
  box-shadow: none;
  background-color: #081d57;
  border-style: none;
  text-decoration: none;
  transform: none;
}

.button-12:active {
  transform: translate(2px, 2px);
  box-shadow: inset 0 0 0 2px #1a1725, 0 0 #1a1725;
}

.button-12.color-button {
  box-shadow: none;
  color: #193278;
  background-color: #f2f6fa;
  border-color: #f2f6fa;
  font-weight: 500;
}

.button-12.color-button:hover {
  box-shadow: none;
  color: #193278;
  background-color: #d8dfe6;
  border-color: #d8dfe6;
}

.button-12.color-button:active {
  box-shadow: inset 0 0 0 2px #fff, 0 0 #fff;
}

.cta-heading-2 {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 27px;
  font-weight: 400;
  line-height: 38px;
}

.image-54 {
  display: none;
}

.footer-3 {
  background-color: #101930;
  padding-top: 0;
  padding-bottom: 0;
}

.text-white-faded-2 {
  box-shadow: none;
  color: #626e7a;
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 26px;
}

.footer-social-line {
  width: 40px;
  height: 2px;
  opacity: .3;
  background-color: #fff;
  margin-left: 16px;
  margin-right: 8px;
}

.social-icon-3 {
  opacity: .7;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
}

.social-icon-3:hover {
  opacity: 1;
}

.res-header-nav-menu-2 {
  text-align: center;
}

.res-header-nav-2 {
  background-color: rgba(12, 31, 86, .8);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.res-header-nav-2.not-fixed {
  position: static;
}

.res-header-nav-menu-link-line {
  width: 100%;
  height: 2px;
  background-color: #265cdc;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.res-button {
  background-color: #265cdc;
  border-radius: 8px;
  margin-left: 8px;
  padding: 12px 32px;
  transition: transform .2s ease-out;
}

.res-button:hover {
  transform: translate(0, -3px);
}

.res-header-nav-menu-link {
  color: #fff;
  padding: 12px 24px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-out;
}

.res-header-nav-menu-link:hover, .res-header-nav-menu-link.w--current {
  opacity: .66;
}

.res-header-nav-brand-2 {
  margin-top: 6px;
  padding-top: 0;
  padding-bottom: 0;
}

.v2_container {
  width: 100%;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.v2_container.is--show_block {
  min-height: 100px;
  background-color: #c8d6ff;
  padding-top: 16px;
  padding-bottom: 16px;
}

.res-cards-feed-empty {
  background-color: #c8d6ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.res-category-filter-link-space {
  color: #111315;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 8px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: none;
}

.res-category-filter-link-space.w--current {
  color: #0041ff;
  border-bottom-color: #0041ff;
}

.res-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.res-category-filter-link {
  color: #111315;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 8px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: inline-block;
}

.res-category-filter-link.w--current {
  color: #0041ff;
  border-bottom-color: #0041ff;
}

.res-cards-feed-empty-text {
  font-size: 22px;
  font-weight: 300;
}

.res-cards-feed-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.res-footer-text {
  color: #212529;
  font-family: Adellesansext;
  font-weight: 100;
  line-height: 130%;
}

.res-footer-title {
  color: #212529;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 600;
}

.res-footer-2 {
  padding-top: 32px;
  padding-bottom: 64px;
}

.res-footer-link {
  color: #212529;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 100;
  text-decoration: none;
}

.res-footer-link:hover {
  color: #0041ff;
}

.res-footer-wrapper {
  width: 100%;
  flex-wrap: wrap;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.res-footer-about-brand-link-2 {
  margin-bottom: 24px;
}

.res-card-item-content {
  height: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: hidden;
}

.res-card-item-content-infos-header {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.res-card-item-content-infos {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.res-card-category-text {
  color: #0f8985;
  border-radius: 8px;
  flex: none;
  padding: 10px 0 10px 12px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}

.res-card-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.res-card-title {
  flex: 1;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.res-card-item {
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 32px;
  box-shadow: 0 0 24px rgba(0, 0, 0, .08);
}

.res-card-link {
  color: #0041ff;
  text-decoration: none;
}

.res-card-text {
  color: #212529;
  flex: 1;
  margin-bottom: 24px;
  font-weight: 300;
}

.case-study-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.item-talents-card-holder {
  background-color: #132b71;
  border-radius: 8px;
  transition: transform .2s;
}

.item-talents-card-holder:hover {
  transform: translate(0, -4px);
}

._404-ico {
  display: none;
}

.why-utility-h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

.why-utility-subtitle {
  font-size: 18px;
  line-height: 130%;
}

.v2_body {
  line-height: 24px;
}

.v2_body.is--light-blue {
  background-color: #f1f7ff;
}

.v2_body.is--dark-blue {
  color: var(--neutrals000);
  background-color: #0c1f56;
  font-family: AdellesansOptimized, sans-serif;
}

.hold-navbar {
  position: relative;
}

.ds_title {
  margin-bottom: 24px;
  font-weight: 300;
}

.ds-cover {
  min-height: 60vh;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px;
  display: flex;
}

.color-item {
  height: 80px;
}

.color-item.primary100 {
  background-color: var(--primary100);
}

.color-item.primary800 {
  background-color: var(--primary800);
}

.color-item.primary900 {
  background-color: var(--primary900);
}

.color-item.neutrals300 {
  background-color: var(--neutrals300);
}

.color-item.primary300 {
  background-color: var(--primary300);
}

.color-item.neutrals800 {
  background-color: var(--neutrals800);
}

.color-item.neutrals200 {
  background-color: var(--neutrals200);
}

.color-item.primary400 {
  background-color: var(--primary400);
}

.color-item.primary200 {
  background-color: var(--primary200);
}

.color-item.primary00 {
  background-color: var(--primary00);
}

.color-item.neutrals100 {
  background-color: var(--neutrals100);
}

.color-item.neutrals000 {
  background-color: var(--neutrals000);
}

.color-item.neutrals600 {
  background-color: var(--neutrals600);
}

.color-item.neutrals500 {
  background-color: var(--neutrals500);
}

.color-item.primary700 {
  background-color: var(--primary700);
}

.color-item.primarydark {
  background-color: var(--primarydark);
}

.color-item.primary500 {
  background-color: var(--primary500-main);
}

.color-item.neutrals700 {
  background-color: var(--neutrals700);
}

.color-item.primary600 {
  background-color: var(--primary600);
}

.color-item.neutrals400 {
  background-color: var(--neutrals400);
}

.color-item.purple800 {
  background-color: var(--purple800);
}

.color-item.purple500 {
  background-color: var(--purple500);
}

.color-item.purple200 {
  background-color: var(--purple200);
}

.color-item.green800 {
  background-color: var(--green800);
}

.color-item.green500 {
  background-color: var(--green500);
}

.color-item.green200 {
  background-color: var(--green200);
}

.color-item.pink800 {
  background-color: var(--pink800);
}

.color-item.pink500 {
  background-color: var(--pink500);
}

.color-item.pink200 {
  background-color: var(--pink200);
}

.color-item.teal800 {
  background-color: var(--teal800);
}

.color-item.teal500 {
  background-color: var(--teal500);
}

.color-item.teal200 {
  background-color: var(--teal200);
}

.color-item.yellow800 {
  background-color: var(--yellow800);
}

.color-item.yellow500 {
  background-color: var(--yellow500);
}

.color-item.yellow200 {
  background-color: var(--yellow200);
}

.color-item.orange800 {
  background-color: var(--orange800);
}

.color-item.orange500 {
  background-color: var(--orange500);
}

.color-item.orange200 {
  background-color: var(--orange200);
}

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

.color-grid.grid-accents {
  grid-template-columns: 1fr 1fr 1fr;
}

.res-container {
  width: 100%;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

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

.ds-grid.is--6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ds_block_holder {
  height: 100%;
  background-color: var(--neutrals000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 32px;
  display: flex;
}

.ds_block_holder.is--block_dark {
  background-color: var(--primarydark);
  color: var(--neutrals000);
}

.ds-block-label {
  opacity: 1;
  color: var(--neutrals400);
  margin-top: 16px;
  margin-bottom: 16px;
}

.title_xxl {
  font-size: 72px;
  font-weight: 100;
  line-height: 72px;
}

.title_xl {
  font-size: 56px;
  font-weight: 100;
  line-height: 72px;
}

.title_l {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.title_m {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.title_s {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.title_xs {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.copy_l {
  white-space: normal;
  font-size: 18px;
  line-height: 28px;
}

.copy_m {
  font-size: 16px;
  line-height: 24px;
}

.copy_m.is--2-col {
  column-count: 2;
}

.copy_s {
  font-size: 14px;
  line-height: 20px;
}

.ds_label_topline {
  border-top: 1px solid var(--neutrals300);
  color: var(--neutrals400);
  margin-bottom: 16px;
}

.button_text_l {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.button_text_m {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button_text_m.is--regular {
  font-weight: 400;
}

.button_primary {
  border: 2px solid var(--primary500-main);
  background-color: var(--primary500-main);
  color: var(--neutrals000);
  border-radius: 4px;
  padding: 17px 34px 19px;
  font-size: 16px;
  line-height: 16px;
  transition: transform .2s;
}

.button_primary:hover {
  transform: translate(0, -2px);
}

.button_primary.is--white {
  border-color: var(--neutrals000);
  background-color: var(--neutrals000);
  color: var(--primary500-main);
}

.button_primary.is--ghost {
  border: 2px solid var(--primary500-main);
  color: var(--primary500-main);
  background-color: rgba(0, 0, 0, 0);
}

.button_primary.is--ghost.is--in-a-column {
  margin-top: 16px;
}

.button_primary.is--white_ghost {
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button_primary.is--in-a-row {
  margin-right: 20px;
}

.button_primary.is--in-a-row.has--shadow, .button_primary.has--shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.button_primary.has--shadow:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.button_small {
  border: 2px solid var(--primary500-main);
  background-color: var(--primary500-main);
  color: var(--neutrals000);
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 32px;
  transition: transform .2s;
}

.button_small:hover {
  transform: translate(0, -4px);
}

.button_small.is--white {
  border-color: var(--neutrals000);
  background-color: var(--neutrals000);
  color: var(--primary500-main);
}

.button_small.is--ghost {
  border: 2px solid var(--primary500-main);
  color: var(--primary500-main);
  background-color: rgba(0, 0, 0, 0);
}

.button_small.is--white_ghost {
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button_image {
  width: 24px;
  height: 24px;
}

.button_with_icon {
  color: var(--primary500-main);
  align-items: center;
  display: flex;
}

.button_icon_holder {
  width: 32px;
  height: 32px;
  background-color: var(--primary500-main);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.button_icon_holder.is--only_icon {
  margin-right: 0;
}

.button_icon_holder.is--only_icon_white {
  background-color: var(--neutrals000);
  margin-right: 0;
}

.container_1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container_1440.is--show_block {
  min-height: 100px;
  background-color: #c8d6ff;
  padding-top: 16px;
  padding-bottom: 16px;
}

.columns_wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.column_item {
  width: 100%;
  padding: 16px;
}

.column_item.is--half {
  width: 50%;
}

.column_item.is--third {
  width: 33.333%;
}

.column_item.is--fourth {
  width: 25%;
}

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

.grid_wrapper.is--grid_third {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid_wrapper.is--grid_fourth {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.is--bm-l {
  margin-bottom: 64px;
}

.is--bm-m {
  margin-bottom: 32px;
}

.is--bm-s {
  margin-bottom: 24px;
}

.is--bm-xs {
  margin-bottom: 16px;
}

.is--shadow-m {
  box-shadow: 0 0 24px rgba(0, 0, 0, .08);
}

.is--br-m {
  border-radius: 8px;
  overflow: hidden;
}

.is--br-s {
  border-radius: 4px;
  overflow: hidden;
}

.grid-cms-skills-empty {
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  display: flex;
}

.grid-cms-skills-empty-text {
  color: var(--primary100);
  font-size: 18px;
  font-weight: 100;
}

.skills-actions {
  margin-top: 36px;
}

.footer_row {
  display: flex;
}

.footer_row-column.is--brand {
  max-width: 60%;
}

.footer_row-column.is--menu {
  width: 40%;
}

.footer_row-column.is--second-row {
  width: 33.33%;
}

.footer_row-column.is--second-row.is--center-content {
  text-align: center;
}

.footer_grid-menu {
  align-items: flex-start;
  display: flex;
}

.footer_menu {
  width: 33.3%;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.footer_menu.is--half-mobile {
  width: 50%;
}

.footer_menu-title {
  color: #fff;
  margin-top: auto;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.footer_menu-title.is--dark {
  color: var(--primary900);
  font-size: 18px;
  font-weight: 600;
}

.footer_social-link {
  opacity: .6;
  margin-left: 16px;
  transition: opacity .2s;
}

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

.footer_social-link.is--round {
  width: 32px;
  height: 32px;
  background-color: var(--primary700);
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.footer_social-link.is--dark {
  color: var(--neutrals800);
}

.footer_links {
  opacity: .6;
  color: var(--neutrals000);
  transition: opacity .2s;
}

.footer_links:hover {
  opacity: 1;
}

.footer_links.is--dark {
  color: var(--neutrals600);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.nav-special-button {
  font-family: AdellesansOptimized, sans-serif;
}

.lastcta_bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_events-contacts {
  width: 100%;
  position: relative;
}

.fwbanner-holder {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.social_followus-text {
  font-size: 16px;
  font-weight: 600;
}

.button_header-menu {
  height: 44px;
  min-width: 170px;
  background-color: var(--neutrals000);
  color: var(--primary900);
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 0;
  padding: 12px 17px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  transition: transform .2s;
  display: flex;
}

.button_header-menu:hover {
  color: #0139df;
  transform: translate(0, -2px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.button_header-menu.is--white {
  border-color: var(--neutrals000);
  background-color: var(--neutrals000);
  color: var(--primary500-main);
}

.button_header-menu.is--darkblue {
  border-color: var(--primary900);
  background-color: var(--primary900);
  color: var(--white);
}

.footer_row-with-chat {
  border-top: 1px solid var(--neutrals300);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.hero_big {
  min-height: 800px;
  color: var(--neutrals000);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_big.is--hero-events {
  background-image: url('../images/bg-hero-events.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: space-between;
  padding-bottom: 0;
}

.hero-bg-text {
  z-index: 1;
  color: rgba(255, 255, 255, .15);
  font-size: 11vw;
  font-weight: 600;
  line-height: 120px;
  position: absolute;
  top: 18%;
  right: -32px;
}

.bg_image-animated {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.fullcta_text {
  box-shadow: none;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.center_contents {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case_company-name {
  color: var(--teal800);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.center_block {
  text-align: center;
}

.case_box-quote {
  color: var(--neutrals-600);
  font-size: 24px;
  line-height: 150%;
}

.double_list {
  column-count: 2;
}

.splide__slide {
  flex-direction: row;
  margin-right: 1em;
  display: flex;
}

.splide-controls {
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

.splide_arrow {
  cursor: pointer;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
}

.splide_arrow.is--arrow-left:hover {
  transform: translate(-4px);
}

.splide_arrow.is--arrow-right:hover {
  transform: translate(4px);
}

.testimonials-slider-slide-text-2 {
  color: #d8dfe6;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
}

.intro-section.has--text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 36px;
  display: grid;
}

.testimonials-slider-slide-author-name-2 {
  color: #d8dfe6;
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 24px;
}

.h2-section {
  margin-top: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 72px;
}

.testimonials-slider-slide-author-role-2 {
  color: #d8dfe6;
  margin-bottom: 4px;
}

.container-block {
  z-index: 10;
  width: 100%;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  position: relative;
}

.why-button-3 {
  background-color: var(--primary500-main);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border: 3px solid #0041ff;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-out;
}

.why-button-3:hover {
  transform: translate(0, -4px);
}

.why-section {
  padding-top: 112px;
  padding-bottom: 112px;
  display: block;
  position: relative;
}

.skills-grid-link {
  color: #fff;
  letter-spacing: 0;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 4px 16px 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.case_company-logo {
  margin-bottom: 10px;
}

.case_box-author-holder {
  display: flex;
}

.case_box-image-holder {
  width: 64px;
  margin-right: 10px;
}

.case_box-image {
  border-radius: 50%;
}

.priorities_subtitle {
  max-width: 810px;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.priorities_spacer {
  height: 1px;
  background-color: var(--primary200);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.eve-card-description {
  margin-bottom: 24px;
  font-size: 18px;
}

.viewmore-close {
  color: var(--primary500-main);
  cursor: pointer;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.4em;
  display: none;
}

.viewmore-open {
  color: var(--primary500-main);
  cursor: pointer;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.4em;
  display: inline-block;
}

.eve-card-text-fade {
  z-index: 10;
  height: 30px;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.eve-card-text-p {
  margin-bottom: 24px;
}

.eve-speakers-item-slide {
  min-width: 23em;
  background-color: #00185e;
  padding-bottom: 24px;
}

.paragraph-11 {
  margin-top: 20px;
}

.hero_events-speakers {
  min-width: 49%;
  flex: 0 auto;
}

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

.hero-holder-speaker {
  justify-content: center;
  display: flex;
}

.header_brand {
  width: 160px;
  height: 32px;
  margin-top: 6px;
  font-family: AdellesansOptimized, sans-serif;
}

.header_brand-label {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: AdellesansOptimized, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
}

.header_navitem {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 0;
}

.header_navitem.is--cta {
  padding-left: 0;
  padding-right: 0;
}

.header-2 {
  margin-top: 100px;
  position: static;
}

.lastcta_infos {
  margin-bottom: 16px;
}

.footer_social-linkitem {
  clear: right;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}

.footer_left {
  max-width: 400px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.footer_expand {
  flex: 1;
}

.footer_footernav {
  width: 120px;
  margin-left: 70px;
}

.footer_navitem {
  margin-bottom: 0;
}

.footer_navlink {
  line-height: 32px;
}

.footer_navlink.hidden {
  color: #051142;
  font-weight: 300;
}

.footer_navtitle {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: AdellesansOptimized, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.header_brandimage {
  width: 160px;
  height: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: AdellesansOptimized, sans-serif;
}

.footer_content2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.profesisonals_tag-holder {
  color: #0f9d68;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.profesisonals_tag-icon {
  margin-right: 8px;
}

.client_fullcta-text {
  margin-bottom: 16px;
}

.section {
  position: relative;
}

.section.is--brands-company {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.section.is--section-skills {
  background-color: rgba(2, 13, 45, .6);
}

.section.is--company-page {
  min-height: 70vmin;
  -webkit-text-fill-color: inherit;
  background-color: #00185e;
  background-clip: border-box;
  align-items: center;
  display: flex;
}

.section.is--join-future {
  padding-top: 80px;
  padding-bottom: 10px;
}

.section.is--join-future.is--abm-professionals-variant {
  background-color: #edf2ff;
  padding-top: 0;
  padding-bottom: 0;
}

.section.is--css_generator-header {
  min-height: 50vh;
  background-image: url('../images/glass-background.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section.is--css_generator-content {
  display: flex;
}

.section.is--white {
  color: var(--neutrals700);
  background-color: #fff;
}

.section.is--white.is--scrolling-logos {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section.is--cta-company {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.is--light-bg {
  background-color: var(--primary00);
  color: var(--neutrals800);
}

.section.is--company-page-light {
  background-color: var(--neutrals100);
  color: var(--neutrals800);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-items: center;
  display: flex;
}

.display_xl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 64px;
}

.display_xl.is--bm-s {
  margin-bottom: 16px;
}

.display_xl.is--centered {
  text-align: center;
}

.display_lg {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
}

.display_2xl {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.display_md {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 130%;
}

.display_md.is--bold {
  letter-spacing: 1px;
  font-weight: 700;
}

.display_md.is--light {
  font-weight: 300;
}

.display_md.is--center {
  text-align: center;
  font-weight: 400;
}

.display_md.is--co-hero-title {
  max-width: 100%;
  white-space: normal;
  font-weight: 600;
}

.display_md.is--co-hero-title.is--co-hero-subtitle {
  max-width: 510px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.display_xs {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.display_xs.is--subtitle-hero {
  padding-bottom: 20px;
}

.display_xs.is--centered {
  text-align: center;
}

.display_xs.is--hero-feature {
  font-weight: 300;
}

.header_hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.company_talent-column {
  padding-top: 0%;
  padding-right: 24px;
}

.company_talent-column.is--odd {
  padding-top: 120px;
}

.talent-badge_item {
  width: 250px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #002bad;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 24px;
  padding: 20px;
  display: grid;
}

.talent-badge_item.is--company-card {
  min-height: 220px;
  background-color: var(--neutrals000);
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.talent-badge_role {
  color: #ebf0ff;
}

.talent-badge_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.talent-badge_image {
  max-width: 120px;
  border-radius: 8px;
  overflow: hidden;
}

.talent-badge_tag {
  color: #ebf0ff;
  background-color: #002080;
  border-radius: 4px;
  margin-bottom: 4px;
  margin-right: 8px;
  padding: 4px 8px 6px;
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
}

.talent-badge_logo {
  overflow: hidden;
}

.hero_company-animation-wrapper {
  width: 50vw;
  height: 100%;
  align-items: center;
  padding-left: 64px;
  display: flex;
  position: absolute;
  left: 50vw;
  overflow: hidden;
}

.hero_copmany-shadow-bottom {
  z-index: 10;
  background-image: linear-gradient(#06175f 2%, rgba(6, 23, 95, 0) 20%, rgba(6, 23, 95, 0) 80%, #06175f 98%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.why_table-cel {
  border-bottom: 1px solid var(--primary100);
  justify-content: center;
  align-items: center;
  padding: 16px 4px;
  display: flex;
}

.why_table-cel.is--highlight {
  background-color: var(--primary00);
}

.why_table-cel.is--highlight.is--last {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.why_table-cel.is--highlight.is--first {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.why_table-cel.is--last {
  border-bottom-style: none;
}

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

.why_table-text.is--left {
  width: 100%;
  text-align: left;
  font-weight: 600;
}

.why_table-text.is--header, .why_table-text.is--highlight, .why_table-text.is--cash {
  font-weight: 600;
}

.table-brand {
  width: 100px;
  height: 20px;
  transform-style: preserve-3d;
  margin-top: 6px;
}

.table-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/table-user-icon.webp');
  background-position: 0 0;
  background-size: auto;
}

.table-icon.is--2 {
  width: 48px;
}

.table-icon.is---3 {
  width: 72px;
}

.block_controls-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.block_controls-inputs-holder, .block_controls-code-holder {
  padding-top: 24px;
  padding-bottom: 24px;
}

.control_input-holder {
  margin-bottom: 16px;
}

.block_code {
  background-color: rgba(2, 13, 45, .8);
  border: 1px solid #323232;
  border-radius: 6px;
  padding: 24px;
  position: relative;
}

.code_copybtn {
  opacity: .4;
  cursor: pointer;
  background-color: #111315;
  border-radius: 4px;
  align-items: center;
  padding: 4px;
  transition: opacity .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 12px;
}

.code_copybtn:hover {
  opacity: .8;
}

.code_copybtn:active {
  background-color: var(--primary800);
  opacity: 1;
}

.code_copybtn-label {
  font-weight: 600;
}

.code_copybtn-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.glass_card {
  z-index: 100;
  width: 100%;
  height: 100%;
  max-height: 230px;
  max-width: 460px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 16px;
  position: relative;
}

.glass_title-second {
  z-index: 1000;
  text-align: right;
  position: relative;
}

.glass_title {
  z-index: 20;
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.glass_circle {
  width: 20vmax;
  height: 20vmax;
  background-color: var(--primary300);
  background-image: linear-gradient(270deg, var(--primary200), var(--primary600));
  border-radius: 500px;
  position: absolute;
}

.glass_circle.is--circle_1 {
  z-index: 10;
  transform: translate(-100%, -50%);
}

.glass_circle.is--circle_2 {
  z-index: 10;
  width: 16vmax;
  height: 16vmax;
  transform: translate(80%);
}

.control_input-label {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
}

.sec-uppertitle {
  color: var(--primary400);
  font-size: 16px;
  font-weight: 700;
}

.footer-brand {
  width: 160px;
  height: 32px;
  margin-top: 6px;
}

.footer-brand.is--dark {
  color: var(--neutrals700);
}

.controls-glass-holder {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.utilitypages_hero {
  min-height: 800px;
  background-image: url('../images/hero-why-page.webp');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 128px;
  padding-bottom: 128px;
}

.why-utility-label {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}

.why-utility--icon-pasword {
  width: 96px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
}

.hero_copmany-shadow-right {
  z-index: 10;
  background-image: linear-gradient(270deg, #00185e, rgba(0, 24, 94, 0) 20%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonials-actions-expand {
  flex: 1;
  align-items: center;
  display: flex;
}

.testimonials-actions-expand.is--right {
  justify-content: flex-end;
}

.company-news {
  display: flex;
}

.cta_company-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  margin-bottom: 12px;
  display: flex;
}

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

.cta_company-image-holder {
  justify-content: center;
  margin-bottom: 12px;
  display: flex;
}

.cta_company-image {
  max-width: 180px;
}

.cta_company-form-holder {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.cta_company-form {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
}

.company-clients-logo {
  width: 150px;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.is--light-font {
  font-weight: 300;
}

.talent_card-role {
  color: var(--neutrals500);
  text-transform: uppercase;
  font-weight: 300;
}

.talents_card-previously {
  color: var(--neutrals500);
  margin-bottom: 8px;
  font-weight: 300;
}

.company-grid-4-cols-copy {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.company-numbers-small-text {
  margin-left: 8px;
  font-size: 32px;
  font-weight: 100;
}

.header-section.is--flex-left {
  flex-direction: column;
  display: flex;
}

.header-section.is--header-scrolling-logos {
  padding-top: 16px;
  padding-bottom: 16px;
}

.content.is--two-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clients_wall {
  background-color: #fff;
  margin-left: 40px;
  padding: 24px;
  box-shadow: 7px 7px 40px rgba(0, 0, 0, .15);
}

.clients_wall-divider {
  width: 80px;
  height: 2px;
  background-color: var(--primary100);
}

.clients_wall-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.clients_wall-header.margin-bottom-s {
  justify-content: center;
}

.clients_wall-title {
  color: var(--neutrals500);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.bg-company-hero {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.company-hero-image-holder {
  width: 500px;
  position: relative;
}

.copmany-hero-image-position {
  width: 50vw;
  justify-content: flex-start;
  padding: 10% 0 10% 64px;
  display: flex;
}

.hero-image-logo {
  z-index: 5;
  width: 50%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -10%;
}

.copmany-image-thumb-border {
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(12px, 12px);
}

.copmany-image-thumb {
  z-index: 3;
  width: 496px;
  height: 310px;
  position: relative;
}

.hero-image-logo-card {
  z-index: 5;
  width: 100%;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.hero-image-logo-border {
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(12px, 12px);
}

.co_hero-col-left {
  width: 50%;
  padding-top: 120px;
  padding-bottom: 80px;
  padding-right: 64px;
}

.co_hero-col-right {
  width: 50%;
  align-items: center;
  display: flex;
}

.numbers_co-card {
  background-color: var(--neutrals000);
  color: var(--neutrals500);
  border: 1px #c3ced9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 16px;
  display: flex;
}

.numbers_co-number {
  min-height: 60px;
  color: var(--primary800);
  margin-top: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 50px;
}

.numbers_co-small {
  margin-left: 8px;
  font-size: 32px;
  font-weight: 100;
}

.numbers_co-text {
  width: 80%;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.co_how {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
}

.co_how-card {
  width: 100%;
  height: 100%;
  background-color: var(--midnight-blue-new);
  border-radius: 8px;
  align-items: flex-start;
  transition: background-color .6s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.co_how-card:hover {
  background-color: #18317a;
}

.co_how-content {
  width: 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px;
  display: flex;
}

.co_how-number {
  margin-bottom: 20px;
}

.co_how-title {
  margin-top: 0;
  margin-bottom: 16px;
}

.co_how-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
}

.co_hero-list-item {
  grid-column-gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.ico-item {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.co_hero-ico {
  padding-top: 4px;
}

.icon {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.co_hero-subtitle {
  margin-bottom: 12px;
}

.co_talents-card {
  color: var(--white);
  background-color: #132b71;
  border-radius: 8px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: 16px;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.co_talents-card:hover {
  transform: translate(0, -6px);
}

.co_talents-card.is--white {
  background-color: var(--white);
  color: var(--neutrals800);
  margin-bottom: 0;
}

.co_talents-card.is--white.is--co-talent {
  border-radius: 3px;
  transition: box-shadow .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .2);
}

.co_talents-card.is--white.is--co-talent:hover {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .2);
}

.cta_copmany-flex {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.scrolling_logos-row {
  width: 3600px;
}

.scrolling_logos-item {
  flex: none;
}

.scrolling_logos-wrapper {
  width: 3600px;
  flex-flow: row;
  display: flex;
}

.scrolling_logos-columns {
  grid-column-gap: 30px;
  display: flex;
}

.scrolling_logos-group {
  width: 3600px;
}

.company_form-block {
  margin-bottom: 0;
}

.title_wrapper {
  grid-column-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.title_wrapper.is--centered {
  justify-content: center;
}

.capabilities_block-item {
  cursor: pointer;
  background-color: #041152;
  border: 0 #000;
  border-radius: 8px;
  font-size: 1.2em;
  line-height: 1.6em;
  overflow: hidden;
}

.capabilities_block-header {
  align-items: stretch;
  display: flex;
}

.capabilities_block-title {
  flex: 1;
  padding: 20px 20px 0;
}

.capabilities_block-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto .25fr auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  overflow: hidden;
}

.capabilities_block-text {
  grid-column-gap: 8px;
  align-items: center;
  padding: 0 20px;
  line-height: 1.2em;
  display: flex;
}

.capabilities_block-link {
  opacity: .5;
  color: var(--white);
  font-weight: 400;
  transition: opacity .2s;
}

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

.capabilities_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.les_method-menu {
  text-align: center;
  margin-bottom: 40px;
}

.les_method-menu-item {
  opacity: .5;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
}

.les_method-menu-item.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.les_method-tab {
  min-height: 500px;
}

.les_method-tab-header {
  text-align: center;
  margin-bottom: 24px;
}

.les_method-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.les_method-grid-item {
  cursor: pointer;
  background-color: #041152;
  border: 0 #000;
  border-radius: 8px;
  font-size: 1.2em;
  line-height: 1.6em;
  overflow: hidden;
}

.les_method-grid-item-header {
  align-items: stretch;
  display: flex;
}

.les_method-grid-item-text {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}

.les_method-header-title {
  flex: 1;
  padding: 20px;
}

.les_method-menu-button {
  grid-column-gap: 16px;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 8px;
  padding: 12px 30px 20px;
  display: flex;
  position: relative;
}

.les_method-menu-button.is--launch {
  border-color: var(--purple200);
  color: var(--purple200);
  overflow: hidden;
}

.les_method-menu-button.is--expand {
  border-color: var(--primary200);
  color: var(--primary200);
}

.les_method-menu-button.is--scale {
  border-color: var(--teal200);
  color: var(--teal200);
}

.les_method-menu-button-text {
  font-size: 18px;
  font-weight: 300;
}

.footer_social-linkitem-icon {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.les_method-tab-header-title {
  font-weight: 300;
}

.les_method-header-title-text {
  color: var(--primary200);
  font-family: Cerebri sans;
  font-size: 1.3em;
  font-weight: 400;
}

.les_method-header-title-text.is--launch {
  color: var(--purple200);
}

.les_method-header-title-text.is--scale {
  color: var(--teal200);
}

.les_method-menu-button-loader {
  width: 90%;
  height: 4px;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 4px;
  margin-left: 5%;
  margin-right: 5%;
  position: absolute;
  top: auto;
  bottom: 8px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.les_method-menu-button-loader-bar {
  width: 0%;
  height: 100%;
  background-color: var(--white);
  position: relative;
}

.les_method-menu-button-loader-bar.is--launch {
  background-color: var(--purple200);
}

.les_method-menu-button-loader-bar.is--expand {
  background-color: var(--primary200);
}

.les_method-menu-button-loader-bar.is--scale {
  background-color: var(--teal200);
}

.span-launch {
  color: var(--purple200);
}

.span-expand {
  color: var(--primary200);
}

.span-scale {
  color: var(--teal200);
}

.subheadline {
  padding-bottom: 8px;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.text-block-21 {
  padding-bottom: 0;
}

.heading-17 {
  color: #0041ff;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 100%;
}

.list-2, .list-3 {
  font-size: 15px;
  line-height: 120%;
}

.list-item-8, .list-4, .list-5, .list-6 {
  font-size: 15px;
  line-height: 130%;
}

.heading-18 {
  width: auto;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.list-item-9 {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
}

.list-item-10, .list-item-11 {
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
}

.list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 80px;
  list-style-type: disc;
  display: grid;
  overflow: visible;
}

.heading-19 {
  margin-top: 0;
  font-size: 26px;
  font-weight: 100;
}

.image-56 {
  margin-bottom: 20px;
}

.list-8 {
  margin-bottom: 0;
}

.heading-20, .heading-21 {
  font-weight: 100;
}

.heading-22 {
  font-size: 26px;
  font-weight: 100;
}

.heading-23 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 100;
}

.image-58 {
  margin-bottom: 10px;
}

.heading-24 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 100;
}

.image-59 {
  padding-bottom: 20px;
}

.heading-25 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 100;
}

.line_co-partener {
  width: 100%;
  height: 2px;
  background-color: var(--neutrals200);
  margin-bottom: 80px;
}

.list-item-12 {
  font-size: 18px;
  line-height: 28px;
}

.container-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template: "Area Area-2 Area-3 Area-4" 1fr
                 "Area-5 Area-6 Area-7 Area-8" 1fr
                 "Area-9 Area-12 Area-10 Area-11" 1fr
                 / 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-self: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.talent-experience-logo {
  max-height: 80px;
}

.talent-experience-logo.adidas-adjustments {
  padding-top: 12px;
  padding-bottom: 12px;
}

.abm-scrolling_logos-columns {
  display: flex;
}

.abm-scrolling_logos-item {
  width: 170px;
  flex: none;
  padding-right: 40px;
}

.abm-company-clients-logo {
  width: 170px;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.abm-scrolling_logos-row {
  height: 60px;
}

.abm-scrolling_logos-wrapper {
  flex-flow: row;
  display: flex;
}

.abm-scrolling_logos-wrapper.marquee, .abm-scrolling_logos-wrapper.marquee_rightrow {
  position: absolute;
}

.container_block_1240 {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  position: relative;
}

.container_block_1240.is--company-hero {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.container_block_1240.is--overflow-hidden {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container_block_1240.is--padding-vertical-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container_block_1240.is--padding-vertical-medium.is--how-works {
  padding-top: 64px;
}

.container_block_1240.is--padding-vertical-medium.is--only-top {
  padding-bottom: 0;
}

.container_block_1240.is--padding-vertical-medium.is--only-bottom {
  padding-top: 0;
}

.bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24 {
  font-weight: 600;
}

.italic-text {
  text-align: left;
  font-size: 14px;
}

.italic-text-2, .paragraph-13, .paragraph-21 {
  font-size: 14px;
}

.link-7, .link-8, .link-9 {
  font-style: italic;
}

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

.link-10 {
  font-style: italic;
}

.item-talents-card-footer-logos-flex {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.html-embed-2 {
  font-family: AdellesansOptimized, sans-serif;
}

.italic-text-3 {
  font-size: 32px;
}

.italic-text-4 {
  font-size: 20px;
}

.italic-text-5 {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .body {
    background-position: 50% -200px;
    background-repeat: no-repeat;
  }

  .nav-link {
    transition: opacity .2s;
  }

  .nav-link:hover {
    opacity: .6;
  }

  .c-faq-icon {
    background-color: var(--midnight-blue-2);
  }

  .faq-a-text {
    color: rgba(255, 255, 255, .47);
  }

  .c-faq-q-text {
    background-color: var(--midnight-blue-2);
  }

  .faq-q-text {
    font-weight: 400;
  }

  .c-faq-a {
    background-color: var(--midnight-blue-2);
  }

  .link {
    color: rgba(255, 255, 255, .58);
  }

  .div-block-73 {
    width: 50%;
    padding-top: 32px;
  }

  .hero-overlay-2 {
    background-image: url('../images/Bg.webp');
  }

  .hero-overlay-2.hide, .navbar-12.hide {
    display: none;
  }

  .container-28 {
    width: auto;
    max-width: 1100px;
  }

  .primarybtn-2.primarycta {
    border: 1px solid var(--primaryblue);
    color: var(--primaryblue);
    font-size: 18px;
  }

  .heading-6 {
    margin-top: 0;
    padding-right: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
  }

  .navbar-14 {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .navbar-14.light {
    background-color: #0a1c6a;
    padding-bottom: 16px;
  }

  .container-31 {
    max-width: 1100px;
    padding-bottom: 0;
  }

  .navbarlink {
    font-size: 16px;
    font-weight: 500;
  }

  .navbarlink.light {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
  }

  .navbarlink.light:hover {
    opacity: .66;
  }

  .navdarkbutton-2 {
    border: 1px solid #0a1c6a;
    border-radius: 1px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
  }

  .navdarkbutton-2.lightbtn {
    color: #fff;
    cursor: pointer;
    border-color: #fff;
    margin-left: 24px;
    font-weight: 500;
    transition: all .2s;
  }

  .navdarkbutton-2.lightbtn:hover {
    transform: translate(0, -5px);
  }

  .navdarkbutton-2.lightbtn {
    color: #fff;
    cursor: pointer;
    border-color: #fff;
    margin-left: 24px;
    font-weight: 500;
    transition: all .2s;
  }

  .navdarkbutton-2.lightbtn:hover {
    transform: translate(0, -5px);
  }

  .navdarkbutton-2.lightbtn {
    color: #fff;
    cursor: pointer;
    border-color: #fff;
    margin-left: 24px;
    font-weight: 500;
    transition: all .2s;
  }

  .navdarkbutton-2.lightbtn:hover {
    transform: translate(0, -5px);
  }

  .light {
    color: #fff;
    font-weight: 400;
  }

  .div-block-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why-button:hover {
    transform: translate(0, -4px);
  }

  .header {
    position: fixed;
  }

  .why-hero {
    min-height: 860px;
    padding-top: 192px;
  }

  .why-hero.why-hero-home {
    min-height: 860px;
  }

  .container_block.is--no-padding, .container_block.is--last-cta {
    z-index: 20;
  }

  .lp-hero-section {
    padding-top: 120px;
  }

  .company-hero-form-button:hover {
    transform: translate(0, -4px);
  }

  .item-talents-card-footer-logo {
    max-width: 104px;
  }

  .profesisonals-item-role {
    margin-bottom: 6px;
  }

  .professionals-button:hover {
    transform: translate(0, -4px);
  }

  .skills-drop-btn {
    width: 100%;
    color: var(--white);
    background-color: #132b71;
    font-size: 18px;
    transition: background-color .3s ease-out;
  }

  .skills-drop-btn.w--open {
    background-color: var(--primary-500-main);
  }

  .skills_dropdown {
    z-index: 100;
    width: 100%;
    border: 1px solid var(--primaryblue);
    overflow: hidden;
  }

  .skills-drop-content.w--open {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .skills-content {
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
  }

  .why-button-2:hover {
    transform: translate(0, -4px);
  }

  .hero_medium {
    padding-top: 192px;
  }

  .splide__track {
    font-size: 13px;
  }

  .why-button-3:hover {
    transform: translate(0, -4px);
  }

  .display_2xl.is--light-font {
    font-weight: 100;
  }

  .display_md.is--center {
    font-size: 26px;
    font-weight: 400;
    line-height: 160%;
  }

  .display_xs.is--subtitle-hero, .display_xs.is--hero-feature {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .utilitypages_hero {
    min-height: 860px;
    padding-top: 192px;
  }

  .is--light-font {
    font-weight: 400;
  }

  .capabilities_block-title, .capabilities_block-content {
    background-color: var(--midnight-blue-2);
  }

  .capabilities_block-text {
    grid-column-gap: 8px;
  }

  .les_method-grid-item-text, .les_method-header-title {
    background-color: var(--midnight-blue-2);
  }

  .les_method-header-title-text {
    font-weight: 400;
  }

  .container_block_1240 {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_block_1240.is--company-hero {
    z-index: 20;
  }

  .container_block_1240.is--padding-vertical-medium.is--only-bottom {
    padding-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  h3 {
    font-size: 28px;
    font-weight: 600;
  }

  .body {
    background-position: 50% -280px;
    font-family: Cerebri sans;
  }

  .nav-link {
    left: 972px;
    right: -24px;
  }

  .div-block-73 {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-44 {
    margin-top: 6px;
    padding-top: 16px;
  }

  .image-44.light {
    margin-top: 0;
  }

  .navbar-12 {
    width: 100%;
  }

  .nav-wrapper {
    display: none;
    overflow: visible;
  }

  .primarybtn-2.primarycta {
    font-size: 18px;
  }

  .heading-6 {
    font-size: 48px;
    line-height: 64px;
  }

  .navbar-14 {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 10px;
    font-size: 16px;
    overflow: visible;
  }

  .navbar-14.light {
    background-color: rgba(10, 28, 106, .96);
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .navbarlink.light {
    font-size: 18px;
    font-weight: 500;
  }

  .navdarkbutton-2 {
    border: 1px solid #000;
    border-radius: 1px;
  }

  .navdarkbutton-2.lightbtn {
    font-size: 18px;
  }

  .section_intro.is--future-of-work {
    text-align: center;
  }

  .what-tabs-content {
    background-color: rgba(0, 0, 0, 0);
  }

  .what-tabs {
    padding-top: 0;
  }

  .section-2.is--no-padding.section-white, .show-deskup {
    margin-bottom: 32px;
  }

  .logo_grid {
    align-items: center;
  }

  .section-block.is--future-of-work {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 3px;
  }

  .company-future-card.is--card-1.is--abm-pro-variant {
    box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .2);
  }

  .company-future-card.is--card-2.is--abm-pro-variant {
    background-color: var(--white);
    box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .2);
  }

  .company-future-card.is--card-3 {
    border-radius: 3px;
  }

  .company-future-card.is--card-3.is--abm-pro-variant {
    background-color: var(--white);
  }

  .company-news-item.is--white {
    background-color: var(--white);
    box-shadow: 0 0 24px rgba(0, 0, 0, .08);
  }

  .company-news-item-category.is--dark {
    color: var(--neutrals700);
  }

  .company-news-item-content.is--white {
    background-color: var(--white);
    color: var(--neutrals700);
  }

  .why-case-box-3cols {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr 1.75fr;
  }

  .case_h3 {
    margin-top: 32px;
  }

  .schedule_tab-link.w--current {
    box-shadow: inset 0 -3px 0 -1px var(--primary500-main);
    border: 1px rgba(0, 0, 0, 0);
  }

  .splide-controls {
    margin-top: 24px;
  }

  .display_xl {
    margin-bottom: 20px;
    display: flex;
  }

  .display_xl.is--bm-s {
    margin-bottom: 16px;
  }

  .display_xs.is--gray {
    color: var(--neutrals500);
  }

  .company-hero-image-holder {
    width: 520px;
  }

  .copmany-hero-image-position {
    padding-left: 80px;
  }

  .subheadline {
    object-fit: fill;
    font-weight: 300;
    display: inline;
    overflow: visible;
  }

  .text-block-21 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 100%;
  }

  .paragraph-12 {
    clear: none;
    position: static;
  }

  .heading-17 {
    color: #0041ff;
  }

  .heading-18 {
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 20px;
    display: flex;
  }

  .list-item-9 {
    position: static;
  }

  .list-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "."
    / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-items: stretch;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    background-position: 50% -350px;
  }

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

  .heading-2 {
    margin-bottom: 10px;
    line-height: 32px;
  }

  .footer_menu-link {
    font-size: 16px;
  }

  .footer_menu-link:hover {
    color: var(--gold);
  }

  .area {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-width: 0;
  }

  .hero-image {
    height: 100%;
  }

  .div-block-73 {
    width: 30%;
  }

  .image-44 {
    margin-top: 0;
  }

  .primarybtn-2 {
    font-size: 20px;
  }

  .heading-6 {
    font-size: 48px;
    line-height: 72px;
  }

  .navbar-14 {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    font-weight: 500;
  }

  .navbar-14.light {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-31 {
    max-width: 1100px;
    border-radius: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbarlink {
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
  }

  .navbarlink:hover {
    opacity: .63;
  }

  .navdarkbutton-2 {
    color: #000;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 1px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    transition: all .2s;
  }

  .navdarkbutton-2:hover {
    color: #fff;
    background-color: #0a1c6a;
    border-color: #0a1c6a;
    transform: translate(0, -5px);
  }

  .navdarkbutton-2.lightbtn {
    background-color: rgba(255, 255, 255, 0);
  }

  .why-hero {
    min-height: 1000px;
  }

  .why-hero.why-hero-home {
    min-height: 1000px;
    background-image: linear-gradient(to bottom, null, null), url('../images/bg-hero_1.webp');
  }

  .container_block.container-case-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 3fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .container_block.is--top-botom-padding {
    min-height: 950px;
  }

  .container_block.is--full-width.is--overflow-hidden {
    max-width: 1240px;
    overflow: hidden;
  }

  .what-block {
    background-color: #091a4a;
  }

  .vertical-align {
    height: 100%;
  }

  .what-tabs-content {
    width: 100%;
    height: 60vh;
    background-color: rgba(0, 0, 0, 0);
  }

  .what-tabs {
    padding-top: 40px;
  }

  .what-tabs-tabs {
    width: 45%;
  }

  .what-tabs-tablink-title {
    font-size: 20px;
    line-height: 24px;
  }

  .what-tabs-tablink-text {
    font-size: 16px;
    line-height: 20px;
  }

  .testimonials-slider-slide-author-name {
    font-size: 24px;
  }

  .testimonials-slider-slide-author-role {
    margin-bottom: 0;
  }

  .who-tabs-tab-list {
    width: 100%;
  }

  .show-deskup {
    margin-bottom: 16px;
  }

  .sec-last-cta {
    background-image: url('../images/bg-last-cta.webp'), linear-gradient(#00185e, #01195f 52%, #001e64 73%);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .popup-overlay {
    opacity: 1;
  }

  .events-popup {
    opacity: 0;
    display: none;
  }

  .company-hero {
    min-height: 60vh;
    align-items: center;
  }

  .item-talents-card-footer-logo {
    max-width: 130px;
  }

  .hero_medium {
    background-color: #0c1f56;
    background-image: none;
    position: relative;
    overflow: hidden;
  }

  .why-case-content-grid {
    display: flex;
  }

  .why-case-content-main {
    color: var(--neutrals-700);
    background-color: #fff;
  }

  .hero_case-imagebg {
    display: block;
  }

  .hero_case-color {
    background-color: var(--midnight-blue);
    opacity: .45;
  }

  .events_card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  }

  .container_1440.is--show_block {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .grid_wrapper.is--grid_third {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid_wrapper.is--grid_fourth {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .priorities_subtitle {
    font-size: 20px;
  }

  .footer_navtitle {
    font-size: 16px;
  }

  .header_brandimage {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section.is--join-future {
    padding-top: 80px;
  }

  .section.is--white.is--scrolling-logos {
    margin-left: auto;
    margin-right: auto;
  }

  .section.is--cta-company {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .glass_title {
    font-size: 167px;
  }

  .utilitypages_hero {
    min-height: 1000px;
  }

  .company-clients-logo:hover {
    box-shadow: none;
  }

  .company-hero-image-holder {
    max-width: 540px;
  }

  .co_how {
    width: 100%;
  }

  .co_talents-card:hover {
    transform: translate(0, -6px);
  }

  .co_talents-card.is--white.is--co-talent {
    transition: box-shadow .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1);
  }

  .co_talents-card.is--white.is--co-talent:hover {
    box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .2);
  }

  .scrolling_logos-row {
    width: 200vw;
  }

  .scrolling_logos-columns {
    grid-column-gap: 30px;
    display: flex;
  }

  .scrolling_logos-group {
    width: 200vw;
  }

  .capabilities_block-item {
    background-color: #041152;
    margin-bottom: 0;
  }

  .capabilities_block-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .capabilities_block-link {
    opacity: .58;
    color: var(--white);
    font-weight: 400;
  }

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

  .capabilities_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 40px;
    display: grid;
  }

  .les_method-grid {
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
  }

  .les_method-grid-item {
    background-color: #041152;
    margin-bottom: 0;
  }

  .les_method-grid-item-text {
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .les_method-list-text {
    letter-spacing: 0;
  }

  .subheadline {
    display: block;
  }

  .abm-scrolling_logos-columns {
    display: flex;
  }

  .abm-company-clients-logo:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50% -65px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

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

  .heading-2 {
    font-size: 12px;
  }

  .div-block-30 {
    width: 25%;
  }

  .hero-image {
    width: 100%;
    height: 50vh;
  }

  .div-block-73 {
    width: 100%;
    position: relative;
  }

  .hero-overlay-2 {
    -webkit-text-fill-color: inherit;
    object-fit: none;
    object-position: 0% 20%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-clip: padding-box;
  }

  .icon-7 {
    color: #fff;
    margin-top: -11px;
    font-size: 33px;
  }

  .menu-button-9 {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .nav-wrapper {
    background-color: var(--midnight-blue-3);
    padding: 20px 30px 29px;
    font-size: 16px;
  }

  .nav-menu-14 {
    background-color: #011052;
    padding: 37px;
  }

  .navbar-14.light {
    padding-left: 20px;
    padding-right: 0;
  }

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

  .icon-9 {
    color: #fff;
    margin-top: -10px;
    font-size: 34px;
  }

  .navdarkbutton-2.lightbtn {
    text-align: center;
    text-align: center;
    text-align: center;
    margin-left: 0;
  }

  .menu-button-10.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-16 {
    background-color: #0a1c6a;
    padding: 41px;
  }

  .header_brand-link {
    z-index: 100;
  }

  .header_nav-link {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .header_nav-link.header_leftborder {
    padding-right: 0;
  }

  .header {
    height: 64px;
    padding: 0;
  }

  .header.lp-header {
    position: absolute;
  }

  .header.is-resources {
    top: 0;
  }

  .why-hero {
    min-height: 840px;
  }

  .why-hero.why-hero-home {
    min-height: 840px;
    background-image: linear-gradient(to bottom, null, null), url('../images/bg-hero-tablet.webp');
    padding-bottom: 300px;
  }

  .hero-h1 {
    font-size: 56px;
  }

  .hero_subtitle {
    font-size: 18px;
    line-height: 30px;
  }

  .h2_section {
    font-size: 38px;
    line-height: 56px;
  }

  .h2_section.h2-how-compare {
    max-width: 80%;
  }

  .cta_company-header-subtitle {
    font-size: 18px;
    line-height: 30px;
  }

  .container_block, .container_block.is--no-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container_block.is--no-padding.is--comparison {
    margin-top: 16px;
  }

  .container_block.container-cta-lp {
    padding-top: 500px;
    padding-bottom: 100px;
  }

  .container_block.is--last-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .what-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .what-tabs {
    height: 100%;
    flex: 1;
    align-items: center;
    display: none;
  }

  .magage-grid {
    grid-template-rows: auto minmax(0, .5fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    align-content: center;
    justify-items: stretch;
    padding-top: 21px;
  }

  .differentials-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .differentials-list-item-title {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .differentials-list-item-text {
    font-size: 16px;
  }

  .what-tabs-tabs {
    width: 50%;
  }

  .skills_title {
    font-size: 32px;
    line-height: 44px;
  }

  .priorities-card-content-col {
    text-align: left;
  }

  .testimonials-slider {
    width: 100%;
  }

  .testimonials-slider.margin-bottom-s {
    height: auto;
    padding-bottom: 0;
  }

  .testimonials-slider-slide {
    height: auto;
  }

  .testimonials-slider-slide-text {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials-slider-slide-text.lp-testimonials-text {
    font-size: 18px;
    line-height: 26px;
  }

  .testimonials-slider-slide-author-name {
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 18px;
  }

  .lastcta {
    background-image: linear-gradient(270deg, rgba(196, 217, 242, 0) 10%, #c4d9f1 40%), url('../images/bg_FooterBanner.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lastcta.is--hire-today {
    background-image: linear-gradient(rgba(196, 217, 242, 0), #c4d9f1 90%), url('../images/bg_FooterBanner.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .lastcta_title {
    font-size: 36px;
  }

  .lastcta_text.is--code-cta {
    font-size: 18px;
    line-height: 30px;
  }

  .lastcta_actions {
    display: flex;
  }

  .lastcta_holder {
    background-image: linear-gradient(to right, #c4d9f1 50%, rgba(237, 242, 255, .2));
  }

  .big_tabs-tablink {
    font-size: 18px;
  }

  .big_tabs-tablink.is--tablink-small {
    border: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 6px 24px 8px;
  }

  .big_tabs-tablink.is--tablink-small.w--current {
    border-color: var(--primaryblue);
  }

  .big_tabs-tab {
    padding-top: 0;
  }

  .who-tabs-tab-list {
    flex-direction: column;
    align-items: center;
  }

  .who-tabs-tab-card {
    margin-top: 0;
    padding: 16px;
  }

  .who-tabs-tab-card-content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .who-tabs-tab-card-content-title {
    font-size: 22px;
    line-height: 32px;
  }

  .who-tabs-tab-card-content-text {
    font-size: 16px;
    line-height: 26px;
  }

  .max-size-60 {
    max-width: 60%;
  }

  .bg-triangle-1 {
    width: 120px;
  }

  .bg-triangle-1.triangle-small {
    width: 100px;
  }

  .bg-triangle-2 {
    width: 120px;
  }

  .bg-triangle-2.triangle-big {
    width: 140px;
  }

  .header_button-mobile {
    margin-right: -12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header_button-mobile.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .header_button-mobile.lp-menu-nav {
    opacity: 0;
    display: none;
  }

  .header_menu-ico {
    color: #fff;
    margin-top: 0;
    font-size: 34px;
  }

  .header_menu-ico.is--dark {
    color: var(--primary900);
  }

  .header_menu-ico.is--hide {
    display: none;
  }

  .manage-image {
    margin-top: auto;
    margin-bottom: auto;
  }

  .show-deskup {
    display: none;
  }

  .show-tablet {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .what-slides-mobile {
    align-self: stretch;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .what-slider-mobile {
    width: 100%;
    height: auto;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .what-slider-mobile-mask {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .what-slider-mobile-slide-img {
    max-width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .what-slider-mobile-slide {
    background-color: rgba(0, 0, 0, 0);
  }

  .what-slider-mobile-slide-content {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .what-slider-mobile-slide-title {
    color: #fff;
    margin-top: 40px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }

  .what-slider-mobile-nav {
    margin-bottom: -48px;
  }

  .what-slider-mobile-slide-text {
    font-weight: 100;
  }

  .why-footercontent_2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_nav {
    width: 100vw;
    float: left;
    background-color: var(--primary800);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 40px;
    display: flex;
    position: absolute;
    top: 60px;
    box-shadow: 0 30px 20px -10px rgba(0, 0, 0, .3);
  }

  .header_nav.is--not-mobile {
    box-shadow: none;
    align-items: flex-end;
    padding: 0;
    position: static;
  }

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

  .header_nav.is--events {
    width: auto;
    justify-content: flex-start;
    padding: 0;
    position: static;
    top: 0;
  }

  .lp-section-title {
    font-size: 38px;
    line-height: 56px;
  }

  .lp-features-text {
    font-size: 16px;
  }

  .lp-hero-column-right {
    margin-left: 32px;
  }

  .lp-hero-column-left {
    width: 44%;
  }

  .lp-hero-title {
    font-size: 38px;
    line-height: 40px;
  }

  .lp-hero-text {
    font-size: 18px;
  }

  .lp-hero-section {
    padding-bottom: 64px;
  }

  .lp-fetures-title {
    font-size: 30px;
    line-height: 56px;
  }

  .sec-last-cta {
    background-color: #001e64;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .popup-window {
    max-height: 100%;
    min-height: 0%;
    overflow: scroll;
  }

  .form-default--button {
    display: block;
  }

  .company-hero {
    flex-flow: wrap-reverse;
  }

  .company-hero-col-right {
    display: none;
  }

  .company-hero-col-left {
    padding-right: 0;
  }

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

  .section-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-block.is--future-of-work.is--abm {
    padding-left: 0;
    padding-right: 0;
  }

  .company-future-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .item-talents-card {
    margin-bottom: 16px;
  }

  .talents-column {
    width: 50%;
  }

  .item-talents-card-image {
    width: 30%;
  }

  .item-talents-card-header {
    margin-bottom: 8px;
  }

  .item-talents-card-footer-text {
    opacity: .6;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .item-talents-card-footer-logo {
    max-width: 48px;
  }

  .item-talents-card-header-title {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .item-talents-card-header-text {
    font-size: 12px;
  }

  .item-talents-card-picture {
    max-width: 100%;
  }

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

  .case-study-slider.margin-bottom-s {
    height: auto;
    padding-bottom: 0;
  }

  .case-study-title.is--company {
    font-size: 32px;
    line-height: 44px;
  }

  .h3-section {
    font-size: 38px;
    line-height: 56px;
  }

  .professionals-grid {
    align-self: stretch;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .professionals-grid.is--two-columns {
    grid-column-gap: 24px;
  }

  .professionals-grid-infost-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .professionals-works-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .profesisonals-item-title {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 48px;
  }

  .profesisonals-item-role {
    margin-bottom: 0;
  }

  .company-grid-4-cols {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .company-numbers-item-text {
    font-size: 16px;
    line-height: 20px;
  }

  .company-numbers-item-title {
    font-size: 60px;
  }

  .company-numbers-item-title.is--small {
    font-size: 40px;
  }

  .company-news-item-category {
    font-size: 14px;
  }

  .company-hero-title {
    font-size: 56px;
  }

  .talents-image-interactive {
    margin-top: 48px;
    margin-right: 0;
  }

  .talents-interactive-bg {
    object-position: 120% 50%;
  }

  .talents-interactive-circle.img-circle-2 {
    margin-top: -48px;
  }

  .hero_small {
    height: auto;
  }

  .big_tabs-menu {
    border-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero_h1 {
    font-size: 56px;
  }

  .why-case-content-sidebar {
    width: 30%;
    margin-right: 24px;
  }

  .why-case-content-sidebar.why-case-content-sidebar-left {
    display: none;
  }

  .why-case-content-main {
    width: 600px;
  }

  .case_box-text {
    font-size: 16px;
  }

  .case_box-number {
    font-size: 42px;
  }

  .why-case-social {
    display: none;
  }

  .why-case-social.why-case-social-mobile {
    display: block;
  }

  .why-case-social-list {
    flex-direction: row;
    margin-bottom: 0;
    padding-left: 0;
  }

  .why-case-social-link {
    margin-bottom: 0;
    margin-right: 8px;
  }

  .client_fullcta-title {
    font-size: 22px;
    line-height: 28px;
  }

  .client_fullcta-name {
    margin-bottom: 4px;
  }

  .client_fullcta-author {
    flex-direction: column;
  }

  .clients-testimonial-grid, .clients-logo-grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-banner-form {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .banner-form-column {
    min-width: 48%;
    margin-right: 4%;
  }

  .bg-triangle-3 {
    width: 120px;
  }

  .bg-triangle-3.triangle-big {
    width: 140px;
  }

  .banner-form-text {
    font-size: 18px;
    line-height: 28px;
  }

  .fullcta_price {
    width: 33.33%;
    margin-right: 4%;
  }

  .wrapper {
    display: block;
  }

  .wrapper.nav-bar-wrapper {
    background-color: #081849;
  }

  .schedule_tabs {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom-2 {
    flex-wrap: wrap;
  }

  .hero_events-contact-item {
    min-width: auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_events-social {
    flex-direction: row;
    margin-bottom: 40px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .text-block-18 {
    color: #fff;
  }

  .hero_events-social-link {
    height: 48px;
    min-width: 0;
    border-bottom-style: none;
    border-right: 1px solid rgba(255, 255, 255, .3);
    flex: 1;
    justify-content: center;
    font-size: 15px;
  }

  .hero_events {
    margin-bottom: 16px;
    padding: 64px 8px;
  }

  .hero_events.is--speakers {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-menu-18 {
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-contacts-bg {
    display: none;
  }

  .brand-7 {
    color: #1a1725;
    margin-left: 0;
    font-size: 18px;
  }

  .brand-7.w--current {
    color: #1a1725;
  }

  .hero_events-bgtext {
    font-size: 100px;
    top: 72px;
    right: -24px;
  }

  .nav-bar {
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(26, 23, 37, .12);
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .hero_events-infos {
    padding-left: 32px;
  }

  .menu-button-12 {
    z-index: 100;
    color: #1a1725;
  }

  .menu-button-12.w--open {
    color: #1a1725;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .nav-link-17 {
    height: auto;
    color: #1a1725;
    border-top: 1px solid #e0dee9;
    align-items: flex-start;
    padding: 16px 24px;
    font-size: 14px;
  }

  .nav-link-17.w--current {
    color: #6233ef;
  }

  .footer-about-2 {
    padding-left: 8px;
    padding-right: 28px;
  }

  .bg-image {
    height: 150%;
  }

  .bg-image.cta-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/mcdobbie-hu-424584.webp');
    background-position: 0 0, 50%;
    background-image: linear-gradient(to bottom, null, null), url('../images/mcdobbie-hu-424584.webp');
    background-position: 0 0, 50%;
  }

  .about-info {
    width: 100%;
    padding-left: 8px;
    padding-right: 4%;
    display: block;
  }

  .icon-10 {
    color: #fff;
  }

  .hero_events-social-icon {
    width: 16px;
  }

  .hero-contact-icon {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .nav-underline {
    display: none;
  }

  .section-16 {
    padding: 80px 2%;
  }

  .hero_events-grid-contacts {
    width: 100%;
    min-width: auto;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: 81px 0 #fff, -81px 0 #fff;
  }

  .top-button {
    display: none;
  }

  .speaker-media {
    width: 33.33%;
    margin-right: 40px;
  }

  .speaker-2 {
    margin-top: 0;
    padding: 40px;
  }

  .speaker-social-2 {
    flex-wrap: wrap;
  }

  .paragraph-big-2-desc, .paragraph-big-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .res-header-nav {
    border: 1px #000;
  }

  .res-header-nav-menu {
    text-align: left;
  }

  .eve-button {
    max-width: 240px;
    text-align: center;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: auto;
    display: block;
  }

  .eve-button.navbar-cta {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .res-header-nav-mobile-button {
    color: var(--neutrals000);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .res-header-nav-mobile-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .res-header-nav-mobile-button-icon {
    color: #fff;
    font-size: 32px;
  }

  .eve-card-footer-details {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .eve-card-item-content-infos-header-speakers-image {
    width: 47px;
    height: 48px;
  }

  .eve-card-title {
    font-size: 24px;
  }

  .eve-card-title.eve-featured-event-title {
    margin-bottom: 0;
    font-size: 24px;
  }

  .eve-card-title.card-post-title {
    font-size: 20px;
  }

  .eve-card-item-content-header {
    flex-flow: wrap;
    margin-bottom: 12px;
  }

  .events_card {
    padding: 24px 16px;
  }

  .eve-card-footer-details-title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .eve-card-footer-details-spacer {
    width: 100%;
    flex: none;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .eve-card-footer-details-text {
    font-size: 16px;
  }

  .eve-card-item-content-infos-header-speakers {
    position: absolute;
    top: -8px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .eve-card-item-content-image-holder, .eve-card-item-content-image-holder.image-events, .eve-card-item-content-image-holder.image-events.image-featured-event {
    width: 30%;
  }

  .eve-card-text {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
  }

  .eve-title-section {
    font-size: 32px;
    line-height: 48px;
  }

  .eve-card-item-content-infos-header-left {
    overflow: visible;
  }

  .eve-card-footer-details-block-divider {
    height: 56px;
  }

  .eve-card-tag {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .eve-card-item-content.eve-content-card-speaker {
    overflow: visible;
  }

  .eve-card-item-content.card-content-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .eve-card-post-date {
    font-size: 14px;
  }

  .eve-card-item-content-header-post {
    flex-direction: column;
  }

  .eve-footer-chat-button {
    margin-top: 0;
    padding: 20px;
    right: -8px;
  }

  .res-footer-about {
    width: 100%;
    flex: none;
    margin-bottom: 32px;
    padding-left: 8px;
    padding-right: 28px;
  }

  .footer-links-3 {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 16px;
  }

  .eve-hero-event-footer-social {
    flex-flow: column wrap;
    flex: none;
    justify-content: flex-start;
    margin-bottom: 12px;
    margin-left: 24px;
  }

  .eve-hero-event-footer-details-text {
    font-size: 16px;
    line-height: 20px;
  }

  .eve-hero-event-details-block-divider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero_events-date {
    font-size: 14px;
  }

  .eve-hero-event-footer-details-social-link {
    padding: 4px;
  }

  .eve-hero-event-footer-details-title-2 {
    font-size: 18px;
  }

  .eve-hero-event-footer-details {
    padding: 24px;
  }

  .eve-hero-event-footer-details-social-image {
    width: 24px;
    height: 24px;
  }

  .eve-speakers-item-text {
    font-size: 14px;
  }

  .eve-speakers-item-title {
    font-size: 20px;
  }

  .splide {
    height: auto;
  }

  .eve-speakers-item-infos {
    padding: 24px 20px;
  }

  .eve-speakers-social {
    margin-top: 12px;
  }

  .banner-lastcta-title-2 {
    font-size: 36px;
  }

  .navigation-link {
    display: block;
  }

  .navigation-link.mobile {
    opacity: .7;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 22px;
    display: block;
  }

  .navigation-link.mobile:hover, .navigation-link.mobile.w--current {
    opacity: 1;
  }

  .button-11.full {
    margin-top: 12px;
    margin-right: 20px;
  }

  .nav-menu-19 {
    text-align: left;
    background-color: #265cdc;
  }

  .nav-menu-19.scroll-menu {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-99 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .scroll-navigation {
    display: block;
  }

  .navigation {
    border: 1px #000;
  }

  .line-menu.on-mobile {
    background-color: #fff;
  }

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

  .brand-logo {
    margin-top: 9px;
  }

  .cta-heading-2 {
    margin-bottom: auto;
  }

  .res-header-nav-menu-2 {
    text-align: left;
    background-color: #020d2d;
    padding: 64px;
  }

  .res-header-nav-2 {
    border: 1px #000;
  }

  .res-button {
    max-width: 240px;
    text-align: center;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: auto;
    display: block;
  }

  .res-header-nav-menu-link {
    text-align: left;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    display: block;
  }

  .res-category-filter-link-space {
    width: 64px;
    flex: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .res-category-filter-scroll {
    height: 100px;
    padding-left: 16px;
    padding-right: 32px;
    overflow: scroll;
  }

  .res-category-filter {
    margin-left: -16px;
    margin-right: -16px;
  }

  .res-category-filter.margin-bottom-s {
    height: 60px;
    overflow: hidden;
  }

  .res-category-filter-link {
    flex: none;
  }

  .res-category-filter-holder {
    flex-wrap: nowrap;
    display: flex;
  }

  .res-footer-2 {
    padding-bottom: 64px;
  }

  .res-card-item-content-infos-header {
    flex-direction: column;
  }

  .res-card-category-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .res-card-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .item-talents-card-holder {
    margin-bottom: 16px;
  }

  .title_xxl {
    font-size: 56px;
  }

  .title_xl {
    font-size: 38px;
    line-height: 56px;
  }

  .title_l {
    font-size: 32px;
    line-height: 44px;
  }

  .title_m {
    font-size: 24px;
    line-height: 32px;
  }

  .title_s {
    font-size: 22px;
    line-height: 30px;
  }

  .title_xs {
    font-size: 18px;
    line-height: 30px;
  }

  .copy_l {
    font-size: 16px;
  }

  .copy_m {
    font-size: 15px;
  }

  .copy_s {
    font-size: 13px;
  }

  .button_text_l {
    font-size: 16px;
    line-height: 24px;
  }

  .button_text_m {
    font-size: 14px;
    line-height: 22px;
  }

  .footer_menu-title {
    font-size: 12px;
  }

  .nav-special-button {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 24px;
    display: flex;
  }

  .nav-special-button.is--events-cta {
    margin-top: 0;
  }

  .lastcta_bg-image {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .hero_big {
    height: auto;
  }

  .hero-bg-text {
    font-size: 100px;
    top: 72px;
    right: -24px;
  }

  .case_box-quote {
    font-size: 20px;
  }

  .testimonials-slider-slide-text-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials-slider-slide-author-name-2 {
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 18px;
  }

  .h2-section {
    font-size: 38px;
    line-height: 56px;
  }

  .container-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .eve-card-description {
    font-size: 16px;
  }

  .eve-speakers-item-slide {
    min-width: 30.3em;
  }

  .hero_events-speakers {
    display: none;
  }

  .mobile_buttonlabel {
    font-size: 16px;
    line-height: 1.15;
  }

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

  .section.is--cta-company {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .display_xl, .display_lg {
    font-size: 38px;
    line-height: 56px;
  }

  .display_2xl {
    font-size: 56px;
  }

  .display_xs {
    font-size: 18px;
    line-height: 30px;
  }

  .display_xs.is--subtitle-hero, .display_xs.is--hero-feature {
    max-width: 100%;
  }

  .talent-badge_item {
    width: 220px;
  }

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

  .why_table-cel {
    border-bottom: 1px solid var(--neutrals200);
    justify-content: center;
    align-items: center;
    padding: 10px 4px;
    display: flex;
  }

  .why_table-cel.is--highlight {
    background-color: var(--primary00);
  }

  .why_table-cel.is--highlight.is--last {
    border-bottom-style: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .why_table-cel.is--highlight.is--first {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .why_table-cel.is--last {
    border-bottom-style: none;
  }

  .why_table-text {
    color: var(--neutrals500);
    text-align: center;
  }

  .why_table-text.is--left {
    width: 100%;
    color: var(--neutrals500);
    text-align: left;
    font-weight: 600;
  }

  .why_table-text.is--header, .why_table-text.is--highlight {
    color: var(--neutrals700);
    font-weight: 600;
  }

  .why_table-text.is--cash {
    letter-spacing: 1px;
    font-weight: 700;
  }

  .table-brand {
    width: 100px;
    height: 20px;
    transform: scale3d(1none, 1none, 1none);
  }

  .table-icon {
    width: 24px;
    height: 24px;
    background-image: url('../images/table-user-icon.webp');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .table-icon.is--2 {
    width: 48px;
  }

  .table-icon.is---3 {
    width: 72px;
  }

  .glass_title {
    font-size: 130px;
  }

  .utilitypages_hero {
    min-height: 840px;
  }

  .talent_card-role {
    font-size: 12px;
  }

  .talents_card-previously {
    opacity: .6;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .bg-company-hero {
    width: 100%;
    height: 300px;
  }

  .company-hero-image-holder {
    width: 516px;
  }

  .copmany-hero-image-position {
    width: 100%;
    justify-content: center;
    padding: 120px 32px 0;
    transform: none;
  }

  .co_hero-col-left {
    width: 100%;
    padding: 64px 80px;
  }

  .co_hero-col-right {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .item-talent {
    display: flex;
  }

  .numbers_co-card {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .numbers_co-number {
    min-height: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .numbers_co-text {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

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

  .co_how-card {
    margin-top: 0;
    padding: 16px;
  }

  .co_how-content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .co_how-title {
    font-size: 20px;
    line-height: 32px;
  }

  .co_how-text {
    font-size: 16px;
    line-height: 26px;
  }

  .co_talents-card {
    margin-bottom: 16px;
  }

  .title_wrapper {
    grid-column-gap: 12px;
  }

  .container_block_1240 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container_block_1240.is--company-hero {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .body.why-body {
    overflow: visible;
  }

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

  .footer {
    height: 100%;
  }

  .left {
    line-height: 16px;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .footercontent_1 {
    margin-bottom: 1px;
  }

  .column-2 {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2 {
    width: 100%;
    align-self: flex-start;
  }

  .link-block-2.mid {
    justify-content: flex-start;
    align-self: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .link-block-2.right {
    justify-content: flex-start;
  }

  .footer_contactlink {
    font-size: 12px;
  }

  .c-faq-a {
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .hero-image {
    width: 100%;
    height: 32vh;
  }

  .div-block-73 {
    width: 100%;
    position: relative;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .icon-7 {
    color: #fff;
    font-size: 29px;
  }

  .menu-button-9 {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-28 {
    padding-top: 6px;
    padding-left: 20px;
  }

  .nav-wrapper {
    background-color: var(--midnight-blue-3);
    padding-top: 10px;
  }

  .nav-menu-14 {
    background-color: #011052;
    padding: 58px;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .navbar-14 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .navbarlink.light {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .icon-9 {
    color: #fff;
    margin-top: -8px;
    font-size: 32px;
  }

  .navdarkbutton-2.lightbtn {
    width: auto;
    text-align: center;
    width: auto;
    text-align: center;
    width: auto;
    text-align: center;
  }

  .menu-button-10 {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 9px;
    font-size: 16px;
  }

  .menu-button-10.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-16 {
    background-color: #0a1c6a;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-right: 20px;
  }

  .div-block-90 {
    grid-template-columns: 1fr;
  }

  .header_brand-link {
    padding-left: 0;
  }

  .header {
    background-color: rgba(12, 31, 86, .8);
  }

  .why-hero.why-hero-home {
    padding-bottom: 200px;
  }

  .hero-h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .h2_section {
    font-size: 30px;
    line-height: 44px;
  }

  .h2_section.h2-how-compare {
    max-width: 80%;
  }

  .section_intro.margin-bottom-l {
    margin-bottom: 48px;
  }

  .section_intro.margin-bottom-m {
    margin-bottom: 36px;
  }

  .section_intro.section-what {
    margin-bottom: 48px;
  }

  .section_intro.is--future-of-work {
    margin-bottom: 24px;
  }

  .cta_company-header-subtitle {
    font-size: 18px;
    line-height: 30px;
  }

  .container_block.is--no-padding.is--show-md {
    display: block;
  }

  .container_block.is--no-padding.is--hide-md {
    display: none;
  }

  .container_block.container-cta-lp {
    padding-top: 320px;
    padding-bottom: 100px;
  }

  .container_block.lp-container-hero {
    flex-direction: column;
    align-items: center;
  }

  .container_block.is--footer-1 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .magage-grid {
    grid-template-rows: auto 372px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .differentials-list-item-title {
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .differentials-list-item-text {
    font-size: 14px;
    line-height: 26px;
  }

  .priorities-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .skills_title {
    font-size: 28px;
    line-height: 40px;
  }

  .testimonials-slider {
    display: block;
  }

  .testimonials-slider.margin-bottom-s {
    height: auto;
  }

  .testimonials-actions-wrapper {
    margin-top: 96px;
  }

  .testimonials-slider-slide {
    width: auto;
  }

  .testimonials-slider-slide-card {
    flex-direction: column;
  }

  .testimonials-slider-slide-image-holder {
    width: auto;
    padding-top: 24px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials-slider-slide-image {
    width: 96px;
    border-radius: 200px;
  }

  .testimonials-slider-slide-content {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials-slider-slide-text {
    font-size: 16px;
    line-height: 24px;
  }

  .lastcta {
    background-image: linear-gradient(rgba(196, 217, 242, 0) 10%, rgba(196, 217, 241, .77) 30%, #c4d9f1 50%), url('../images/bg_FooterBanner.webp');
    background-position: 0 0, 90% 0;
    background-size: auto, auto;
  }

  .lastcta.is--hire-today {
    background-image: linear-gradient(rgba(196, 217, 242, 0), #c4d9f1 57%), url('../images/bg_FooterBanner.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .lastcta_title {
    font-size: 30px;
    line-height: 36px;
  }

  .lastcta_text.is--code-cta {
    max-width: 80%;
    font-size: 18px;
    line-height: 30px;
  }

  .lastcta_holder {
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .who-tabs-menu.margin-bottom-m {
    margin-bottom: 36px;
  }

  .big_tabs-tablink {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 300;
  }

  .who-tabs-tab-list {
    width: auto;
    grid-column-gap: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .who-tabs-tab-card {
    order: 0;
    align-self: stretch;
  }

  .who-tabs-tab-card-content {
    padding-top: 0;
  }

  .who-tabs-tab-card-content-title {
    font-size: 22px;
  }

  .who-tabs-tab-card-content-text {
    font-size: 14px;
    line-height: 24px;
  }

  .who-tabs-tab-card-content-ico {
    width: 40px;
    margin-bottom: 8px;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .bg-triangle-1 {
    width: 100px;
  }

  .bg-triangle-1.triangle-small {
    width: 80px;
  }

  .bg-triangle-2 {
    width: 100px;
  }

  .bg-triangle-2.triangle-big {
    width: 120px;
  }

  .header_button-mobile {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 9px;
    font-size: 16px;
  }

  .header_button-mobile.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .header_menu-ico {
    color: #fff;
    font-size: 32px;
  }

  .manage-image {
    padding-left: 15%;
    padding-right: 15%;
  }

  .what-slides-mobile {
    align-items: stretch;
    display: flex;
  }

  .what-slider-mobile-mask {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .what-slider-mobile-slide-img {
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .what-slider-mobile-slide-title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .what-slider-mobile-nav {
    margin-bottom: -49px;
  }

  .why-footercontent_2 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-left: 24px;
  }

  .footer_brand {
    margin-right: 0;
    padding-right: 0;
  }

  .lp-section-title {
    font-size: 30px;
    line-height: 44px;
  }

  .lp-features-item {
    width: auto;
    max-width: 50%;
    flex: 0 auto;
    margin-left: 1%;
    margin-right: 1%;
  }

  .lp-hero-column-right {
    width: 100%;
    margin-left: 0;
  }

  .lp-hero-column-left {
    width: 60%;
    margin-bottom: 40px;
  }

  .lp-hero-title {
    font-size: 38px;
    line-height: 50px;
  }

  .lp-features-row {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lp-fetures-title {
    font-size: 30px;
    line-height: 44px;
  }

  .sec-last-cta {
    background-image: url('../images/bg-last-cta-mobile.webp');
  }

  .lp-section-testimonials {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .radio-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .popup {
    display: none;
  }

  .radio-bullet {
    margin-top: 6px;
    bottom: 12px;
  }

  .popup-window {
    width: 91.66%;
    max-height: 100%;
    min-height: 0;
    padding: 16px 24px 8px;
  }

  .form-checkbox {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .form-default--button {
    display: block;
  }

  .radio-button {
    border-width: 1px;
    padding-top: 4px;
    padding-bottom: 24px;
  }

  .form-default--input.popup-input {
    height: 40px;
    height: 40px;
    margin-bottom: 12px;
    font-size: 13px;
    box-shadow: inset 0 -1px #e0dee9;
  }

  .radio-icon {
    display: none;
  }

  .popup-heading {
    text-transform: uppercase;
    padding-right: 12px;
    font-size: 16px;
  }

  .popup-heading.is--events-download {
    text-transform: none;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .radio-buttons {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .company-hero {
    flex-direction: column-reverse;
  }

  .company-hero-col-right {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    margin-left: 0%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .company-hero-col-left {
    width: 100%;
    padding-top: 260px;
    padding-bottom: 0;
  }

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

  .section-block.is--future-of-work, .section-block.is--comparison, .section-block.is--cta-company {
    padding: 24px;
  }

  .company-grid-3-cols {
    grid-template-columns: 1fr;
  }

  .company-future-card {
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .company-future-icon {
    margin-right: 24px;
  }

  .company-future-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .talents-column {
    width: 100%;
  }

  .item-talents-card-image {
    width: 25%;
  }

  .item-talents-card-footer-text {
    font-size: 14px;
  }

  .item-talents-card-footer-logo {
    max-width: 64px;
  }

  .item-talents-card-header-title {
    font-size: 24px;
    line-height: 34px;
  }

  .item-talents-card-header-text {
    font-size: 14px;
  }

  .talents-wrapper {
    flex-direction: column;
  }

  .case-study-slider {
    display: block;
  }

  .case-study-slider.margin-bottom-s {
    height: auto;
  }

  .case-study-slider-slide-content {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .case-study-title {
    font-size: 30px;
    line-height: 40px;
  }

  .case-study-title.is--company {
    font-size: 28px;
    line-height: 40px;
  }

  .case-study-slider-slide-image-holder {
    width: auto;
    min-height: 240px;
    padding-top: 24px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .skills_grid-link {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .h3-section {
    font-size: 30px;
    line-height: 44px;
  }

  .professionals-grid {
    align-items: stretch;
    display: flex;
  }

  .professionals-grid.is--two-columns {
    grid-template-columns: 1fr;
  }

  .professionals-grid-col-left {
    width: 140px;
    margin-right: 24px;
  }

  .professionals-works-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .profesisonals-item-title {
    font-size: 30px;
  }

  .profesisonals-item-title-link-tag {
    font-size: 14px;
    line-height: 22px;
  }

  .professionals-button {
    padding: 8px 16px;
    font-size: 14px;
  }

  .company-grid-4-cols {
    grid-template-columns: 1fr 1fr;
  }

  .company-why-table {
    overflow: scroll;
  }

  .company-news-item {
    display: flex;
  }

  .company-news-item-icon {
    width: 30%;
    object-fit: cover;
  }

  .company-hero-title {
    font-size: 48px;
    line-height: 56px;
  }

  .talents-image-column {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .talents-image-interactive {
    margin-top: 24px;
  }

  .talents-interactive-circle {
    width: 25vw;
    height: 25vw;
  }

  .talents-title-grid {
    font-size: 22px;
  }

  .company-why-table-image {
    width: 1074px;
  }

  .company-why-table-image-scroll {
    width: 850px;
    padding-bottom: 25px;
  }

  .hero_small {
    height: auto;
  }

  .big_tabs-menu.margin-bottom-m {
    margin-bottom: 36px;
  }

  .skills-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .hero_h1.is--event-speakers {
    font-size: 42px;
  }

  .skills-drop-btn.w--open {
    background-color: var(--primary-500-main);
  }

  .skills_dropdown {
    border-color: var(--midnight-blue_1);
  }

  .skills-content {
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-case-content-grid {
    flex-direction: column;
  }

  .why-case-content-sidebar {
    width: 100%;
    margin-right: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

  .why-case-content-main {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px;
  }

  .case_h1 {
    font-size: 30px;
    line-height: 44px;
  }

  .case_box-info {
    padding: 16px;
  }

  .case_h2 {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 40px;
  }

  .case_h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .case_box-subtitles {
    font-size: 16px;
    line-height: 130%;
  }

  .case_box-title {
    font-size: 24px;
  }

  .why-case-related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .why-case-related-title {
    font-size: 18px;
  }

  .why-clientpart-block {
    flex-direction: column;
  }

  .client_fullcta-title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }

  .why-clientpart-actions-holder {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .why-clientpart-profile {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .section_company_client-fullcta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .why-case-formnews {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .clients-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .clients-logo-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .banner-form {
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner-form-column.banner-form-column-last {
    margin-right: 0;
  }

  .bg-triangle-3 {
    width: 100px;
  }

  .bg-triangle-3.triangle-big {
    width: 120px;
  }

  .fullcta_price {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right-style: none;
    padding-bottom: 24px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero_events-contact-item {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .footer-bottom-social-2 {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .schedule_tab-link {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .hero_events {
    margin-bottom: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .hero_events-bgtext {
    font-size: 88px;
    line-height: 88px;
  }

  .fullcta {
    flex-direction: column;
  }

  .about-info {
    width: auto;
    padding-top: 40px;
  }

  .icon-10 {
    color: #fff;
  }

  .hero-contact-icon {
    width: 40px;
  }

  .schedule_tabs-menu {
    margin-bottom: 40px;
  }

  .section-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero_events-grid-contacts {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .speaker-media {
    margin-right: 24px;
  }

  .speaker-2 {
    padding: 24px 0;
  }

  .speaker-social-link-2 {
    margin-right: 16px;
  }

  .res-header-nav-brand {
    padding-left: 0;
  }

  .eve-button {
    margin-left: auto;
  }

  .res-header-nav-mobile-button-icon {
    color: #fff;
  }

  .eve-card-title {
    margin-bottom: 0;
    font-size: 20px;
  }

  .eve-card-title.eve-featured-event-title {
    font-size: 20px;
  }

  .eve-card-title.card-post-title {
    margin-bottom: 8px;
  }

  .eve-card-item-content-header {
    flex-direction: column;
  }

  .events_card.card-no-padding {
    display: flex;
  }

  .eve-card-footer-details-title, .eve-card-footer-details-text {
    font-size: 14px;
  }

  .eve-card-item-content-image-holder {
    margin-right: 32px;
  }

  .eve-card-item-content-image-holder.image-events, .eve-card-item-content-image-holder.image-events.image-featured-event {
    margin-right: 24px;
  }

  .eve-card-text {
    font-size: 14px;
    line-height: 22px;
  }

  .eve-title-section {
    font-size: 28px;
  }

  .eve-card-flag-text {
    font-size: 16px;
  }

  .eve-card-tag {
    margin-top: 12px;
    margin-bottom: 0;
    line-height: 130%;
  }

  .eve-card-item-content.card-content-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .eve-past-events-feed {
    grid-template-columns: 1fr;
  }

  .eve-card-item-content-image {
    border-radius: 8px;
  }

  .eve-card-item-content-image-copy {
    max-width: 30%;
    margin-bottom: 0;
    padding: 16px;
  }

  .eve-card-item-content-header-post {
    flex-direction: column;
  }

  .splide {
    height: auto;
  }

  .eve-card-item-content-schedule-date {
    width: auto;
    margin-right: 32px;
  }

  .eve-card-item-content-infos-header-brand {
    max-width: 120px;
    order: -1;
  }

  .banner-lastcta-title-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .banner-lastcta-title-2.max-size-60 {
    max-width: 80%;
  }

  .navigation-link.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-19.scroll-menu {
    max-height: 66px;
    background-color: #fff;
    overflow: hidden;
  }

  .div-block-99 {
    margin-right: 20px;
  }

  .text-block-5-on-white {
    max-height: none;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .text-block-20 {
    color: #193278;
  }

  .container-37 {
    max-height: none;
  }

  .cta-info-2 {
    text-align: center;
    align-items: center;
    padding-top: 24px;
    padding-right: 15px;
  }

  .paragraph-9 {
    font-size: 14px;
    line-height: 160%;
  }

  .button-12.color-button {
    font-size: 14px;
  }

  .cta-heading-2 {
    text-align: center;
    font-size: 20px;
  }

  .res-header-nav-menu-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .res-button {
    margin-left: auto;
  }

  .res-header-nav-menu-link {
    text-align: center;
  }

  .res-header-nav-brand-2 {
    padding-left: 0;
  }

  .res-cards-feed-grid {
    grid-template-columns: 1fr;
  }

  .res-footer-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .res-card-item-content-infos-header {
    flex-direction: row;
  }

  .res-card-category-text {
    padding-left: 12px;
    padding-right: 0;
  }

  .title_xxl {
    font-size: 48px;
    line-height: 60px;
  }

  .title_xl {
    font-size: 30px;
    line-height: 44px;
  }

  .title_l {
    font-size: 28px;
    line-height: 40px;
  }

  .title_m {
    font-size: 22px;
  }

  .title_s {
    font-size: 20px;
  }

  .title_xs {
    font-size: 16px;
    line-height: 28px;
  }

  .copy_l {
    line-height: 24px;
  }

  .copy_m {
    font-size: 14px;
  }

  .copy_m.is--2-col {
    column-count: 1;
  }

  .copy_s {
    font-size: 12px;
  }

  .button_primary.is--ghost.is--in-a-column {
    margin-top: 0;
    margin-left: 16px;
  }

  .footer_row {
    flex-flow: column wrap;
  }

  .footer_row-column.is--brand {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .footer_row-column.is--menu {
    width: 100%;
  }

  .footer_menu {
    line-height: 16px;
  }

  .footer_menu-title {
    margin-bottom: 0;
  }

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

  .skills-cms-item {
    width: 50%;
  }

  .button_header-menu.is--white {
    margin-top: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero_big {
    height: auto;
  }

  .hero-bg-text {
    font-size: 88px;
    line-height: 88px;
  }

  .fullcta_text {
    font-size: 14px;
    line-height: 160%;
  }

  .testimonials-slider-slide-text-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .intro-section.margin-bottom-l, .intro-section.has--text {
    margin-bottom: 48px;
  }

  .h2-section {
    font-size: 30px;
    line-height: 44px;
  }

  .why-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .skills-grid-link {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .priorities_subtitle {
    margin-top: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .eve-card-description {
    font-size: 14px;
  }

  .eve-speakers-item-slide {
    height: 420px;
    min-width: 45em;
  }

  .footer_social-linkitem {
    width: 100%;
    align-self: flex-start;
  }

  .footer_left {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  .footer_expand {
    display: none;
  }

  .footer_footernav {
    width: 33%;
    flex: 0 auto;
    margin-left: 0;
  }

  .footer_content2 {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.is--company-page-light {
    min-height: auto;
  }

  .display_xl, .display_lg {
    font-size: 30px;
    line-height: 44px;
  }

  .display_2xl {
    font-size: 48px;
    line-height: 56px;
  }

  .display_md {
    font-size: 24px;
  }

  .hero_company-animation-wrapper {
    width: 100vw;
    left: 0;
  }

  .hero_copmany-shadow-bottom {
    background-image: linear-gradient(rgba(6, 23, 95, 0), rgba(6, 23, 95, .3) 0%, rgba(6, 23, 95, .8) 50%, #06175f 98%);
  }

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

  .glass_title {
    font-size: 110px;
  }

  .glass_title-first {
    margin-bottom: 60px;
  }

  .cta_company-image {
    max-width: 160px;
  }

  .talent_card-role, .talents_card-previously {
    font-size: 14px;
  }

  .company-grid-4-cols-copy {
    grid-template-columns: 1fr 1fr;
  }

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

  .content.is--two-columns {
    grid-template-columns: 1fr;
  }

  .clients_wall {
    margin-top: 60px;
    margin-left: 0;
  }

  .bg-company-hero {
    height: 260px;
  }

  .company-hero-image-holder {
    width: 396px;
  }

  .copmany-hero-image-position {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .copmany-image-thumb-border {
    border-width: 1px;
    transform: translate(12px, 12px);
  }

  .copmany-image-thumb {
    width: 392px;
    height: 245px;
  }

  .hero-image-logo-border {
    border-width: 1px;
    transform: translate(12px, 12px);
  }

  .co_hero-col-left {
    width: 100%;
    padding: 32px 24px 48px;
  }

  .co_how {
    width: auto;
    grid-column-gap: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .co_how-card {
    order: 0;
    align-self: stretch;
  }

  .co_how-content {
    padding-top: 0;
  }

  .co_how-number {
    width: 40px;
    margin-bottom: 8px;
  }

  .co_how-title {
    font-size: 16px;
    line-height: 24px;
  }

  .co_how-text {
    font-size: 14px;
    line-height: 24px;
  }

  .title_wrapper {
    grid-column-gap: 6px;
  }

  .capabilities_block-content {
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .les_method-menu {
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .les_method-menu-item {
    margin-left: 0;
    margin-right: 0;
  }

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

  .les_method-grid-item-text {
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .les_method-menu-button {
    justify-content: center;
  }

  .subheadline {
    padding-bottom: 16px;
  }

  .container_block_1240.is--padding-vertical-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 479px) {
  .body.why-body {
    font-size: 14px;
    overflow: visible;
  }

  .footer.why-footer.lp-footer {
    padding-top: 60px;
  }

  .left {
    width: 40%;
    display: flex;
  }

  .heading-2 {
    font-family: Adellesansext;
  }

  .div-block-31 {
    width: 35%;
  }

  .footer_contactlink {
    font-size: 14px;
  }

  .footer_menu-link {
    font-family: AdellesansOptimized, sans-serif;
    font-size: 14px;
  }

  .faq-a-text {
    width: 100%;
    font-size: .8em;
  }

  .faq-q-text {
    font-size: 1em;
  }

  .c-faq-a {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image {
    width: 100%;
    height: 30vh;
  }

  .div-block-73 {
    width: auto;
    padding: 10px 10px 24px 20px;
    line-height: 20px;
    position: relative;
  }

  .hero-overlay-2 {
    object-fit: contain;
    object-position: 79% 100%;
    background-position: 100% 60%;
  }

  .menu-button-9 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 26px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-28 {
    padding-top: 0;
  }

  .nav-wrapper {
    background-color: var(--midnight-blue-3);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .primarybtn-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .primarybtn-2.primarycta {
    height: 50px;
    height: auto;
    flex: none;
    padding: 16px 32px;
  }

  .nav-menu-14 {
    padding: 20px 65px 65px;
  }

  .heading-6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .navbar-14 {
    padding: 0 16px;
  }

  .navbar-14.light {
    padding-top: 10px;
    padding-bottom: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    overflow: visible;
  }

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

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

  .icon-9 {
    color: #fff;
    font-size: 34px;
  }

  .navdarkbutton-2.lightbtn {
    text-align: center;
    text-align: center;
    text-align: center;
    margin-left: 0;
  }

  .menu-button-10, .menu-button-10.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-16 {
    background-color: #0a1c6a;
    padding: 40px 20px 50px;
  }

  .div-block-90 {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .div-block-93 {
    padding-left: 0;
  }

  .header_brand-link {
    max-width: 160px;
  }

  .header_nav-link {
    margin-bottom: 8px;
  }

  .why-button {
    text-align: center;
    letter-spacing: 0;
    padding: 12px 24px;
    font-size: 14px;
  }

  .why-hero {
    min-height: 760px;
    padding-top: 104px;
  }

  .why-hero.why-hero-home {
    min-height: 760px;
    background-image: linear-gradient(to bottom, null, null), url('../images/bg-hero-mobile.webp');
  }

  .hero-h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .hero_subtitle {
    max-width: 100%;
    font-size: 16px;
    line-height: 28px;
  }

  .hero_subtitle.hero-text-bigger {
    font-size: 18px;
  }

  .h2_section {
    font-size: 24px;
    line-height: 36px;
  }

  .h2_section.h2-how-compare {
    max-width: 100%;
  }

  .cta_company-header-subtitle {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
  }

  .container_block, .container_block.is--no-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container_block.container-cta-lp {
    padding-top: 260px;
  }

  .container_block.is--last-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .what-block {
    margin-left: -16px;
    margin-right: -16px;
    padding: 48px 16px;
  }

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

  .magage-grid {
    grid-template-rows: auto minmax(181px, 1fr);
  }

  .differentials-list-item {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .differentials-list-item-icon {
    width: 18%;
    max-width: 50%;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .differentials-list-item-content {
    margin-left: 0;
    padding-left: 0;
  }

  .differentials-list-item-title {
    font-size: 18px;
    line-height: 30px;
  }

  .differentials-list-item-text {
    line-height: 22px;
  }

  .priorities-columns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .priorities-card {
    margin-bottom: 16px;
  }

  .skills_title {
    font-size: 22px;
    line-height: 36px;
  }

  .skills_link {
    transition: opacity .2s ease-out, color .2s;
  }

  .skills_link:hover {
    opacity: .75;
  }

  .testimonials-slider {
    height: 450px;
  }

  .testimonials-slider-arrow, .testimonials-slider-arrow.testimonials-slider-arrow-right {
    bottom: -48px;
  }

  .testimonials-actions-wrapper {
    margin-top: 64px;
  }

  .testimonials-slider-slide-image-holder, .testimonials-slider-slide-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-slider-slide-logo-holder {
    max-width: 100px;
  }

  .testimonials-slider-slide-author {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonials-slider-slide-author-name {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .lastcta_text.is--code-cta {
    max-width: 100%;
    padding-right: 40px;
  }

  .lastcta_actions {
    flex-direction: column;
  }

  .lastcta_holder {
    background-image: linear-gradient(45deg, #c4d9f1 50%, rgba(237, 242, 255, .2));
    padding-left: 16px;
    padding-right: 16px;
  }

  .big_tab {
    width: 100%;
    padding-top: 24px;
  }

  .who-tabs-menu {
    width: 100%;
    border-radius: 24px;
  }

  .big_tabs-tablink {
    opacity: .66;
    text-align: center;
    font-size: 16px;
    transition: opacity .2s ease-in, background-color .2s ease-out;
  }

  .big_tabs-tablink.w--current {
    opacity: 1;
  }

  .big_tabs-tablink.is--tablink-small {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .big_tabs-tab {
    width: 100%;
    padding-top: 0;
  }

  .who-tabs-tab-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .who-tabs-tab-card {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bg-triangle-1 {
    width: 80px;
  }

  .bg-triangle-1.triangle-small {
    width: 60px;
  }

  .bg-triangle-2 {
    width: 80px;
  }

  .bg-triangle-2.triangle-big {
    width: 100px;
  }

  .header_button-mobile, .header_button-mobile.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .header_menu-ico {
    color: #fff;
    font-size: 34px;
  }

  .manage-image {
    padding-left: 0%;
    padding-right: 0%;
  }

  .show-tablet {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .what-slides-mobile {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .what-slider-mobile-mask {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
  }

  .what-slider-mobile-slide-img {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .what-slider-mobile-slide-content {
    width: 100%;
    height: 100%;
    justify-content: center;
    overflow: visible;
  }

  .what-slider-mobile-slide-title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .what-slider-mobile-nav {
    margin-bottom: -45px;
    margin-left: auto;
  }

  .what-slider-mobile-slide-text {
    font-size: 14px;
    line-height: 24px;
  }

  .why-footercontent_2 {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_social {
    width: 100%;
    justify-content: center;
  }

  .footer_text {
    line-height: 24px;
  }

  .footer_brand {
    width: 100%;
    margin-bottom: 24px;
  }

  .header_nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header_nav.is--events {
    background-color: rgba(0, 0, 0, 0);
  }

  .header_nav.is--events.is--hide-mobile {
    display: none;
  }

  .lp-section-title {
    font-size: 24px;
    line-height: 36px;
  }

  .lp-features-list {
    flex-direction: column;
  }

  .lp-features-item {
    max-width: 100%;
    flex-direction: row;
    margin-bottom: 12px;
  }

  .lp-features-image {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .lp-features-text {
    text-align: left;
  }

  .lp-hero-column-left {
    width: 70%;
  }

  .lp-hero-title {
    font-size: 28px;
    line-height: 42px;
  }

  .lp-hero-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 28px;
  }

  .lp-fetures-title {
    font-size: 24px;
    line-height: 36px;
  }

  .radio-text {
    font-size: 11px;
  }

  .buy-input-wrapper {
    width: 100%;
  }

  .buy-input-wrapper.padding-left {
    padding-left: 0;
  }

  .buy-input-wrapper.padding-right {
    padding-right: 0;
  }

  .form-consent-text {
    font-size: 12px;
    line-height: 20px;
  }

  .popup-window {
    width: 100%;
    max-height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-default--button.color-button {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    bottom: auto;
  }

  .radio-button {
    margin-left: -1px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .form-default--input.popup-input {
    padding-left: 12px;
    padding-right: 12px;
  }

  .checkbox-text {
    line-height: 18px;
  }

  .popup-heading {
    font-size: 15px;
  }

  .popup-heading.is--events-download {
    margin-bottom: 24px;
    line-height: 26px;
  }

  .radio-buttons {
    padding-left: 8px;
    padding-right: 8px;
  }

  .company-hero-col-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .company-hero-form-content {
    flex-direction: column;
  }

  .company-hero-form-input {
    margin-bottom: 16px;
  }

  .company-hero-form-button {
    text-align: center;
    letter-spacing: 0;
    padding: 12px 24px;
    font-size: 14px;
  }

  .section-block {
    margin-left: -16px;
    margin-right: -16px;
    padding: 48px 16px;
  }

  .section-block.is--future-of-work {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-block.is--comparison, .section-block.is--cta-company {
    padding-left: 16px;
    padding-right: 16px;
  }

  .company-future-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-future-card.is--card-1.is--abm-pro-variant, .company-future-card.is--card-2.is--abm-pro-variant, .company-future-card.is--card-3.is--abm-pro-variant {
    background-color: var(--white);
  }

  .company-future-icon {
    width: 64px;
    margin-bottom: 12px;
  }

  .item-talents-card {
    padding-left: 9px;
    padding-right: 9px;
  }

  .item-talents-card-image {
    width: 80px;
    margin-right: 16px;
  }

  .item-talents-card-footer-text {
    font-size: 12px;
  }

  .item-talents-card-footer-logo {
    max-width: 48px;
  }

  .item-talents-card-header-title {
    font-size: 18px;
  }

  .item-talents-card-header-text {
    font-size: 12px;
  }

  .case-study-slider {
    height: 450px;
  }

  .case-study-slider-slide-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .case-study-title {
    font-size: 28px;
  }

  .case-study-title.is--company {
    font-size: 20px;
    line-height: 30px;
  }

  .case-study-brand {
    letter-spacing: 0;
  }

  .case-study-slider-slide-image-holder {
    min-height: auto;
    padding: 0;
  }

  .skills_grid-link {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .h3-section {
    font-size: 24px;
    line-height: 36px;
  }

  .professionals-grid {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .professionals-grid-item {
    flex-direction: column;
    padding: 16px;
  }

  .professionals-grid-col-left {
    width: 100%;
    margin-bottom: 24px;
  }

  .professionals-grid-col-right {
    width: 100%;
  }

  .professionals-works-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .professionals-picture {
    margin-bottom: 8px;
  }

  .professionals-picture.is--flat-botom {
    margin-bottom: 0;
  }

  .profesisonals-item-title {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .profesisonals-item-title-link-tag {
    font-size: 12px;
    line-height: 18px;
  }

  .professionals-works-grid-link {
    font-size: 12px;
  }

  .professionals-link-know-more {
    font-size: 14px;
  }

  .professionals-button {
    text-align: center;
    letter-spacing: 0;
    padding: 12px 24px;
    font-size: 14px;
  }

  .company-numbers-item {
    padding: 16px 0;
  }

  .company-numbers-item-text {
    font-size: 14px;
  }

  .company-numbers-item-title {
    min-height: 50px;
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .company-numbers-item-title.is--small {
    font-size: 30px;
  }

  .company-news-item {
    flex-direction: column;
  }

  .company-news-item-icon {
    width: 100%;
  }

  .company-news-item-title {
    font-size: 18px;
  }

  .company-news-item-category {
    font-size: 14px;
  }

  .company-news-item-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .company-hero-title {
    font-size: 28px;
    line-height: 42px;
  }

  .talents-image-column {
    width: 100%;
  }

  .talents-interactive-circle {
    width: 30vw;
    height: 30vw;
  }

  .talents-title-grid {
    font-size: 20px;
  }

  .big_tabs-tablink-text-small {
    font-size: 14px;
  }

  .big_tabs-menu {
    width: 100%;
    border-radius: 24px;
  }

  .skills-card {
    margin-bottom: 16px;
  }

  .hero_h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .hero_h1.is--event-speakers {
    font-size: 28px;
  }

  .skills-drop-btn-text {
    font-size: 14px;
  }

  .skills-content {
    margin-bottom: 16px;
  }

  .why-button-2 {
    text-align: center;
    letter-spacing: 0;
    padding: 12px 24px;
    font-size: 14px;
  }

  .why-button-2.button-ghost.button-in-a-row {
    text-align: center;
    margin-top: 16px;
    margin-left: 0;
  }

  .hero_medium {
    height: 340px;
  }

  .why-case-content-sidebar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .why-case-content-main {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .case_h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .case_content-block {
    font-size: 16px;
  }

  .why-case-box-3cols {
    grid-template-columns: 1fr;
  }

  .case_box-text {
    line-height: 140%;
  }

  .case_h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .case_h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .case_box-number {
    font-size: 32px;
  }

  .case_box-title {
    font-size: 20px;
  }

  .why-case-related-grid {
    grid-template-columns: 1fr;
  }

  .why-case-related-company {
    font-size: 16px;
  }

  .why-clientpart-infos {
    text-align: center;
  }

  .why-clientpart-img-holder {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
    margin-right: 0;
  }

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

  .why-clientpart-actions-holder {
    flex-direction: column;
  }

  .why-clientpart-profile {
    flex-direction: column;
    align-items: center;
  }

  .client-testimonial-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .client-testimonial-quote {
    font-size: 16px;
  }

  .client-testimonial-name {
    font-size: 18px;
  }

  .client-testimonial-role, .client-testimonial-company {
    font-size: 14px;
  }

  .clients-logo-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .clients-cases-grid {
    grid-template-columns: 1fr;
  }

  .banner-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-form-row.margin-bottom-m {
    flex-direction: column;
  }

  .banner-form-column {
    margin-right: 0;
  }

  .banner-form-input {
    font-size: 14px;
  }

  .bg-triangle-3 {
    width: 80px;
  }

  .bg-triangle-3.triangle-big {
    width: 100px;
  }

  .banner-form-text {
    font-size: 14px;
    line-height: 24px;
  }

  .schedule_tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-2 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_events-contact-item {
    width: 100%;
    text-align: left;
    border: 1px #000;
    border-bottom-style: solid;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero_events-contact-item.is--contact-last {
    border-bottom-style: none;
  }

  .hero_events-social {
    margin-bottom: 48px;
  }

  .text-block-18 {
    display: none;
  }

  .footer-bottom-social-2 {
    width: 100%;
    display: block;
  }

  .hero_events-social-text {
    display: none;
  }

  .footer-2 {
    padding-top: 30px;
  }

  .hero_events-social-link {
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .schedule_tab-link {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 20px;
    line-height: 24px;
  }

  .hero_events {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-top: 16px;
  }

  .hero_events.is--speakers {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .nav-menu-18 {
    background-color: #061647;
    position: absolute;
  }

  .social-icon-2 {
    margin-left: 0;
  }

  .brand-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-heading-2 {
    margin-bottom: 6px;
  }

  .hero_events-bgtext {
    font-size: 72px;
    line-height: 72px;
    top: 96px;
    right: -16px;
  }

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

  .nav-bar {
    color: rgba(0, 0, 0, 0);
    background-color: #081d57;
  }

  .hero_events-infos {
    border-left-style: none;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 0;
  }

  .image-50 {
    height: 26px;
    order: -1;
    position: relative;
  }

  .footer-about-2 {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-info {
    column-count: 1;
  }

  .hero_events-social-icon {
    margin-right: 0;
  }

  .hero-contact-icon {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .text-block-10 {
    color: #193278;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .nav-underline {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-16.dark.no-vertical-paddings {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_events-grid-contacts {
    max-height: none;
    flex-wrap: wrap;
    padding: 16px;
  }

  .heading-16.schedule-event-time {
    align-self: flex-start;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-16.schedule-event-info {
    align-self: center;
    font-size: 16px;
    line-height: 20px;
  }

  .speaker-media {
    width: 100%;
  }

  .h2-white {
    font-size: 22px;
  }

  .speaker-2 {
    flex-direction: column;
    margin-top: 0;
  }

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

  .collection-item {
    padding: 10px 0;
  }

  .schedule-event-info-2, .div-block-98 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .res-header-nav-brand {
    width: 160px;
  }

  .eve-button.navbar-cta {
    padding: 8px 14px;
    font-size: 12px;
  }

  .res-header-nav-mobile-button {
    padding-left: 5px;
    padding-right: 5px;
  }

  .res-header-nav-mobile-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .eve-card-title {
    font-size: 22px;
  }

  .eve-card-title.eve-featured-event-title {
    margin-bottom: 12px;
  }

  .eve-card-title.card-post-title {
    margin-bottom: 8px;
  }

  .eve-card-title.eve-card-schedule-title {
    font-size: 22px;
  }

  .eve-card-item-content-header {
    flex-direction: column;
    position: relative;
  }

  .events_card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .events_card.eve-card-highlight {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .events_card.card-no-padding {
    flex-direction: column;
  }

  .eve-card-item-content-infos-header-speakers {
    margin-left: 16px;
    position: absolute;
  }

  .eve-card-item-content-image-holder {
    width: 100%;
    margin-bottom: 12px;
  }

  .eve-card-item-content-image-holder.image-events {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .eve-card-item-content-image-holder.image-events.image-featured-event {
    width: 100%;
    margin-bottom: 24px;
  }

  .eve-title-section {
    font-size: 24px;
    line-height: 32px;
  }

  .eve-card-item-content-infos-header-left {
    width: 100%;
    margin-right: 0;
  }

  .eve-card-footer-details-block-divider {
    display: none;
  }

  .eve-card-footer-details-block {
    margin-bottom: 8px;
  }

  .eve-card-tag {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .eve-card-item-content {
    position: relative;
    overflow: visible;
  }

  .eve-card-item-content.eve-content-card-speaker {
    flex-direction: column;
  }

  .eve-card-item-content.eve-content-card-schedule {
    flex-direction: column;
    align-items: flex-start;
  }

  .eve-card-item-content-image {
    border-radius: 8px;
  }

  .eve-card-post-summary {
    font-size: 14px;
  }

  .eve-card-item-content-image-copy {
    max-width: 100%;
    padding: 0;
  }

  .eve-card-item-content-header-post {
    flex-direction: column;
  }

  .res-footer-about {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-3 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .eve-hero-event-footer-social {
    margin-left: 12px;
  }

  .eve-hero-event-details-block-divider {
    width: 60px;
    height: 1px;
    opacity: .2;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hero_events-date {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .eve-hero-event-details-block {
    margin-bottom: 12px;
  }

  .eve-hero-event-footer-details-title {
    margin-bottom: 0;
    font-size: 14px;
  }

  .eve-hero-event-footer-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .eve-speakers-item {
    min-width: 240px;
  }

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

  .splide {
    height: auto;
  }

  .splide__track {
    padding-bottom: 0;
  }

  .eve-card-item-content-schedule-date-text {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .eve-card-item-content-infos-header-brand {
    max-width: 80px;
  }

  .banner-lastcta-title-2.max-size-60 {
    font-size: 24px;
    line-height: 28px;
  }

  .navigation-link.mobile {
    float: left;
    clear: left;
    flex: 1;
    justify-content: space-around;
    margin: 0 auto 0 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .button-11.full {
    width: auto;
    min-width: 280px;
    text-align: center;
    flex: 1;
    justify-content: space-around;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .image-53 {
    max-height: 26px;
    float: left;
    object-fit: scale-down;
    object-position: 0% 50%;
  }

  .nav-menu-19.scroll-menu {
    max-height: none;
    background-color: #fff;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-99 {
    float: left;
    clear: left;
    text-align: center;
    flex-direction: row;
    flex: 1;
    order: 0;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .scroll-navigation {
    position: -webkit-sticky;
    position: sticky;
  }

  .navigation {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-15 {
    position: fixed;
  }

  .line-menu.on-mobile {
    display: none;
  }

  .text-block-20 {
    min-width: 280px;
    color: #193278;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    display: flex;
  }

  .container-37 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .menu-button-13 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-13.w--open {
    color: #193278;
    background-color: rgba(0, 0, 0, 0);
  }

  .smaller-font-2 {
    font-size: 20px;
  }

  .cta-info-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
  }

  .paragraph-9 {
    font-size: 14px;
    line-height: 160%;
  }

  .button-12.color-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 160%;
  }

  .footer-social-line {
    width: 24px;
    flex: 1;
    margin-left: 12px;
    margin-right: 4px;
  }

  .res-category-filter-link {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
  }

  .res-footer-link {
    font-size: 14px;
  }

  .res-footer-wrapper {
    padding-top: 30px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .res-card-item-content {
    position: relative;
    overflow: visible;
  }

  .res-card-item-content-infos-header {
    flex-direction: column;
  }

  .res-card-category-text {
    padding-left: 0;
    padding-right: 0;
  }

  .res-card-links-wrapper {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .res-card-title {
    font-size: 22px;
  }

  .res-card-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .res-card-text {
    font-size: 14px;
  }

  .case-study-image {
    width: 100%;
    height: auto;
    position: static;
  }

  .item-talents-card-holder {
    padding-left: 9px;
    padding-right: 9px;
  }

  .title_xxl {
    font-size: 28px;
    line-height: 42px;
  }

  .title_xl {
    font-size: 24px;
    line-height: 36px;
  }

  .title_l {
    font-size: 22px;
    line-height: 36px;
  }

  .title_m {
    font-size: 16px;
    line-height: 30px;
  }

  .title_s {
    font-size: 16px;
  }

  .title_xs {
    font-size: 15px;
  }

  .copy_l {
    font-size: 14px;
    line-height: 22px;
  }

  .copy_m {
    font-size: 13px;
    line-height: 22px;
  }

  .button_primary {
    text-align: center;
  }

  .button_primary.is--ghost.is--in-a-column {
    margin-top: 16px;
    margin-left: 0;
  }

  .button_primary.is--in-a-row {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer_row {
    flex-wrap: wrap;
  }

  .footer_row-column.is--brand {
    max-width: 100%;
  }

  .footer_row-column.is--menu {
    width: 100%;
  }

  .footer_row-column.is--second-row {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }

  .footer_menu {
    width: 40%;
    display: flex;
  }

  .footer_menu-title {
    font-family: Adellesansext;
  }

  .footer_social-link {
    margin-right: 16px;
  }

  .navbar {
    margin: 0;
  }

  .nav-special-button.is--events-cta {
    margin-left: 10px;
  }

  .lastcta_bg-image {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .button_header-menu {
    padding: 8px 12px;
  }

  .hero-bg-text {
    font-size: 72px;
    line-height: 72px;
    top: 96px;
    right: -16px;
  }

  .fullcta_text {
    font-size: 14px;
    line-height: 160%;
  }

  .case_box-quote {
    line-height: 140%;
  }

  .splide__slide {
    margin-right: 0;
  }

  .splide-controls.is--hide {
    display: none;
  }

  .testimonials-slider-slide-author-name-2 {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .h2-section {
    font-size: 24px;
    line-height: 36px;
  }

  .container-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-button-3 {
    text-align: center;
    letter-spacing: 0;
    padding: 12px 24px;
    font-size: 14px;
  }

  .skills-grid-link {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .priorities_subtitle {
    flex: 1;
    margin-top: 12px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .eve-speakers-item-slide {
    height: auto;
    min-width: 90em;
  }

  .header_brand-label {
    display: none;
  }

  .footer_social-linkitem {
    text-align: center;
    margin-left: 0;
  }

  .footer_left {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer_content2 {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.is--company-page {
    height: auto;
    flex-direction: column;
  }

  .section.is--join-future.is--abm-professionals-variant {
    background-color: #edf2ff;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.is--company-page-light {
    height: auto;
    flex-direction: column;
  }

  .display_xl {
    font-size: 24px;
    line-height: 36px;
  }

  .display_lg {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }

  .display_2xl {
    font-size: 36px;
    line-height: 42px;
  }

  .display_xs {
    max-width: 100%;
    font-size: 16px;
    line-height: 28px;
  }

  .company_talent-column {
    padding-left: 16px;
    padding-right: 16px;
  }

  .company_talent-column.is--even.is--first {
    padding-top: 160px;
  }

  .talent-badge_item {
    width: 160px;
  }

  .talent-badge_item.is--company-card {
    min-height: 150px;
  }

  .talent-badge_title {
    font-size: 18px;
  }

  .talent-badge_image {
    max-width: 80px;
  }

  .talent-badge_tag {
    font-size: 10px;
  }

  .talent-badge_logo {
    max-width: 80px;
  }

  .hero_company-animation-wrapper {
    height: 360px;
    padding-left: 0;
    position: relative;
  }

  .hero_copmany-shadow-bottom {
    background-image: linear-gradient(#06175f, rgba(6, 23, 95, .3) 30%, rgba(6, 23, 95, 0) 72%, #06175f 99%);
  }

  .block_code {
    padding-top: 36px;
  }

  .code_copybtn {
    top: 4px;
    right: 4px;
  }

  .glass_card {
    max-height: 140px;
    max-width: 240px;
  }

  .glass_title-second {
    margin-bottom: 40px;
    font-size: 60px;
  }

  .glass_title-first {
    font-size: 100px;
  }

  .utilitypages_hero {
    min-height: 760px;
    padding-top: 104px;
  }

  .hero_copmany-shadow-right {
    display: none;
  }

  .cta_company-header {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    align-items: center;
  }

  .cta_company-image {
    margin-bottom: 24px;
  }

  .cta_company-form-holder {
    width: 100%;
  }

  .talent_card-role, .talents_card-previously {
    font-size: 12px;
  }

  .header-section.is--flex-left {
    align-items: center;
  }

  .clients_wall-title {
    font-size: 14px;
  }

  .bg-company-hero {
    height: 360px;
  }

  .company-hero-image-holder {
    width: 246px;
    margin-right: 24px;
  }

  .copmany-hero-image-position {
    padding: 120px 16px;
  }

  .hero-image-logo {
    width: 80%;
    bottom: -40%;
  }

  .copmany-image-thumb-border {
    border-width: 1px;
    transform: translate(12px, 12px);
  }

  .copmany-image-thumb {
    width: 240px;
    height: 150px;
    object-fit: contain;
  }

  .hero-image-logo-card {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-image-logo-border {
    border-width: 1px;
    transform: translate(12px, 12px);
  }

  .co_hero-col-left {
    padding-top: 40px;
  }

  .numbers_co-card {
    padding: 16px 0;
  }

  .numbers_co-number {
    min-height: 40px;
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .numbers_co-text {
    font-size: 12px;
    line-height: 16px;
  }

  .co_how {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .co_how-card {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .co_how-title {
    font-size: 20px;
    line-height: 28px;
  }

  .co_talents-card {
    padding-left: 9px;
    padding-right: 9px;
  }

  .co_talents-card.is--white {
    width: 100%;
  }

  .capabilities_block-content {
    grid-template-columns: 1fr 1fr;
  }

  .capabilities_block-link {
    font-size: 14px;
  }

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

  .les_method-grid-item {
    font-size: 14px;
  }

  .les_method-grid-item-text {
    grid-template-columns: 1fr 1fr;
  }

  .les_method-header-title-text {
    font-size: 18px;
  }

  .container_block_1240 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container_block_1240.is--company-hero {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_223b9d42-dc6f-1b78-38f6-b73425775ece-f883d67a {
  align-self: center;
}

#w-node-_0187d14c-07c8-814b-c6c6-2983a8761ade-a8761ade {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9b448718-6840-0fc6-5034-b6dd6d1b318a-3583d707, #w-node-_5563fd9b-c8fd-994c-6f1f-40deb84633ff-3583d707, #w-node-_30fe8261-dffe-ee8d-fcbe-0489a2dcc4a0-3583d707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_907bc401-80a5-96de-3ff9-ee9bc9435e68-3583d707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6aae0c7d-585a-646a-ae6c-99379462d022-3583d707 {
  grid-area: Area-12;
}

#w-node-_7142dabb-c34d-b249-1a08-2ad5d84c5270-3583d707 {
  grid-area: Area-6;
}

#w-node-e6a71667-8de3-a74f-ba5c-deba0aad602e-3583d707 {
  grid-area: Area-10;
}

#w-node-_1519af8c-6da1-7a04-97c2-065bbd53dd9c-3583d707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bfe5672-afd0-0afe-08f6-b2b12f0cbbc3-3583d707 {
  grid-area: Area-11;
}

#w-node-f14b824e-205f-7389-4ec2-0d785aab2504-3583d707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c1e0832-ef0f-3f1a-d6f2-b92df5f63a7e-3583d707 {
  grid-area: Area-9;
}

#w-node-_3c8716e0-8d7e-8373-7737-460e8fc4458e-3583d707 {
  grid-area: Area;
}

#w-node-_5548e2aa-f5ed-f12b-2865-b1067f1f2769-3583d707 {
  grid-area: Area-7;
}

#w-node-_609172c2-5320-f3cf-038d-125142a915cf-3583d707, #w-node-_2b435a82-fd53-361f-cd58-2e29ba6d990c-f883d758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bef32e2-bc62-996b-828b-38c60c6e5f49-f883d758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_0bef32e2-bc62-996b-828b-38c60c6e5f4e-f883d758, #w-node-_0bef32e2-bc62-996b-828b-38c60c6e5f4c-f883d758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7b2f13f6-151f-6fa5-e2af-3e5b04279b06-f883d758, #w-node-_7b2f13f6-151f-6fa5-e2af-3e5b04279b0c-f883d758 {
  order: 9999;
}

#w-node-_7b2f13f6-151f-6fa5-e2af-3e5b04279b0f-f883d758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b2f13f6-151f-6fa5-e2af-3e5b04279b11-f883d758 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-a276b420-4a84-133b-44ed-4c516d5c9f76-a683d767 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_223b9d42-dc6f-1b78-38f6-b73425775ece-b983d773 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_223b9d42-dc6f-1b78-38f6-b73425775ece-f883d67a, #w-node-_223b9d42-dc6f-1b78-38f6-b73425775ece-b983d773 {
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_0bef32e2-bc62-996b-828b-38c60c6e5f4e-f883d758 {
    justify-self: auto;
  }

  #w-node-_0bef32e2-bc62-996b-828b-38c60c6e5f4c-f883d758 {
    align-self: center;
  }

  #w-node-_7b2f13f6-151f-6fa5-e2af-3e5b04279b0f-f883d758 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_7b2f13f6-151f-6fa5-e2af-3e5b04279b11-f883d758 {
    order: 9999;
    justify-self: baseline;
  }
}


@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-Bold.woff2') format('woff2'), url('../fonts/AdelleSans-Extrabold.woff2') format('woff2'), url('../fonts/AdelleSans-Bold.eot') format('embedded-opentype'), url('../fonts/AdelleSans-Extrabold.eot') format('embedded-opentype'), url('../fonts/AdelleSans-Bold.woff') format('woff'), url('../fonts/AdelleSans-Extrabold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-BoldItalic.woff2') format('woff2'), url('../fonts/AdelleSans-ExtraboldItalic.woff2') format('woff2'), url('../fonts/AdelleSans-BoldItalic.eot') format('embedded-opentype'), url('../fonts/AdelleSans-ExtraboldItalic.eot') format('embedded-opentype'), url('../fonts/AdelleSans-BoldItalic.woff') format('woff'), url('../fonts/AdelleSans-ExtraboldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-Thin.woff2') format('woff2'), url('../fonts/AdelleSans-Ultrathin.woff2') format('woff2'), url('../fonts/AdelleSans-Thin.eot') format('embedded-opentype'), url('../fonts/AdelleSans-Ultrathin.eot') format('embedded-opentype'), url('../fonts/AdelleSans-Thin.woff') format('woff'), url('../fonts/AdelleSans-Ultrathin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-ThinItalic.woff2') format('woff2'), url('../fonts/AdelleSans-UltrathinItalic.woff2') format('woff2'), url('../fonts/AdelleSans-ThinItalic.eot') format('embedded-opentype'), url('../fonts/AdelleSans-UltrathinItalic.eot') format('embedded-opentype'), url('../fonts/AdelleSans-ThinItalic.woff') format('woff'), url('../fonts/AdelleSans-UltrathinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-Heavy.woff2') format('woff2'), url('../fonts/AdelleSans-Heavy.eot') format('embedded-opentype'), url('../fonts/AdelleSans-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-HeavyItalic.woff2') format('woff2'), url('../fonts/AdelleSans-HeavyItalic.eot') format('embedded-opentype'), url('../fonts/AdelleSans-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-Italic.woff2') format('woff2'), url('../fonts/AdelleSans-Italic.eot') format('embedded-opentype'), url('../fonts/AdelleSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-Light.woff2') format('woff2'), url('../fonts/AdelleSans-Light.eot') format('embedded-opentype'), url('../fonts/AdelleSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-LightItalic.woff2') format('woff2'), url('../fonts/AdelleSans-LightItalic.eot') format('embedded-opentype'), url('../fonts/AdelleSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-Regular.woff2') format('woff2'), url('../fonts/AdelleSans-Regular.eot') format('embedded-opentype'), url('../fonts/AdelleSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-Semibold.woff2') format('woff2'), url('../fonts/AdelleSans-Semibold.eot') format('embedded-opentype'), url('../fonts/AdelleSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AdellesansOptimized';
  src: url('../fonts/AdelleSans-SemiboldItalic.woff2') format('woff2'), url('../fonts/AdelleSans-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/AdelleSans-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}