:root {
  --ndr-blue: #12537d;
  --ndr-green: #8ac04e;
  --lighter-blue: #addcfa;
  --dk-ndr-navy: #34495e;
  --form-grey: #eaecf0;
  --pale-cream: #f3f0f0;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  position: fixed;
}

.body {
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.brand {
  max-width: 300px;
}

.menu-container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block {
  text-align: right;
  flex: 1;
}

.div-block-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.code-embed {
  flex: 0 auto;
}

.header-container {
  max-width: 1400px;
}

.image {
  max-width: 300px;
}

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

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.code-embed-2 {
  margin-top: 4px;
  margin-right: 10px;
}

.text-block-2 {
  font-size: 24px;
  font-weight: 600;
}

.link {
  text-decoration: none;
}

.link.phone-header-link {
  color: #333;
  font-size: 28px;
  font-weight: 600;
}

.main-container {
  max-width: 1100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-container.hero-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section {
  background-color: var(--ndr-blue);
}

.quick-stack {
  padding: 0;
}

.div-block-4 {
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 11px;
  width: 100%;
  padding: 30px 20px;
  box-shadow: 0 10px 45px -13px #000;
}

.div-block-5 {
  width: 60%;
  margin-top: 0;
  margin-right: 40px;
  padding-top: 60px;
}

.div-block-5.thank-you-adjust-hero {
  width: 100%;
  padding-top: 0;
}

.regulated-font {
  color: var(--ndr-green);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 18px;
  font-weight: 600;
}

.regulated-font.main-body {
  text-align: left;
  letter-spacing: 1.6px;
  margin-top: 20px;
}

.regulated-font.main-body.blue-eyebrow {
  color: var(--ndr-blue);
  -webkit-text-stroke-color: var(--lighter-blue);
  margin-top: 0;
}

.heading {
  color: #fff;
  font-weight: 700;
}

.heading.hero-h1 {
  margin-right: 20px;
  padding-bottom: 20px;
}

.hero-paragraph {
  color: #fff;
  padding-bottom: 10px;
  font-size: 18px;
}

.hero-list {
  padding-left: 10px;
  list-style-type: none;
}

.list-item {
  background-image: url('../images/check-circle-1.svg');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: 26px;
}

.list-item.hero-list {
  color: #fff;
  background-image: url('../images/check-circle-1_1.svg');
  background-position: 0;
  background-size: 26px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 34px;
  font-size: 18px;
}

.hero-form-heading {
  -webkit-text-stroke-color: var(--dk-ndr-navy);
  font-size: 26px;
}

.form-text-subhead {
  margin-bottom: 20px;
}

.input-styling {
  background-color: var(--form-grey);
  border-radius: 4px;
  margin-bottom: 15px;
  padding-top: 24px;
  padding-bottom: 20px;
}

.select-field {
  border-radius: 4px;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.select-field.input-styling {
  background-color: var(--form-grey);
  min-height: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.submit-button {
  background-color: var(--ndr-green);
  color: #333;
  text-transform: none;
  border-radius: 4px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #9dcf64;
  box-shadow: 0 8px 40px #000000b3;
}

.form-label {
  margin-bottom: 8px;
}

.section-2 {
  background-color: var(--form-grey);
}

.usp {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.usp-text {
  color: var(--dk-ndr-navy);
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
}

.code-embed-3 {
  color: var(--dk-ndr-navy);
}

.code-embed-3.green-colour {
  color: var(--ndr-green);
  margin-top: 3px;
}

.cell-4, .cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

.main-body-h2 {
  color: var(--ndr-blue);
  text-align: left;
  background-color: #0000;
  margin-top: 10px;
}

.main-body-h2.centred {
  text-align: center;
}

.main-body-h2.centred.white {
  color: #fff;
}

.div-block-6 {
  background-color: var(--form-grey);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.div-block-6.client-reviews {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 150px;
}

.text-block-3 {
  text-align: center;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.section-3 {
  background-color: var(--form-grey);
  color: var(--pale-cream);
  -webkit-text-stroke-color: #333;
}

.div-block-7 {
  color: #333;
  background-color: #fff;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 450px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px 20px 30px;
  display: block;
  box-shadow: 0 10px 45px -13px #000;
}

.quick-stack-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 10px 0 0;
}

.code-embed-dis {
  margin-top: 12px;
}

.code-embed-dis.dis {
  -webkit-text-stroke-color: #e74c3c;
}

.code-embed-dis.adv {
  -webkit-text-stroke-color: var(--ndr-green);
}

.heading-2 {
  padding-left: 10px;
}

.div-block-adv {
  color: var(--ndr-green);
  -webkit-text-stroke-color: var(--ndr-green);
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-adv.disadvantage-red {
  color: #e74c3c;
}

.list {
  list-style-type: none;
}

.list.advatnages {
  padding-left: 0;
}

.advantages-list {
  margin-top: 10px;
  margin-bottom: 15px;
}

.div-block-8 {
  color: #333;
  background-color: #fff;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 10px 45px -13px #000;
}

.div-block-9 {
  background-color: var(--lighter-blue);
  border-radius: 22px;
  margin: 20px;
  padding: 30px 40px;
}

.code-embed-4 {
  color: var(--ndr-blue);
}

.div-block-10 {
  width: 100%;
  margin-top: 20px;
  margin-right: 20px;
}

.expect-heading {
  margin-top: 0;
}

.div-block-11 {
  width: 100%;
  color: var(--dk-ndr-navy);
  margin-right: 0;
  padding-right: 40px;
}

.body-link {
  color: var(--dk-ndr-navy);
}

.div-block-12 {
  color: #333;
  background-color: #fff;
  border-radius: 11px;
  width: 100%;
  margin-top: 20px;
}

.code-embed-5 {
  -webkit-text-stroke-color: var(--dk-ndr-navy);
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-4 {
  color: var(--dk-ndr-navy);
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-5, .div-block-14 {
  margin-left: 20px;
}

.fees-button {
  background-color: var(--lighter-blue);
  width: 60%;
  color: var(--dk-ndr-navy);
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.fees-button:hover {
  background-color: #c6e5fa;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-16 {
  color: #333;
  background-color: #fff;
  border: 1px solid #0000004d;
  border-radius: 11px;
  padding: 16px 20px;
}

.paragraph {
  color: #333;
}

.paragraph.info-paragraph {
  margin-top: 2px;
  margin-left: 0;
  padding-left: 10px;
}

.code-embed-6 {
  color: var(--ndr-blue);
}

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

.bold-text {
  color: var(--dk-ndr-navy);
  text-decoration: none;
}

.text-block-6 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.italic-text {
  color: var(--dk-ndr-navy);
  font-weight: 600;
}

.section-4 {
  color: #333;
  background-color: #fff;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed-7 {
  color: var(--ndr-blue);
  margin-top: 10px;
  margin-bottom: 10px;
}

.code-embed-7.green {
  color: var(--ndr-green);
}

.process-heading {
  color: var(--ndr-blue);
  font-size: 18px;
  font-weight: 700;
}

.process-text {
  text-align: center;
}

.section-5 {
  background-color: var(--form-grey);
}

.section-6 {
  background-color: var(--ndr-blue);
}

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-18 {
  background-color: #fff;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.code-embed-8 {
  color: var(--ndr-green);
  margin-right: 10px;
}

.div-block-19 {
  width: 100%;
}

.text-block-7 {
  margin-top: 10px;
}

.paragraph-2 {
  color: #ffffffb3;
  text-align: center;
  font-size: 18px;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--ndr-green);
  width: 250px;
  color: var(--dk-ndr-navy);
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.button:hover {
  background-color: #a5d86d;
}

.mini-container {
  max-width: 1100px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-7 {
  background-color: var(--form-grey);
}

.div-block-21 {
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.text-block-8 {
  text-align: right;
  flex: 1;
  font-size: 14px;
}

.text-block-9 {
  font-size: 14px;
}

.text-block-10 {
  margin-bottom: 10px;
  font-size: 14px;
}

.quick-stack-6 {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-6.white {
  color: #fff;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-11 {
  padding-left: 8px;
}

.footer-link {
  color: #333;
  text-decoration: none;
}

.code-embed-9, .code-embed-10, .code-embed-11 {
  margin-top: 4px;
}

.text-block-12 {
  margin-top: 10px;
}

.form-link {
  color: #333;
  text-decoration: none;
}

.quick-stack-7 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-24 {
  align-items: flex-start;
  display: flex;
}

.cell-8 {
  padding-top: 20px;
}

.code-embed-12 {
  color: var(--ndr-green);
  margin-bottom: 10px;
}

.div-block-25 {
  background-color: #c9e6f8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-25.green {
  background-color: #d5ecbb;
}

.code-embed-13 {
  color: var(--ndr-blue);
  margin-top: 5px;
}

.code-embed-13.green {
  color: var(--ndr-green);
}

.div-block-26 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 0 20px;
  display: flex;
}

.code-embed-14 {
  margin-right: 10px;
}

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

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .main-container {
    padding: 40px 20px;
  }

  .main-container.hero-container {
    padding: 60px 0;
  }

  .div-block-5 {
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-6.client-reviews {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 200px;
  }

  .div-block-7 {
    min-height: 530px;
  }

  .mini-container {
    padding: 20px;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-9 {
    margin-bottom: 10px;
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-7 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .quick-stack-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-24 {
    flex-flow: column;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 260px;
  }

  .code-embed-2 {
    margin-right: 5px;
  }

  .link.phone-header-link {
    font-size: 24px;
  }

  .main-container.hero-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section {
    overflow: hidden;
  }

  .div-block-5 {
    min-width: 540px;
  }

  .input-styling, .select-field.input-styling {
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-2 {
    overflow: hidden;
  }

  .div-block-6.client-reviews {
    min-height: 220px;
  }

  .section-3 {
    overflow: hidden;
  }

  .div-block-7 {
    min-height: 290px;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-8 {
    margin-bottom: 40px;
  }

  .section-4 {
    overflow: hidden;
  }

  .div-block-17 {
    margin-bottom: 10px;
  }

  .section-5, .section-6, .section-7 {
    overflow: hidden;
  }

  .div-block-22 {
    margin-bottom: 10px;
  }

  .cell-7 {
    display: block;
  }

  .section-8, .section-9, .section-10, .section-11 {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .cell-2 {
    justify-content: center;
    align-items: center;
  }

  .main-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-container.hero-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section {
    overflow: hidden;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
  }

  .div-block-5 {
    text-align: left;
    width: 100%;
    min-width: 324px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading.hero-h1 {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 38px;
  }

  .list-item.hero-list.new-pad {
    background-repeat: repeat-y;
    background-size: 28px 40px;
    background-attachment: scroll;
    margin-top: 10px;
  }

  .section-2 {
    overflow: hidden;
  }

  .div-block-6.client-reviews {
    min-height: 140px;
  }

  .section-3 {
    overflow: hidden;
  }

  .div-block-7 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-9 {
    margin-bottom: 0;
  }

  .div-block-10 {
    width: auto;
    padding-left: 20px;
  }

  .div-block-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    padding-left: 5px;
  }

  .div-block-14 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fees-button {
    width: 100%;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-16 {
    margin-bottom: 10px;
  }

  .paragraph.info-paragraph {
    padding-left: 0;
  }

  .italic-text {
    font-size: 16px;
  }

  .section-4, .section-5, .section-6, .section-7 {
    overflow: hidden;
  }

  .cell-7 {
    display: block;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .cell-8 {
    padding-top: 10px;
  }

  .quick-stack-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-8, .section-9, .section-10, .section-11 {
    overflow: hidden;
  }

  .div-block-27 {
    box-shadow: 0 10px 45px -13px #000;
  }
}

#w-node-_6257c024-3946-5c97-424e-3539bc973c78-0f59f9e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2623ce2f-cb22-65f0-0ea5-e2a549f5420d-0f59f9e0, #w-node-_574ed7d9-868b-6685-1a3e-2d23113b851c-0f59f9e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0972c6ed-0aac-9946-bcbf-7cc3efd8eb85-0f59f9e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d71d325d-5b42-ef8c-ffc4-ffd0156d696f-0f59f9e0 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d71d325d-5b42-ef8c-ffc4-ffd0156d6996-0f59f9e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d71d325d-5b42-ef8c-ffc4-ffd0156d69a6-0f59f9e0, #w-node-d3a76a9e-47f1-2e03-ed49-a1f2b1d3de9e-0f59f9e0 {
  grid-column: span 2 / span 2;
}

#w-node-_9e590c0b-a765-bf8d-2cf0-832daedfd938-0f59f9e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4cec7d04-c5cd-13a0-bae0-f0d10c23689c-0f59f9e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e47479b3-4d7e-1c9b-a9a4-8164fee129ae-0f59f9e0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ca21b919-2460-7dbc-0b26-df62527e6159-0f59f9e0, #w-node-b02625ca-5ad9-d85f-2a8e-147accf14239-0f59f9e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6257c024-3946-5c97-424e-3539bc973c78-ef1590b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3737c218-c6d1-6fb7-1f62-a5e7318eb2d5-ef1590b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_091d6243-bf9c-9b0d-cd7f-a93b98053279-ef1590b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d71d325d-5b42-ef8c-ffc4-ffd0156d696f-ef1590b2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d71d325d-5b42-ef8c-ffc4-ffd0156d6996-ef1590b2 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-ca21b919-2460-7dbc-0b26-df62527e6159-ef1590b2, #w-node-_05c0d8d0-3010-1640-727e-901a5397311b-ef1590b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6f4faf52-6647-9c71-5ecc-5ccd438ac27c-ef1590b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_2623ce2f-cb22-65f0-0ea5-e2a549f5420d-0f59f9e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4cec7d04-c5cd-13a0-bae0-f0d10c23689c-0f59f9e0, #w-node-_3737c218-c6d1-6fb7-1f62-a5e7318eb2d5-ef1590b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_574ed7d9-868b-6685-1a3e-2d23113b851c-0f59f9e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0972c6ed-0aac-9946-bcbf-7cc3efd8eb85-0f59f9e0, #w-node-d71d325d-5b42-ef8c-ffc4-ffd0156d696f-0f59f9e0, #w-node-_9e590c0b-a765-bf8d-2cf0-832daedfd938-0f59f9e0 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b02625ca-5ad9-d85f-2a8e-147accf14239-0f59f9e0, #w-node-_3737c218-c6d1-6fb7-1f62-a5e7318eb2d5-ef1590b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_091d6243-bf9c-9b0d-cd7f-a93b98053279-ef1590b2, #w-node-d71d325d-5b42-ef8c-ffc4-ffd0156d696f-ef1590b2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_05c0d8d0-3010-1640-727e-901a5397311b-ef1590b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f4faf52-6647-9c71-5ecc-5ccd438ac27c-ef1590b2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6257c024-3946-5c97-424e-3539bc973c78-0f59f9e0, #w-node-_2623ce2f-cb22-65f0-0ea5-e2a549f5420d-0f59f9e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4cec7d04-c5cd-13a0-bae0-f0d10c23689c-0f59f9e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e47479b3-4d7e-1c9b-a9a4-8164fee129ae-0f59f9e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca21b919-2460-7dbc-0b26-df62527e6159-0f59f9e0, #w-node-_6257c024-3946-5c97-424e-3539bc973c78-ef1590b2, #w-node-_3737c218-c6d1-6fb7-1f62-a5e7318eb2d5-ef1590b2, #w-node-ca21b919-2460-7dbc-0b26-df62527e6159-ef1590b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


