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

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

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

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dodger-blue: #0083ff;
  --midnight-blue: #081131;
  --ghost-white: #eaeefb;
  --blue: #002c7f;
  --orange: #fba014;
  --slate-grey: #6978a0;
  --gainsboro: #e6e8ea;
  --black: #25252d;
}

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

.nav_logo-link {
  margin-right: 0;
}

.nav_link {
  color: #081131a3;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  transition: color .2s;
}

.nav_link:hover, .nav_link.w--current {
  color: #013b5c;
}

.nav-button {
  color: #013b5c;
  -webkit-text-stroke-color: #013b5c;
  background-color: #0000;
  border: 1px solid #013b5c;
  border-radius: 80px;
  margin-right: 0;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.nav-button:hover {
  color: #f4f4f4;
  background-color: #013b5c;
  border-color: #013b5c;
}

.nav-button.fill {
  color: #fff;
  background-color: #0568fd;
  margin-right: 0;
}

.nav-button.fill:hover {
  color: #777e90;
  background-color: #0000;
  border-color: #777e9052;
}

.nav_component {
  z-index: 111;
  background-color: #0000;
  padding: 20px 2.5rem;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 73.25rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav_menu-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_logo {
  color: #161616;
  width: auto;
  height: auto;
}

.nav_button-wrap {
  justify-content: flex-end;
  display: flex;
}

.header-vector {
  filter: saturate(0%);
  position: absolute;
  inset: auto auto 0% 0%;
}

.header-vector.ss {
  bottom: -22%;
  left: 38%;
}

.button-primary {
  color: #fff;
  text-transform: uppercase;
  background-color: #013b5c;
  border: 1px solid #013b5c;
  border-radius: 80px;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.button-primary:hover {
  color: #777e90;
  background-color: #0000;
  border-color: #777e9052;
}

.page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.page-padding.u {
  padding-top: 50px;
}

.home-header-right, .home-header-left {
  position: relative;
}

.home-header-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-regular {
  color: #000;
  margin-bottom: 0;
  line-height: 200%;
}

.paragraph-regular.max-width-400 {
  color: #000c;
  max-width: none;
  font-weight: 500;
}

.paragraph-regular.max-width-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-regular.max-width-500.not-center {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}

.paragraph-regular.a11 {
  font-size: 20px;
}

.paragraph-regular.a11.ss {
  color: #000;
  margin-bottom: 80px;
}

.section-home-header {
  position: relative;
}

.image {
  position: absolute;
  inset: auto auto -130px -154px;
}

.button-text {
  color: #777e90;
  margin-left: 32px;
  font-weight: 500;
  text-decoration: none;
}

.home-header-heading {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: relative;
}

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

.padding-vertical.padding-xxhuge {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.padding-vertical.margin-large {
  color: var(--midnight-blue);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical.margin-large.g, .padding-vertical.margin-large.kk {
  padding-bottom: 0;
}

.padding-vertical.custom-padding {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.container-large {
  width: 100%;
  max-width: 73.25rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large._2 {
  max-width: 90rem;
}

.heading-1 {
  z-index: 1;
  color: #013b5c;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 60px;
  position: relative;
}

.header-arrow-icon {
  position: absolute;
  inset: auto auto 28px -82px;
}

.header-right-image {
  background-color: #0000;
  width: 100%;
}

.margin-bottom.margin-large, .margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-huge {
  margin-bottom: 6rem;
}

.home-header_component {
  z-index: 1;
  margin-top: 40px;
  position: relative;
}

.home-header-bg {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-divider {
  background-color: #013b5c;
  width: 2px;
  height: 40px;
  margin-left: 80px;
  margin-right: 60px;
}

.body {
  color: var(--midnight-blue);
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-span, .text-span.d {
  color: #013b5c;
}

.button-secondary {
  border: 2px solid var(--ghost-white);
  color: #013b5c;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 80px;
  margin-left: 20px;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.button-secondary:hover {
  color: #777e90;
  background-color: #0000;
  border-color: #777e9052;
}

.paragraph {
  color: #25252dcc;
  font-size: 14px;
  line-height: 200%;
}

.text-block {
  font-size: 14px;
  font-weight: 500;
}

.text-block-2 {
  color: #25252da3;
  font-size: 12px;
}

.div-block {
  align-items: center;
  display: flex;
}

.testimonial-author_details {
  margin-left: 24px;
}

.section-clients {
  background-color: #0000;
  margin-top: 0;
}

.clients_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.clients-flex-items {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-flex-items.a11 {
  margin-top: 40px;
}

.clients_logo {
  width: auto;
  margin-right: 20px;
}

.client-heading {
  color: #08113152;
  text-align: center;
  max-width: 482px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  font-size: 18px;
  line-height: 200%;
}

.heading-2 {
  color: #013b5c;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 140%;
}

.heading-2.s {
  color: var(--blue);
}

.heading-2.a {
  color: var(--orange);
}

.heading-2.a.dd {
  margin-top: 100px;
}

.heading-2.a.dd.hh {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-2.ff {
  margin-bottom: 30px;
}

.heading-2.f {
  color: #fff;
}

.heading-2.k {
  margin-bottom: 20px;
}

.how-it-works_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: block;
}

.section-how-it-works {
  background-color: #0000;
  margin-top: 0;
}

.content-heading {
  text-align: left;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.content-heading.center.max-width-624 {
  max-width: 624px;
}

.how-it-works-grid {
  grid-column-gap: 6.75rem;
  grid-row-gap: 6.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-bottom: 60px;
  display: grid;
}

.how-it-wworks_item {
  text-align: center;
  height: auto;
}

.heading-3 {
  color: #013b5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.section-features {
  background-color: #0000;
  margin-top: 0;
}

.features_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: block;
}

.features-grid-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 140px;
  display: grid;
}

.check-item_text {
  color: #000;
  font-weight: 500;
  line-height: 200%;
}

.footer-text {
  color: var(--slate-grey);
  max-width: 186px;
  font-weight: 500;
  line-height: 200%;
}

.footer_bottom-link {
  color: var(--slate-grey);
  font-weight: 500;
  text-decoration: none;
}

.footer_bottom-link:hover {
  color: #1e1e2099;
}

.footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  background-color: #0000;
  border-top: 1px #2f2f2f3d;
  margin-top: 40px;
}

.footer-link {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 200%;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #1e1e2099;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom-2.margin-small {
  margin-bottom: 1rem;
}

.footer-bottom {
  justify-content: space-between;
  margin-top: 54px;
  display: flex;
}

.copy_right-text {
  color: var(--slate-grey);
  font-weight: 500;
}

.heading-4 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 200%;
}

.heading-4:hover {
  color: var(--dodger-blue);
}

.footer_bottom-links {
  color: var(--slate-grey);
  font-weight: 700;
}

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

.features-check_item {
  align-items: center;
  display: flex;
}

.check-icon {
  margin-right: 10px;
}

.button {
  color: #6978a0;
  background-color: #0000;
  border: 1px solid #d5d8de;
  border-radius: 50px;
  padding: 16px 32px;
  font-weight: 500;
}

.button.black {
  color: var(--midnight-blue);
}

.features-image {
  border-radius: 14px;
}

.features-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.section-study {
  background-color: #0000;
  margin-top: 0;
}

.study_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: block;
}

.study-flex {
  margin-top: 60px;
  display: flex;
}

.div-block-4 {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 312px;
  margin-right: 20px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.study-item-subtitle {
  color: var(--dodger-blue);
  margin-top: 8px;
}

.study-items-content {
  align-items: center;
  display: flex;
}

.study-item-title-wrapper {
  margin-left: 16px;
}

.margin-top.margin-medium {
  margin-top: 2rem;
}

.div-block-4-copy {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 280px;
  margin-right: 20px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.item2 {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 376px;
  margin-right: 20px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.study-flex-copy {
  margin-top: 24px;
  display: flex;
}

.item4 {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 280px;
  margin-top: -64px;
  margin-right: 20px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.item5 {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 216px;
  margin-right: 20px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.item6 {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 312px;
  margin-top: -94px;
  margin-right: 20px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.study-button-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.section-faq {
  background-color: #0000;
  margin-top: 0;
}

.faq_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: block;
}

.accordion-bottom-wrap {
  border-top: 1px #000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
  position: relative;
}

.accordion {
  cursor: pointer;
  border: 1px solid #6978a052;
  border-radius: 16px;
  width: auto;
  max-width: 742px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.accordion-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.accordion-divider {
  border-top: 1px solid #202020;
  height: 0;
}

.accordion-bottom-text {
  color: #25252d66;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 200%;
}

.accordion-icon-stripe-1 {
  background-color: #6978a0;
  width: 2px;
  height: 100%;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
  color: var(--dodger-blue);
}

.accordion-icon-stripe-2 {
  background-color: #6978a0;
  width: 100%;
  height: 2px;
  position: absolute;
}

.accordion-top-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-top: 1px #000;
  width: 100%;
  overflow: hidden;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.heading-4-copy {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.section-cta {
  background-color: #0000;
  margin-top: 0;
}

.cta_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.text-span-2 {
  color: #013b5b;
}

.nav-button-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-button-row {
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.testimonial-text {
  color: #25252dcc;
  font-size: 14px;
  line-height: 200%;
}

.testimonial-men-details {
  align-items: center;
  display: flex;
}

.testimonial-title {
  font-size: 14px;
  font-weight: 500;
}

.testimonial-subtitle {
  color: #25252da3;
  font-size: 12px;
}

.client-heading-text {
  font-size: 18px;
  line-height: 200%;
}

.works-image {
  border: 1px solid #013b5c;
  border-radius: 6px;
}

.study-item1 {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 312px;
  margin-right: 20px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.study-item2 {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 376px;
  margin-right: 20px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.study-item3 {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 280px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.study-flex-items2 {
  margin-top: 24px;
  display: flex;
}

.study-item4 {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 280px;
  margin-top: -64px;
  margin-right: 20px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.study-item5 {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 216px;
  margin-right: 20px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.study-item6 {
  border: 1px solid #0083ff3d;
  border-radius: 24px;
  max-width: 362px;
  height: 312px;
  margin-top: -94px;
  margin-right: 20px;
  padding: 30px;
  box-shadow: 1px 1px 32px 8px #0083ff0f;
}

.anim-wrap {
  margin-right: 10px;
  overflow: hidden;
}

.anim-wrap.ss {
  margin-top: 40px;
}

.anim-wrap.a {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-5 {
  border-bottom: 1px #000;
}

.image-2 {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #0000002e;
  margin-left: auto;
  margin-right: auto;
}

.total-projects-link {
  color: #d6680f;
  font-weight: 500;
}

.total-projects-link.grey {
  color: #61594d;
}

.total-projects-link.grey:hover {
  color: #d6680f;
}

.padding-vertical-2.padding-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.service-category {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #002c7f24;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.service-category.no-margin {
  margin-bottom: 0;
}

.page-padding-2 {
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.service_component {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.section-services {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.service-category-content {
  width: 100%;
}

.text-size-normal {
  color: #cdcdcd;
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-size-normal.max-width-292 {
  color: #000;
  max-width: 100%;
  font-weight: 500;
}

.heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.margin-bottom-3 {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-3.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom-3.margin-xsmall {
  margin-bottom: .25rem;
}

.margin-bottom-3.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom-3.margin-large {
  margin-bottom: 4rem;
}

.container-medium {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
}

.about_component {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
}

.padding-vertical-3.padding-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical-3.padding-medium.g {
  padding-top: 0;
}

.button-2 {
  background-color: #d6680f;
  border: 2px solid #d6680f;
  border-radius: 6px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.button-2:hover {
  background-color: #0000;
  border: 2px solid #d6680f;
}

.about-count-wrapper {
  justify-content: space-between;
  display: flex;
}

.counter-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.about-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-home-about {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-10 {
  color: #013b5b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
}

.padding-vertical-4.padding-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.project-slider-right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: -76px 34px auto auto;
}

.project-slider {
  color: #cdcdcd;
  background-color: #0000;
  height: 100%;
}

.project-mask {
  height: 100%;
}

.projects_component {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: 0;
  display: block;
}

.project-slider-left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: -76px 90px auto auto;
}

.project-slide-image {
  height: 100%;
}

.slide-nav {
  display: none;
}

.project-slide-item {
  width: 500px;
  height: 280px;
  margin-right: 50px;
}

.project-arrow-left-icon {
  transform: rotate(180deg);
}

.project-link {
  height: 100%;
}

.section-home-projects {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-11 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
}

.padding-vertical-5.padding-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.testimonial-client-name {
  font-weight: 500;
}

.testimonial_component {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.tesimonial-quote-text {
  color: #000;
  font-size: 19px;
  font-style: italic;
  line-height: 32px;
}

.tesimonial-quote-text.a11 {
  font-weight: 400;
}

.testimonial-slider-left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  inset: auto 60px -40px auto;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-arrow-left-icon {
  transform: rotate(180deg);
}

.testimonial-client-title {
  color: #61594d;
}

.section-home-testimonial {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-slider-right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  inset: auto 0% -40px auto;
}

.testimonial-slide-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 15px;
  display: grid;
}

.orange, .text-span-3 {
  color: var(--orange);
}

.text-span-4 {
  color: #013b5c;
  font-weight: 500;
}

.text-span-5, .text-span-6, .link {
  color: var(--orange);
}

.text-block-4 {
  color: var(--orange);
  text-align: left;
  margin-bottom: 20px;
}

.l1 {
  color: #000;
  text-decoration: none;
}

.l1:hover {
  color: #fba014;
}

.section-9 {
  padding-top: 147px;
  padding-bottom: 50px;
}

.text-block-124 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-125 {
  color: #000;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-277 {
  background-color: #00000008;
  height: 2px;
  margin-top: 20px;
}

.text-block-123 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.container-12 {
  margin-top: 100px;
}

.div-block-278 {
  background-image: url('../images/Allianz.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
  margin-bottom: 0;
}

.logo {
  width: 120px;
  max-width: none;
}

.link-2 {
  text-decoration: none;
}

.top-header {
  color: #00b3ac;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.sponsor-card {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde1e7;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 140px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 40px 15px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.sponsor-card:hover {
  background-color: #fcfcfc;
}

.full-with-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.heading {
  color: #013b5c;
  margin-top: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 46px;
}

.div-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 0 0;
  display: flex;
  position: relative;
}

.div-content.tittle-in-div {
  text-align: center;
  margin-bottom: 40px;
}

.div-content.tittle-in-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section.sponsor {
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 133px;
  padding-top: 100px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.empty-card {
  border: 1px #fff;
}

.container-wrapper {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: block;
  position: relative;
}

.image-3, .image-4 {
  filter: grayscale();
}

.section-10 {
  flex: 1;
  padding: 140px 5%;
}

.section-10.cta-section {
  z-index: 2;
  background-image: linear-gradient(#10405b00 70% 70%, #10405b 70%, #f2922b 70%, #023a5d 70%);
  padding-top: 0;
  padding-bottom: 90px;
  position: relative;
}

.contact-office {
  text-align: left;
  background-color: #08080800;
  border-radius: 60px;
  flex: 1;
  width: 40%;
  min-width: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
}

.contact-item {
  background-image: url('../images/Map-mark-primary.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.contact-item.phone {
  background-image: url('../images/phone.svg');
  background-position: 0 4px;
}

.contact-item.phone._2 {
  color: #fff;
  background-image: none;
  margin-left: 10px;
  padding-left: 0;
  font-size: 18px;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-block {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(270deg, #c7c7c7, #15425bc9 48%, #003a5e), url('../images/Rectangle-174-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.success-message {
  background-color: #0000;
  font-size: 24px;
}

.cta-form {
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  display: flex;
  position: relative;
}

.cta-form-button {
  background-color: #10405b;
  background-image: url('../images/white-arr-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 20px -30px auto;
  box-shadow: 0 15px 30px -5px #10405b4d;
}

.cta-form-button:hover {
  background-position: 60%;
}

.cta-form-error {
  color: #fff;
  background-color: #bb245e80;
  border-radius: 15px;
  width: 100%;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.phone-field {
  color: #10405b;
  background-image: url('../images/email.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field:hover {
  opacity: .9;
}

.phone-field::placeholder {
  color: #10405b80;
}

.div-block-279 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.cta-heading {
  color: #fff;
}

.cta-heading.dd {
  font-size: 45px;
}

.cta-field-wrapper {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  position: relative;
}

.cta-form-block {
  position: relative;
}

.image-5 {
  filter: brightness(200%);
}

.link-block {
  text-decoration: none;
}

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

.button-3 {
  letter-spacing: -.5px;
  background-color: #003b5d;
  border-radius: 7px;
}

@media screen and (max-width: 991px) {
  .nav_link {
    color: #fff;
    margin-bottom: 0;
  }

  .nav_link:hover {
    color: var(--dodger-blue);
  }

  .nav-button {
    border-radius: 12px;
    padding: 18px 24px;
  }

  .nav-button.fill {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav_component, .nav_container {
    overflow: visible;
  }

  .menu-button {
    border: 1px solid #96a0b526;
    margin-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .nav_menu-wrapper {
    background-color: #0000;
    padding-bottom: 0;
  }

  .icon {
    color: var(--midnight-blue);
  }

  .nav_link-wrapper {
    background-color: var(--midnight-blue);
    color: #fff;
  }

  .header-vector {
    inset: auto 150px 0 auto;
  }

  .button-primary {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .button-secondary {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .clients-flex-items {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .clients_logo {
    margin-right: 0;
  }

  .section-how-it-works {
    margin-top: 0;
  }

  .how-it-works-grid {
    grid-template-columns: 1fr;
  }

  .section-features {
    margin-top: 0;
  }

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

  .margin-bottom-2.margin-medium {
    position: static;
  }

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

  .section-study {
    margin-top: 0;
  }

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

  .div-block-4 {
    max-width: none;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-4-copy {
    max-width: none;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .item2 {
    max-width: none;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .study-flex-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .item4 {
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .item5 {
    max-width: none;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .item6 {
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section-faq, .section-cta {
    margin-top: 0;
  }

  .study-item1, .study-item2 {
    max-width: none;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .study-item3 {
    max-width: none;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .study-flex-items2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .study-item4 {
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .study-item5 {
    max-width: none;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .study-item6 {
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .margin-bottom-3.margin-small, .margin-bottom-3.margin-xsmall, .margin-bottom-3.margin-medium, .margin-bottom-3.margin-large {
    position: static;
  }

  .about-grid {
    grid-template-columns: 1.25fr;
  }

  .project-slide-item {
    width: 250px;
    height: 340px;
  }

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

  .div-content.tittle-in-div.center {
    text-align: center;
  }

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

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

  .section-10 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .nav_logo-link {
    padding-left: 0;
  }

  .nav-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
    display: none;
  }

  .menu-button {
    padding: 12px 14px;
  }

  .nav_menu-wrapper {
    color: #0000;
    background-color: #0000;
  }

  .header-vector {
    width: 380px;
    inset: auto auto 0% 0%;
  }

  .button-primary {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .image {
    width: 410px;
    left: -116px;
  }

  .header-arrow-icon {
    left: -54px;
  }

  .margin-bottom.margin-huge {
    margin-bottom: 4rem;
  }

  .home-header_component {
    margin-top: 0;
  }

  .button-secondary {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-clients {
    margin-top: 40px;
  }

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

  .clients-flex-items {
    flex-direction: row;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .clients_logo {
    margin-right: 0;
  }

  .how-it-works_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-how-it-works, .section-features {
    margin-top: 0;
  }

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

  .footer_bottom-right {
    margin-top: 12px;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-item {
    text-align: center;
  }

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

  .section-study {
    margin-top: 0;
  }

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

  .section-faq {
    margin-top: 0;
  }

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

  .section-cta {
    margin-top: 40px;
  }

  .cta_component, .service_component, .about_component, .projects_component, .testimonial_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-quote-image {
    width: 272px;
  }

  .testimonial-slide-grid {
    grid-template-columns: 1fr;
  }

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

  .div-content.tittle-in-div {
    padding-left: 20px;
  }

  .div-content.tittle-in-div.center {
    padding-left: 0;
  }

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

  .container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-10.cta-section {
    padding-bottom: 40px;
  }

  .cta-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .cta-form {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav_logo-link {
    margin-right: 0;
    padding-left: 0;
  }

  .nav_link {
    width: 100%;
  }

  .nav_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_container {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    margin-left: 0;
  }

  .nav_menu-wrapper {
    justify-content: space-between;
  }

  .nav_logo {
    margin-right: 0;
  }

  .header-vector {
    width: 266px;
    inset: auto auto 0% 0%;
  }

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

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

  .paragraph-regular {
    text-align: center;
    line-height: 30px;
  }

  .paragraph-regular.max-width-400 {
    text-align: left;
  }

  .paragraph-regular.max-width-500.not-center {
    max-width: none;
  }

  .section-home-header {
    padding-top: 75px;
  }

  .padding-vertical.padding-xxhuge, .padding-vertical.margin-large.q, .padding-vertical.margin-large.ppp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical.margin-large.kk {
    padding-top: 0;
  }

  .heading-1 {
    font-size: 35px;
    line-height: 40px;
  }

  .header-arrow-icon, .margin-bottom.margin-large.d {
    display: none;
  }

  .margin-bottom.margin-huge {
    margin-bottom: 0;
  }

  .home-header_component {
    margin-top: 60px;
  }

  .nav-divider {
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .button-secondary {
    margin-left: 0;
  }

  .clients_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .clients-flex-items {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .clients-flex-items.a11.q {
    display: none;
  }

  .clients_logo {
    margin-top: 0;
    margin-right: 0;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .heading-2.a.dd.hh {
    text-align: center;
  }

  .how-it-works_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .how-it-works-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: grid;
  }

  .how-it-wworks_item {
    height: auto;
    display: block;
  }

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

  .features_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .features1_item {
    text-align: center;
  }

  .check-item_text {
    text-align: center;
    font-size: 14px;
  }

  .footer-grid {
    display: block;
  }

  .footer {
    margin-top: 0;
  }

  .margin-bottom-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-bottom-2.margin-small.l {
    flex-flow: column;
  }

  .footer-bottom {
    text-align: center;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 32px;
  }

  .footer-item {
    margin-top: 20px;
  }

  .footer_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .features-check_item {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .study_component, .faq_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .accordion.no-margin {
    margin-bottom: 0;
  }

  .accordion-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-4-copy {
    font-size: 28px;
  }

  .cta_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .nav-button-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-button-row {
    flex-direction: column;
  }

  .heading-6 {
    text-transform: uppercase;
  }

  .works-image {
    width: auto;
  }

  .features2_item {
    text-align: center;
  }

  .anim-wrap {
    margin-bottom: 10px;
  }

  .anim-wrap.y {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-vertical-2.padding-medium.d {
    padding-bottom: 0;
  }

  .service-category {
    flex-direction: column;
    align-items: flex-start;
  }

  .total-projects {
    margin-top: 10px;
  }

  .page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .text-size-normal {
    text-align: left;
    max-width: none;
  }

  .text-size-normal.max-width-292 {
    text-align: left;
  }

  .heading-8 {
    font-size: 16px;
  }

  .about_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-9 {
    font-size: 36px;
    line-height: 42px;
  }

  .button-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: 16px 26px;
    font-size: 1rem;
    display: flex;
  }

  .about-count-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .about-count-wrapper.cc {
    justify-content: space-between;
    align-items: center;
  }

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

  .heading-10 {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 42px;
  }

  .project-slider-right-arrow {
    top: -35px;
    right: -28px;
  }

  .project-mask {
    margin-top: 0;
  }

  .projects_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .project-slider-left-arrow {
    top: -35px;
    right: 16px;
  }

  .project-slide-item {
    height: auto;
    margin-top: 20px;
  }

  .heading-11 {
    font-size: 36px;
    line-height: 42px;
  }

  .padding-vertical-5.padding-medium.q {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-quote-image {
    width: 60px;
  }

  .tesimonial-quote-text.a11 {
    font-size: 17px;
  }

  .testimonial-slide-grid.p {
    display: none;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-278 {
    background-attachment: scroll;
    height: 300px;
  }

  .sponsor-card {
    margin-top: -2px;
  }

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

  .heading {
    text-align: center;
    font-size: 29px;
    line-height: 39px;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .section.sponsor {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .container-wrapper {
    justify-content: space-between;
  }

  .section-10.cta-section {
    padding-top: 0;
  }

  .contact-office {
    width: 100%;
    padding: 32px 20px 20px;
  }

  .cta-block {
    padding: 40px 20px;
  }

  .cta-form-button {
    width: 100%;
    position: static;
  }

  .cta-heading.dd {
    font-size: 30px;
    line-height: 35px;
  }
}

#w-node-f696eecb-ccc5-6bf5-4f2d-b3ca2bced456-34935f74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f696eecb-ccc5-6bf5-4f2d-b3ca2bced466-34935f74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d4799013-9ac1-8a7e-23a7-02f1ea308f78-34935f74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d4799013-9ac1-8a7e-23a7-02f1ea308fba-34935f74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_11b15457-e1c5-c3a7-f72d-f43ad349404a-34935f74, #w-node-_11b15457-e1c5-c3a7-f72d-f43ad3494056-34935f74, #w-node-_11b15457-e1c5-c3a7-f72d-f43ad3494062-34935f74, #w-node-_8a5d96fc-28d0-3895-dbd7-6dad20f12787-34935f74, #w-node-_8a5d96fc-28d0-3895-dbd7-6dad20f12791-34935f74, #w-node-_8a5d96fc-28d0-3895-dbd7-6dad20f1279b-34935f74, #w-node-_67e1c9bd-17e5-0e89-4ffa-d6d66ef0be3f-34935f74, #w-node-_67e1c9bd-17e5-0e89-4ffa-d6d66ef0be47-34935f74, #w-node-_67e1c9bd-17e5-0e89-4ffa-d6d66ef0be4f-34935f74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_099b2e4b-b2a6-ea03-c6e3-3dad680fe929-34935f74, #w-node-_099b2e4b-b2a6-ea03-c6e3-3dad680fe927-34935f74, #w-node-_099b2e4b-b2a6-ea03-c6e3-3dad680fe928-34935f74, #w-node-_099b2e4b-b2a6-ea03-c6e3-3dad680fe92a-34935f74, #w-node-_1214e594-e30c-c63d-b3d8-e37a514be6a6-34935f74, #w-node-_6fa7f10f-b145-7279-5e70-47bc9922c9de-34935f74, #w-node-_6fa7f10f-b145-7279-5e70-47bc9922c9e0-34935f74, #w-node-_6fa7f10f-b145-7279-5e70-47bc9922c9e8-34935f74, #w-node-cb282fe4-ea1e-991d-f1e7-ef844ffd2c20-34935f74, #w-node-_6fa7f10f-b145-7279-5e70-47bc9922c9e4-34935f74, #w-node-_6fa7f10f-b145-7279-5e70-47bc9922c9da-34935f74, #w-node-_6fa7f10f-b145-7279-5e70-47bc9922c9e2-34935f74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8373aa33-f04e-5bf7-be71-6be192a0608e-34935f74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8373aa33-f04e-5bf7-be71-6be192a06094-34935f74, #w-node-_8373aa33-f04e-5bf7-be71-6be192a060ae-34935f74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8373aa33-f04e-5bf7-be71-6be192a0608e-34935f76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8373aa33-f04e-5bf7-be71-6be192a060ae-34935f76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d4799013-9ac1-8a7e-23a7-02f1ea308fba-34935f74 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_099b2e4b-b2a6-ea03-c6e3-3dad680fe929-34935f74, #w-node-_099b2e4b-b2a6-ea03-c6e3-3dad680fe927-34935f74, #w-node-cb282fe4-ea1e-991d-f1e7-ef844ffd2c20-34935f74, #w-node-_6fa7f10f-b145-7279-5e70-47bc9922c9da-34935f74, #w-node-_8373aa33-f04e-5bf7-be71-6be192a0608e-34935f74, #w-node-_8373aa33-f04e-5bf7-be71-6be192a0608e-34935f76 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4799013-9ac1-8a7e-23a7-02f1ea308f78-34935f74 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}