:root {
  --yellow: #f8b500;
  --white: white;
  --grey: #393e46;
  --border-radius: 28px;
  --light-grey: #f3f3f3;
  --yellow-bg: #fde9b2;
  --font-family: Lato, sans-serif;
  --grey-overlay: #393e46cc;
}

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

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

.list {
  flex-flow: column;
  list-style-type: none;
  display: flex;
}

.navbar-no-shadow {
  z-index: auto;
  aspect-ratio: auto;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-bottom: 1px solid #fff;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  box-shadow: 0 2px 5px #20202033;
}

.navbar-no-shadow-container {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: sticky;
}

.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 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  aspect-ratio: auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.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: #1a1b1fbf;
}

.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: #1a1b1fbf;
}

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

.mobile-margin-top-10 {
  display: flex;
}

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

.button-secondary {
  box-sizing: border-box;
  aspect-ratio: auto;
  border: 1px solid var(--yellow);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #1110;
  background-clip: border-box;
  border-radius: 28px;
  align-self: flex-start;
  height: 51px;
  margin-left: 0;
  margin-right: auto;
  padding: 16px 32px 16px 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: static;
}

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

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

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

.container-aircodex {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1128px;
  height: auto;
  margin: 0 auto;
  padding-left: 0;
  display: block;
  position: static;
}

.container-aircodex.left {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 56px;
}

.container-aircodex._40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-content: flex-start;
  padding-top: 112px;
  padding-bottom: 112px;
  display: block;
  position: relative;
}

.container-aircodex.last {
  margin-top: 56px;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.utility-page-wrap {
  background-color: var(--grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 16%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: flex;
  transform: translate(0);
}

.text-field {
  border: 1px solid var(--white);
  border-radius: var(--border-radius);
  color: var(--light-grey);
  background-color: #fff0;
  width: 100%;
}

.text-field:hover {
  border-color: var(--yellow);
}

.text-field:active {
  color: var(--light-grey);
}

.text-field:focus {
  border-width: 2px;
  border-color: var(--yellow);
  background-color: var(--grey);
  color: var(--light-grey);
}

.text-field::placeholder {
  color: var(--light-grey);
}

.text-field.message {
  flex: 1;
  align-self: auto;
  height: 180px;
  min-height: 180px;
  margin-left: 0;
  margin-right: 0;
}

.expertise-text--container {
  z-index: 2;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  height: auto;
  margin: 0;
  padding-top: 112px;
  padding-bottom: 112px;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.expertise-text--container.expertise {
  align-items: center;
}

.image {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  mix-blend-mode: normal;
  background-color: #000;
  background-clip: border-box;
  width: 100%;
  display: block;
  position: static;
}

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

.container-2 {
  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 {
  border: 1px solid var(--white);
  border-radius: var(--border-radius);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.button:hover {
  border-color: var(--yellow);
  color: var(--yellow);
  background-color: #32343a00;
}

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

.button.contacts, .button.submit, .button.is-password {
  width: 100%;
}

.shadow-two-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-2 {
  vertical-align: top;
  flex-flow: wrap;
  align-items: stretch;
  display: inline-block;
}

.div-block {
  background-image: url('../images/hero.jpg');
  background-position: 100%;
  background-size: cover;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--grey);
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: block;
  overflow: visible;
}

.body.dark {
  background-color: var(--grey);
}

.container-4 {
  z-index: -1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-3 {
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.image-4 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-2 {
  background-color: #0006;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--white);
  letter-spacing: .25px;
  overflow-wrap: normal;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.nav-link-2:hover {
  border-bottom: 2px solid var(--yellow);
  color: var(--yellow);
  border-radius: 0;
}

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin--top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  justify-content: space-between;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.navbar {
  z-index: 10;
  flex: 0 auto;
  align-self: center;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar__container {
  z-index: auto;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar__container2 {
  flex: 0 auto;
  width: 100%;
  max-width: 1128px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--white);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 1128px;
  height: 72px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  display: flex;
}

.navbar__logo.w--current {
  align-self: auto;
  width: 130px;
  height: 30px;
}

.navbar__menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar__menu--links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 23em;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.container-5 {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 800px;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-5 {
  background-color: #0009;
  background-image: linear-gradient(#000, #1a1a1a 60%);
  width: 100%;
  display: block;
  position: absolute;
}

.container-6 {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-3 {
  z-index: -2;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: absolute;
}

.container-7 {
  flex-flow: column;
  max-width: 1128px;
  margin-left: auto;
  display: flex;
}

.section-services {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0 20px;
  display: flex;
  position: static;
  overflow: visible;
}

.section-services.left {
  display: flex;
}

.services-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1128px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.services-wrapper.right {
  justify-content: flex-end;
  align-items: center;
}

.services-item__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  width: 54%;
  max-width: 667px;
  display: flex;
}

.image-6 {
  max-width: 380px;
}

.container-9 {
  width: 1128px;
  max-width: 1128px;
}

.services-item__img {
  width: 34%;
  min-width: 34%;
  height: 100%;
}

.heading {
  font-family: Lato, sans-serif;
  font-size: 48px;
}

.services--h2 {
  color: var(--grey);
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 56px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 150%;
}

.services--h2.white {
  color: var(--white);
}

.heading-3 {
  font-size: 40px;
}

.services-item--heading {
  color: var(--grey);
  width: 100%;
  height: 20%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 96%;
}

.paragraph {
  font-size: 18px;
  line-height: 24px;
}

.paragraph.white-text {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
  transition: opacity .2s;
}

.paragraph.text-large {
  color: var(--grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph.text-large.left {
  text-align: left;
  width: 100%;
}

.paragraph.text-large.white {
  color: var(--white);
  text-align: left;
  padding-left: 12px;
}

.div-block-5 {
  width: 380px;
  max-width: 380px;
}

.section-hero {
  background-color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/hero.jpg');
  background-position: 0 0, 55%;
  background-size: auto, cover;
  align-items: center;
  width: 100%;
  height: 80vh;
  min-height: 700px;
  padding: 112px 20px;
  display: flex;
  overflow: hidden;
}

.div-block-6 {
  width: 100%;
  height: 800px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8 {
  object-fit: fill;
  width: 1920px;
  max-width: 150%;
  height: 100%;
  display: inline-block;
  position: static;
}

.hero-text {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.paragraph-2 {
  height: 100%;
  margin-bottom: auto;
  display: flex;
}

.menu__logo-img {
  vertical-align: baseline;
  width: 100%;
  height: auto;
  margin-top: 0;
}

.hero-heading {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.hero__container--div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 552px;
  display: flex;
}

.hero__title--div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.hero_button--div {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  width: auto;
  display: flex;
}

.link-social-media {
  color: var(--white);
  border-style: solid;
  border-width: 0;
  border-radius: 32px;
  width: auto;
  height: 48px;
  text-decoration: none;
}

.link-social-media:hover {
  border: 0px solid var(--yellow);
  color: var(--yellow);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
}

.link-social-media.small {
  height: 32px;
}

.social-media {
  width: 48px;
}

.expertise__section {
  z-index: 1;
  aspect-ratio: auto;
  background-color: var(--yellow);
  background-image: linear-gradient(6deg, #0000000d, #fff0 17%);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 500px;
  max-height: 500px;
  margin-top: 0;
  margin-left: 0;
  padding: 0 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.expertise-text__title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 120%;
}

.image-9 {
  position: relative;
  inset: 10% auto 0% 0%;
}

.expertise-text--wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  max-width: 560px;
  margin-left: 0;
  display: flex;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item {
  color: var(--grey);
  background-image: url('../images/bullet-point.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding-left: 34px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.services-item {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  flex-flow: wrap-reverse;
  flex: 0 auto;
  grid-template-rows: auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-item.left {
  flex-flow: wrap-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-bubble__container {
  border: 3px solid var(--yellow);
  background-color: var(--yellow);
  border-radius: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 404px;
  height: 96px;
}

.at-aircodex__bubble {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
}

.bubble-h3 {
  color: var(--grey);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.at-aircodex__div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 56px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 112px;
  display: flex;
}

.at-aircodex__svg--baloon {
  width: 64px;
}

.card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  max-width: 1128px;
  display: flex;
}

.card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 3px;
  border-color: var(--yellow);
  background-color: var(--light-grey);
  text-align: center;
  border-radius: 28px;
  flex-flow: column;
  align-items: center;
  width: 32%;
  min-width: 260px;
  max-width: 360px;
  height: 262px;
  padding: 24px;
  font-weight: 600;
  transition: border-radius .55s, background-color .45s;
  display: flex;
}

.card:hover {
  background-color: var(--yellow-bg);
  color: var(--grey);
  border-bottom-width: 6px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.card__img {
  width: 64px;
  height: 64px;
}

.image-12, .image-13 {
  height: 64px;
}

.at-aircodex__svg--lines {
  width: 70%;
  height: 100%;
  display: block;
}

.contacts {
  z-index: 0;
  background-color: var(--grey);
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.contacts-wrapper {
  grid-column-gap: 97px;
  grid-row-gap: 97px;
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 845px;
  min-width: auto;
}

.contacts__form-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  width: 100%;
  max-width: 528px;
  height: auto;
  display: block;
}

.div-block-8 {
  flex-flow: wrap;
  width: 196px;
}

.contact-info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  height: auto;
  display: flex;
}

.email {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-left: 1px solid #fff;
  flex-flow: column;
  font-family: Lato, sans-serif;
  display: flex;
}

.paragraph-3 {
  color: var(--white);
  border-left: 0 solid #fff;
  padding-left: 12px;
}

.link {
  color: var(--white);
  padding-left: 12px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.link:hover {
  color: var(--yellow);
}

.link.small {
  padding-left: 0;
  font-size: 14px;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  width: 552px;
  display: flex;
}

.image-15 {
  z-index: 1;
  position: relative;
  inset: auto 0% 0%;
}

.expertise-bg--svg {
  z-index: 1;
  vertical-align: baseline;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -50px;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 26% -61px;
  overflow: hidden;
}

.footer {
  border-top: 0px solid var(--white);
  background-color: var(--grey);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 0 20px;
  font-family: Lato, sans-serif;
  display: flex;
  overflow: hidden;
}

.footer__container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  height: auto;
  padding-top: 32px;
  padding-bottom: 20px;
  display: flex;
}

.footer--logo {
  width: 164px;
  height: 48px;
  margin-bottom: 12px;
}

.image-18 {
  width: 380px;
  height: 380px;
}

.image-19 {
  width: 34%;
  height: 100%;
}

.form-block-2 {
  margin-bottom: 0;
}

.image-20 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
  bottom: 0;
}

.image-21 {
  position: absolute;
  top: auto;
  bottom: -600px;
  right: -100px;
}

.expertise__section--img {
  z-index: 0;
  object-fit: fill;
  align-self: flex-end;
  width: 60%;
  max-width: none;
  height: 120%;
  min-height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.img--laptop {
  z-index: 0;
  vertical-align: baseline;
  width: 90%;
  min-width: 600px;
  max-width: 90%;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0 0% auto auto;
  overflow: hidden;
}

.hero__container {
  width: 100%;
  max-width: 1128px;
  margin-top: auto;
  margin-bottom: auto;
}

.at-aircodex {
  width: 100%;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

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

.heading-4 {
  color: var(--yellow);
}

.text-block {
  color: var(--white);
}

.sevices-container--top {
  align-self: center;
  width: 100%;
  max-width: 1128px;
  padding-top: 112px;
  padding-bottom: 56px;
}

.services-container--middle, .services-container--last {
  width: 100%;
  max-width: 1128px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.success-message {
  background-color: var(--yellow);
}

.text-block-2 {
  font-weight: 600;
}

.text-field-2 {
  border: 1px solid var(--white);
  color: var(--grey);
  background-color: #fff0;
  border-radius: 28px;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-field-2:hover {
  border-color: var(--yellow);
  color: var(--light-grey);
}

.text-field-2:active {
  color: var(--light-grey);
}

.text-field-2:focus {
  border-width: 2px;
  border-color: var(--yellow);
  background-color: var(--grey);
  color: var(--light-grey);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-field-2::placeholder {
  color: var(--light-grey);
}

.text-field-3 {
  background-color: #fff0;
  border-radius: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.text-area {
  border: 1px solid var(--white);
  color: var(--light-grey);
  background-color: #fff0;
  border-radius: 28px;
  min-height: 156px;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-area:hover {
  border-color: var(--yellow);
  color: var(--light-grey);
}

.text-area:active {
  color: var(--light-grey);
}

.text-area:focus {
  border-width: 2px;
  border-color: var(--yellow);
}

.text-area:focus-visible {
  color: var(--light-grey);
}

.text-area[data-wf-focus-visible], .text-area::placeholder {
  color: var(--light-grey);
}

.text-area.hover {
  border-color: var(--yellow);
}

.checkbox {
  background-color: var(--white);
  border: 1px solid #fff;
  box-shadow: 0 2px 5px -3px #0000;
}

.checkbox:hover {
  border-color: var(--yellow-bg);
  background-color: var(--yellow-bg);
}

.checkbox.w--redirected-checked {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.checkbox-label {
  color: var(--white);
  padding-bottom: 16px;
}

.checkbox-field {
  width: 100%;
  margin-bottom: 16px;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 528px;
}

.success-message-2 {
  border: 1px solid var(--white);
  border-radius: var(--border-radius);
  background-color: var(--yellow-bg);
  text-align: center;
  align-self: center;
  width: 100%;
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.text-block-3 {
  color: var(--grey);
  text-align: center;
  -webkit-text-stroke-color: var(--grey);
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.error-message {
  border-radius: var(--border-radius);
  align-self: stretch;
  width: 100%;
  max-width: 528px;
  min-height: 60px;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--grey);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.at-aircodex-svgs {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-9 {
  z-index: 1;
  clear: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
  bottom: 795px;
  right: 39px;
}

.at-aircodex__line {
  display: none;
}

.form-2 {
  width: 100%;
  max-width: 528px;
}

.footer--last-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 24px;
  display: flex;
}

.paragraph-4 {
  color: var(--white);
}

.text-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  min-width: 14px;
  display: flex;
}

.image-23 {
  z-index: 1;
  position: relative;
  top: -865px;
}

.footer__bg {
  width: auto;
  position: absolute;
  inset: 10% 0% 0% auto;
  overflow: hidden;
}

.body-2 {
  background-color: var(--grey);
}

.container {
  max-width: 1128px;
  margin-top: 112px;
  margin-bottom: 112px;
}

.heading-5 {
  color: var(--white);
}

.section-heading {
  color: var(--white);
  width: 100%;
  max-width: 1128px;
}

.paragraph-5 {
  color: var(--white);
}

.text-block-6 {
  color: var(--yellow);
  text-align: center;
  align-self: center;
  width: 100%;
  height: auto;
  font-size: 200px;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.body-3 {
  text-align: center;
  height: auto;
  display: block;
}

.privacy-policy__wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.expertise__section--bg-img {
  align-self: center;
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.home-page__wrapper {
  aspect-ratio: auto;
  width: 100vw;
  overflow: visible;
}

.soc-media__wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: auto;
  padding-left: 12px;
  display: flex;
}

.soc-media__wrapper.hero {
  padding-left: 0;
}

.footer__soc-media {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 16px;
  display: flex;
}

.soc-media-link {
  color: var(--white);
  text-decoration: none;
}

.section {
  max-width: 1128px;
}

.card__text {
  color: var(--grey);
}

.code-embed {
  color: var(--white);
  width: 100%;
  max-width: 1128px;
}

.privacy-section {
  width: auto;
  height: auto;
  margin: 112px 20px;
}

.heading-6, .field-label {
  color: var(--white);
}

.our-clients {
  border-style: solid;
  border-width: 1px 1px 3px 2px;
  border-color: var(--yellow);
  -webkit-text-stroke-color: var(--grey);
  border-radius: 28px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.our-team___logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  max-width: 704px;
  display: flex;
}

.our-team_heading {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  padding-top: 0;
  font-size: 48px;
}

.section-clients {
  width: 100%;
  padding: 56px 20px;
}

.our-clients__h2 {
  color: var(--grey);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 48px;
  line-height: 120%;
}

.our-clients_logo--img {
  min-height: 64px;
  max-height: 200px;
  max-width: 200px; 
}

.our-clients__logo--wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 704px;
}

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

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

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

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

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

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

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

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

@media screen and (min-width: 1440px) {
  .section-services {
    width: 100%;
  }

  .services--h2 {
    margin-bottom: 56px;
    padding-bottom: 0;
  }

  .section-hero, .expertise__section, .card-wrapper {
    width: 100%;
  }

  .img--laptop {
    width: 90%;
    max-width: 90%;
    top: 0;
  }

  .at-aircodex {
    width: 100%;
  }

  .privacy-policy__wrap {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: block;
  }

  .section {
    width: 100vw;
    height: auto;
  }

  .code-embed {
    color: var(--white);
  }

  .privacy-section {
    margin: 112px auto;
  }
}

@media screen and (min-width: 1920px) {
  .text-field {
    margin-bottom: 12px;
  }

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

  .section-hero {
    padding-bottom: 112px;
  }

  .expertise-text__title {
    color: var(--grey);
  }

  .img--laptop {
    max-width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .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-aircodex {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: block;
  }

  .container-aircodex._40px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

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

  .text-field:hover {
    color: var(--light-grey);
  }

  .text-field:focus {
    background-color: #393e4600;
  }

  .expertise-text--container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 112px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .container-2 {
    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;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .mobile-margin--top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .menu__button {
    align-self: center;
    width: 48px;
    height: 42px;
    padding: 0;
  }

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

  .navbar__menu-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: var(--grey);
    flex-flow: column;
    padding-top: 32px;
    padding-bottom: 32px;
    box-shadow: 3px 2px 8px 5px #0003;
  }

  .navbar__menu--links {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .navbar__menu--links.mobile {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .services-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .services-item__wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-width: 500px;
    max-width: 100%;
  }

  .services-item__img {
    width: 300px;
    min-width: 300px;
    max-width: 500px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .services--h2 {
    text-align: center;
  }

  .services-item--heading {
    text-align: left;
    align-self: auto;
  }

  .section-hero {
    height: auto;
    min-height: 600px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .expertise__section {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .expertise-text__title {
    color: var(--grey);
    display: flex;
  }

  .expertise-text--wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
  }

  .list-wrapper {
    max-width: 100%;
  }

  .services-item {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    flex-flow: wrap;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .services-item.left {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .at-aircodex__div {
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-bottom: 56px;
  }

  .card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    min-width: 320px;
    max-width: 40%;
    height: 100%;
    display: flex;
  }

  .card {
    box-sizing: border-box;
    aspect-ratio: auto;
    width: 100%;
    min-width: 32%;
    max-width: 320px;
    height: 32%;
    max-height: none;
  }

  .at-aircodex__svg--lines {
    display: none;
  }

  .contacts {
    height: auto;
  }

  .contacts-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    padding-bottom: 0;
    display: flex;
  }

  .contacts__form-wrapper {
    align-self: flex-start;
    display: block;
  }

  .div-block-8 {
    width: auto;
  }

  .contact-info-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 528px;
  }

  .expertise-bg--svg {
    left: -268px;
  }

  .form-block-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .expertise__section--img {
    width: 50%;
    height: 120%;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
    overflow: visible;
  }

  .img--laptop {
    width: 45%;
    min-width: 500px;
    max-width: 400px;
    height: auto;
    inset: 0% 0% 0% auto;
  }

  .hero__container {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lottie-animation, .lottie-animation-2, .men__button--lottie {
    width: 40px;
  }

  .bubble-arrow {
    width: 42px;
  }

  .sevices-container--top, .services-container--middle, .services-container--last {
    width: 100%;
    max-width: none;
  }

  .text-field-2 {
    color: var(--white);
  }

  .text-field-2:focus {
    background-color: #0000;
  }

  .text-area, .checkbox-label {
    width: 100%;
  }

  .at-aircodex__line {
    display: block;
  }

  .div-block-11 {
    overflow: visible;
  }

  .menu__button_icon {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 48px;
    min-width: auto;
    max-width: none;
    height: 42px;
    min-height: auto;
    max-height: none;
    padding: 8px 4px;
    display: flex;
  }

  .menu__icon--div {
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-12 {
    z-index: 2;
    background-color: var(--grey);
    position: static;
    bottom: 74px;
  }

  .container {
    margin-top: 56px;
  }

  .expertise__section--bg-img {
    display: none;
  }

  .text-field-4 {
    border: 1px solid var(--white);
    background-color: #fff0;
  }

  .text-field-4:hover {
    border: 1px solid var(--yellow);
  }

  .privacy-section {
    margin-top: 5px;
    margin-bottom: 56px;
  }

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

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

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

@media screen and (max-width: 767px) {
  .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 #0000000d;
  }

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

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

  .container-aircodex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-aircodex.left {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .container-aircodex._40px {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .expertise-text--container {
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-top: 200px;
    padding: 112px 0 56px;
  }

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

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

  .navbar__logo {
    padding-left: 0;
  }

  .navbar__menu--links {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .navbar__menu--links.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-item__wrapper {
    width: 100%;
    min-width: auto;
    max-width: 500px;
  }

  .services-item__img {
    width: 300px;
    min-width: 400px;
    height: auto;
    margin-bottom: 24px;
  }

  .services--h2 {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 0;
    font-size: 32px;
  }

  .services--h2.white {
    text-align: center;
    padding-bottom: 40px;
  }

  .services-item--heading {
    font-size: 24px;
  }

  .paragraph.white-text {
    font-size: 14px;
    display: flex;
  }

  .paragraph.text-large {
    font-size: 18px;
  }

  .paragraph.text-large.left {
    font-size: 18px;
    font-weight: 600;
  }

  .paragraph.text-large.white {
    font-size: 16px;
  }

  .section-hero {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 500px;
    margin-top: 0;
    padding-top: 112px;
    padding-bottom: 180px;
  }

  .hero-heading {
    font-size: 40px;
  }

  .hero__container--div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .expertise__section {
    height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .expertise-text__title {
    color: var(--grey);
    font-size: 36px;
  }

  .expertise-text--wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item {
    width: 100%;
    font-size: 14px;
    display: flex;
  }

  .services-item {
    grid-column-gap: 40%;
    grid-row-gap: 40%;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .heading-bubble__container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
  }

  .at-aircodex__bubble {
    width: 50%;
    min-width: 300px;
    max-width: 404px;
  }

  .bubble-h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .at-aircodex__div {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 56px;
  }

  .at-aircodex__svg--baloon {
    width: 45px;
  }

  .card-wrapper {
    flex-flow: column;
  }

  .card {
    max-height: 120%;
  }

  .contacts {
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .contacts__form-wrapper {
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-width: auto;
  }

  .link {
    font-size: 16px;
  }

  .form {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 552px;
  }

  .image-15 {
    right: -22%;
  }

  .image-18, .image-19 {
    width: 300px;
    height: 300px;
  }

  .form-block-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .expertise__section--img {
    width: 100%;
    max-width: none;
    height: 40%;
    bottom: 44%;
  }

  .img--laptop {
    width: 100%;
    min-width: 400px;
    max-width: 500px;
    inset: auto 0% 0% auto;
  }

  .hero__container {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .sevices-container--top, .services-container--middle {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .services-container--last {
    padding-top: 32px;
    padding-bottom: 56px;
  }

  .at-aircodex__line {
    max-height: 16px;
  }

  .form-2 {
    align-self: center;
  }

  .text-block-5 {
    min-width: 13px;
  }

  .footer__bg {
    z-index: 1;
    vertical-align: baseline;
    display: none;
    overflow: visible;
  }

  .expertise__section--bg-img {
    display: none;
  }

  .our-clients {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-clients {
    padding-top: 0;
  }

  .our-clients__h2 {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .our-clients__logo--wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

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

  .container-aircodex {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-aircodex._40px {
    width: 100%;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .expertise-text--container {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: 55%;
    padding: 56px 0 0;
  }

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

  .button {
    width: 100%;
  }

  .body {
    flex-flow: column;
    display: block;
  }

  .nav-menu-three, .navbar__menu--links {
    flex-direction: column;
  }

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

  .section-services {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .services-item__wrapper {
    width: 100%;
  }

  .services-item__img {
    align-self: flex-end;
    min-width: 0;
    height: auto;
  }

  .services--h2.white {
    font-size: 32px;
  }

  .services-item--heading {
    width: 100%;
    height: auto;
  }

  .paragraph.text-large.white {
    font-size: 16px;
  }

  .section-hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero.jpg');
    background-size: auto, auto;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 450px;
    margin-top: 0;
    padding-top: 112px;
    padding-bottom: 112px;
    display: flex;
  }

  .hero__container--div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .hero_button--div {
    justify-content: space-between;
    align-items: center;
  }

  .expertise__section {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    max-height: 100vh;
    padding-top: 0;
    padding-bottom: 56px;
    padding-left: 20px;
  }

  .expertise-text--wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .services-item {
    justify-content: center;
    align-items: flex-end;
  }

  .heading-bubble__container {
    width: 90%;
    height: auto;
    min-height: 64px;
    max-height: 75px;
  }

  .at-aircodex__bubble {
    width: 100%;
    min-width: 200px;
    min-height: 64px;
  }

  .bubble-h3 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .at-aircodex__div {
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrapper {
    min-width: 210px;
    max-width: 100%;
  }

  .card {
    width: 100%;
    min-width: 45%;
    max-height: none;
  }

  .contacts {
    height: auto;
    max-height: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts__form-wrapper {
    flex-flow: column;
    justify-content: space-between;
    display: block;
  }

  .div-block-8 {
    flex-flow: column;
    display: flex;
  }

  .contact-info-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .form, .image-15 {
    width: 100%;
  }

  .expertise-bg--svg {
    left: -289px;
  }

  .image-18 {
    vertical-align: baseline;
  }

  .expertise__section--img {
    width: 100%;
    inset: -23% 0% auto;
  }

  .img--laptop {
    width: 100%;
    min-width: 270px;
    max-width: 370px;
    height: auto;
    margin-bottom: 0;
    inset: 0% 0% auto auto;
  }

  .our-team___logo-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .our-clients_logo--img {
    max-height: 48px;
  }

  .our-clients__logo--wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

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

#w-node-_8f488285-6b52-6925-75eb-b636e6003a61-3ad07bc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8f488285-6b52-6925-75eb-b636e6003a62-3ad07bc6, #w-node-_8f488285-6b52-6925-75eb-b636e6003a63-3ad07bc6, #w-node-_8f488285-6b52-6925-75eb-b636e6003a64-3ad07bc6, #w-node-_8f488285-6b52-6925-75eb-b636e6003a65-3ad07bc6, #w-node-_8f488285-6b52-6925-75eb-b636e6003a66-3ad07bc6, #w-node-_8f488285-6b52-6925-75eb-b636e6003a67-3ad07bc6 {
  justify-self: center;
}

#w-node-_7dda7e6a-b069-f1a0-777e-aaaf9f92029f-6229d7a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7dda7e6a-b069-f1a0-777e-aaaf9f9202a0-6229d7a1, #w-node-_7dda7e6a-b069-f1a0-777e-aaaf9f9202a1-6229d7a1, #w-node-_7dda7e6a-b069-f1a0-777e-aaaf9f9202a2-6229d7a1, #w-node-_7dda7e6a-b069-f1a0-777e-aaaf9f9202a3-6229d7a1, #w-node-_7dda7e6a-b069-f1a0-777e-aaaf9f9202a4-6229d7a1, #w-node-_7dda7e6a-b069-f1a0-777e-aaaf9f9202a5-6229d7a1 {
  justify-self: center;
}


@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}