:root {
  --da-blue: #01a4c4;
  --da-blue-2: #3671c3;
  --white: white;
  --black: black;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---top-header-right-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  max-height: 40px;
  display: flex;
}

.brix---btn-primary-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-list-item {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 15px;
  list-style-type: none;
  display: flex;
}

.brix---link-text {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: color .3s;
  display: inline-block;
}

.brix---header-top-wrapper {
  border-bottom: 1px solid #eff0f6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---top-header-left-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-link {
  color: #211f54;
  padding: 0 0 0 16px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--da-blue);
}

.brix---header-nav-link.w--current {
  color: var(--da-blue-2);
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---grid-header-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---header-content-wrapper-v9 {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.brix---social-icon-square-30px {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---header-logo {
  max-width: 300px;
}

.brix---btn-header-hidden-on-mbl {
  max-height: 40px;
  margin-left: 24px;
}

.brix---header-wrapper-v9 {
  background-color: #fff;
  border-bottom: 1px solid #3671c3;
  width: 100%;
  min-width: 100%;
  height: 20vh;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---btn-primary-white-2 {
  color: #3276ab;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  width: 205px;
  padding: 26px 38px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  width: 205px;
  padding: 26px 38px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---hero-bg-image-dark-2 {
  background-image: linear-gradient(90deg, #00000091, #00000073 36%, #fff0), url('../images/pexels-aleksandar-pasaric-618079.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 80vh;
  padding-top: 247px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  width: 350px;
  margin-top: 0;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---color-neutral-101 {
  color: #fff;
}

.image-16 {
  margin-bottom: 10px;
}

.brix---mg-bottom-40px {
  margin-bottom: 20px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---paragraph-default {
  text-shadow: 0 1px 1px #000;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.brix---heading-h1-size {
  letter-spacing: -2px;
  text-shadow: 0 2px 1px #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: PT Sans, sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 66px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 40px;
  padding-right: 40px;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-subhead {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.section-subhead.px-below {
  text-align: center;
  text-align: center;
  margin-bottom: 60px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.section-subhead.px-bit, .section-subhead.feature {
  margin-bottom: 20px;
}

.section-subhead._2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.section-subhead.left {
  text-align: left;
}

.lynx-block-center-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: -30px;
  display: flex;
  position: relative;
}

.lynx-block-center-hero.px-below {
  margin: 60px auto 40px;
}

.lynx-block-center-hero.mid {
  margin-top: 60px;
  margin-bottom: 0;
}

.lynx-block-center-hero.mid._2 {
  margin-top: 0;
}

.lynx-block-center-hero.no-px-below {
  margin-bottom: 0;
}

.upper-head {
  color: var(--da-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
}

.upper-head.green {
  color: #03926e;
}

.lynx-button {
  background-color: var(--da-blue);
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--da-blue-2);
}

.lynx-button._2 {
  margin-top: 20px;
}

.section-title {
  color: #18394c;
  text-align: center;
  max-width: 900px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.section-title.nn {
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
}

.section-title.faq {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.collage-section {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.collage-section.mid {
  padding-top: 40px;
}

.lynx-image-lightbox-shaped {
  object-fit: cover;
  border-radius: 270px 30px;
  width: 100%;
  height: 500px;
}

.lynx-lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-lightbox-link:hover {
  filter: brightness(112%);
}

.lynx-lightbox-link.px-below {
  margin-bottom: 0;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 118%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves-image-hero-4 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.section-title-h {
  color: #000000bf;
  font-family: PT Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.section-title-h.left-aligned {
  text-align: left;
}

.footer-div {
  flex-flow: column;
  display: flex;
}

.social-icons {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.footer---updated-link {
  opacity: .85;
  color: #0b3646;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.footer---updated-link:hover, .footer---updated-link.w--current {
  opacity: 1;
  color: #03926e;
}

.footer---updated-link.second-set {
  color: #0b3646cc;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
}

.footer---updated-link.second-set:hover {
  color: #03926e;
}

.footer---updated-link.second-set.w--current {
  opacity: 1;
  color: #03926e;
}

.footer---updated-link.second-set.last {
  margin-right: 0;
  font-family: PT Sans, sans-serif;
}

.el-link {
  color: #000000a3;
  font-weight: 800;
  text-decoration: none;
}

.footer {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 12%;
  display: flex;
  box-shadow: 0 -1px 3px #272e350f;
}

.lower-footer-links.wide {
  border-top: 1px solid #0d4b6f1f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
}

.lower-footer-links.right-links {
  align-items: center;
  display: flex;
}

.footer-text---lighter-2 {
  color: #0b3646a3;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

.footer-link {
  opacity: .85;
  color: #465a70;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.web-links-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.web-links-2.footer-logo {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.web-links-2.right {
  align-items: center;
  padding-bottom: 0;
}

.footer-logo {
  width: 200px;
}

.social-icon-link-2 {
  opacity: .9;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}

.social-icon-link-2:hover {
  opacity: 1;
}

.section-9 {
  background-image: url('../images/pexels-alex-azabache-3214995.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 30vh;
}

.section-9._2 {
  background-position: 50%;
  height: 40vh;
}

.waves---grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.div-block-4 {
  text-align: left;
  width: 100%;
}

.waves---heading-1-no-margins-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 120%;
  display: flex;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  background-color: #01a4c429;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---sticky-halves {
  position: sticky;
  top: 7px;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---master-tiles-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.image-21 {
  border-radius: 20px;
  max-width: 60%;
}

.waves---paragraph-big {
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.waves---section-medium {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.waves---heading-3-no-margins {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.bold-text-2 {
  color: #000000bf;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 125%;
}

.text-block-13 {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.text-block-13._2 {
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.waves---main-container {
  background-color: #0000;
  max-width: 1352px;
  padding: 0 24px;
}

.waves---main-container._40px-top {
  padding-top: 80px;
  padding-bottom: 80px;
}

.waves---content-sticky-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 95%;
  display: flex;
}

.body {
  color: #556f80;
  font-family: PT Sans, sans-serif;
}

.f-h5-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.f-feature-card-filled {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 32px;
}

.f-feature-card-filled._3 {
  background-image: linear-gradient(#000000b3, #fff0), url('../images/c44c6ac5-da3a-4043-9962-575a79631abc.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  box-shadow: 0 2px 5px #0003;
}

.f-feature-card-filled._2 {
  background-image: linear-gradient(#000000b3, #fff0), url('../images/pexels-luci-6816451.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 320px;
}

.f-feature-card-filled._4 {
  background-image: linear-gradient(#0000008f, #fff0), url('../images/dreamstime_l_142057316-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.f-paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  text-decoration: underline;
}

.f-grid-three-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.link-7 {
  color: #fff;
  font-weight: 100;
}

.f-margin-bottom-16 {
  margin-bottom: 0;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-small {
  color: #556f80;
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-card {
  color: #160042;
  background-color: #01a4c429;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  color: #556f80;
  text-align: left;
  font-weight: 700;
}

.f-margin-bottom-66 {
  margin-bottom: 40px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular-2 {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bold-text-3 {
  color: #000000bf;
  padding-left: 0;
  padding-right: 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 125%;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.hero-section-2 {
  background-image: linear-gradient(to right, #050c14ad, #fff0), url('../images/partnerimg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 290px 10% 250px;
}

.hero-section-2.inner {
  text-align: center;
  background-image: radial-gradient(circle, #050c14b3, #0f0e1b2e 90%), url('../images/pexels-aleksandar-pasaric-618079.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  margin-left: 0;
  margin-right: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-section-2.inner.about {
  background-image: linear-gradient(90deg, #050c14b3, #0f0e1b2e), url('../images/Jan-to-Feb-2015-077.JPG');
  background-position: 0 0, 50%;
}

.div-content-hero {
  width: 65%;
}

.div-content-hero.inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.headline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 77px;
  font-weight: 400;
  line-height: 82px;
}

.subhead-2 {
  color: #f2fbffeb;
  width: 70%;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-2.inner {
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image.tall {
  min-height: 720px;
}

.lynx-image.smaller {
  background-color: #fefefe;
  border-radius: 16px;
  width: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-bottom: 20px;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-button-2 {
  background-color: var(--da-blue);
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-2:hover {
  background-color: var(--da-blue-2);
}

.lynx-block-left {
  padding-right: 15%;
}

.collage-section-2 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.collage-section-2.mid {
  padding-top: 0;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.grid {
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.link-block-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  text-decoration: none;
}

.pdf-link-image {
  max-width: 120px;
}

.heading-7 {
  color: #556f80;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.link-1 {
  color: var(--da-blue);
}

.link-block-4 {
  background-image: linear-gradient(#0000007d, #fff0), url('../images/Screenshot-2024-03-22-at-16.24.18.png');
  background-position: 0 0, 50% 20%;
  background-size: auto, auto;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block-4:hover {
  background-image: linear-gradient(#00000069, #00000069), url('../images/Screenshot-2024-03-22-at-16.24.18.png');
  background-position: 0 0, 50% 20%;
  background-size: auto, auto;
}

.waves---heading-2-no-margins-4 {
  color: #000000bf;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 125%;
}

.waves---heading-2-no-margins-4.white {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px #0003;
  margin-bottom: 10px;
  font-size: 32px;
}

.waves---paragraph-big-4 {
  text-align: justify;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.waves---paragraph-big-4._2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.image-22 {
  max-width: 60px;
}

.image-22:hover {
  max-width: 62px;
}

.contact-details {
  color: #556f80;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.in-page-logo {
  width: 200px;
}

.contact-icon-div {
  justify-content: center;
  width: 100%;
  display: flex;
}

.form-holding-div {
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  padding-bottom: 80px;
  display: flex;
}

.section-subhead-2 {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.section-subhead-2.px-below {
  text-align: center;
  margin-bottom: 40px;
  font-family: PT Sans, sans-serif;
}

.section-subhead-2.address {
  max-width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.icon-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-icon-columns {
  width: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

.application-section {
  padding-bottom: 0;
}

.combine-icon_large-3 {
  color: var(--da-blue);
  width: 3rem;
  height: 3rem;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.contact-container {
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 50%;
  max-width: none;
  margin-bottom: 60px;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 1px 14px 4px #0003;
}

.lynx-paragraph-slide {
  color: #797c83;
  margin-bottom: 36px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 165%;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-slider {
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  height: 380px;
  margin-top: 14px;
  box-shadow: 6px 10px 15px -10px #1f2022;
}

.lynx-block-slide-reviews {
  height: 100%;
  display: flex;
}

.section-subhead-3 {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.section-subhead-3.px-below {
  text-align: center;
  margin-bottom: 40px;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

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

.lynx-block-slide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 8%;
  display: flex;
}

.lynx-client-info {
  color: #797c83;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.collage-section-3 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.lynx-heading-client {
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 132%;
}

.lynx-right-arrow {
  background-color: #1f2022;
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  right: -20px;
}

.lynx-left-arrow {
  background-color: #1f2022;
  background-image: url('../images/Arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  left: -20px;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-image-slide {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 30px;
  width: 50%;
  height: 100%;
  display: inline-block;
}

.image-19, .image-23 {
  max-width: 10%;
}

.link-block-5 {
  width: 50px;
}

.link-block-5._2 {
  width: 40px;
  max-height: 40px;
}

.section-subhead-4 {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.section-subhead-4.px-below {
  text-align: center;
  margin-bottom: 40px;
}

.upper-head-2 {
  color: #e2ac22;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
}

.upper-head-2.green {
  color: #03926e;
}

.image-24 {
  max-width: 40px;
  max-height: 40px;
}

.image-25 {
  max-width: 50px;
  max-height: 50px;
}

.image-26 {
  max-width: 40px;
  max-height: 40px;
}

.features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.features-grid.text-below {
  margin-bottom: 60px;
}

.feature-title {
  color: #18394c;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
}

.feature-title.px-below {
  margin-bottom: 60px;
}

.feature-div {
  background-color: #e7fbff;
  border-radius: 4px;
  padding: 40px 10px 20px;
  box-shadow: 0 2px 5px #00000069;
}

.upper-head-3 {
  color: #e2ac22;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
}

.upper-head-3.green {
  color: #2a2f4c;
}

.lynx-nav-button-gold {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #ec59c5;
  background-image: linear-gradient(90deg, #ec59c5, #f6b4e55c 40% 60%, #ec59c5);
  border: 1px solid #000;
  border-radius: 0;
  padding: 14px 24px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.lynx-nav-button-gold:hover {
  color: #fff;
  background-color: #eb5ac4;
  background-image: linear-gradient(90deg, #ec59c5, #f6b4e55c 25% 75%, #ec59c5);
  border-color: #0000;
}

.section-title-2 {
  color: #18394c;
  text-align: center;
  max-width: 900px;
  margin: 15px auto;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.body-section {
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body-section.colour {
  background-color: #92e0ff29;
}

.section-subhead-5 {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.section-subhead-5.px-below {
  text-align: center;
  margin-bottom: 40px;
}

.lynx-block-left-2 {
  padding-right: 15%;
}

.lynx-block-image-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.body-text {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.body-text.faq {
  color: #fff;
  text-align: left;
  font-family: Merriweather, serif;
  font-size: 16px;
}

.brix---accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 80%;
  display: flex;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.section-subhead-6 {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.upper-head-4 {
  color: #e2ac22;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
}

.upper-head-4.green {
  color: #2a2f4c;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.lynx-block-center-hero-2 {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lynx-block-center-hero-2.standard {
  margin-bottom: 0;
}

.usp-wrapper {
  min-width: 100%;
}

.collage-section-4 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.brix---accordion-item-wrapper-v7 {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #e8f4f7;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 3px #00000052;
}

.brix---accordion-item-wrapper-v7:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---inner-container-900px-center {
  min-width: 90%;
  max-width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.brix---color-neutral-800 {
  color: #ff56cc;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.testimonials-content-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials_close-form {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.testimonials_title-wrapper {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.star-icon-embed {
  color: #eaff00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  height: 2.5rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
  font-size: .875rem;
}

.form-input.is-text-area {
  border-color: #c4c4c4;
  height: auto;
  min-height: 9rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.testimonials_success-message {
  background-color: #fafafa;
}

.body-section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-2 {
  border-top: 1px solid #e7e7e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  margin-top: 5px;
  padding-top: 20px;
}

.content-block {
  padding-right: 80px;
}

.content-block.center {
  text-align: center;
  padding-right: 0;
}

.tagline {
  opacity: 1;
  color: #fc1827;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.rating-hidden {
  display: none;
}

.secondary-heading {
  font-family: Lato, sans-serif;
}

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

.primary-button-red {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: none;
  background-color: #fc1827;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 14px 24px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
  box-shadow: 0 2px 5px #00000047;
}

.primary-button-red:hover {
  color: #fff;
  background-color: #fc1827c7;
  border-color: #0000;
}

.text-16 {
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  color: #111;
  font-weight: 300;
}

.text-16.text-16-60.text-16__padding-bottom {
  opacity: .8;
  color: #111;
  margin-bottom: 28px;
  font-family: PT Serif, serif;
  font-style: normal;
  font-weight: 400;
}

.text-16.text-16-60.text-16__padding-bottom.test {
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
}

.testimonials_form-block {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  width: 25rem;
  padding: 1rem;
  display: none;
  position: absolute;
  inset: 5rem 0 auto auto;
  box-shadow: 2px 2px 10px #0000003b;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 500;
}

.testimonials_star-grid {
  z-index: 1;
  grid-column-gap: .4rem;
  color: #fff;
  grid-template: "."
  / auto auto auto auto auto;
  align-items: center;
  position: relative;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w40-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.testimonials_job-description {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.testimonials_title-heading {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-small {
  color: #d1d1d1;
  background-color: #fc1827;
  width: 30px;
  height: 1px;
  margin: 30px 0 20px;
}

.divider-small.center {
  margin-left: auto;
  margin-right: auto;
}

.testimonials_content {
  margin-bottom: 1.5rem;
}

.testimonials_star-display-wrapper {
  position: relative;
}

.heading-style-h6 {
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.review-html {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.code-embed {
  width: 100%;
  margin-top: 20px;
}

.project-link {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  margin-left: -10px;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.project-link:hover {
  color: #75a729;
}

.project-link.px-above {
  color: #3671c3;
  margin-top: 20px;
  margin-bottom: 40px;
}

.link-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.text-block-14 {
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .brix---container-default {
    min-width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---header-right-col {
    max-height: 60px;
  }

  .brix---btn-primary-small {
    font-size: 18px;
    font-weight: 500;
  }

  .brix---link-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
  }

  .brix---header-nav-link {
    letter-spacing: -.5px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 500;
  }

  .brix---header-nav-link.w--current {
    font-size: 16px;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .brix---header-logo {
    max-width: 350px;
    height: 93.2344px;
  }

  .brix---btn-header-hidden-on-mbl {
    max-width: 60px;
    max-height: 60px;
  }

  .brix---header-wrapper-v9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---btn-primary-white-2 {
    width: 230px;
    padding: 32px 44px;
  }

  .brix---btn-secondary-white-2 {
    width: 250px;
    padding: 32px 44px;
    font-size: 22px;
  }

  .brix---hero-bg-image-dark-2 {
    background-image: linear-gradient(90deg, #00000091, #00000073 46%, #fff0), url('../images/pexels-aleksandar-pasaric-618079.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-top: 293px;
  }

  .div-block-3 {
    width: 430px;
  }

  .image-16 {
    width: 100%;
  }

  .brix---paragraph-default {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 20px;
    font-size: 92px;
    line-height: 1;
  }

  .brix---container-default-3 {
    max-width: 1500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-subhead, .section-subhead.px-below, .section-subhead.px-below {
    font-size: 24px;
    line-height: 1.5;
  }

  .section-subhead.left {
    text-align: left;
    font-size: 20px;
  }

  .upper-head.green {
    color: var(--da-blue);
    font-size: 14px;
  }

  .lynx-button {
    padding: 25px 40px;
    font-size: 15px;
  }

  .lynx-button:hover {
    background-color: var(--da-blue-2);
  }

  .lynx-button._2 {
    margin-top: 20px;
  }

  .section-title {
    font-size: 46px;
    line-height: 1;
  }

  .section-title.faq {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .lynx-image-lightbox-shaped {
    height: 600px;
  }

  .section-title-h {
    font-size: 46px;
  }

  .footer-link, .footer-link.left.w--current {
    font-size: 16px;
  }

  .waves-tile-features-2 {
    background-color: #01a4c429;
  }

  .image-21 {
    border-radius: 20px;
    max-width: 62%;
  }

  .waves---paragraph-big {
    font-size: 22px;
  }

  .waves---heading-3-no-margins {
    font-size: 28px;
  }

  .bold-text-2 {
    align-self: auto;
    font-size: 38px;
  }

  .text-block-13 {
    font-size: 22px;
  }

  .text-block-13._2 {
    font-family: PT Sans, sans-serif;
    font-size: 20px;
  }

  .waves---main-container {
    max-width: 1450px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container._40px-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .waves---content-sticky-features-2 {
    padding-left: 20px;
  }

  .f-h5-heading {
    font-size: 42px;
  }

  .f-feature-card-filled._2 {
    height: 400px;
  }

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

  .link-7 {
    color: #fff;
    font-weight: 400;
  }

  .f-paragraph-small {
    font-size: 22px;
    line-height: 1.4;
  }

  .f-testimonial-card {
    background-color: #01a4c429;
  }

  .f-container-regular-2 {
    width: 90%;
    max-width: 1400px;
  }

  .bold-text-3 {
    align-self: auto;
    font-size: 38px;
  }

  .hero-section-2.inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .subhead-2.inner {
    font-size: 24px;
  }

  .lynx-image.smaller {
    width: 600px;
    min-height: 550px;
    max-height: 550px;
  }

  .lynx-button-2 {
    padding: 25px 40px;
    font-size: 15px;
  }

  .waves-image-features-3 {
    max-width: 100%;
    height: 100%;
  }

  .waves-image-features-3._2 {
    max-width: 100%;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 42px;
    font-weight: 700;
  }

  .waves---paragraph-big-4 {
    font-size: 22px;
  }

  .contact-details {
    font-size: 18px;
  }

  .in-page-logo {
    height: 53.2734px;
  }

  .form-holding-div {
    padding-bottom: 40px;
  }

  .section-subhead-2, .section-subhead-2.px-below {
    font-size: 24px;
    line-height: 1.5;
  }

  .lynx-paragraph-slide {
    font-size: 22px;
  }

  .lynx-slider {
    height: 460px;
  }

  .section-subhead-3, .section-subhead-3.px-below {
    font-size: 24px;
    line-height: 1.5;
  }

  .lynx-client-info {
    font-size: 16px;
  }

  .lynx-heading-client {
    font-size: 22px;
  }

  .link-block-5 {
    width: 60px;
  }

  .link-block-5._2 {
    width: 60px;
    max-width: 60px;
    max-height: 60px;
  }

  .section-subhead-4, .section-subhead-4.px-below {
    font-size: 24px;
    line-height: 1.5;
  }

  .upper-head-2.green {
    font-size: 14px;
  }

  .image-24 {
    max-width: 50px;
    max-height: 50px;
  }

  .upper-head-3.green {
    font-size: 14px;
  }

  .lynx-nav-button-gold {
    padding: 20px 30px;
    font-size: 15px;
  }

  .section-title-2 {
    font-size: 46px;
    line-height: 1;
  }

  .body-section.reviews {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-subhead-5, .section-subhead-5.px-below {
    font-size: 24px;
    line-height: 1.5;
  }

  .lynx-block-left-2 {
    padding-right: 10%;
  }

  .body-text {
    font-size: 24px;
  }

  .brix---accordion-header {
    color: #000;
    font-family: PT Sans, sans-serif;
  }

  .section-subhead-6 {
    font-size: 20px;
    line-height: 1.5;
  }

  .upper-head-4.green {
    font-size: 14px;
  }

  .brix---accordion-item-wrapper-v7 {
    background-color: #e5f1f6;
    box-shadow: 0 3px 3px #0000004d;
  }

  .brix---inner-container-900px-center {
    min-width: 90%;
    max-width: 90%;
  }

  .brix---accordion-title {
    color: #000;
    font-family: PT Serif, serif;
    font-weight: 700;
  }

  .content-block {
    padding-right: 60px;
  }

  .tagline {
    font-size: 14px;
  }

  .secondary-heading {
    font-size: 38px;
  }

  .primary-button-red {
    padding: 20px 30px;
    font-size: 15px;
  }

  .primary-button-red:hover {
    background-color: #f84752;
  }

  .text-16.text-16-60.text-16__padding-bottom {
    font-size: 20px;
    line-height: 1.6;
  }

  .wrap.w40-center {
    justify-content: space-around;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 991px) {
  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---btn-primary-small {
    padding: 15px 20px;
    font-size: 12px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---header-nav-list-item, .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: center;
  }

  .brix---grid-header-top {
    grid-template-columns: 1.8fr 1fr;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper-v9 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    width: 100%;
    margin-top: 20vh;
    padding: 24px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 273px;
    padding-bottom: 160px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    margin-bottom: 0;
  }

  .brix---heading-h1-size {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 60px;
  }

  .collage-section {
    padding-top: 100px;
  }

  .section-title-h.left-aligned {
    text-align: center;
  }

  .footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-link.left {
    margin-left: 0;
  }

  .web-links-2.footer-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
    padding-bottom: 35px;
  }

  .web-links-2.right {
    width: 100%;
    padding-bottom: 30px;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves---heading-1-no-margins-2 {
    font-size: 64px;
    line-height: 115%;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-2 {
    font-size: 34px;
  }

  .text-block-13._2 {
    font-size: 14px;
  }

  .waves---main-container._40px-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .f-feature-card-filled._4 {
    height: 400px;
  }

  .f-grid-three-column, .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-3 {
    font-size: 34px;
  }

  .hero-section-2.inner, .hero-section-2.inner.about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-content-hero {
    width: 100%;
  }

  .headline-2 {
    font-size: 52px;
    line-height: 1;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .collage-section-2 {
    padding-top: 100px;
  }

  .waves-image-features-3 {
    max-width: 470px;
    display: none;
  }

  .pdf-link-image {
    max-width: 75%;
  }

  .heading-7 {
    line-height: 130%;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .icon-col {
    margin-bottom: 20px;
  }

  .contact-icon-columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .combine-icon_large-3 {
    margin-bottom: 10px;
  }

  .collage-section-3 {
    padding-top: 100px;
  }

  .image-19, .image-23 {
    max-width: 25%;
  }

  .body-section {
    padding-top: 100px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .collage-section-4 {
    padding-top: 100px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---inner-container-900px-center {
    max-width: 90%;
  }

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

  .content-block {
    margin-bottom: 30px;
    padding-right: 0;
  }

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

  .text-16.text-16-60 {
    width: 100%;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w40-center {
    text-align: center;
    flex-direction: column;
  }

  .divider-small {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .brix---social-media-grid-right---mbl-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---top-header-right-col {
    justify-content: center;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---header-top-wrapper {
    padding-top: 0;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-nav-menu-list {
    align-items: center;
  }

  .brix---top-header-left-col {
    justify-content: center;
  }

  .brix---grid-header-top {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---header-content-wrapper-v9 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 58px;
  }

  .brix---header-logo {
    max-width: 220px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-wrapper-v9 {
    height: 20vh;
  }

  .brix---header-logo-link.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---header-menu-wrapper {
    width: 100%;
    margin-top: 20vh;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-bg-image-dark-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-aleksandar-pasaric-618079.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .div-block-3 {
    width: 350px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---buttons-row {
    text-align: center;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---paragraph-default {
    text-align: center;
  }

  .brix---heading-h1-size {
    text-align: center;
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 1.2;
  }

  .section-subhead {
    text-align: center;
  }

  .section-subhead.px-below {
    margin-bottom: 40px;
  }

  .section-title {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1;
  }

  .section-title.faq {
    font-size: 24px;
  }

  .lynx-image-lightbox-shaped {
    border-top-left-radius: 170px;
    border-bottom-right-radius: 170px;
    height: 340px;
  }

  .section-title-h {
    font-size: 32px;
  }

  .web-links-2.footer-logo {
    padding-bottom: 45px;
  }

  .web-links-2.right {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .waves---heading-1-no-margins-2 {
    font-size: 56px;
  }

  .waves---paragraph-big {
    font-size: 22px;
    line-height: 125%;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-2 {
    font-size: 32px;
  }

  .text-block-13._2 {
    font-size: 16px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .f-feature-card-filled._3 {
    height: 400px;
  }

  .f-grid-three-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .f-paragraph-small {
    font-size: 16px;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .bold-text-3 {
    font-size: 32px;
  }

  .hero-section-2.inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-content-hero {
    text-align: center;
  }

  .headline-2 {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
  }

  .subhead-2.inner {
    width: 90%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-left {
    padding-left: 0%;
    padding-right: 0%;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .grid {
    margin-top: 0;
  }

  .pdf-link-image {
    max-width: 70%;
  }

  .heading-7 {
    font-size: 18px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 32px;
    line-height: 125%;
  }

  .waves---paragraph-big-4 {
    font-size: 22px;
  }

  .section-subhead-2 {
    text-align: center;
  }

  .section-subhead-2.px-below {
    margin-bottom: 40px;
  }

  .application-section {
    padding-bottom: 90px;
  }

  .contact-container {
    width: 80%;
  }

  .lynx-slider {
    height: 620px;
    box-shadow: 0 10px 15px -10px #1f2022a8;
  }

  .lynx-block-slide-reviews {
    flex-direction: column;
  }

  .section-subhead-3 {
    text-align: center;
  }

  .section-subhead-3.px-below {
    margin-bottom: 40px;
  }

  .lynx-block-slide {
    border: 1px #000;
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .collage-section-3._2 {
    padding-top: 0;
  }

  .lynx-right-arrow {
    inset: auto 7% -5% auto;
  }

  .lynx-left-arrow {
    inset: auto auto -5% 7%;
  }

  .lynx-image-slide {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .link-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-subhead-4 {
    text-align: center;
  }

  .section-subhead-4.px-below {
    margin-bottom: 40px;
  }

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

  .section-title-2 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1;
  }

  .section-subhead-5 {
    text-align: center;
  }

  .section-subhead-5.px-below {
    margin-bottom: 40px;
  }

  .lynx-block-left-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-subhead-6 {
    text-align: center;
  }

  .usp-wrapper {
    z-index: 40;
    position: relative;
  }

  .brix---accordion-item-wrapper-v7 {
    padding: 40px 24px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials_job-description {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .testimonials_content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .project-link {
    font-size: 14px;
  }

  .link-arrow {
    width: 9px;
    height: 9px;
  }
}

@media screen and (max-width: 479px) {
  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
    margin-bottom: 5px;
  }

  .brix---container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---top-header-right-col {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-bottom: 5px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
  }

  .brix---header-right-col {
    width: 44px;
  }

  .brix---btn-primary-small {
    background-color: var(--da-blue);
    width: 100%;
    max-width: 60%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .brix---link-icon-left {
    max-width: 10px;
  }

  .brix---hamburger-menu-wrapper {
    width: 25px;
    margin-right: 10px;
  }

  .brix---hamburger-menu-bar-top {
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .brix---link-text {
    font-size: 12px;
  }

  .brix---header-top-wrapper {
    border-bottom-style: none;
    width: 100%;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .brix---header-nav-menu-list {
    justify-content: flex-start;
  }

  .brix---header-nav-link {
    padding-left: 0;
  }

  .brix---link-wrapper {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---grid-header-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-auto-flow: row;
    justify-content: center;
    width: 100%;
    height: 50px;
    display: inline-block;
  }

  .brix---header-content-wrapper-v9 {
    justify-content: center;
    align-items: center;
    padding-left: 45px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---header-logo {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 53.2734px;
    max-height: 53.2734px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .brix---header-wrapper-v9 {
    height: 18vh;
    padding-top: 0;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 0;
    margin-left: 0;
  }

  .brix---header-logo-link {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---header-logo-link.w--current {
    justify-content: flex-start;
    width: 200px;
    max-width: 200px;
    height: 53.2734px;
    max-height: 53.2734px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    display: flex;
    position: static;
  }

  .brix---header-menu-wrapper {
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 18vh;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
  }

  .brix---btn-primary-white-2, .brix---btn-secondary-white-2 {
    width: 250px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-bg-image-dark-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-aleksandar-pasaric-618079.jpg');
    background-position: 0 0, 40% 0;
    background-size: auto, 1400px;
    align-items: center;
    height: 82vh;
    padding-top: 80px;
    padding-bottom: 100px;
    display: flex;
  }

  .div-block-3 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: center;
  }

  .brix---buttons-row.px {
    margin-top: 60px;
  }

  .brix---button-row-left {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .brix---color-neutral-101 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-16 {
    margin-top: 10px;
  }

  .brix---paragraph-default {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    text-align: center;
    word-break: normal;
    min-width: 100vw;
    margin-bottom: 10px;
    font-size: 62px;
    font-weight: 400;
    line-height: 1;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-subhead, .section-subhead.px-below {
    font-size: 18px;
  }

  .section-subhead.px-below {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .section-subhead.left {
    line-height: 1.2;
  }

  .lynx-button._40px {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .section-title.faq {
    font-size: 20px;
  }

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

  .lynx-image-lightbox-shaped {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 240px;
  }

  .section-title-h {
    font-size: 28px;
    line-height: 1.2;
  }

  .footer-div {
    margin-bottom: 10px;
  }

  .lower-footer-links.wide {
    flex-flow: column;
    justify-content: center;
    margin-top: 20px;
    padding-top: 0;
  }

  .lower-footer-links.right-links {
    margin-top: 17px;
  }

  .footer-text---lighter-2 {
    margin-bottom: 0;
  }

  .footer-link {
    margin-bottom: 9px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-link.left {
    margin-left: 20px;
  }

  .web-links-2.right {
    justify-content: center;
    padding-bottom: 20px;
  }

  .waves---heading-1-no-margins-2 {
    font-size: 36px;
    line-height: 110%;
  }

  .waves-icon-32 {
    width: 20px;
    height: 20px;
  }

  .waves---mg-bottom-16 {
    margin-bottom: 0;
  }

  .waves-tile-features-2 {
    padding: 20px;
  }

  .image-21 {
    max-width: 100%;
  }

  .waves---paragraph-big {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .bold-text-2 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
  }

  .text-block-13 {
    text-align: justify;
    font-size: 14px;
  }

  .text-block-13._2 {
    font-size: 16px;
  }

  .f-feature-card-filled._3, .f-feature-card-filled._2, .f-feature-card-filled._4 {
    height: 280px;
  }

  .link-7 {
    color: #fff;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-paragraph-small {
    font-size: 14px;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-margin-bottom-66 {
    margin-bottom: 20px;
  }

  .bold-text-3 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
  }

  .hero-section-2.inner {
    padding: 100px 3%;
  }

  .headline-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .subhead-2.inner {
    width: 95%;
    font-size: 18px;
  }

  .lynx-image {
    min-height: 300px;
  }

  .lynx-image.tall {
    min-height: auto;
  }

  .lynx-image.tall.link {
    margin-top: 40px;
  }

  .lynx-image.smaller {
    min-height: 400px;
    margin-bottom: 20px;
  }

  .lynx-grid-image-right {
    grid-row-gap: 0px;
  }

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

  .waves-image-features-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7 {
    font-size: 10px;
    line-height: 130%;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 20px;
  }

  .waves---paragraph-big-4 {
    font-size: 14px;
  }

  .form-holding-div {
    padding-bottom: 0;
  }

  .section-subhead-2.px-below {
    font-size: 16px;
    line-height: 1.5;
  }

  .application-section {
    padding-bottom: 0;
  }

  .contact-container {
    width: 85%;
  }

  .lynx-paragraph-slide {
    margin-bottom: 10px;
  }

  .lynx-slider {
    height: auto;
  }

  .lynx-block-slide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .image-19, .image-23 {
    max-width: 25%;
  }

  .upper-head-3.green {
    font-size: 10px;
  }

  .section-title-2 {
    font-size: 30px;
    line-height: 38px;
  }

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

  .body-section.reviews {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-subhead-5 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .section-subhead-5.px-below {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .lynx-block-left-2 {
    padding-bottom: 20px;
  }

  .lynx-block-image-2 {
    margin-top: 20px;
  }

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

  .body-text.faq {
    text-align: left;
    font-size: 14px;
  }

  .upper-head-4.green {
    font-size: 10px;
  }

  .brix---accordion-spacer {
    min-height: 5px;
  }

  .lynx-block-center-hero-2 {
    margin-bottom: -25px;
  }

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

  .brix---accordion-item-wrapper-v7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---inner-container-900px-center {
    margin-top: 0;
  }

  .brix---accordion-title {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .testimonials_title-wrapper {
    display: block;
  }

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

  .content-block {
    margin-bottom: 20px;
  }

  .content-block.center {
    margin-bottom: 0;
  }

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

  .text-16.text-16-60, .text-16.text-16-60.text-16__padding-bottom {
    font-size: 14px;
    line-height: 24px;
  }

  .text-16.text-16-60.text-16__padding-bottom.test {
    line-height: 18px;
  }

  .testimonials_form-block {
    width: 90vw;
    inset: 4.5rem auto auto 0%;
  }

  .field-label {
    font-size: .875rem;
  }

  .wrap.w40-center {
    width: 95%;
  }

  .testimonials_job-description {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .testimonials_title-heading {
    margin-bottom: 0;
  }

  .testimonials_content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .review-html {
    width: 98%;
    margin-bottom: 0;
  }

  .project-link.px-above {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#w-node-ae237a09-a9b1-e31f-e964-930f7100a98c-251b7046 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7dd2d54d-296a-33a0-a4a5-9b294a32a767-251b7046 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7dd2d54d-296a-33a0-a4a5-9b294a32a773-251b7046 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c8349a15-3ac6-51dc-aa7a-b5f253da9e1c-251b7046, #w-node-c8349a15-3ac6-51dc-aa7a-b5f253da9e2c-251b7046, #w-node-_1a5ded00-808b-8549-56bf-777b543cb031-d7059442, #w-node-_1a5ded00-808b-8549-56bf-777b543cb038-d7059442, #w-node-_5694e837-9942-39c9-54b9-c664a981ba01-d7059442, #w-node-e1ac33f8-0465-9276-a484-6a3f8b580fc4-76826c35, #w-node-e1ac33f8-0465-9276-a484-6a3f8b580fe6-76826c35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_049628de-7ad6-4272-c381-854f1ee59f1d-76826c35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_94f52289-5b55-9716-d0f6-93064eef3b47-aba1fa2f, #w-node-_94f52289-5b55-9716-d0f6-93064eef3b4e-aba1fa2f, #w-node-_94f52289-5b55-9716-d0f6-93064eef3b47-890c3656, #w-node-_94f52289-5b55-9716-d0f6-93064eef3b4e-890c3656, #w-node-a2501b4b-a365-81f5-75de-a7eab8e0e621-890c3656, #w-node-a2501b4b-a365-81f5-75de-a7eab8e0e631-890c3656, #w-node-e1ac33f8-0465-9276-a484-6a3f8b580fc4-ac2a4b2c, #w-node-e1ac33f8-0465-9276-a484-6a3f8b580fe6-ac2a4b2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_049628de-7ad6-4272-c381-854f1ee59f1d-76826c35 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1818413e-96b4-b3a4-c9f6-b003c12e0a45-c12e0a37 {
    order: -9999;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae237a09-a9b1-e31f-e964-930f7100a98c-251b7046, #w-node-_1818413e-96b4-b3a4-c9f6-b003c12e0a3b-c12e0a37 {
    place-self: auto center;
  }
}
