@font-face {
  font-family: "Font Awesome 6 Pro 300";
  src: url('../fonts/Font-Awesome-6-Pro-Light-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Pro 400";
  src: url('../fonts/Font-Awesome-6-Pro-Regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Pro Solid 900";
  src: url('../fonts/Font-Awesome-6-Pro-Solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Pro 100";
  src: url('../fonts/Font-Awesome-6-Pro-Thin-100.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #000;
  --size-2: 16px;
  --size-4: 32px;
  --size-5: 40px;
  --size-8: 64px;
  --size-6: 48px;
  --orange-accent: #ff4d00;
  --size-3: 24px;
  --white: white;
  --grey: #e5e5e5;
  --color: #fff0;
  --size-1: 8px;
  --size-7: 56px;
  --heading: "IBM Plex Sans", sans-serif;
  --body: Inter, sans-serif;
  --button: "Source Sans 3", sans-serif;
  --icons: "Font Awesome 6 Pro 300", Arial, sans-serif;
}

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

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

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

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 74px;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 47px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 42px;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

h6 {
  color: var(--black);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourcesanspro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

p {
  color: var(--black);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

a {
  text-decoration: none;
}

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

li {
  margin-bottom: var(--size-2);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

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

.section.is--title {
  padding-top: 120px;
}

.section.is--title.is--homepage {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.is--last-child {
  padding-bottom: 120px;
}

.section.is--last-child.is--homepage {
  padding-top: 0;
}

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

.section.is--lone-child {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container {
  z-index: 1;
  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 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 90%;
  display: grid;
  position: relative;
}

.container.is--size-4 {
  grid-row-gap: var(--size-4);
}

.container.is--size-5 {
  grid-row-gap: var(--size-5);
}

.container.is--size-8 {
  grid-row-gap: var(--size-8);
}

.container.is--size-6 {
  grid-row-gap: var(--size-6);
}

.text-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-wrapper.is--space-between {
  justify-content: space-between;
}

.text-wrapper.is--space-between.is--center {
  align-items: center;
}

.text-wrapper.is--space-between.is--center.is--horizontal {
  flex-flow: row;
  height: 100px;
}

.text-wrapper.is--size-8 {
  grid-column-gap: var(--size-8);
  grid-row-gap: var(--size-8);
}

.text-wrapper.is--horizontal {
  flex-flow: row;
}

.text-wrapper.is--horizontal.is--left-border {
  padding-left: var(--size-2);
  border-left: 3px solid var(--orange-accent);
}

.text-wrapper.is--horizontal.is--size-4 {
  grid-column-gap: var(--size-4);
  grid-row-gap: var(--size-4);
}

.text-wrapper.is--horizontal.is--left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-wrapper.is--size-3 {
  grid-column-gap: var(--size-3);
  grid-row-gap: var(--size-3);
}

.text-wrapper.is--left-border {
  padding-left: var(--size-3);
  border-left: 3px solid var(--orange-accent);
}

.text-wrapper.is--left-border.is--size-4 {
  grid-column-gap: var(--size-4);
  grid-row-gap: var(--size-4);
}

.text-wrapper.is--left-border.is--size-4.is--left-padding-6 {
  padding-left: var(--size-6);
}

.text-wrapper.is--center {
  align-items: center;
}

.text-wrapper.is--size-4 {
  grid-column-gap: var(--size-4);
  grid-row-gap: var(--size-4);
}

.text-wrapper.is--size-6 {
  grid-column-gap: var(--size-6);
  grid-row-gap: var(--size-6);
}

.text-wrapper.is--career-highlights {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-wrapper.is--h3-style {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.navbar {
  background-color: var(--white);
  position: sticky;
  top: 0;
  height: 100px !important;
}

.logo-wrapper {
  padding: var(--size-2);
}

.logo-wrapper.w--current {
  height: 100px;
}

.nav-container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2.5%;
  padding-right: 2.5%;
  height: 100px;
}

.nav-menu {
  grid-column-gap: var(--size-4);
  grid-row-gap: var(--size-4);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  border-bottom: 2px solid var(--color);
  color: var(--black);
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 8px 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  border-bottom: 2px solid #000;
}

.nav-link.w--current {
  color: var(--orange-accent);
}

.c-search_button {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.c-search_button:hover {
  background-color: #ced6e3;
  border-color: #e5e4de80;
}

.c-search_button.opens-search:hover {
  background-color: #e4e8f1;
}

.button-wrapper {
  display: flex;
}

.primary-bttn {
  border: 2px solid var(--orange-accent);
  background-color: var(--orange-accent);
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  padding: 14px 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .5s;
}

.primary-bttn:hover {
  border: 2px solid var(--orange-accent);
  background-color: var(--white);
  color: var(--orange-accent);
  transform: translate(0, -2px);
}

.primary-bttn.is--white {
  grid-column-gap: var(--size-1);
  grid-row-gap: var(--size-1);
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
  display: flex;
}

.primary-bttn.is--white:hover {
  background-color: var(--black);
  color: var(--white);
}

.primary-bttn.is--horizontal {
  grid-column-gap: var(--size-1);
  grid-row-gap: var(--size-1);
  display: flex;
}

.primary-bttn.is--horizontal.is--inverse {
  background-color: var(--white);
  color: var(--orange-accent);
}

.primary-bttn.is--horizontal.is--inverse:hover {
  background-color: var(--orange-accent);
  color: var(--white);
}

.is--nav-underline {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.is--orange {
  color: var(--orange-accent);
}

.is--orange.is--underline {
  text-decoration: underline;
}

.is--orange.is--bold {
  font-weight: 600;
}

.is--orange.is--icon {
  font-family: "Font Awesome 6 Pro 300", Arial, sans-serif;
}

.is--orange.is--icon.is--bold {
  font-family: "Font Awesome 6 Pro Solid 900", Arial, sans-serif;
  font-weight: 600;
}

.is--orange.is--icon.is--bold.is--center-align {
  text-align: center;
}

.homepage-animation {
  background-color: var(--black);
  box-shadow: 20px 20px 0 0 var(--orange-accent);
  border-radius: 20px;
  height: 400px;
  padding: 40px 40px 60px 50px;
}

.homepage-animation.is--size-8 {
  grid-column-gap: var(--size-8);
  grid-row-gap: var(--size-8);
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.is--white.is--hidden {
  display: none;
}

.is--white.is--animation-height {
  line-height: 40px;
}

.is--white.is--hover-effect:hover {
  color: var(--orange-accent);
}

.div-wrapper.is--col-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-wrapper.is--col-2.is--right-large {
  grid-template-columns: .5fr 1fr;
}

.div-wrapper.is--col-2.is--left-large {
  grid-template-columns: 1fr .5fr;
}

.div-wrapper.is--col-2.is--icon-columns {
  grid-template-columns: 100px 1fr;
}

.div-wrapper.is--col-2.is--size-7 {
  grid-column-gap: var(--size-7);
  grid-row-gap: var(--size-7);
}

.div-wrapper.is--col-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-wrapper.is--career-highlights {
  grid-column-gap: 16px;
  grid-row-gap: var(--size-5);
  grid-template-rows: auto;
  grid-template-columns: .5fr 40px 1fr 40px .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-wrapper.is--career-highlights.is--desktop-hidden {
  display: none;
}

.p2 {
  font-size: 16px;
  line-height: 24px;
}

.p2.is--white.is--center-align {
  text-align: center;
}

.is--icon {
  font-family: "Font Awesome 6 Pro 400", Arial, sans-serif;
}

.is--bold {
  font-weight: 600;
}

.p3 {
  font-size: 12px;
  line-height: 16px;
}

.is--bottom-border {
  border-bottom: 3px solid var(--orange-accent);
}

.is--divider {
  background-color: var(--orange-accent);
  width: 3px;
  height: 100%;
}

.is--horizontal-line {
  background-color: var(--orange-accent);
  width: 100%;
  height: 3px;
}

.is--light {
  font-weight: 300;
}

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

.is--light.is--orange.is--link-hover:hover {
  color: #ff773c;
}

.is--height-adjusted {
  line-height: 25px;
}

.is--h6-large {
  font-size: 25px;
  line-height: 35px;
}

.is--h6-large.is--tablet-onwards {
  display: none;
}

.is--vertical-line {
  background-color: var(--orange-accent);
  width: 2px;
  height: 100%;
}

.card {
  padding: var(--size-3);
  border: 1px solid var(--orange-accent);
  border-radius: var(--size-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.text-underline {
  z-index: 999;
  background-color: var(--orange-accent);
  width: 35%;
  height: 3px;
  padding-bottom: 0;
  position: absolute;
  top: 95%;
  bottom: 0%;
  left: 30%;
  transform: translate(0);
}

.text-span, .text-span-2 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange-accent);
  text-decoration-color: var(--orange-accent);
  text-underline-position: under;
}

.text-span-3 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange-accent);
  text-decoration-color: var(--orange-accent);
  text-underline-position: under;
  text-decoration-style: solid;
}

.p1.is--grey-lightest, .is--grey-lightest {
  color: #f2f6fa;
}

.navlink-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.p1-icon {
  color: #0a2342;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.p1-icon.is--white {
  color: #fff;
}

.p1-icon.is--white.is--bold {
  margin-bottom: 0;
}

.subset-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  position: static;
}

.is--mobile-hamburger {
  background-color: #0a2342;
  height: 100vh;
  padding-top: 15vh;
  display: none;
}

.is--mobile-hamburger.is--custom-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.p2-2 {
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
}

.p2-2.is--grey-lightest {
  background-color: #0000;
}

.nav__link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.nav__link:hover {
  color: #adb6cd;
}

@media screen and (min-width: 1440px) {
  .container {
    grid-column-gap: 16px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 53px;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2em;
  }

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

  .section.is--title {
    padding-top: 56px;
  }

  .section.is--last-child {
    padding-bottom: 56px;
  }

  .container {
    grid-template-rows: auto;
    width: 90%;
    max-width: 90%;
    overflow: hidden;
  }

  .text-wrapper {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .text-wrapper.is--horizontal.is--tablet-left-align {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar {
    border-bottom: 1px solid var(--grey);
  }

  .logo-wrapper.w--current {
    height: auto;
  }

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

  .nav-menu {
    padding: var(--size-3) var(--size-6) var(--size-6);
    background-color: var(--white);
    flex-flow: column;
    position: relative;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .button-wrapper.is--nav-button {
    padding-top: var(--size-2);
  }

  .is--nav-underline {
    display: none;
  }

  .homepage-animation {
    height: 450px;
    margin-bottom: 50px;
  }

  .div-wrapper.is--col-2.is--right-large {
    grid-template-columns: 1fr;
  }

  .div-wrapper.is--col-2.is--right-large.is--tablet-size-4 {
    grid-column-gap: var(--size-4);
    grid-row-gap: var(--size-4);
  }

  .is--h6-large.is--tablet-onwards {
    display: flex;
  }

  .is--h6-large.is--desktop-only {
    display: none;
  }

  .p1.is--grey-lightest {
    order: 0;
  }

  .navlink-wrapper {
    justify-content: center;
    display: flex;
  }

  .navlink-wrapper.product-links {
    margin-top: 16px;
    padding-bottom: 0;
  }

  .navlink-wrapper.solution-links {
    margin-top: 16px;
  }

  .navlink-wrapper.resources-links, .navlink-wrapper.company-links {
    margin-top: 16px;
    padding-bottom: 0;
  }

  .p1-icon.is--white.is--bold.is--icon.no-space {
    float: left;
    cursor: pointer;
    margin-right: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .hamburger-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

  .subset-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .subset-wrapper.is--hamburger {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .subset-wrapper.is--hamburger.no-space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .is--mobile-hamburger {
    z-index: 5;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-left: auto;
    padding: 5%;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% 40%;
  }

  .is--mobile-hamburger.is--custom-style {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    inset: 0%;
  }

  .hr-line {
    color: #7984a0;
    background-color: #7984a0;
    width: 100%;
    height: .5px;
    max-height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hr-line.last {
    margin-top: 16px;
    padding-bottom: 0;
  }

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

  .navlink-container.product, .navlink-container.resources, .navlink-container.company {
    cursor: pointer;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navlink-container.solutions {
    cursor: pointer;
  }

  .right-align {
    float: right;
  }

  .nav__link.mobile, .nav__link.mobile.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.2em;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
    line-height: 1.3em;
  }

  h5 {
    font-size: 18px;
    line-height: 1.5em;
  }

  p, li {
    font-size: 16px;
    line-height: 1.5em;
  }

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

  .section.is--lone-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .container.is--size-8.is--mobile-size-4 {
    grid-row-gap: var(--size-4);
  }

  .text-wrapper.is--size-8.is--mobile-size-4 {
    grid-column-gap: var(--size-4);
    grid-row-gap: var(--size-4);
  }

  .text-wrapper.is--h3-style {
    font-size: 22px;
    line-height: 1.3em;
  }

  .is--orange.is--icon.is--bold.is--center-align.is--mobile-icon {
    text-align: left;
    font-size: 50px;
  }

  .homepage-animation {
    height: 450px;
  }

  .is--white.is--animation-height {
    font-size: 22px;
    line-height: 1.3em;
  }

  .div-wrapper.is--col-2.is--left-large {
    grid-column-gap: var(--size-6);
    grid-row-gap: var(--size-6);
    grid-template-columns: 1fr;
  }

  .div-wrapper.is--col-2.is--icon-columns, .div-wrapper.is--col-2.is--size-7 {
    grid-template-columns: 1fr;
  }

  .div-wrapper.is--col-2.is--size-7.is--mobile-size-4 {
    grid-column-gap: var(--size-4);
    grid-row-gap: var(--size-4);
  }

  .div-wrapper.is--career-highlights {
    grid-row-gap: var(--size-2);
  }

  .div-wrapper.is--career-highlights.is--mobile-hidden {
    display: none;
  }

  .div-wrapper.is--career-highlights.is--desktop-hidden {
    grid-row-gap: var(--size-4);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .is--horizontal-line.is--thinner {
    width: 80%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }

  .p1.is--grey-lightest {
    order: 0;
  }

  .p1-icon {
    line-height: 1.5em;
  }

  .subset-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .is--mobile-hamburger {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    padding: 7%;
    display: none;
    left: 0%;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 20px;
  }

  .section.is--title {
    padding-top: 46px;
  }

  .section.is--last-child {
    padding-bottom: 48px;
  }

  .section.is--last-child.is--bottom-padding-small {
    padding-bottom: 24px;
  }

  .section.is--last-child.is--homepage {
    padding-top: 0;
  }

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

  .section.is--lone-child {
    padding-bottom: 48px;
  }

  .text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
  }

  .text-wrapper.is--horizontal.is--size-4.is--mobile-vertical {
    flex-flow: column;
  }

  .text-wrapper.is--horizontal.is--size-4.is--mobile-vertical.is--mobile-size-2 {
    grid-column-gap: var(--size-2);
    grid-row-gap: var(--size-2);
  }

  .text-wrapper.is--left-border.is--size-4.is--left-padding-6 {
    padding-left: var(--size-3);
  }

  .text-wrapper.is--h3-style {
    font-size: 18px;
    line-height: 1.2em;
  }

  .text-wrapper.is--mobile-center {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    width: 100%;
  }

  .c-search_button {
    width: 40px;
    height: 40px;
  }

  .homepage-animation {
    box-shadow: 20px 20px 0 0 var(--orange-accent);
    height: 430px;
    padding: 20px 20px 40px 30px;
  }

  .is--white.is--animation-height {
    font-size: 18px;
    line-height: 1.2em;
  }

  .div-wrapper.is--career-highlights.is--desktop-hidden {
    grid-row-gap: var(--size-4);
    grid-template-columns: 1fr;
  }

  .is--divider.is--mobile-horizontal {
    width: 20%;
    height: 2px;
  }

  .is--horizontal-line.is--thinner {
    width: 80%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }

  .is--h6-large {
    font-size: 18px;
    line-height: 1.2em;
  }

  .p1.is--grey-lightest {
    text-align: left;
    order: 0;
  }

  .navlink-wrapper.solution-links {
    margin-top: 16px;
  }

  .p1-icon.is--white.is--bold.is--icon.no-space {
    width: 50%;
  }

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

  .is--mobile-hamburger {
    grid-row-gap: 40px;
    align-content: start;
    padding: 10%;
  }

  .is--mobile-hamburger.is--custom-style {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    overflow: scroll;
  }

  .navlink-container.solutions {
    cursor: pointer;
  }

  .p2-2 {
    line-height: 1.5em;
  }

  .p2-2.is--grey-lightest.is--icon {
    font-family: "Font Awesome 6 Pro 300", Arial, sans-serif;
  }

  .p2-2.is--grey-lightest.is--icon.is--normal {
    font-family: "Font Awesome 6 Pro 400", Arial, sans-serif;
    font-weight: 400;
  }

  .nav__link.is--top-align {
    align-items: flex-start;
  }

  .nav__link.is--top-align.is--padding-left-1 {
    padding-left: 8px;
  }

  .heading {
    font-size: 22px;
  }

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

#w-node-_50e445ea-8249-20c3-ecdd-8619bd298741-032d74c5 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-afc8f14a-5139-37d2-540a-974259c030dc-032d74c5 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-f73087e1-cc24-d2aa-bfa8-33e141e2a34f-032d74c5 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_6376c680-b150-706b-5427-001bff800353-ff800351 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_6376c680-b150-706b-5427-001bff80037e-ff800351 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_6376c680-b150-706b-5427-001bff800383-ff800351 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_87f22b97-38bc-a859-9cb0-744145356233-249d0cb2, #w-node-_37d6944c-095d-b11e-0888-1aaa62f25c34-249d0cb2, #w-node-_87f22b97-38bc-a859-9cb0-744145356233-a5ff2f54, #w-node-_37d6944c-095d-b11e-0888-1aaa62f25c34-a5ff2f54, #w-node-_87f22b97-38bc-a859-9cb0-744145356233-1486c16b, #w-node-_37d6944c-095d-b11e-0888-1aaa62f25c34-1486c16b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-ff680704-993a-92e7-8836-2a8d7bd91ab0-1486c16b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9214db94-fe36-8629-a1dc-24939acac7d3-1486c16b {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_87f22b97-38bc-a859-9cb0-744145356233-3db88901 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-a26c6620-f58f-059e-9518-b76d631c9684-3db88901 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_3f32900d-4c01-9c08-8609-739733e4da80-3db88901 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_437f70cc-cb76-48bb-1069-e4ddc6f0ac0d-3db88901 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c7c444ad-80a8-21a5-cb13-1817783f207f-3db88901 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_87f22b97-38bc-a859-9cb0-744145356233-b99befb8 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_98db3305-fa45-ff97-900b-0122705090de-b99befb8 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-f4d2be05-ec18-5554-3642-8c353bbdf637-b99befb8 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-fff11c44-607c-c01b-779b-610340698957-b99befb8 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_38f6e793-30d7-3c75-a6d6-0bc8998ae3cd-b99befb8 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_4dbbd083-e4c2-009a-1094-ef1fa02935b6-b99befb8, #w-node-_106b8041-518a-81c4-772e-cf003aa0998f-b99befb8 {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: center;
}

#w-node-d821e0b1-dbc2-d10e-1deb-fc5b9baa4bb4-b99befb8 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-e479cfa0-3598-03b2-7736-640f5e529842-b99befb8 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_9234e34a-acf0-55d7-2500-0905cd9e22f7-b99befb8 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_6c41feed-19c7-7399-2161-c359c61949c7-b99befb8 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_85e14e7f-945b-75f2-8517-f656058f1eb5-b99befb8 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_40b80403-f368-6b64-2399-947f7eea466d-d6404477 {
  grid-area: 1 / 2 / 2 / 12;
}

@media screen and (min-width: 1440px) {
  #w-node-afc8f14a-5139-37d2-540a-974259c030dc-032d74c5 {
    grid-area: 1 / 1 / 2 / 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-afc8f14a-5139-37d2-540a-974259c030dc-032d74c5 {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_6376c680-b150-706b-5427-001bff800353-ff800351 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_6376c680-b150-706b-5427-001bff80037e-ff800351 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-b4776683-de02-f450-6fdb-1164896b38ab-896b38a9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b4776683-de02-f450-6fdb-1164896b38ba-896b38a9 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-_87f22b97-38bc-a859-9cb0-744145356233-249d0cb2, #w-node-_37d6944c-095d-b11e-0888-1aaa62f25c34-249d0cb2, #w-node-_87f22b97-38bc-a859-9cb0-744145356233-a5ff2f54, #w-node-_37d6944c-095d-b11e-0888-1aaa62f25c34-a5ff2f54, #w-node-_87f22b97-38bc-a859-9cb0-744145356233-1486c16b, #w-node-_37d6944c-095d-b11e-0888-1aaa62f25c34-1486c16b {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_9214db94-fe36-8629-a1dc-24939acac7d3-1486c16b {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_87f22b97-38bc-a859-9cb0-744145356233-b99befb8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_98db3305-fa45-ff97-900b-0122705090de-b99befb8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-f4d2be05-ec18-5554-3642-8c353bbdf637-b99befb8 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-fff11c44-607c-c01b-779b-610340698957-b99befb8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_38f6e793-30d7-3c75-a6d6-0bc8998ae3cd-b99befb8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-d821e0b1-dbc2-d10e-1deb-fc5b9baa4bb4-b99befb8, #w-node-e479cfa0-3598-03b2-7736-640f5e529842-b99befb8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_9234e34a-acf0-55d7-2500-0905cd9e22f7-b99befb8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_6c41feed-19c7-7399-2161-c359c61949c7-b99befb8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_85e14e7f-945b-75f2-8517-f656058f1eb5-b99befb8 {
    grid-area: 2 / 1 / 3 / 13;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_38f6e793-30d7-3c75-a6d6-0bc8998ae3cd-b99befb8 {
    grid-row-start: 2;
  }

  #w-node-d821e0b1-dbc2-d10e-1deb-fc5b9baa4bb4-b99befb8 {
    grid-area: 2 / 1 / 3 / 13;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_50e445ea-8249-20c3-ecdd-8619bd298741-032d74c5 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-afc8f14a-5139-37d2-540a-974259c030dc-032d74c5 {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_6376c680-b150-706b-5427-001bff800383-ff800351 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_9214db94-fe36-8629-a1dc-24939acac7d3-1486c16b {
    grid-area: 1 / 1 / 2 / 13;
  }
}


@font-face {
  font-family: 'Font Awesome 6 Pro 300';
  src: url('../fonts/Font-Awesome-6-Pro-Light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Pro 400';
  src: url('../fonts/Font-Awesome-6-Pro-Regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Pro Solid 900';
  src: url('../fonts/Font-Awesome-6-Pro-Solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Pro 100';
  src: url('../fonts/Font-Awesome-6-Pro-Thin-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}