:root {
  --dark-blue-80: #042b61cc;
  --white: #fff;
  --dark-blue: #042b61;
  --light-blue-05: #1d76eb0d;
  --light-blue: #1d76eb;
}

.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 {
  color: var(--dark-blue-80);
  font-family: Noto Sans Armenian, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.navbar {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 6px #042b6114;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
}

.nav-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.nav-logo_wrap {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 170px;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.nav-link:hover {
  color: var(--light-blue);
}

.header {
  background-color: var(--light-blue);
  background-image: url('../images/header-decor.svg');
  background-position: -31vw;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 140px;
  text-decoration: none;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
}

.container.is-small {
  max-width: 1048px;
}

.content_wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content_wrap.is-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content_wrap.is-gap-80px {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.header-hero_wrap {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.header-hero-text_wrap {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.header-title {
  line-height: 80px;
  text-decoration: none;
}

.header-text {
  color: var(--white);
  font-family: Noto Sans Armenian, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.get-it-on_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.get-it-on {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.get-it-on-item {
  max-width: none;
  height: 60px;
}

.get-it-on-item.is-small {
  max-width: none;
  height: 50px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  text-decoration: none;
  overflow: hidden;
}

.section.is-light-blue {
  background-color: var(--light-blue-05);
}

.section.is-dark-blue {
  background-color: var(--light-blue);
  background-image: url('../images/section-decor-left.svg');
  background-position: -20% 120%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-hero {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title.is-light {
  color: var(--white);
}

.process-cards_wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.process-card {
  grid-row-gap: 20px;
  background-color: var(--light-blue-05);
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.process-card-number {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  text-decoration: none;
}

.process-card-text_wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.process-card-title {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Armenian, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

.process-card-text {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.section-divider {
  background-color: var(--light-blue);
  border-radius: 20px;
  width: 264px;
  height: 4px;
}

.section-divider.is-light {
  background-color: var(--white);
}

.content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.info-content {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info-text_wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info-content-title {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.info-content-text {
  color: var(--dark-blue-80);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
}

.button {
  background-color: var(--light-blue);
  color: var(--white);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.button:hover {
  background-color: #175ebc;
}

.button.is-for-nav {
  padding-top: 18px;
  padding-bottom: 18px;
}

.button.is-secondary {
  border: 2px solid var(--light-blue);
  color: var(--light-blue);
  background-color: #1d76eb00;
}

.button.is-secondary.is-light {
  border-color: var(--white);
  color: var(--white);
}

.button.is-secondary.is-light:hover {
  background-color: #ffffff1f;
}

.feature-blocks_wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.feature-block {
  grid-row-gap: 24px;
  background-color: var(--light-blue-05);
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 28px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 6px #042b6114;
}

.feature-icon_wrap {
  background-color: var(--light-blue);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.feature-icon {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
}

.feature-text_wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-title {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Armenian, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.feature-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.services-list_wrap {
  grid-column-gap: 60px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1299px;
  margin-bottom: 80px;
  text-decoration: none;
  display: grid;
}

.services-column_wrap {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-item-icon_wrap {
  background-color: #fff;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.service-item-text_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-item-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Armenian, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.service-item-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Armenian, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.service-item-text_wrap-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 515.5px;
  text-decoration: none;
  display: flex;
}

.service-item-icon {
  width: 48px;
  height: 48px;
}

.review-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.review-arrow {
  color: var(--light-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 8px;
  font-size: 24px;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.review-arrow:hover {
  background-color: #1d76eb1a;
}

.review-slide-nav {
  margin-top: 48px;
  font-size: 14px;
  line-height: 14px;
  position: static;
}

.review-slide_inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-author {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.faq-accordion {
  background-color: var(--white);
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.faq-accordion-toggle {
  width: 100%;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.faq-accordion-toggle:hover {
  color: var(--light-blue);
}

.faq-accordion-content {
  border-top: 2px solid var(--light-blue-05);
  background-color: var(--white);
  display: flex;
  position: static;
}

.faq-accordion-content_inner {
  height: auto;
  padding: 20px;
}

.faq_wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cta {
  background-color: var(--light-blue);
  background-image: url('../images/section-decor-cta.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.cta-content_wrap {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.cta-text_wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cta-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Armenian, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.cta-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Armenian, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.footer {
  grid-row-gap: 10px;
  background-color: #042b61;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
  text-decoration: none;
}

.footer-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.footer-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-logo_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.footer-social-icons_wrap {
  grid-column-gap: 18px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-social-icon {
  opacity: .9;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-social-icon:hover {
  opacity: 1;
}

.ic-instagram {
  object-fit: cover;
}

.footer-menu {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: grid;
}

.copyright-text {
  color: #ffffffb3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.footer-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.footer-link:hover {
  color: var(--light-blue);
}

.nav-logo {
  width: 168px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 0;
  }

  .nav-menu {
    max-width: unset;
    border-top: 1px solid var(--light-blue-05);
    background-color: var(--white);
    padding: 12px 24px;
    box-shadow: 0 2px 6px #042b6114;
  }

  .nav-link {
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-mobile-menu {
    color: var(--dark-blue);
    background-color: #c8c8c800;
    padding-right: 4px;
    font-size: 40px;
    line-height: 40px;
  }

  .nav-mobile-menu.w--open {
    color: var(--dark-blue);
    background-color: #fff0;
  }

  .header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .content_wrap.is-grid {
    grid-template-columns: 1fr;
  }

  .header-hero-text_wrap {
    grid-row-gap: 24px;
  }

  .header-title {
    font-size: 40px;
    line-height: 60px;
  }

  .header-img {
    width: 500px;
    max-width: none;
  }

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

  .section.is-dark-blue {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-hero {
    margin-bottom: 60px;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .process-cards_wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .process-card-text_wrap {
    grid-row-gap: 12px;
  }

  .process-card-title {
    font-size: 24px;
    line-height: 32px;
  }

  .content {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .info-content {
    grid-row-gap: 32px;
  }

  .info-text_wrap {
    grid-row-gap: 16px;
  }

  .info-content-title {
    font-size: 32px;
    line-height: 40px;
  }

  .info-content-text {
    font-size: 20px;
    line-height: 32px;
  }

  .button.is-for-nav {
    display: none;
  }

  .info-img {
    width: 450px;
  }

  .feature-blocks_wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .feature-block {
    padding: 48px 20px;
  }

  .services-list_wrap {
    grid-template-columns: 1fr;
  }

  .cta {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-position: 0 125%;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta-content_wrap {
    grid-row-gap: 48px;
  }

  .cta-title {
    font-size: 32px;
    line-height: 40px;
  }

  .cta-text {
    font-size: 20px;
    line-height: 32px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .footer-content {
    margin-bottom: 32px;
  }

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

  .cta-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-mobile-menu {
    padding-right: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .header {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .header-hero_wrap {
    grid-row-gap: 32px;
  }

  .header-title {
    font-size: 32px;
    line-height: 42px;
  }

  .header-text {
    font-size: 18px;
    line-height: 28px;
  }

  .header-img {
    width: 400px;
    height: 400px;
  }

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

  .section-hero {
    grid-row-gap: 24px;
  }

  .section-title {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .process-cards_wrap {
    grid-template-columns: 1fr;
  }

  .process-card {
    grid-row-gap: 16px;
  }

  .process-card-number {
    font-size: 56px;
    line-height: 56px;
  }

  .process-card-text_wrap {
    grid-row-gap: 8px;
  }

  .process-card-text {
    font-size: 16px;
    line-height: 26px;
  }

  .section-divider {
    width: 170px;
  }

  .info-content {
    grid-row-gap: 24px;
  }

  .info-text_wrap {
    grid-row-gap: 12px;
  }

  .info-content-title {
    font-size: 28px;
    line-height: 36px;
  }

  .info-content-text {
    font-size: 18px;
    line-height: 28px;
  }

  .info-img {
    width: 400px;
  }

  .feature-blocks_wrap {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .feature-block {
    grid-row-gap: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-text_wrap {
    grid-row-gap: 8px;
  }

  .feature-text {
    font-size: 16px;
    line-height: 26px;
  }

  .services-list_wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .service-item-text_wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .service-item-text {
    font-size: 16px;
    line-height: 26px;
  }

  .review-slide-nav {
    font-size: 12px;
    line-height: 12px;
  }

  .review-slide_inner {
    width: 70%;
  }

  .review-text {
    font-size: 16px;
    line-height: 26px;
  }

  .review-author {
    font-size: 20px;
    line-height: 28px;
  }

  .review-arrow-icon {
    width: 32px;
    height: 32px;
  }

  .faq-accordion-toggle {
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 26px;
  }

  .faq-accordion-content_inner {
    font-size: 16px;
    line-height: 26px;
  }

  .cta {
    padding: 32px;
  }

  .cta-text {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-column.is-mobile-horizontal {
    flex-flow: row;
  }

  .copyright-text {
    text-align: left;
  }

  .nav-logo {
    width: 140px;
  }
}

@media screen and (max-width: 479px) {
  .get-it-on_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .get-it-on-item {
    height: 50px;
  }

  .header-img {
    width: 100%;
    height: auto;
  }

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

  .process-card {
    padding: 20px;
  }

  .process-card-title {
    font-size: 20px;
    line-height: 28px;
  }

  .button {
    padding: 16px 24px;
  }

  .feature-title {
    font-size: 20px;
    line-height: 28px;
  }

  .service-item {
    flex-flow: column;
  }

  .service-item-icon_wrap {
    width: 70px;
    height: 70px;
  }

  .service-item-text_wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .service-item-title {
    font-size: 20px;
    line-height: 28px;
  }

  .review-arrow {
    width: 40px;
    height: 40px;
  }

  .faq-accordion-content_inner {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-column.is-mobile-horizontal {
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ef164fa5-8526-cfe3-a322-8f4d2b373497-da590937, #w-node-_881be5ba-08e5-5976-aab7-23b2226086fb-da590937 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9259fabd-0674-93bc-66a4-b1a6e8fec261-da590937 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9259fabd-0674-93bc-66a4-b1a6e8fec261-da590937 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


