.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.body {
  font-family: Inter, sans-serif;
}

.hero-section {
  color: #fff;
  background-color: #3684e5;
  background-image: linear-gradient(0deg, #000000e6, #12284e66), url('../images/rainbow-8221835_1920.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 100px;
}

.container {
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

.image {
  max-width: 200px;
}

.hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.video-cell {
  align-items: stretch;
}

.heading {
  text-transform: uppercase;
  font-size: 30px;
}

.paragraph {
  color: #fffc;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.paragraph.hero-text {
  max-width: 560px;
  margin-bottom: 60px;
}

.heading-2 {
  color: #0cb1a0;
  text-transform: uppercase;
  font-size: 123px;
  line-height: 1.4em;
}

.heading-2.sitemainheading.mainheadinganimated {
  color: #3684e5;
  -webkit-text-stroke-color: #3684e5;
  font-size: 100px;
  font-weight: 800;
  line-height: 1.2em;
}

.subheadinghero {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.primary-btn {
  outline-offset: 0px;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #3684e5;
  border-radius: 30px;
  outline: 6px solid #3684e54d;
  width: 425px;
  max-width: 100%;
  padding: 24px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  transition: all .3s ease-in;
}

.primary-btn:hover {
  outline-offset: 0px;
  outline: 0 solid #0cb1a04d;
  width: 400px;
}

.primary-btn.grid-btn {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-1 {
  text-align: center;
  background-color: #f6f6f6;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-heading {
  color: #3684e5;
  text-align: left;
  -webkit-text-stroke-color: #3684e5;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.6em;
  display: inline-block;
}

.section-1-text {
  opacity: .8;
  color: #000;
  text-align: center;
  max-width: 877px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 36px;
}

.section-1-text.section-3-grid-a-text {
  text-align: left;
  margin-left: 0;
}

.section-1-img {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 40px auto 60px;
  display: block;
}

.section-2 {
  text-align: center;
  background-color: #12284e;
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-2 {
  opacity: .8;
  color: #fff;
  text-align: center;
  max-width: 751px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-2-grid.mb-40 {
  padding-bottom: 60px;
}

.section-2-grid-card {
  background-color: #fff;
  border-radius: 27.241px;
  padding: 47px 25px;
}

.section-2-grid-card.bg-green-primary {
  color: #000;
  text-align: left;
}

.box-heading {
  color: #3684e5;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  min-height: 68px;
  margin: 0 auto 20px;
  font-size: 22px;
  line-height: 27px;
  display: flex;
}

.box-heading.text-white {
  color: #fff;
}

.divider {
  background-color: #0006;
  width: 100%;
  height: 1.36px;
}

.divider.light-divider {
  background-color: #fffc;
}

.grid-box-text {
  color: #000;
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.grid-box-text.text-white {
  color: #fff;
}

.section-3 {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3-grid-a {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-bottom: 100px;
  padding: 0;
}

.sectin-3-grid-a-left {
  justify-content: center;
  align-items: flex-start;
}

.section-3-grid-a-left-inner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.section-3-grid-a-left-inner-grid-box {
  padding: 10px 20px;
}

.section-3-grid-a-left-inner-grid-box.first {
  border-right: 1px solid #0003;
  padding-left: 0;
}

.section-3-grid-a-left-inner-grid-box.last {
  border-left: 1px solid #0003;
  padding-right: 0;
}

.section-3-grid-a-left-inner-grid-box-img {
  margin-left: auto;
  margin-right: auto;
}

.section-3-grid-a-left-inner-grid-box-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.section-3-grid-b {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 0;
}

.section-3-grid-b-box {
  justify-content: center;
  align-items: flex-start;
}

.section-3-grid-b-box-list {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-3-grid-b-box-list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

.section-3-grid-b-box-list-item-textbox {
  width: 100%;
}

.section-3-grid-b-box-list-item-textbox-heading {
  opacity: .8;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 36px;
}

.text-block {
  opacity: .8;
  color: #0009;
  font-size: 18px;
  line-height: 24px;
}

.section-4 {
  text-align: center;
  background-color: #12284e;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-4-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 0;
  padding-right: 0;
}

.white-icon-box {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 12.646px;
  width: 100%;
  height: 160px;
  padding: 28px 25px;
  position: relative;
}

.section-4-grid-centered-image {
  margin: 40px auto 60px;
}

.white-icon-box-heading-icon-box {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.image-2 {
  width: 32px;
  height: 32px;
}

.white-icon-box-heading {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.white-icon-box-icon {
  width: 32px;
  height: 32px;
}

.white-icon-box-text {
  opacity: .8;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.white-icon-box-outer-circle {
  z-index: 0;
  background-color: #aaa6a6;
  border-bottom-right-radius: 53px;
  border-bottom-left-radius: 53px;
  width: 53px;
  height: 26.5px;
  position: absolute;
  inset: auto auto -26.5px calc(50% - 26.5px);
}

.white-icon-box-outer-circle.right-corner {
  z-index: 1;
  border-radius: 53px;
  height: 53px;
  inset: 133.5px -26.5px 0% auto;
}

.white-icon-box-outer-circle.left-corner {
  border-radius: 53px;
  height: 53px;
  top: 133.5px;
  bottom: auto;
  left: -26.5px;
}

.section-4-grid-item {
  order: 4;
  display: flex;
  position: relative;
}

.section-4-grid-item.first {
  order: 2;
  justify-content: flex-start;
  align-items: center;
}

.section-4-grid-item.last {
  order: 6;
}

.section-5 {
  text-align: center;
  background-color: #b8b8b814;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5-grid-b {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-5-grid-b-item {
  text-align: center;
  background-color: #12284e;
  border-radius: 27.241px;
  padding: 60px 35px 30px;
  position: relative;
}

.section-5-grid-b-item-heading {
  color: #3684e5;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 27px;
  line-height: 1.2em;
}

.section-5-grid-b-item-seperator {
  background-color: #fff;
  width: 100%;
  height: 1.362px;
  margin-bottom: 30px;
}

.section-5-grid-b-item-text {
  color: #fff;
  min-height: 82px;
  font-size: 21px;
  line-height: 27.3px;
}

.section-5-grid-b-item-btn {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
}

.section-5-grid-b-item-btn:hover {
  background-color: #3684e5;
  border-color: #3684e5;
}

.spacer-100 {
  height: 100px;
}

.section-5-grid-b-item-top-circle {
  color: #fff;
  background-color: #3684e5;
  border: 3.925px solid #f6f6f6;
  border-radius: 29.436px;
  justify-content: center;
  align-items: center;
  width: 59.8px;
  height: 59.8px;
  padding: 12px;
  font-size: 26.729px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: absolute;
  top: -10px;
  left: -20px;
}

.section-6 {
  background-color: #12284e;
  padding-top: 65px;
  padding-bottom: 40px;
}

.footer-menu-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-menu-1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-menu-1.left-align {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}

.feeter-menu-link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.feeter-menu-link.text-green {
  color: #3684e5;
}

.feeter-menu-link.left-space {
  margin-left: 20px;
}

.cell {
  justify-content: center;
  align-items: flex-end;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.footer-seprator {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.footer-copyright-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.cell-3 {
  order: 3;
}

.cell-4 {
  order: 5;
}

.hero-video {
  z-index: 2;
  border-radius: 11.529px;
  flex: 1;
  width: 100%;
  max-height: 400px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.bg-green-primary {
  background-color: #3684e5;
}

.custom-list-vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.custom-list-vertical.mb-40 {
  margin-bottom: 60px;
}

.custom-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.custom-list-icon {
  width: 16px;
  height: 20px;
  margin-top: 4px;
}

.footer-logo {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (min-width: 1920px) {
  .hero-section {
    background-size: 100% 100%;
  }

  .container {
    max-width: 1560px;
  }

  .heading-2.sitemainheading.mainheadinganimated {
    font-size: 123px;
  }

  .section-3-grid-a {
    justify-content: space-around;
    margin-bottom: 100px;
  }

  .sectin-3-grid-a-left {
    justify-content: center;
    align-items: flex-start;
  }

  .section-3-grid-b {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-video {
    max-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 120% 100%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-cell {
    min-height: 400px;
  }

  .white-icon-box {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .white-icon-box-heading, .white-icon-box-text {
    font-size: 18px;
  }

  .footer-menu-1 {
    margin-right: auto;
  }

  .footer-menu-1.left-align {
    margin-left: auto;
  }

  .section-3-right-image {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-video {
    max-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    text-align: center;
    background-position: 0 100%;
    background-size: 150% 100%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-grid {
    text-align: center;
    margin-top: 20px;
  }

  .heading-2.sitemainheading.mainheadinganimated {
    margin-left: auto;
    margin-right: auto;
    font-size: 72px;
  }

  .subheadinghero {
    margin-left: auto;
    margin-right: auto;
  }

  .primary-btn {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .primary-btn:hover {
    width: 90%;
  }

  .section-heading {
    font-size: 28px;
  }

  .box-heading {
    min-height: 30px;
  }

  .sectin-3-grid-a-left {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3-grid-a-left-inner-grid-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .section-3-grid-a-left-inner-grid-box.first {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-right-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .section-3-grid-a-left-inner-grid-box.last {
    border-left-style: none;
  }

  .section-3-grid-a-left-inner-grid-box-img {
    width: 68px;
  }

  .section-3-grid-a-left-inner-grid-box-heading {
    text-align: left;
    width: 80%;
    margin-top: 0;
  }

  .white-icon-box {
    margin-top: auto;
    margin-bottom: auto;
  }

  .white-icon-box-outer-circle.right-corner {
    top: -26.5px;
    left: calc(50% - 26.5px);
    right: auto;
  }

  .white-icon-box-outer-circle.left-corner {
    top: calc(50% - 26.5px);
  }

  .footer-menu-1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-menu-1.left-align {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .section-3-right-image {
    width: 80%;
  }

  .heading-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-video {
    max-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 0 100%;
    background-size: 200% 100%;
  }

  .video-cell {
    min-height: 200px;
  }

  .paragraph.hero-text {
    font-size: 14px;
  }

  .heading-2.sitemainheading.mainheadinganimated {
    font-size: 36px;
  }

  .subheadinghero {
    font-size: 18px;
    line-height: 24px;
  }

  .section-heading {
    text-align: center;
    background-position: 50%;
    padding-left: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .section-1-text, .paragraph-2 {
    font-size: 18px;
  }

  .grid-box-text {
    text-align: center;
    font-size: 18px;
  }

  .section-3-grid-a-left-inner-grid {
    width: auto;
  }

  .section-3-grid-a-left-inner-grid-box.first {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
  }

  .section-3-grid-a-left-inner-grid-box-img {
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
  }

  .section-3-grid-a-left-inner-grid-box-heading {
    width: auto;
    margin-left: 0;
    display: inline-flex;
  }

  .section-3-grid-b-box-list-item-textbox-heading {
    font-size: 18px;
    line-height: 24px;
  }

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

  .white-icon-box-outer-circle.left-corner {
    top: -26.5px;
    left: calc(50% - 26.5px);
  }

  .section-5-grid-b {
    padding-left: 20px;
  }

  .section-5-grid-b-item-text {
    min-height: 30px;
  }

  .footer-menu-1.left-align {
    flex-flow: column;
  }

  .feeter-menu-link.left-space {
    margin-left: 0;
  }

  .image-3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-e8faa664-3084-9442-2d8c-ad5761213955-dc8460a8 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr minmax(200px, .75fr);
}

#w-node-e95b7359-9584-3090-d3cd-a38833ee9224-dc8460a8, #w-node-fd1bd8aa-a9bd-781f-c32b-6ceb612273b2-dc8460a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_89bd2b42-71f2-54a1-baa9-d87502106291-dc8460a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_87a0ec48-dd7c-8fb8-6e83-ad0fdad83ac9-dc8460a8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b527d489-5f38-c29a-daae-e158d28fb025-dc8460a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a74e2943-ee26-228d-6ecf-6bd2162fa4d0-dc8460a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

@media screen and (min-width: 1920px) {
  #w-node-e8faa664-3084-9442-2d8c-ad5761213955-dc8460a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
  }

  #w-node-_89bd2b42-71f2-54a1-baa9-d87502106292-dc8460a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_87a0ec48-dd7c-8fb8-6e83-ad0fdad83acb-dc8460a8 {
    order: 2;
  }

  #w-node-_87a0ec48-dd7c-8fb8-6e83-ad0fdad83aca-dc8460a8 {
    order: -9999;
  }

  #w-node-_549ef161-6d6f-1eb4-ae7b-30c4e63a8752-dc8460a8 {
    order: 5;
  }

  #w-node-_7d780aa6-7deb-397f-051f-d5bc3fc93db8-dc8460a8 {
    order: 6;
  }

  #w-node-d745acb3-23ce-0a7f-8ab9-9721e5facbb8-dc8460a8 {
    order: 4;
  }

  #w-node-bfa5aaa9-d36e-53d3-796a-ae678c9878f1-dc8460a8 {
    order: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e8faa664-3084-9442-2d8c-ad5761213955-dc8460a8 {
    grid-template-rows: minmax(400px, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-e95b7359-9584-3090-d3cd-a38833ee9224-dc8460a8, #w-node-fd1bd8aa-a9bd-781f-c32b-6ceb612273b2-dc8460a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_89bd2b42-71f2-54a1-baa9-d87502106291-dc8460a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_87a0ec48-dd7c-8fb8-6e83-ad0fdad83acb-dc8460a8 {
    order: 2;
  }

  #w-node-_87a0ec48-dd7c-8fb8-6e83-ad0fdad83aca-dc8460a8 {
    order: 1;
  }

  #w-node-_549ef161-6d6f-1eb4-ae7b-30c4e63a8752-dc8460a8 {
    order: 5;
  }

  #w-node-_7d780aa6-7deb-397f-051f-d5bc3fc93db8-dc8460a8 {
    order: 6;
  }

  #w-node-d745acb3-23ce-0a7f-8ab9-9721e5facbb8-dc8460a8 {
    order: 4;
  }

  #w-node-bfa5aaa9-d36e-53d3-796a-ae678c9878f1-dc8460a8 {
    order: 3;
  }

  #w-node-b527d489-5f38-c29a-daae-e158d28fb025-dc8460a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a74e2943-ee26-228d-6ecf-6bd2162fa4d0-dc8460a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e95b7359-9584-3090-d3cd-a38833ee9224-dc8460a8, #w-node-fd1bd8aa-a9bd-781f-c32b-6ceb612273b2-dc8460a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_87a0ec48-dd7c-8fb8-6e83-ad0fdad83ac9-dc8460a8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_87a0ec48-dd7c-8fb8-6e83-ad0fdad83acb-dc8460a8 {
    order: -9999;
  }

  #w-node-_549ef161-6d6f-1eb4-ae7b-30c4e63a8752-dc8460a8 {
    order: 2;
  }

  #w-node-_7d780aa6-7deb-397f-051f-d5bc3fc93db8-dc8460a8 {
    order: 3;
  }

  #w-node-d745acb3-23ce-0a7f-8ab9-9721e5facbb8-dc8460a8 {
    order: 4;
  }

  #w-node-bfa5aaa9-d36e-53d3-796a-ae678c9878f1-dc8460a8 {
    order: 9999;
  }

  #w-node-b527d489-5f38-c29a-daae-e158d28fb025-dc8460a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87a0ec48-dd7c-8fb8-6e83-ad0fdad83ac9-dc8460a8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_87a0ec48-dd7c-8fb8-6e83-ad0fdad83acb-dc8460a8 {
    order: 2;
  }

  #w-node-_87a0ec48-dd7c-8fb8-6e83-ad0fdad83aca-dc8460a8 {
    order: -9999;
  }
}


