.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f1f2ed;
  font-family: Roboto, sans-serif;
  color: #1f3a42;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.image {
  width: 100%;
  height: 500px;
  max-height: 60vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.services-images {
  height: 300px;
}

.section {
  display: block;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.light {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  min-height: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.container {
  position: static;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.navbar {
  display: block;
  color: #57adb5;
}

.navlink {
  color: #f1f2ed;
}

.navlink:hover {
  color: #1f3a42;
}

.navlink:focus {
  color: #1f3a42;
}

.navlink.w--current {
  color: #1f3a42;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  margin-bottom: 0px;
  background-color: #57adb5;
}

.grid {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-template-areas: ".";
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.div-block.services-block {
  min-height: 300px;
}

.services-heading {
  margin-top: 0px;
  font-size: 24px;
}

.form-label {
  color: #1f3a42;
}

.submit-button {
  border-radius: 0px;
  background-color: #57adb5;
  color: #f1f2ed;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 5px 5px 20px 12px rgba(0, 0, 0, 0.15);
}

.form-heading {
  margin-top: 0px;
  color: #1f3a42;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vh;
  padding: 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #57adb5;
  color: #f1f2ed;
  text-align: center;
}

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

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #57adb5;
  color: #f1f2ed;
  text-decoration: none;
}

.link-block._404 {
  padding-top: 0px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #57adb5;
  background-image: url('../images/phone-alt.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #f1f2ed;
  text-align: center;
}

.body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.anchor-links {
  width: 100px;
  height: 60px;
  margin-top: -60px;
  background-color: transparent;
}

.accordian-item-content {
  overflow: hidden;
}

.dark-paragraph {
  overflow: hidden;
  margin-top: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1f3a42;
}

.faq-heading-links {
  display: inline;
  overflow: visible;
  color: #57adb5;
}

.faq-heading-links:hover {
  color: #57adb5;
}

.accordian-item-trigger {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
}

.faq-heading {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #e7f0f2;
  font-size: 18px;
  cursor: pointer;
}

.block-quote {
  width: 80%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  text-align: center;
}

.hero-heading {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  color: #f1f2ed;
  font-size: 60px;
  text-align: center;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/KG_DinosaurBooks.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/KG_DinosaurBooks.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero-paragraph {
  font-size: 20px;
}

.button {
  background-color: #57adb5;
}

.kg-logo {
  margin-top: 20px;
}

.about-image {
  margin-top: 0px;
}

.resources-para {
  margin-bottom: 20px;
}

.image-4 {
  position: relative;
  top: 0px;
  bottom: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.down-arrow-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  padding-top: 0px;
  float: none;
  clear: none;
}

.success-message {
  background-color: transparent;
}

.lottie-animation {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-2 {
  color: #4c4c4c;
}

.column-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  position: relative;
  min-height: 400px;
  padding: 0px;
  background-color: transparent;
  color: #1a1b28;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.columns-4 {
  display: block;
}

.column-3 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.footer-brand.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-brand.w--current:hover {
  opacity: 0.8;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.social-icon:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 125px;
  background-repeat: no-repeat;
}

.social-icon.email {
  background-color: #fff;
  background-image: url('../images/KG_envelope.svg');
  background-position: 50% 50%;
  background-size: 20px;
  -webkit-transition-property: none;
  transition-property: none;
}

.social-icon.linkedin {
  background-color: #fff;
  background-image: url('../images/KG_linkedin.svg');
  background-position: 50% 50%;
  background-size: 18px;
  -webkit-transition-property: none;
  transition-property: none;
}

.social-icon.phone {
  background-color: #fff;
  background-image: url('../images/phone-alt.svg');
  background-position: 50% 50%;
  background-size: 20px;
}

.slider-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #57adb5;
}

.slider-3 {
  display: block;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  width: 50%;
  height: 5px;
  max-height: 1px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
}

.quote-attribution {
  color: #fff;
}

.div-block-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #58adb4;
  color: transparent;
}

.form-paragraph {
  margin-top: 20px;
}

.form-paragraph.signoff {
  margin-bottom: 0px;
  font-size: 17px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.contact-block {
  min-height: 300px;
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 5px 5px 20px 12px rgba(0, 0, 0, 0.18);
}

.contact-block-text {
  margin-top: 10px;
  font-weight: 500;
}

.text-block-2 {
  color: #57adb5;
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .image {
    position: static;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.navbar {
    padding-left: 0px;
  }

  .navlink {
    padding-left: 20px;
  }

  .menu-button {
    color: #f1f2ed;
  }

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

  .nav-menu {
    padding-left: 0px;
    background-color: #57adb5;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .services-heading {
    margin-top: 0px;
  }

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

  .block-quote {
    font-size: 22px;
  }

  .about-image {
    display: block;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-slide {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    display: block;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block.services-block {
    min-height: 100px;
  }

  .footer {
    padding: 40px 20px;
  }

  .block-quote {
    font-size: 18px;
  }

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

  .hero-overlay {
    height: 60vh;
    padding: 40px 20px;
  }

  .about-image {
    display: block;
  }

  .list-2 {
    margin-bottom: 0px;
  }

  .column-2 {
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-icons {
    display: block;
    margin-top: 1%;
    margin-right: 0px;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block.services-block {
    min-height: 0px;
  }

  .form-input {
    color: #1f3a42;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .recaptcha-wrapper {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

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

  .block-quote {
    font-size: 16px;
    text-align: center;
  }

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

  .hero-overlay {
    height: 60vh;
  }

  .centered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .hero-paragraph {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .column-2 {
    margin-top: 20px;
  }

  .footer-brand {
    margin-bottom: 7%;
  }

  .social-icons {
    margin-right: auto;
  }

  .icon {
    margin-right: 0px;
  }

  .icon-2 {
    margin-left: 0px;
  }
}

#w-node-a5ba8d8a-45e9-01bd-f10f-886bd0739f73-83bbc7f0 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a5ba8d8a-45e9-01bd-f10f-886bd0739f73-83bbc7f0 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b8de81c0-ca00-593a-e8fd-d0c18291e5a4-83bbc7f0 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_9509114b-4d55-19ba-4cd7-e9837621ddf5-83bbc7f0 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_97ff2b36-b3d9-9122-f70f-8dc563a9befd-83bbc7f0 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1672fbe8-a09b-ff85-3644-2c7356ee3315-83bbc7f0 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

