@font-face {
  font-family: Montserrat-n;
  src: url('../fonts/Montserrat-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Georgia;
  src: url('../fonts/Georgia.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #163015;
  --seashell: #ffefe9;
  --azure: #f1fdff;
  --teal: #3a7e89;
  --red: red;
  --yellow: #ffc906;
  --pink: #f9d0df;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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: #333;
  background-color: #fff;
  font-family: Bitter, serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.c-1200 {
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
}

.c-1200.spacer100 {
  height: 37px;
}

.c-1200.center {
  text-align: center;
}

.c-1200.card {
  padding-bottom: 0;
}

.headerwrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.headerwrap.center {
  justify-content: center;
  align-items: center;
}

.image-2 {
  width: 230px;
}

.cta-button {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3c3c3c;
  border-radius: 30px;
  margin-top: 0;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.cta-button.hero-main {
  color: #fff;
  background-color: #191f2f;
  align-items: center;
  padding: 17px 31px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.cta-button.hero-main._2 {
  background-color: #000;
  margin-top: 32px;
}

.cta-button.hero-main.hide {
  color: #fff;
  background-color: #000;
}

.cta-button.subscribe {
  color: #fff;
  background-color: #000;
  align-items: center;
  margin-top: 64px;
  padding: 17px 31px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.cta-button.footer {
  color: #000;
  background-color: #fff;
}

.cta-button.green {
  color: #fff;
  background-color: #36b8ea;
}

._02 {
  text-align: center;
  align-self: center;
  width: 50%;
}

._02.abt {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 0;
  display: flex;
  position: relative;
}

._02.hero {
  width: 48%;
}

._02.hero._2 {
  align-self: flex-start;
}

._02.footer {
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

._01 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

._01.abt {
  align-items: center;
}

._01.app {
  padding-left: 0;
  padding-right: 0;
}

._01.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

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

.bannerwrap {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.bannerwrap.abt {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  margin-top: 0;
  margin-bottom: 0;
}

.bannerwrap.footer {
  align-items: stretch;
  margin-top: 0;
}

.bannerwrap.app {
  margin-top: 0;
}

.bannerwrap.hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: center;
  margin-top: 64px;
}

.paragraph-01 {
  color: #8898ad;
  margin-bottom: 40px;
  padding-right: 0;
  font-size: 15px;
  line-height: 26px;
}

.paragraph-01.abt {
  color: #2f2f2f;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 31px;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  font-size: 34px;
  font-weight: 800;
}

.heading-2.alter {
  color: #000;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.heading-2.app {
  color: #000;
  text-transform: none;
  margin-top: 6px;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.section-2 {
  color: #1d1e21;
  background-color: #000;
  margin-top: 60px;
  margin-bottom: 0;
}

.section-2.card {
  background-color: #0000;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2.lead {
  background-color: #36b8ea0f;
  margin-top: 60px;
  padding-top: 48px;
  padding-bottom: 48px;
}

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

.text-block-5 {
  color: #fff;
  margin-bottom: 32px;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.text-block-5._2 {
  margin-bottom: 0;
}

.link-block.hide {
  display: none;
}

.link-block.ig {
  position: relative;
  top: 2px;
}

.section-4 {
  background-color: #000;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.section-4.footer {
  background-color: #000;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-4 {
  color: #fff;
  margin-top: 0;
  font-weight: 500;
}

.text-block-4.foot {
  color: #36b8ea;
  font-size: 16px;
  font-weight: 400;
}

.image-9 {
  text-align: left;
  position: relative;
}

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

.section-5.bg {
  background-color: #36b8ea0f;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-11 {
  width: 180px;
}

.bold-text-2 {
  text-transform: uppercase;
}

.div-block-9 {
  justify-content: space-between;
  display: flex;
}

.green {
  color: var(--green);
}

.html-embed-2 {
  max-width: 800px;
  margin: 30px auto 20px;
}

.stylesheet-2 {
  display: none;
}

.app-description {
  color: #898989;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.grid-item {
  text-align: center;
}

.bannerwrap-3 {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.bannerwrap-3.flip {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

.subtext-3 {
  color: #0f692b;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.subtext-3.lim {
  color: #36b8ea;
  margin-bottom: 3px;
  font-style: normal;
  font-weight: 400;
}

.subtext-3.lim.c {
  color: #868686;
  font-style: normal;
  font-weight: 400;
}

.subtext-3.lim.c2 {
  color: #36b8ea;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}

.heading-7 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Bitter, serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
}

.centered-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.device-description-wrap {
  color: #898989;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
}

.device-title-wrap {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #36b8ea;
  border: 1px solid #36b8ea;
  border-radius: 42px;
  margin-bottom: 25px;
  padding: 11px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 -1px 5px #0000001a, 0 2px 5px #0000001a;
}

.iphone-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start stretch;
  margin-top: 36px;
}

.heading-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 1;
}

.heading-8._2 {
  font-size: 54px;
}

.t-c-s-foot {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.tc-link {
  color: #36b8ea;
  font-size: 12px;
}

.privacy-policy-wrap {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rt-privacy {
  color: #000;
}

.padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 7rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  color: #000;
  margin-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.heading-9 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 800;
}

.form-col {
  width: 100%;
}

.success-text {
  font-weight: 600;
}

.form-contact {
  max-width: 600px;
  margin: 48px auto 0;
}

.form-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form_input.select {
  color: #101828;
  background-color: #fff;
}

.form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.send-btn {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.send-btn:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.meet-coaches-div {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-app-prev {
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-block-2 {
  margin-bottom: 36px;
}

.text-block-13 {
  color: #898989;
  max-width: 480px;
  margin-top: 22px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.span-brand, .span-brand-dark {
  color: #36b8ea;
}

.text-block-14 {
  color: #36b8ea;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 12px;
}

.div-block-10 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.bold-text-4 {
  color: #000;
}

.iphone-mockup {
  z-index: 1;
  height: 100%;
  position: relative;
}

.iphone-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 6%;
  width: 93%;
  height: 95%;
  position: absolute;
  top: 2.4%;
  left: 3.5%;
}

.play-pause-button-3 {
  display: none;
}

.iphone-shape {
  z-index: 999;
  height: 90%;
  position: relative;
}

.play-pause-button-4 {
  display: none;
}

@media screen and (max-width: 991px) {
  .c-1200.spacer100 {
    height: 50px;
  }

  .c-1200.card {
    padding-bottom: 0;
  }

  .c-1200.hero {
    margin-top: 32px;
    padding-bottom: 40px;
  }

  .headerwrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .image-2 {
    width: 180px;
  }

  .cta-button.hero-main.hide {
    display: none;
  }

  ._02 {
    text-align: center;
    width: auto;
  }

  ._02.abt {
    text-align: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-left: 0;
  }

  ._02.footer {
    text-align: center;
    align-items: center;
    margin-top: 16px;
  }

  ._02.hero {
    width: 100%;
  }

  ._02.footer {
    text-align: center;
    align-items: center;
  }

  ._01 {
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  ._01.app {
    max-width: 500px;
    margin: 0 auto 40px;
    padding-left: 0;
    padding-right: 0;
  }

  ._01.hero {
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  ._01.foot, ._01.foot._2 {
    justify-content: flex-start;
    align-items: center;
  }

  .bannerwrap {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }

  .bannerwrap.abt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .bannerwrap.footer {
    flex-direction: column;
    margin-top: 0;
  }

  .bannerwrap.app {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .bannerwrap.hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .paragraph-01 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-01.abt {
    margin-top: 0;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
  }

  .section-2 {
    margin-bottom: 20px;
  }

  .section-2.card {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.lead {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-3 {
    text-align: center;
    padding-left: 0;
  }

  .image-5 {
    margin-bottom: 26px;
  }

  .section-4.footer {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .image-9 {
    object-fit: contain;
    width: 500px;
    max-width: none;
    height: 483px;
    margin-top: 19px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .section-5 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .img-hero {
    object-fit: contain;
    max-width: 100%;
    margin: 32px 0 0;
    position: static;
  }

  .div-block-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
  }

  .html-embed-2 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .bannerwrap-3 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .bannerwrap-3.flip {
    flex-direction: column;
  }

  .subtext-3 {
    text-align: center;
    margin-top: 40px;
  }

  .subtext-3.lim {
    margin-top: 0;
  }

  .heading-7 {
    text-align: center;
    margin-top: 0;
  }

  .centered-team {
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .device-title-wrap {
    margin-bottom: 16px;
  }

  .iphone-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8 {
    text-align: center;
    min-width: 0;
    max-width: 499px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.2;
  }

  .t-c-s-foot {
    justify-content: center;
    align-items: center;
  }

  .privacy-policy-wrap {
    margin-top: 0;
  }

  .padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-9 {
    text-align: center;
    margin-top: 0;
  }

  .meet-coaches-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .text-block-14 {
    margin-top: 0;
  }

  .div-block-10 {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .iphone-mockup {
    min-height: 0;
  }

  .play-pause-button-3 {
    z-index: 9;
    display: none;
  }

  .iphone-shape {
    min-height: 0;
  }

  .play-pause-button-4 {
    z-index: 9;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cta-button.subscribe {
    margin-top: 48px;
  }

  ._01.abt {
    align-items: center;
    width: 100%;
  }

  ._01.app {
    margin-bottom: 30px;
  }

  .heading-2 {
    margin-top: 10px;
    line-height: 33px;
  }

  .section-2.card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-3 {
    padding-left: 0;
  }

  .image-5 {
    margin-bottom: 16px;
  }

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

  .section-4.footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-9 {
    width: 380px;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    top: 0;
  }

  .section-5 {
    padding-top: 0;
  }

  .section-5.bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-app {
    font-size: 14px;
  }

  .subtext-3.lim {
    margin-top: 0;
  }

  .heading-7 {
    line-height: 33px;
  }

  .centered-team {
    padding-left: 0;
    padding-right: 0;
  }

  .iphone-grid-2 {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr minmax(1px, 29px) 1fr;
    justify-content: center;
  }

  .heading-8 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
  }

  .heading-8._2 {
    font-size: 32px;
  }

  .t-c-s-foot {
    justify-content: center;
    align-items: center;
  }

  .padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-9 {
    margin-top: 10px;
    line-height: 33px;
  }

  .form-contact {
    margin-top: 24px;
  }

  .form-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .send-btn {
    font-size: 1rem;
  }

  .send-btn:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .section-app-prev {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .iphone-screen {
    z-index: 99999;
    border-radius: 20px;
  }

  .play-pause-button-3, .play-pause-button-4 {
    z-index: 9999;
    width: 24px;
    height: 24px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .cta-button.hero-main {
    justify-content: center;
    font-size: 13px;
  }

  .cta-button.hero-main._2 {
    margin-top: 24px;
  }

  .cta-button.subscribe {
    justify-content: center;
    font-size: 13px;
  }

  ._01 {
    margin-bottom: 0;
  }

  ._01.abt {
    width: 100%;
  }

  ._01.hero {
    padding-left: 0;
    padding-right: 0;
  }

  ._01.foot {
    margin-bottom: 20px;
  }

  .paragraph-01 {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-01.abt {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 26px;
    line-height: 28px;
  }

  .heading-2.alter {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2.app {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .section-2.card {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-3 {
    margin-top: 0;
    padding-left: 0;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 31px;
    line-height: 29px;
  }

  .image-9 {
    width: auto;
    max-width: 100%;
    max-height: 400px;
    margin-top: 24px;
  }

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

  .img-hero {
    width: 100%;
  }

  .title-app {
    font-size: 10px;
  }

  .subtext-3 {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 26px;
    line-height: 28px;
  }

  .centered-team {
    margin-bottom: 0;
  }

  .device-description-wrap {
    font-size: 15px;
  }

  .device-title-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .iphone-grid-2 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
  }

  .heading-8 {
    width: 340px;
    font-size: 25px;
    line-height: 32px;
  }

  .t-c-s-foot {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 24px;
  }

  .heading-9 {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-13 {
    margin-top: 16px;
  }

  .text-block-14 {
    flex-flow: column;
    margin-top: 0;
    font-size: 11px;
    display: flex;
  }

  .iphone-screen {
    border-radius: 15px;
  }

  .play-pause-button-2 {
    z-index: 999;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f44-d4eb2db7 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f53-d4eb2db7 {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-d4eb2db7 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f71-d4eb2db7 {
    grid-area: 2 / 4 / 3 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f44-d4eb2db7, #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-d4eb2db7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f44-d4eb2db7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f53-d4eb2db7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-d4eb2db7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f71-d4eb2db7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Montserrat-n';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}