:root {
  --text-gray: #424348;
  --main-blue: #5e9bd4;
  --white: white;
  --dark-blue: #283c59;
  --gray: #cdd2cf;
  --transparent: transparent;
  --timeline-sphere: 0px;
}

body {
  color: var(--text-gray);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

img {
  object-fit: contain;
  max-width: 100%;
  display: inline-block;
}

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

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

@media screen and (max-width: 991px) {
  .padding-global {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .section_hero {
    height: auto;
  }

  .section-header {
    z-index: 9999;
    overflow: visible;
  }

  .nav-wrap {
    padding: 1rem 1rem 1rem .69rem;
  }

  .nav-brand {
    width: 7.13rem;
    height: 1.75rem;
  }

  .nav-ctas-wrap, .nav-menu {
    display: none;
  }

  .hero-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    padding-top: 9.44rem;
    padding-bottom: 10rem;
  }

  .hero_block {
    width: 100%;
  }

  .h3-heading.is-about {
    font-size: 3.2rem;
  }

  .marquee.is-logos {
    bottom: 2.5rem;
  }

  .hero_sphere {
    width: 7.71rem;
    height: 6.97rem;
    right: .63rem;
  }

  .hero_sphere.is-float {
    width: 7.71rem;
    height: 6.97rem;
  }

  .section_career, .section_story {
    padding-top: 12rem;
  }

  .story_image {
    width: 25rem;
  }

  .section_about-hero {
    padding-top: 12rem;
  }

  .team_photo {
    height: auto;
  }

  .team_cards {
    grid-column-gap: 1.13rem;
    grid-row-gap: 1.13rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .burger_menu {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: #0000;
    border: 0 #000;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: block;
  }

  .hero_slides {
    flex: 0 auto;
    width: 90%;
    height: 36rem;
  }

  .hero_slide {
    width: 46vw;
  }

  .menu_sidebar {
    z-index: 9999;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-image: linear-gradient(185.38deg, #fff 19.62%, #f3fafd 99.26%);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 84vw;
    height: 100%;
    padding: 1.75rem 1.94rem;
    transition: transform .45s cubic-bezier(.25, .46, .45, .94);
    display: flex;
    position: fixed;
    inset: 0%;
    transform: translate(-120%);
  }

  .sidebar_close_wrap {
    cursor: pointer;
    background-color: #0000;
    border: 0 #000;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 2.25rem;
    padding: .5rem;
    display: flex;
  }

  .sidebar_close_svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .section_blog-hero {
    padding-top: 12rem;
  }

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

  .blog_header_link {
    flex-flow: column;
  }

  .about_banner_inner.has-video {
    height: 7rem;
  }

  .section_post {
    padding-top: 12rem;
  }

  .menu_sidebar_bg {
    z-index: 9997;
    opacity: 0;
    background-color: #0006;
    width: 100%;
    height: 100%;
    transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
    display: block;
    position: fixed;
    inset: 0%;
  }

  .sidebar_menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    width: 100%;
    padding: .5rem;
    display: flex;
  }

  .sidebar_menu_link {
    color: var(--dark-blue);
    text-decoration: none;
  }

  .hero_slider {
    width: 100%;
  }

  .section_journey_page {
    padding-top: 12rem;
  }

  .sidebar_menu_inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 1.25rem;
    padding-left: 1rem;
    display: flex;
    overflow: hidden;
  }

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

  .sidebar_dropdown_icon {
    width: 1rem;
    height: 1rem;
  }

  .menu_item_wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .padding-global.full-height {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .swiper-slide.is-trusted {
    width: 95%;
  }

  .review-card {
    max-width: none;
  }

  .footer-right {
    flex-flow: wrap;
  }

  .section_partners {
    overflow: hidden;
  }

  .partners-wrap {
    width: 100%;
  }

  .h3-heading.weight-regular.is-feature {
    font-size: 2.7rem;
    line-height: 2.9rem;
  }

  .h3-heading.is-about {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .h3-heading.is-features {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .partners-logos {
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .numbers_wrap {
    background-position: 60% 0;
  }

  .numbers_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .numbers_item {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .features_wrap {
    display: flex;
  }

  .features_text_wrap {
    width: 100%;
    margin-top: 45%;
    margin-left: 2.5rem;
  }

  .feature_item {
    width: 86%;
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
  }

  .feature_img {
    width: 100vw;
    max-width: none;
    height: 44vh;
    top: 56vh;
    left: -50vw;
  }

  .feature_img.is-1 {
    z-index: 21;
  }

  .feature_img.is-2 {
    z-index: 22;
  }

  .feature_img.is-3 {
    z-index: 23;
  }

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

  .career_content.is-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .feature_mask {
    width: 100vw;
    height: 15vh;
  }

  .feature_mask.is-bot {
    height: 55vh;
  }

  .feature_timeline_block {
    height: 29vh;
    position: absolute;
    top: 26%;
    transform: translate(0);
  }

  .timeline_sphere {
    width: 4.5rem;
    height: 4.5rem;
    left: .8rem;
  }

  .story_paragraph {
    flex-flow: column;
  }

  .story_image {
    width: 100%;
  }

  .feature_title_wrap {
    text-align: center;
  }

  .journey_wrap {
    display: none;
  }

  .team_cards {
    grid-auto-columns: 1fr;
  }

  .boards_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .journey_mobile {
    z-index: 1;
    position: relative;
    right: -2rem;
  }

  .hero_slides {
    width: 100%;
  }

  .hero_slide {
    width: 60vw;
  }

  .blog_posts_list {
    grid-row-gap: 2.815rem;
    grid-template-columns: 1fr;
  }

  .about_banner_inner.has-video {
    overflow: hidden;
  }

  .about_banner_video.is-rounded {
    width: 150%;
    height: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero_slider_main {
    padding-top: 75%;
  }

  .journey_mobile_wrap {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .h2-heading {
    font-size: 3.3rem;
    line-height: 100%;
  }

  .h3-heading.is-features {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .partners-logos {
    grid-template-columns: 1fr 1fr;
  }

  .numbers_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .numbers_item {
    width: 100%;
    height: auto;
  }

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

  .about_banner {
    height: 9rem;
    padding-right: 4rem;
  }

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

  .hero_slides {
    height: 35rem;
  }

  .about_banner_inner.has-video {
    height: 7rem;
  }

  .about_banner_video {
    width: auto;
    position: relative;
    left: 50%;
    transform: translate(-68%);
  }

  .about_banner_video.is-rounded {
    width: 300%;
    height: 200%;
  }
}
