:root {
  --white: white;
  --cadet-blue: #76a6bc;
  --white-smoke: #f6f6f6;
  --otc1: #38444a;
  --otc-black: #202426;
  --black: black;
  --light-blue: #b1def3;
  --alice-blue: #ddeff9;
}

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

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-bottom: 15px;
  font-size: 18px;
}

ul {
  padding-left: 30px;
}

li {
  margin-bottom: 4px;
  font-size: 17px;
}

.logo-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.logo {
  width: 120px;
}

.slider {
  width: 100%;
  height: 700px;
}

.footer {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.hp__data-block {
  z-index: 5;
  color: var(--white);
  background-color: #202426;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.flex-vertical {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.stat-1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.stat-2 {
  font-size: 20px;
}

.slide-nav {
  z-index: 10;
  display: none;
}

.shirt-image {
  width: 80px;
  margin-right: 25px;
}

.divide-line {
  background-color: var(--cadet-blue);
  width: 2px;
  height: 100px;
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}

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

.nav-menu {
  float: left;
}

.link-block-2 {
  margin-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.card__content-wrapper {
  background-color: var(--white-smoke);
  width: 100%;
  padding: 30px 5%;
}

.line {
  border-top: 3px solid var(--cadet-blue);
  background-color: #0000;
  width: 15%;
  max-width: 40px;
  margin-top: 5px;
  margin-bottom: 0;
}

.card__component {
  border: 1px solid var(--otc1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.league-card {
  background-color: var(--otc-black);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--cadet-blue);
  border-radius: 3px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
}

.button:hover {
  background-color: var(--otc1);
  color: var(--light-blue);
  box-shadow: 0 0 6px 2px #b1def36b;
}

.button.bigger {
  padding: 8px 20px;
}

.page-wrapper {
  flex-flow: column;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.stripe {
  background-color: var(--white);
  height: 7px;
}

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

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
}

.success-message {
  margin-top: 30px;
}

.padding-container {
  width: 100%;
  padding: 50px 5%;
}

.n__section {
  background-color: var(--white);
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-small {
  margin-bottom: 25px;
}

.margin-bottom-medium {
  margin-bottom: 35px;
}

.container-large {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.news__image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 350px;
}

.stripe-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.h1-small {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.stats-wrapper {
  align-items: center;
  display: flex;
}

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

.padding-page {
  padding: 10px 5% 50px;
}

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

.link-block, .link-block.w--current {
  margin-top: 0;
}

.navbar {
  background-color: #202426;
  justify-content: center;
  display: flex;
}

.nav-text {
  color: #fff;
  background-color: #202426;
  padding: 12px 14px;
  font-family: Roboto Condensed, sans-serif;
}

.nav-text:hover, .nav-text.w--current {
  color: #000;
  background-color: #fff;
}

.logo-badge {
  width: 75px;
}

.logo-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image {
  margin-top: 0;
}

.margin-bottom-xsmall {
  margin-bottom: 10px;
}

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

._3-col-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.training__text {
  font-family: Roboto Condensed, sans-serif;
  font-size: 17px;
}

.training__text.text-bold {
  font-size: 19px;
}

.train__text-wrap {
  background-color: var(--alice-blue);
  color: var(--otc-black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.train__text-wrap.blank {
  background-color: var(--light-blue);
}

.training__time-wrap {
  background-color: var(--otc1);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  display: flex;
}

.training__time-wrap.blank {
  background-color: var(--white);
}

.margin-bottom-xxsmall {
  margin-bottom: 5px;
}

.training__grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto 80px 80px 80px 80px 80px 80px 80px 80px 80px;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr 1fr;
}

.gallery-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.gallery__image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.sponsor-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.sponsor__logo-wrap {
  border: 1px solid var(--otc1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  padding: 15px;
  display: flex;
}

.sponsor__logo-wrap.is-top {
  height: 210px;
}

.sponsor__logo-wrap.is-mirus {
  background-color: #1a1a1a;
}

.sponsor__logo-wrap.qlm {
  background-color: #0f0f0f;
}

.sponsor__logo-wrap.is-mj {
  background-color: #4a4a49;
}

.sponsor__logo-wrap.is-will {
  background-color: #000;
}

.sponsor__logo-wrap.is-jk {
  background-color: #e5b54e;
}

.sponsor__logo-wrap.is-nutrizen {
  background-color: #000;
}

.sponsor__logo-wrap.is-kim {
  background-color: #dde3d7;
}

.sponsor__logo {
  object-fit: contain;
  width: 100%;
  max-width: 230px;
  height: 100%;
  max-height: 135px;
}

.sponsor__logo.max-hight {
  max-width: 195px;
  max-height: 130px;
}

.sponsor__logo-padding {
  padding: 15px;
}

.teams__grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.teams__card {
  border: 1px solid var(--otc-black);
  flex-flow: column;
  padding-bottom: 8px;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.teams__text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px 10px;
  display: flex;
}

.teams__text-wrapper.header {
  background-color: var(--otc1);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.teams__text-tag {
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.teams__text-description {
  margin-bottom: 0;
  margin-right: 0;
  font-family: Roboto Condensed, sans-serif;
}

.small-p {
  margin-bottom: 5px;
  font-size: 16px;
}

.hp__h1-wrapper {
  width: 100%;
  max-width: 520px;
}

.textarea {
  border: 1px solid var(--black);
  min-height: 250px;
}

.text-field {
  border: 1px solid var(--black);
  min-height: 50px;
}

.footer__text-wrapper {
  opacity: .25;
  color: var(--white);
  background-color: #38444a;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.footer__text-wrapper:hover {
  opacity: .8;
}

.not-found-icon {
  width: 160px;
  margin-bottom: 26px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.map {
  height: 600px;
}

.text-size-medium {
  font-size: 19px;
}

.no-margin {
  margin-bottom: 0;
}

.fixed-background {
  z-index: -1;
  background-image: linear-gradient(#00000040, #00000040), url('../images/Onley_Town_Colts_FC_site_background_image_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.minimum-hight {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  display: flex;
}

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

.is-narrower {
  max-width: 190px;
  max-height: 135px;
}

.is-narrower.max-hight {
  max-width: 195px;
  max-height: 130px;
}

.sponsor__main-logo-wrap {
  border: 1px solid var(--otc1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  padding: 15px;
  display: flex;
}

.sponsor__main-logo-wrap.is-top {
  height: 210px;
}

.sponsor__main-logo-wrap.is-mirus {
  background-color: #1a1a1a;
}

.sponsor__main-logo-wrap.qlm {
  background-color: #0f0f0f;
}

.sponsor__main-logo-wrap.is-mj {
  background-color: #4a4a49;
}

.sponsor__main-logo-wrap.is-will {
  background-color: #000;
}

.sponsor__main-logo-wrap.is-jk {
  background-color: #e5b54e;
}

.sponsor__main-logo-wrap.is-nutrizen {
  background-color: #000;
}

.main-sponsor__logo {
  object-fit: contain;
  width: 100%;
  max-width: 370px;
  height: 100%;
  max-height: 140px;
}

.main-sponsor__logo.max-hight {
  max-width: 195px;
  max-height: 130px;
}

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

.hide-2 {
  display: none;
}

.shirt-icon {
  width: 100%;
  max-width: 4.5rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  .logo {
    width: 100px;
  }

  .icon {
    color: #fff;
  }

  .slider {
    height: 450px;
  }

  .hp__data-block {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
  }

  .stat-1 {
    font-size: 50px;
  }

  .stat-2 {
    font-size: 14px;
  }

  .shirt-image {
    width: 60px;
    margin-right: 15px;
  }

  .divide-line {
    height: 90px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-block-2 {
    margin-top: 0;
    padding-right: 12px;
  }

  .contact-form-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .padding-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news__image {
    height: 300px;
  }

  .h1-small {
    font-size: 18px;
  }

  .padding-page {
    padding-bottom: 40px;
  }

  .navbar {
    z-index: 1000;
    justify-content: flex-end;
    align-items: center;
  }

  .header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .image {
    margin-top: 8px;
  }

  .menu-button-2.w--open {
    background-color: var(--otc-black);
  }

  ._3-col-grid {
    grid-template-columns: 1fr;
  }

  .training__text {
    font-size: 15px;
  }

  .training__text.text-bold {
    font-size: 17px;
  }

  .train__text-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }

  .training__grid {
    grid-template-rows: auto 70px 70px 70px 70px 70px 70px 70px 70px 70px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery__image {
    height: 220px;
  }

  .sponsor-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .sponsor__logo-wrap {
    min-height: 170px;
  }

  .teams__grid {
    grid-template-columns: 1fr 1fr;
  }

  .hp__h1-wrapper {
    max-width: 260px;
  }

  .text-size-medium {
    font-size: 18px;
  }

  .sponsor__main-logo-wrap {
    min-height: 210px;
  }

  .shirt-icon {
    max-width: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  ul {
    padding-left: 20px;
  }

  li {
    font-size: 15px;
  }

  .logo-text {
    font-size: 22px;
    line-height: 22px;
  }

  .logo {
    width: 90px;
  }

  .slider {
    height: 250px;
  }

  .hp__data-block {
    text-align: center;
    flex-flow: column;
    max-width: 90%;
    margin-top: -50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .stat-1 {
    font-size: 50px;
  }

  .stat-2 {
    font-size: 15px;
  }

  .card__content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .utility-page-content {
    min-height: 400px;
  }

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

  .margin-bottom-small {
    margin-bottom: 15px;
  }

  .margin-bottom-medium {
    margin-bottom: 25px;
  }

  .news__image {
    height: 200px;
  }

  .h1-small {
    font-size: 17px;
  }

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

  .logo-badge {
    width: 65px;
  }

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

  .image {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 0;
  }

  .training__text, .training__text.text-bold {
    font-size: 12px;
  }

  .training__grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto 60px 60px 60px 60px 60px 60px 60px 60px 60px;
  }

  .gallery__image {
    height: 170px;
  }

  .sponsor__logo-wrap {
    min-height: 170px;
  }

  .teams__grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .small-p {
    font-size: 14px;
  }

  .hp__h1-wrapper {
    max-width: 400px;
    margin-top: 15px;
  }

  .not-found-icon {
    width: 90px;
  }

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

  .minimum-hight {
    min-height: 0;
  }

  .sponsor__main-logo-wrap {
    min-height: 190px;
  }

  .shirt-icon {
    max-width: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .logo-text {
    font-size: 18px;
    line-height: 18px;
  }

  .hp__data-block {
    border-radius: 0;
    max-width: 100%;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .shirt-image {
    opacity: 1;
    flex: 0 auto;
    max-height: 80px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .divide-line {
    border-top-style: solid;
    border-top-width: 1px;
    border-right-style: none;
    height: 80px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .utility-page-content {
    min-height: 300px;
  }

  .news__image {
    height: 150px;
  }

  .padding-page {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .header {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 0;
  }

  .training__text, .training__text.text-bold {
    font-size: 10px;
  }

  .train__text-wrap {
    padding-left: 2px;
    padding-right: 2px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery__image {
    height: 190px;
  }

  .sponsor-grid {
    grid-template-columns: 1fr;
  }

  .sponsor__logo-wrap {
    min-height: 170px;
  }

  .sponsor__logo-wrap.is-top {
    height: 160px;
  }

  .minimum-hight {
    min-height: 20vh;
  }

  .sponsor__main-logo-wrap {
    min-height: 170px;
  }

  .sponsor__main-logo-wrap.is-top {
    height: 160px;
  }
}

#w-node-_9084349b-a041-8dcd-138d-904246588ab9-2cf25ba9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94b712eb-edc6-6f96-8f6d-c8932547c319-2cf25be4, #w-node-b9e90c72-74c6-71e1-800e-5fd04ba3ae47-2cf25be4, #w-node-_526b1afd-78a4-7be8-57dd-15b6b0083dab-2cf25be4, #w-node-b3ea0e04-9cca-541f-b229-199be9ea16b6-2cf25be4, #w-node-_83597fcb-4c2f-3f9c-506d-444d0a52dc0f-2cf25be4, #w-node-_5f596e54-ce51-7761-2f97-2efa93dfd5ec-2cf25be4, #w-node-_5f7fa0c0-6100-d92c-3ab8-431b4fcec3ae-2cf25be4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dc69f37-2138-5031-87c6-111bd82edae8-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5dc69f37-2138-5031-87c6-111bd82edaea-2cf25be4, #w-node-_2bf5e5a9-736e-896c-cb68-5696b6801af8-2cf25be4, #w-node-_2bf5e5a9-736e-896c-cb68-5696b6801afa-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-cd506973-442c-e1a6-e31a-84b1d14ac8d1-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd506973-442c-e1a6-e31a-84b1d14ac8d3-2cf25be4, #w-node-cd506973-442c-e1a6-e31a-84b1d14ac8d8-2cf25be4, #w-node-c248b8e7-897a-1175-6f18-f59324007ea8-2cf25be4, #w-node-c248b8e7-897a-1175-6f18-f59324007eaa-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_72042988-58a8-a4d0-b5c0-fc2ad8f31104-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_72042988-58a8-a4d0-b5c0-fc2ad8f31106-2cf25be4, #w-node-_72042988-58a8-a4d0-b5c0-fc2ad8f3110b-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-db06ee2e-0ab1-1cb5-19ad-e7343d1c08f4-2cf25be4, #w-node-_58ca5f28-4167-c87b-314f-292a865c416e-2cf25be4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2f9062b-e30a-0cae-76b9-3eed73aa2106-2cf25be4, #w-node-_615f10d4-70a9-3108-cce4-ac98794e01d7-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_615f10d4-70a9-3108-cce4-ac98794e01d9-2cf25be4, #w-node-_615f10d4-70a9-3108-cce4-ac98794e01de-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_6eed731b-fdaa-de8c-19a2-4547bcc20265-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6eed731b-fdaa-de8c-19a2-4547bcc20267-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-abafde58-1902-dc3f-29f3-f6f07dcc4898-2cf25be4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48111108-f679-d868-47c7-d9307cdeba44-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_48111108-f679-d868-47c7-d9307cdeba46-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_8775957e-6361-ed24-ff65-7a5502553002-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8775957e-6361-ed24-ff65-7a5502553004-2cf25be4, #w-node-_8775957e-6361-ed24-ff65-7a5502553009-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_3f17a0e5-7811-0494-8f57-591d17d6e54b-2cf25be4, #w-node-cb346a16-6cd4-55e4-170d-dbf5f2c8c012-2cf25be4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d787030-5ffc-d5c6-c0af-9246f5679581-2cf25be4, #w-node-_6d787030-5ffc-d5c6-c0af-9246f5679583-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_9c5b8ead-3df3-386f-e9f7-295ec1925122-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9c5b8ead-3df3-386f-e9f7-295ec1925124-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_0d6d0282-383e-dea9-f6ce-0bbf31e37bad-2cf25be4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e8d148d-8062-30dc-47df-71e672d5d9be-2cf25be4, #w-node-_6a2557f3-3c45-b8ac-5d14-07236e93dcd6-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6a2557f3-3c45-b8ac-5d14-07236e93dcd8-2cf25be4, #w-node-_6a2557f3-3c45-b8ac-5d14-07236e93dcdd-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-aed2be79-9671-6d9b-315a-9b5db5712997-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-aed2be79-9671-6d9b-315a-9b5db5712999-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-db1c693e-f8b2-67ca-99a0-8a5bd353eea8-2cf25be4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2362d4fb-af43-0963-21b5-33b006da8fe4-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_63410d39-0b4b-3a1b-38ff-4d49d07a422b-2cf25be4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccf72727-461f-6b06-ba60-08c3e93f17ef-2cf25be4, #w-node-b916c148-a593-60fc-0db1-687bf5e78526-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b916c148-a593-60fc-0db1-687bf5e78528-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-ef6ebf26-a5ae-8e4a-6967-f6b21915476a-2cf25be4, #w-node-_999cdec0-c475-ee34-764f-58d984e598e4-2cf25be4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_999cdec0-c475-ee34-764f-58d984e598e6-2cf25be4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_55542596-5186-f80d-37b9-d5b604fd8460-2cf25be4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_9084349b-a041-8dcd-138d-904246588aa9-2cf25ba9, #w-node-_9084349b-a041-8dcd-138d-904246588aad-2cf25ba9, #w-node-_9084349b-a041-8dcd-138d-904246588ab1-2cf25ba9, #w-node-_9084349b-a041-8dcd-138d-904246588ab5-2cf25ba9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


