:root {
  --white-smoke: #f2f2f2;
  --midnight-blue: #1b2f5b;
  --dark-goldenrod: #c8942c;
  --black: black;
  --white: white;
  --lynx-grey: #797c83;
  --lynx-black: #1f2022;
  --lynx-white: white;
}

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

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

.lynx-nav-button {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: Noto Serif, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: var(--dark-goldenrod);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

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

.lynx-nav-link {
  color: var(--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Noto Serif, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--dark-goldenrod);
}

.lynx-nav-link.w--current {
  color: var(--black);
}

.lynx-nav-menu {
  display: flex;
}

.lynx-logo {
  width: 300px;
  height: auto;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.lynx-navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.main-button {
  background-color: var(--white);
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: Noto Serif, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.main-button:hover {
  background-color: var(--dark-goldenrod);
  color: #fff;
}

.main-button.blue {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.main-button.blue:hover {
  background-color: var(--dark-goldenrod);
}

.main-button.blue.top-margin {
  margin-top: 2rem;
}

.main-button.gold {
  background-color: var(--dark-goldenrod);
  color: var(--white);
}

.main-button.gold:hover {
  background-color: var(--white);
  color: var(--dark-goldenrod);
}

.lynx-paragraph-white {
  color: #fff;
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.lynx-heading-white {
  color: #fff;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Noto Serif, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.lynx-subtitle-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-hero-large {
  background-color: var(--midnight-blue);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-hero-large {
  background-image: url('../images/Atlega-Institute-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

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

.main-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.main-section.no-bottom-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.lynx-button {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #1f2022;
  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: #8979ec;
}

.main-paragraph {
  color: var(--black);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.main-paragraph.no-margin {
  max-width: none;
  margin-bottom: 0;
}

.main-paragraph.no-size {
  max-width: none;
  margin-bottom: 1rem;
}

.main-paragraph.no-size.center {
  text-align: center;
}

.main-h1 {
  color: var(--black);
  max-width: 740px;
  margin: 0 auto 36px;
  font-family: Noto Serif, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.main-h1.white {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.1;
}

.main-h1.white.bottom-margin {
  margin-bottom: 2rem;
  line-height: 1.2;
}

.main-h1.center {
  text-align: center;
}

.main-h1.center.top-margin {
  margin-top: 4rem;
}

.lynx-subtitle {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.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-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.lynx-right-arrow {
  background-color: var(--midnight-blue);
  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: var(--midnight-blue);
  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-client-info {
  color: #797c83;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-client {
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

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

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

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

.lynx-paragraph-slide {
  color: #797c83;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-block-slide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 8%;
  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;
}

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

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

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

.image-with-quote-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-with-quote {
  background-image: url('../images/Atlega-Institute-Quote-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.heading-blue-holder {
  background-color: var(--midnight-blue);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 31px;
  display: flex;
  position: absolute;
  inset: 250px 0% 0%;
}

.heading-blue-holder.home-page {
  position: static;
}

.lynx-paragraph-features {
  color: #797c83;
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-features-small {
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-icon-features-small {
  width: 28px;
  height: 28px;
  display: block;
}

.lynx-block-features-green {
  background-color: #32b77a1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-features-bg {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-features-purple {
  background-color: #8979ec1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-block-features-pink {
  background-color: #fd4b8b1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-grid-features {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.lynx-link-block {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block:hover {
  background-color: #1f20221a;
}

.lynx-social {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.lynx-link-footer {
  color: var(--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

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

.lynx-logo-footer-center {
  width: 64px;
  margin: 11px 30px;
}

.lynx-text-footer {
  color: var(--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-center {
  border-top: 3px solid var(--dark-goldenrod);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.lynx-footer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.lynx-text-check {
  color: var(--lynx-grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

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

.lynx-paragraph-features-2 {
  color: var(--lynx-grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.lynx-icon {
  width: 35px;
  height: auto;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx-white);
  border-radius: 30px;
  max-width: 80%;
  padding: 30px 35px;
  position: absolute;
  inset: auto auto -4% -4%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

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

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

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

.main-h2 {
  color: var(--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Noto Serif, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.image {
  width: 80px;
  margin-bottom: 1.5rem;
}

.lynx-icon-heading-2 {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon-2 {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-absolute-2 {
  z-index: 50;
  background-color: var(--lynx-white);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  inset: auto auto -4% -4%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.text-link {
  color: var(--midnight-blue);
  margin-bottom: 1rem;
  font-family: Noto Serif, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  display: block;
}

.text-link:hover {
  color: var(--dark-goldenrod);
}

.form-block {
  background-color: var(--midnight-blue);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 30px;
}

.textarea {
  border: 1px #000;
  border-radius: 10px;
  min-height: 150px;
  max-height: none;
  margin-bottom: 2rem;
}

.field-label {
  color: var(--white);
  font-family: Noto Serif, sans-serif;
  font-weight: 600;
}

.text-field {
  border: 1px #000;
  border-radius: 10px;
}

.bg-element {
  height: 350px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-element._2 {
  inset: 0% 0% auto auto;
}

.bg-element._3 {
  inset: auto 0% 0% auto;
}

.bg-element._4 {
  inset: 0% auto auto 0%;
}

.sub-page-landing-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.sub-page-landing-section.no-bottom-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.sub-page-image-holder {
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.sub-page-landing-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-container {
  width: 100%;
}

.list {
  color: var(--black);
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
}

.bullet-lits {
  padding-left: 20px;
}

.div-block {
  background-color: var(--midnight-blue);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.icon {
  margin-right: 0;
}

.dropdown-link {
  background-color: var(--midnight-blue);
  color: var(--white);
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.dropdown-link:hover {
  border-left: 5px solid var(--dark-goldenrod);
}

.dropdown-link.w--current {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .lynx-menu-button {
    color: #1f2022;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--midnight-blue);
    color: #fff;
  }

  .lynx-nav-buttons {
    justify-content: flex-start;
  }

  .lynx-nav-link {
    padding-top: 23px;
    padding-bottom: 23px;
    display: block;
  }

  .lynx-nav-menu {
    background-color: var(--white-smoke);
    padding: 10px 10px 40px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-heading-white {
    font-size: 48px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .main-section {
    padding: 4rem 2rem;
  }

  .main-section.no-bottom-padding {
    padding-top: 4rem;
  }

  .main-paragraph {
    text-align: center;
  }

  .main-paragraph.no-size {
    text-align: left;
  }

  .main-h1 {
    text-align: center;
    font-size: 38px;
  }

  .lynx-block-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0%;
    display: flex;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1.2fr;
  }

  .lynx-block-slide {
    align-items: center;
    width: auto;
  }

  .lynx-image-slide {
    width: 100%;
  }

  .lynx-block-slide-reviews {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .lynx-slider {
    height: auto;
  }

  .image-with-quote {
    height: 350px;
    min-height: auto;
  }

  .heading-blue-holder {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    position: static;
  }

  .lynx-heading-features-small {
    font-size: 19px;
  }

  .lynx-features-bg {
    flex-direction: column;
    align-items: center;
  }

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .lynx-block-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    display: flex;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-block-absolute {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
    left: 0%;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .main-h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .lynx-icon-heading-2 {
    font-size: 19px;
  }

  .bg-element {
    z-index: -1;
    display: none;
  }

  .bg-element._3, .bg-element._4 {
    display: none;
  }

  .sub-page-image-holder {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 350px;
    min-height: auto;
    display: flex;
  }

  .dropdown-link {
    background-color: var(--white-smoke);
    color: var(--black);
  }

  .dropdown-link.w--current {
    color: var(--black);
  }

  .dropdown {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .lynx-heading-white {
    font-size: 40px;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .main-paragraph.no-size {
    margin-bottom: .2rem;
  }

  .main-h1 {
    max-width: 540px;
    font-size: 34px;
  }

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

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

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

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

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

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

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

  .lynx-slider {
    height: auto;
  }

  .image-with-quote {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .heading-blue-holder, .lynx-features-bg {
    width: 100%;
  }

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lynx-block-footer-center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

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

  .lynx-block-absolute {
    bottom: -2%;
    left: 0%;
  }

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

  .main-h2 {
    max-width: 540px;
    font-size: 1.2rem;
  }

  .lynx-block-absolute-2 {
    bottom: -2%;
    left: -2%;
  }

  .sub-page-image-holder {
    justify-content: flex-end;
    align-items: flex-start;
    height: 350px;
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .lynx-nav-buttons {
    display: flex;
  }

  .main-button {
    font-size: 1rem;
  }

  .main-button.blue {
    text-align: center;
    font-size: 1rem;
  }

  .lynx-paragraph-white {
    font-size: 1rem;
  }

  .lynx-heading-white {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -250px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .lynx-hero-large {
    min-height: 350px;
    margin-bottom: 250px;
  }

  .lynx-content-hero {
    max-width: none;
  }

  .main-section {
    padding: 2rem 1rem;
  }

  .main-section.no-bottom-padding {
    padding-top: 2rem;
  }

  .lynx-block-image {
    height: 450px;
  }

  .main-paragraph {
    font-size: 1rem;
  }

  .main-h1 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .main-h1.white {
    font-size: 1.5rem;
  }

  .main-h1.center.top-margin {
    margin-top: 2rem;
  }

  .lynx-grid-image-right {
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
  }

  .lynx-right-arrow {
    bottom: 0%;
    right: 0%;
  }

  .lynx-left-arrow {
    bottom: 0%;
    left: 0%;
  }

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

  .image-with-quote-holder {
    width: auto;
  }

  .image-with-quote {
    min-height: 400px;
    margin-bottom: 0;
  }

  .heading-blue-holder {
    height: 120px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .lynx-heading-features-small {
    font-size: 18px;
  }

  .lynx-grid-features {
    grid-row-gap: 16px;
  }

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

  .lynx-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .lynx-icon {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .lynx-block-icon-heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .lynx-block-absolute {
    bottom: 0%;
    box-shadow: 0 30px 60px -10px #1f20221a;
  }

  .main-h2 {
    font-size: 1.2rem;
  }

  .lynx-icon-heading-2 {
    font-size: 18px;
  }

  .bg-element._3 {
    display: none;
  }

  .sub-page-image-holder {
    min-height: auto;
    margin-bottom: 0;
  }

  .list {
    font-size: 1rem;
  }

  .div-block {
    padding: 35px 27px;
  }

  .dropdown-link {
    width: auto;
    min-width: auto;
    padding: 19px;
    display: flex;
    position: relative;
  }

  .dropdown-link:active, .dropdown-link:focus, .dropdown-link.w--current {
    color: var(--black);
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    width: 100%;
    padding-right: 0;
    display: block;
    overflow: visible;
  }
}

#w-node-_1f81fa0c-5281-37ac-2737-c180cbaa0f05-b2988456, #w-node-_1f81fa0c-5281-37ac-2737-c180cbaa0f0e-b2988456, #w-node-b89120c4-aa12-580a-b083-2024ab159129-b2988456, #w-node-b89120c4-aa12-580a-b083-2024ab159132-b2988456, #w-node-cb1f4346-6c33-2cea-12e4-3afd4cf4a6e0-b2988456, #w-node-cb1f4346-6c33-2cea-12e4-3afd4cf4a6e7-b2988456, #w-node-cb1f4346-6c33-2cea-12e4-3afd4cf4a6f0-b2988456, #w-node-_71494434-8bac-b7be-bfb0-a40330bf077b-b2988456, #w-node-_71494434-8bac-b7be-bfb0-a40330bf0772-b2988456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cb1f4346-6c33-2cea-12e4-3afd4cf4a6e0-b2988456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


