:root {
  --white-smoke: #ecf0f1;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --font-family: Merriweather, serif;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #009cde;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #009cde;
}

.navigation-link.navbar-link.w--current {
  color: #000;
  -webkit-text-stroke-color: #dbdbeb;
  display: inline-block;
  position: static;
}

.navigation-bar {
  background-color: #fff;
  background-image: linear-gradient(#b4d8eb, #fff);
  border-bottom: 1px solid #b4d8eb;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.navigation-menu {
  font-size: 16px;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 0 0 20px;
  font-size: 25px;
  line-height: 17px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  box-sizing: content-box;
  text-align: center;
  background-image: linear-gradient(90deg, #009cde, #fff), url('../images/photo-1422222948315-28aadb7a2cb8.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 0 solid #fff;
  height: 30px;
  max-height: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 10px;
  position: relative;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #009cde;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 20px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #b4d8eb;
  background-image: linear-gradient(0deg, #b4d8eb, #fff), linear-gradient(0deg, #009cde, #fff);
  border-top: 1px solid #b4d8eb;
  padding-top: 10px;
  padding-bottom: 0;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  text-align: left;
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

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

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

.image {
  max-width: 50%;
  max-height: 130%;
  position: static;
  overflow: clip;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 60px;
  display: flex;
  position: relative;
}

.dropdown-list {
  background-color: #b4d8eb;
}

.dropdown-list.w--open {
  pointer-events: auto;
  color: #009cde;
  cursor: auto;
  background-color: #e4f1f9;
  border: 1px #009cde;
  border-radius: 8px;
  box-shadow: inset 0 2px 5px #0003;
}

.heading {
  display: flex;
}

.heading-2, .heading-3, .heading-4 {
  color: #009cde;
  font-weight: 300;
}

.team-circles {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.team-circles-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.footer-light {
  background-image: linear-gradient(0deg, #e4f1f9, #fff);
  border-top: 1px solid #b4d8eb;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 20px;
  padding: 10px 30px 0;
  line-height: 15px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.text-block {
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 300;
  position: relative;
}

.text-block-2 {
  color: #009cde;
}

.navbar-link {
  color: #009cde;
  text-align: left;
  -webkit-text-stroke-color: #676770;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-4.w--current, .dropdown-link-5, .dropdown-link-5.w--current {
  color: #009cde;
}

.dropdown-link-6 {
  color: #009cde;
  text-align: left;
}

.dropdown-link-7 {
  color: #009cde;
}

.grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
}

.dropdown {
  text-align: right;
}

.heading-5 {
  text-align: center;
  margin-top: 20px;
}

.link {
  position: relative;
}

.body {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-2, .section-3 {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-2 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.heading-6 {
  color: #009cde;
  font-weight: 300;
  line-height: 18px;
}

.rich-text-block {
  text-align: justify;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.rich-text-block-2 {
  margin-bottom: 20px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-template-rows: minmax(0, auto);
  grid-template-columns: 5fr minmax(200px, .25fr);
  place-items: start;
}

.image-2 {
  display: block;
}

.navigation-bar-copy {
  background-color: #fff;
  background-image: linear-gradient(#b4d8eb, #fff);
  border-bottom: 1px solid #b4d8eb;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.nav-link, .nav-link.w--current, .nav-link-2, .nav-link-2.w--current, .nav-link-3, .nav-link-3.w--current {
  color: #009cde;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#e4f1f9, #fff);
  border: 2px solid #b4d8eb;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  text-align: left;
}

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

.body-3, .section-4 {
  background-color: #fff;
}

.image-3 {
  text-align: center;
  display: block;
  position: relative;
}

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

.heading-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.headline-wrapper {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#fff, #fff);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block {
  display: flex;
}

.div-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  display: flex;
}

.image-4 {
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 100px;
  padding-right: 0;
}

.heading-8 {
  margin-top: 0;
  padding-top: 20px;
}

.heading-9, .heading-10, .heading-11 {
  line-height: 15px;
}

.text-block-3 {
  text-align: justify;
  padding-left: 100px;
  padding-right: 100px;
}

.brand {
  display: block;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  display: grid;
}

.heading-12 {
  font-weight: 600;
  line-height: 20px;
}

.footer-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.footer-header {
  font-size: 16px;
}

.footer-la {
  background-image: linear-gradient(0deg, #e4f1f9, #fff);
  border-top: 2px solid #e4f1f9;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
}

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

.dropdown-link-8 {
  color: #009cde;
}

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

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

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

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

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

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

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

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

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

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

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

.paragraph, .paragraph-2 {
  text-align: justify;
}

.heading-13, .heading-14 {
  text-align: left;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link, .navigation-link.w--current {
    color: #009cde;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section-heading.centered, .section-subheading.center {
    font-size: 15px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .dropdown, .dropdown-2 {
    color: #009cde;
  }

  .navbar {
    display: block;
  }

  .footer-wrapper {
    padding-top: 10px;
  }

  .footer-la {
    border-top: 2px solid #e4f1f9;
  }

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

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

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

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading.centered, .section-subheading.center {
    font-size: 15px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .team-circles-2 {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .navbar {
    display: block;
  }

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

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-link, .navigation-link.w--current {
    color: #009cde;
  }

  .navigation-bar {
    display: block;
  }

  .navigation-menu {
    background-color: #e4f1f9;
  }

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

  .hero-heading {
    font-size: 10px;
    line-height: 20px;
  }

  .section-heading.centered {
    font-size: 15px;
  }

  .section-subheading.center {
    font-size: 14px;
    line-height: 18px;
  }

  .grid-image {
    width: 35%;
  }

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

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

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .text-block {
    font-size: 16px;
    line-height: 18px;
  }

  .navigation-bar-copy, .navbar {
    display: block;
  }

  .headline-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-4 {
    display: block;
  }

  .heading-8 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 10px;
    display: flex;
  }

  .text-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: #e4f1f9;
    border-radius: 2px;
  }

  .footer-wrapper {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
  }

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

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

#w-node-_7b2edd45-b735-ba82-8277-149085cc2832-ba932b59, #w-node-_7b2edd45-b735-ba82-8277-149085cc283d-ba932b59, #w-node-_7b2edd45-b735-ba82-8277-149085cc2847-ba932b59, #w-node-_7b2edd45-b735-ba82-8277-149085cc2851-ba932b59, #w-node-_7b2edd45-b735-ba82-8277-149085cc285b-ba932b59, #w-node-_7b2edd45-b735-ba82-8277-149085cc2865-ba932b59, #w-node-_87ec81de-6ce9-898d-ee50-a5eed381fc63-ba932b59, #w-node-d2105440-f41b-6eb8-9cbe-151b314d01da-ba932b59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7b2edd45-b735-ba82-8277-149085cc283d-ba932b59, #w-node-_7b2edd45-b735-ba82-8277-149085cc2847-ba932b59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


