:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

.heading, .heading-2, .heading-4 {
  text-align: center;
}

.name {
  margin-top: 540px;
}

.team-slider {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 0;
}

.team-member-image-two {
  margin-bottom: 0;
  padding: 20px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.logos-title-large {
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.we_stack {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  margin-bottom: 60px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 80px 30px;
  position: relative;
}

.we_cont {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.we_wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.contact {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.heading-9 {
  text-align: center;
}

.navbar {
  z-index: 10;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button {
  display: flex;
}

.background-video-3 {
  z-index: -9999;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 8.5%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-10 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.container-11 {
  background-color: #fff;
}

.container-12 {
  background-color: #fff;
  border-radius: 20px;
}

.code-embed {
  aspect-ratio: 2 / 1.4;
}

@media screen and (min-width: 1280px) {
  .heading, .heading-2, .heading-4 {
    text-align: center;
  }

  .name {
    margin-top: 598px;
  }

  .team-slider, .we_stack, .contact {
    margin-left: 170px;
    margin-right: 170px;
  }

  .background-video-3 {
    top: 7.5%;
  }

  .heading-10 {
    font-size: 32px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .background-video-2 {
    min-height: 880px;
  }

  .heading, .heading-2, .heading-4 {
    text-align: center;
  }

  .name {
    width: 100vw;
    max-width: 1280px;
    height: 100%;
    margin-top: 670px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .team-slider {
    max-width: 1280px;
  }

  .ws_title_r, .ws_paragraph_r, .ws_title_l, .ws_paragraph_l {
    align-self: flex-end;
  }

  .we_stack {
    max-width: 1280px;
  }

  .background-video-3 {
    top: 6.5%;
  }

  .container-10, .container-11, .container-13 {
    max-width: 1280px;
  }

  .heading-10 {
    font-size: 32px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .background-video {
    aspect-ratio: auto;
    object-fit: cover;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .background-video-2 {
    z-index: -99;
    object-fit: cover;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    min-height: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .heading {
    text-align: center;
    display: block;
  }

  .slider {
    height: 720px;
  }

  .image {
    max-height: 1080px;
  }

  .container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-2 {
    text-align: center;
    font-size: 32px;
  }

  .heading-3, .heading-4 {
    text-align: center;
  }

  .container-2 {
    display: flex;
  }

  .image-2 {
    flex: 0 auto;
    padding: 10px;
    display: block;
  }

  .image-3, .image-4, .image-5 {
    padding: 10px;
  }

  .quick-stack {
    grid-row-gap: 20px;
  }

  .text-block {
    text-align: center;
    align-self: auto;
    display: block;
    position: static;
  }

  .cell {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .container-3 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 0;
    max-height: 0;
    display: flex;
  }

  .heading-5 {
    font-size: 12px;
  }

  .image-6 {
    clear: none;
    text-align: center;
  }

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

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-2 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .team-slider {
    background-color: #fff;
    max-width: none;
  }

  .centered-subheading {
    font-size: 24px;
  }

  .team-member-image-two {
    padding: 20px;
  }

  .clients-title {
    max-width: 1280px;
  }

  .work-samples {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .ws_title_r, .ws_paragraph_r {
    align-self: flex-end;
  }

  .we_stack_r {
    order: 0;
    align-self: stretch;
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 59px 89px 61px 90px;
    position: static;
  }

  .cell-2 {
    flex-flow: column;
    align-items: flex-start;
  }

  .container-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .we_stack_l {
    order: 0;
    align-self: stretch;
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 59px 89px 61px 90px;
    position: static;
  }

  .ws_title_l, .ws_paragraph_l {
    align-self: flex-start;
  }

  .we_stack {
    background-color: #fff;
    max-width: none;
  }

  .we_wrapper {
    max-width: 1280px;
  }

  .contact {
    background-color: #fff;
  }

  .submit-button {
    text-align: left;
    background-color: #f0a510;
    border-radius: 6px;
    display: block;
  }

  .text-field {
    height: auto;
    margin-bottom: 20px;
  }

  .background-video-3 {
    top: 5%;
  }

  .container-12 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-13 {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    position: relative;
  }

  .heading-10 {
    font-size: 48px;
  }

  .container-14 {
    margin-right: 490px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 24px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    object-fit: fill;
    width: 35%;
    margin-right: 0%;
  }

  .team-block {
    width: 97%;
    padding-bottom: 20px;
  }

  .team-member-name-two {
    font-size: 16px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-5 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-8, .we_cont, .container-9 {
    max-width: 728px;
  }

  .code-embed {
    aspect-ratio: 1 / 1.3;
  }

  .menu-button-2 {
    float: left;
    clear: none;
  }

  .heading-10 {
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 18px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .team-slider {
    margin-left: 40px;
    margin-right: 40px;
    padding: 60px 15px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .gallery-scroll, .hero-heading-center {
    padding: 60px 15px;
  }

  .logos-title-large {
    padding: 10px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .ws_title_r {
    font-size: 24px;
  }

  .ws_paragraph_r {
    font-size: 10px;
  }

  .ws_title_l {
    font-size: 24px;
  }

  .ws_paragraph_l {
    font-size: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .we_stack, .contact {
    margin-left: 40px;
    margin-right: 40px;
    padding: 60px 15px;
  }

  .menu-button-2 {
    float: left;
  }

  .heading-10 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .background-video-2 {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 14px;
  }

  .heading-4 {
    font-size: 15px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    padding: 5px;
  }

  .team-slider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 30%;
    margin-right: 0%;
    font-weight: 400;
  }

  .team-member-name-two {
    font-size: 8px;
    display: block;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-5 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .logos-title-large {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .clients-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-6 {
    max-width: none;
  }

  .ws_title_r {
    font-size: 20px;
  }

  .ws_paragraph_r {
    font-size: 10px;
  }

  .ws_title_l {
    font-size: 20px;
  }

  .ws_paragraph_l {
    font-size: 10px;
  }

  .container-8 {
    max-width: none;
  }

  .we_stack {
    margin-left: 20px;
    margin-right: 20px;
  }

  .we_cont {
    max-width: none;
  }

  .heading-6 {
    font-size: 24px;
  }

  .heading-7, .heading-8 {
    font-size: 30px;
  }

  .contact {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-9 {
    max-width: none;
  }

  .heading-9 {
    font-size: 30px;
  }

  .container-12 {
    margin-right: auto;
  }

  .code-embed {
    aspect-ratio: 1 / 1.5;
  }

  .menu-button-2 {
    float: left;
  }

  .heading-10 {
    text-align: right;
    margin-left: 100px;
    padding-right: 20px;
    font-size: 24px;
  }
}


