:root {
  --black: #353535;
  --white: white;
  --green: #066151;
  --dark-grey: darkgrey;
  --light-grey: #d8d8d8;
  --hero-video-radius: 3.125rem;
  --fitness-intro-shadow-y: -.6em;
  --bottom-cta-radius: 3.125rem;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --player-radius: 3.5rem;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

body {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-weight: 400;
  line-height: .9;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04;
}

h3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  cursor: pointer;
  text-decoration: underline;
  transition: color .2s, background-color .45s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 0;
  padding: .8rem 1rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.page-wrapper {
  overflow: clip;
}

.container-large {
  width: 90%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.is-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styleguide_block {
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.styleguide_block.cc-grid.cc-icons {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.styleguide_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.styleguide_label {
  color: var(--black);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #00000026;
  border-radius: 4px;
  padding: .3rem .6rem;
  font-size: .75rem;
  display: inline-block;
}

.styleguide_label.is-html-tag {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #00000026;
}

.styleguide_label.is-on-dark {
  color: var(--white);
}

.styleguide_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px dashed #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 10rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.styleguide_styles {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 1px dashed #0000001a;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-medium {
  color: var(--green);
  text-align: center;
  background-color: #fff6f6;
  border-radius: 20px;
  padding-top: 0;
  padding-left: 17px;
  padding-right: 15px;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-small {
  font-size: .88rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

.text-style-italic {
  font-style: italic;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-link {
  color: var(--green);
  text-decoration: underline;
}

.text-style-link:hover {
  text-decoration: none;
}

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

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

.text-align-right {
  text-align: right;
}

.text-rich-text {
  font-size: 1.125rem;
}

.text-rich-text h1, .text-rich-text h2 {
  margin-bottom: 2.5rem;
}

.text-rich-text h3, .text-rich-text h4, .text-rich-text h5, .text-rich-text h6 {
  margin-bottom: 2rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote, .text-rich-text ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-black {
  background-color: var(--black);
  color: var(--black);
}

.styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

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

.text-color-black {
  color: #000;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--green);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-small {
  border-radius: 2rem;
  padding: 1rem 1.5rem;
}

.button.is-secondary {
  border: 1px solid var(--dark-grey);
  color: var(--black);
  background-color: #0000;
}

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

.button.is-link {
  letter-spacing: .02em;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  padding: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.styleguide_label-row {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.form-radio-label, .form-checkbox-label {
  margin-bottom: 0;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: .75rem;
  min-width: .75rem;
  height: .75rem;
  min-height: .75rem;
  margin-top: 0;
  margin-left: -.75rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form-input {
  height: auto;
  min-height: 3.5rem;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #0808084d;
  border-radius: 2.5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.form-input:hover {
  border-color: var(--black);
}

.form-input:focus {
  border-color: var(--black);
  background-color: #a9a9a91a;
}

.form-input::placeholder {
  color: #08080880;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  border-radius: 1rem;
  height: auto;
  min-height: 11.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: auto;
}

.form-input.is-green {
  border-color: var(--green);
  color: var(--white);
}

.form-input.is-green:hover {
  border-color: var(--white);
}

.form-input.is-green:focus {
  border-color: var(--green);
  background-color: #ffffff1a;
}

.form-input.is-green::placeholder {
  color: #ffffffb3;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  color: var(--dark-grey);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  margin-top: 0;
  margin-left: -1rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 10rem 1fr;
  align-items: center;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: .75rem;
  display: flex;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1rem;
  display: flex;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.icon-20 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  display: flex;
}

.icon-24 {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
  position: relative;
}

.icon-32 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.icon-40 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.icon-48 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
}

.icon-56 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  display: flex;
}

.styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1.6rem;
  display: grid;
}

.styleguide_empty-box {
  z-index: -1;
  pointer-events: none;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-medium {
  width: 90%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 90%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_spacing {
  background-image: linear-gradient(0deg, #2d40ea0d, #2d40ea00);
  border: 1px dashed #d3d3d3;
  width: 100%;
}

.margin-bottom-4 {
  margin-bottom: .25rem;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.margin-bottom-12 {
  margin-bottom: .75rem;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.margin-bottom-28 {
  margin-bottom: 1.75rem;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.margin-bottom-56 {
  margin-bottom: 3.5rem;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.margin-bottom-72 {
  margin-bottom: 4.5rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.margin-bottom-96 {
  margin-bottom: 6rem;
}

.margin-bottom-104 {
  margin-bottom: 6.5rem;
}

.margin-bottom-120 {
  margin-bottom: 7.5rem;
}

.margin-bottom-144 {
  margin-bottom: 9rem;
}

.hide, .show-tablet, .show-landscape, .show-portrait {
  display: none;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.z-index-3 {
  z-index: 3;
  position: relative;
}

.opacity-80 {
  opacity: .8;
}

.opacity-60 {
  opacity: .6;
}

.opacity-40, .opacity-20 {
  opacity: .4;
}

.heading-style-h1 {
  color: var(--green);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.heading-style-h2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.04;
}

.heading-style-h3 {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h4 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04;
}

.heading-style-h5 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6 {
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.styleguide_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.styleguide_h1 {
  font-size: 4rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top-4 {
  margin-top: .25rem;
}

.margin-top-8 {
  margin-top: .5rem;
}

.margin-top-12 {
  margin-top: .75rem;
}

.margin-top-16 {
  margin-top: 1rem;
}

.margin-top-20 {
  margin-top: 1.25rem;
}

.margin-top-24 {
  margin-top: 1.5rem;
}

.margin-top-28 {
  margin-top: 1.75rem;
}

.margin-top-32 {
  margin-top: 2rem;
}

.margin-top-40 {
  margin-top: 2.5rem;
}

.margin-top-48 {
  margin-top: 3rem;
}

.margin-top-56 {
  margin-top: 3.5rem;
}

.margin-top-64 {
  margin-top: 4rem;
}

.margin-top-72 {
  margin-top: 4.5rem;
}

.margin-top-80 {
  margin-top: 5rem;
}

.margin-top-96 {
  margin-top: 6rem;
}

.margin-top-104 {
  margin-top: 6.5rem;
}

.margin-top-120 {
  margin-top: 7.5rem;
}

.margin-top-144 {
  margin-top: 9rem;
}

.text-size-eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.img-cover {
  z-index: 1;
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.text-color-darkgrey {
  color: var(--dark-grey);
}

.shadow-card {
  box-shadow: 0 100px 80px #00000012, 0 64px 46px #0000000f, 0 40px 25px #0000000d, 0 20px 13px #0000000a, 0 8px 7px #00000008, 0 2px 3px #00000005;
}

.text-color-lightgrey {
  color: var(--light-grey);
}

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

.text-style-inlinelink {
  color: var(--black);
  text-decoration: underline;
}

.text-style-inlinelink:hover {
  text-decoration: none;
}

.background-color-white {
  background-color: var(--white);
  color: var(--black);
}

.is-word {
  transform-origin: 0 100%;
  display: inline-block;
}

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

.background-color-darkgrey {
  background-color: var(--dark-grey);
  color: var(--black);
}

.background-color-lightgrey {
  background-color: var(--light-grey);
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .styleguide_block.cc-grid {
    display: flex;
  }

  .styleguide_wrap {
    flex-flow: column;
    display: flex;
  }

  .margin-bottom-8 {
    margin-bottom: .375rem;
  }

  .margin-bottom-12 {
    margin-bottom: .625rem;
  }

  .margin-bottom-20 {
    margin-bottom: 1rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1.25rem;
  }

  .margin-bottom-28 {
    margin-bottom: 1.5rem;
  }

  .margin-bottom-32 {
    margin-bottom: 1.75rem;
  }

  .margin-bottom-40 {
    margin-bottom: 2.25rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.75rem;
  }

  .margin-bottom-56 {
    margin-bottom: 3.25rem;
  }

  .margin-bottom-64 {
    margin-bottom: 3.5rem;
  }

  .margin-bottom-72 {
    margin-bottom: 4rem;
  }

  .margin-bottom-80 {
    margin-bottom: 4.5rem;
  }

  .margin-bottom-96 {
    margin-bottom: 5rem;
  }

  .margin-bottom-104 {
    margin-bottom: 6rem;
  }

  .margin-bottom-120 {
    margin-bottom: 6.5rem;
  }

  .margin-bottom-144 {
    margin-bottom: 7rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .styleguide_head {
    position: relative;
    top: auto;
  }

  .margin-top-8 {
    margin-top: .375rem;
  }

  .margin-top-12 {
    margin-top: .625rem;
  }

  .margin-top-20 {
    margin-top: 1rem;
  }

  .margin-top-24 {
    margin-top: 1.25rem;
  }

  .margin-top-28 {
    margin-top: 1.5rem;
  }

  .margin-top-32 {
    margin-top: 1.75rem;
  }

  .margin-top-40 {
    margin-top: 2.25rem;
  }

  .margin-top-48 {
    margin-top: 2.75rem;
  }

  .margin-top-56 {
    margin-top: 3.25rem;
  }

  .margin-top-64 {
    margin-top: 3.5rem;
  }

  .margin-top-72 {
    margin-top: 4rem;
  }

  .margin-top-80 {
    margin-top: 4.5rem;
  }

  .margin-top-96 {
    margin-top: 5rem;
  }

  .margin-top-104 {
    margin-top: 6rem;
  }

  .margin-top-120 {
    margin-top: 6.5rem;
  }

  .margin-top-144 {
    margin-top: 7rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.is-video {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section.is-about-hero, .section.is-location-hero, .section.is-legal, .section.is-video {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section.is-hero {
    margin-top: 4.5rem;
  }

  .section.is-contact {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section.is-bottom-cta {
    padding-top: 6.25rem;
  }

  .section.is-about-hero, .section.is-location-hero, .section.is-legal {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .video_wrap {
    transform: scale(.9);
  }

  .video_box {
    aspect-ratio: 1162 / 900;
  }

  .email-form_wrap {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .player_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .player_visual {
    border-radius: 1.5rem;
  }

  .locations_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .locations_list {
    width: 100%;
  }

  .faqs_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero_wrap {
    border-radius: 2rem;
    height: calc(98vh - 4.5rem);
  }

  .hero_inner {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .quote_text {
    font-size: 10vw;
  }

  .gallery_img-box {
    font-size: .9rem;
  }

  .contact_wrap {
    flex-flow: column;
  }

  .contact_visual {
    aspect-ratio: 1;
    width: 100vw;
    margin-left: -5vw;
    position: relative;
    top: auto;
  }

  .contact_content {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .contact_img {
    width: 100%;
  }

  .navbar {
    height: auto;
  }

  .nav_wrap {
    justify-content: space-between;
    padding: .5rem 1rem;
  }

  .nav_link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10vw;
  }

  .nav_brand {
    justify-content: flex-start;
    align-items: center;
    width: 12rem;
    max-height: 80%;
    position: relative;
  }

  .nav_menu-items {
    background-color: var(--white);
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    padding-top: 2rem;
    left: 0;
    right: 0;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .nav_logo {
    width: auto;
    height: 100%;
    max-height: 50px;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .nav_menu-link-wrap.is-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav_button {
    z-index: 100;
    margin-right: -1rem;
    padding: 1rem;
  }

  .nav_button.w--open {
    background-color: var(--white);
  }

  .nav_button-inner {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav_button-line {
    background-color: var(--black);
    border-radius: 2rem;
    width: 1.6rem;
    height: 2px;
    padding: 0;
  }

  .video_wall {
    margin-top: -20vh;
  }

  .about-visual_wrap {
    margin-bottom: 1rem;
    transform: scale(.9);
  }

  .footer_link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .content_wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .template_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .div-block {
    display: none;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1rem;
  }

  .margin-bottom-28 {
    margin-bottom: 1.25rem;
  }

  .margin-bottom-32 {
    margin-bottom: 1.5rem;
  }

  .margin-bottom-40 {
    margin-bottom: 2rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.25rem;
  }

  .margin-bottom-56 {
    margin-bottom: 2.75rem;
  }

  .margin-bottom-64 {
    margin-bottom: 3rem;
  }

  .margin-bottom-72 {
    margin-bottom: 3.25rem;
  }

  .margin-bottom-80 {
    margin-bottom: 3.5rem;
  }

  .margin-bottom-96 {
    margin-bottom: 3.75rem;
  }

  .margin-bottom-104 {
    margin-bottom: 4rem;
  }

  .margin-bottom-120 {
    margin-bottom: 4.5rem;
  }

  .margin-bottom-144 {
    margin-bottom: 5rem;
  }

  .hide-landscape {
    display: none;
  }

  .show-landscape {
    display: block;
  }

  .heading-style-h1 {
    font-size: 7rem;
  }

  .margin-top-24 {
    margin-top: 1rem;
  }

  .margin-top-28 {
    margin-top: 1.25rem;
  }

  .margin-top-32 {
    margin-top: 1.5rem;
  }

  .margin-top-40 {
    margin-top: 2rem;
  }

  .margin-top-48 {
    margin-top: 2.25rem;
  }

  .margin-top-56 {
    margin-top: 2.75rem;
  }

  .margin-top-64 {
    margin-top: 3rem;
  }

  .margin-top-72 {
    margin-top: 3.25rem;
  }

  .margin-top-80 {
    margin-top: 3.5rem;
  }

  .margin-top-96 {
    margin-top: 3.75rem;
  }

  .margin-top-104 {
    margin-top: 4rem;
  }

  .margin-top-120 {
    margin-top: 4.5rem;
  }

  .margin-top-144 {
    margin-top: 5rem;
  }

  .section.is-bottom-cta {
    padding-top: 5rem;
  }

  .section.is-about-hero {
    padding-bottom: 4rem;
  }

  .video_title {
    left: 1rem;
    right: 1rem;
  }

  .max-width-440.is-full-responsive {
    max-width: 100%;
  }

  .player_list {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: column;
    display: flex;
  }

  .locations_list {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: auto;
  }

  .locations_item {
    flex: none;
    width: 90%;
  }

  .footer_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    margin-left: -.5rem;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .locations_grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    display: flex;
  }

  .quote_text {
    font-size: 4rem;
  }

  .gallery_wrap {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .gallery_img-box {
    font-size: .6rem;
  }

  .nav_menu-items-inner {
    padding-left: 1rem;
  }

  .nav_logo {
    min-height: 80%;
  }

  .video_wall {
    margin-top: -15vh;
  }

  .bottom-cta_box {
    margin-top: -4rem;
  }

  .about-visual_wrap {
    height: 20rem;
    margin-top: -3.5rem;
  }

  .template_list {
    flex-flow: column;
  }

  .content_header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .template_list-item.is-licence {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_copyright-inner {
    flex-flow: column;
  }

  .div-block {
    background-color: var(--green);
    width: 100%;
    height: 40px;
    color: var(--white);
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .topbar-link {
    color: var(--white);
    text-decoration: none;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 5rem;
  }

  .styleguide_row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .hide-portrait {
    display: none;
  }

  .show-portrait {
    display: block;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .heading-style-h2.is-title {
    font-size: 10vw;
  }

  .section, .section.is-location, .section.is-footer, .section.is-bottom-cta, .section.is-location, .section.is-footer, .section.is-bottom-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrap_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .email_form {
    flex-flow: column;
    align-items: stretch;
  }

  .locations_wrap, .faqs_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .locations_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .quote_text {
    font-size: 3rem;
  }

  .gallery_wrap {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .gallery_img-box {
    font-size: .4rem;
  }

  .exp-slider {
    width: 95%;
    padding-bottom: 4rem;
  }

  .exp-slider_item {
    width: 100%;
  }

  .history_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .staff_item {
    flex-flow: column;
  }

  .contact_form {
    flex-flow: column;
    display: flex;
  }

  .nav_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_link {
    font-size: 12vw;
  }

  .nav_menu-items {
    padding-top: 1rem;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_button {
    margin-right: -.75rem;
  }

  .video_wall {
    margin-top: -10vh;
  }

  .bottom-cta_box {
    height: 30rem;
    margin-top: -4.5rem;
  }

  .about-visual_wrap {
    margin-top: -3rem;
  }

  .exp-slider_mask {
    width: 100%;
  }

  .exp-slider_slide {
    flex: none;
    width: 100%;
    margin-right: 1rem;
  }

  .exp-slider_arrow.cc-left {
    left: 0;
  }

  .exp-slider_arrow.cc-right {
    left: 3.5rem;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891efcd-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891efd3-352e9600, #w-node-c13e4746-aa1d-4ac7-f3fd-db64affe028a-352e9600, #w-node-_5f9ede74-c050-bdea-5b35-a775586ce3d6-352e9600, #w-node-_25032385-0eab-2741-e7a9-ee08f98c8c8b-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f007-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f008-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f009-352e9600, #w-node-_9519d4c7-477d-dcc1-c570-9d1f92198f55-352e9600, #w-node-_9519d4c7-477d-dcc1-c570-9d1f92198f56-352e9600, #w-node-_9519d4c7-477d-dcc1-c570-9d1f92198f57-352e9600, #w-node-_9519d4c7-477d-dcc1-c570-9d1f92198f5c-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f013-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f014-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f015-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f01e-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f01f-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f020-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f029-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f02a-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f02b-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f032-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f033-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f034-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f037-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f03b-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f03c-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f03d-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f040-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f04f-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f074-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f079-352e9600, #w-node-f8b3d638-01df-3f0b-aab7-1a5641f157db-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f07e-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f083-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f088-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f095-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f097-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_006571c2-d655-db84-26e8-ce9afc4766f3-352e9600 {
  justify-self: start;
}

#w-node-_006571c2-d655-db84-26e8-ce9afc4766f5-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_006571c2-d655-db84-26e8-ce9afc4766f8-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc4766fd-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc476702-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc476707-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc47670c-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc476711-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc476716-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc47671b-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc476720-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc476725-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc47672a-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc47672f-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc476734-352e9600, #w-node-_006571c2-d655-db84-26e8-ce9afc476739-352e9600, #w-node-_09724e11-f303-c138-f696-94f00e8efee8-352e9600, #w-node-_0278ba0d-1529-424a-472b-8a895f441651-352e9600, #w-node-_7e45f156-53c4-65ce-4fcd-508b1699b837-352e9600, #w-node-_0d6c748e-7e08-0a2e-0755-5d0c2024e4a6-352e9600, #w-node-d7ece3ab-2e06-9021-6089-18847b36e36a-352e9600, #w-node-f1d58ac8-39c9-b69b-0b7e-d7209233a145-352e9600, #w-node-_90325cc5-1961-79c7-b805-bfc561fe5417-352e9600, #w-node-ac72b7c7-269f-edf3-55bb-c1fe783df77b-352e9600, #w-node-_608ab9a8-0656-bae4-ec1e-7a3915ade262-352e9600, #w-node-_07f27c9c-2b8e-6922-8499-05071fffa41e-352e9600, #w-node-ffb6b3fe-a585-9548-d049-fa51f0f8f4fb-352e9600, #w-node-d0a482b2-9245-47c3-c528-bae1c8a18297-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0e3-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0e5-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0e6-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0e9-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0eb-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0ec-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0ef-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0f1-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0f2-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0f5-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0f7-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0f8-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0fb-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0fd-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0fe-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f101-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f103-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f104-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f107-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f109-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f10a-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f10d-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f10f-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f110-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f113-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f115-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f116-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f119-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f11b-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f11c-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f11f-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f121-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f122-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f125-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f127-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f128-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f12b-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f12d-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f12e-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f131-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f133-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f134-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f137-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f139-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f13a-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f13d-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f13f-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f140-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f143-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f145-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f146-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f149-352e9600 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f14b-352e9600, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f14c-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c0f3-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c0f5-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c0f6-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c0f9-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c0fb-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c0fc-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c0ff-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c101-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c102-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c105-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c107-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c108-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c10b-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c10d-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c10e-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c111-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c113-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c114-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c117-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c119-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c11a-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c11d-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c11f-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c120-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c123-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c125-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c126-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c129-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c12b-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c12c-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c12f-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c131-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c132-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c135-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c137-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c138-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c13b-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c13d-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c13e-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c141-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c143-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c144-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c147-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c149-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c14a-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c14d-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c14f-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c150-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c153-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c155-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c156-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c159-352e9600 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c15b-352e9600, #w-node-_6b14621e-a5f8-b080-825c-c5274607c15c-352e9600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
