:root {
  --lusc_blue: #0a3d91;
  --white-smoke: #f1f1f1;
  --lusc_red: #ff2500;
  --kings_dark-grey: #414042;
  --lusc_dark-blue: #062a66;
  --kings_orange: #fff;
  --deep-grey: #2d2c2e;
}

.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: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5;
}

a {
  color: #333;
  font-size: 1em;
  text-decoration: none;
}

a:hover {
  color: #e98829;
}

ul {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container.centre {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
  font-weight: 600;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section, .section.footer {
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.page_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.div-block-15 {
  text-align: center;
}

.heading-3 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 2.7em;
  display: flex;
  position: relative;
}

.overlay {
  z-index: 100;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: 1em;
  transition: all .45s;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-top-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.overlay-menu-link-wrapper {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.overlay-menu-link-wrapper:hover {
  opacity: .44;
  color: #c97c12;
}

.overlay-menu-link-wrapper.w--current {
  opacity: .39;
  color: #b57e9d;
}

.overlay-menu-link-wrapper.bottom {
  margin-bottom: 0;
}

.menu-bg {
  z-index: 99;
  background-color: var(--lusc_blue);
  color: #333;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.menu-grid {
  z-index: 100;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 1fr 1fr;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overlay-menu-social-link {
  width: 3em;
  height: 3em;
  margin-left: 1em;
  transition: all .45s, opacity .2s;
  transform: none;
}

.overlay-menu-social-link:hover {
  opacity: .56;
  transform: scale(.9);
}

.social-link-wrapper {
  text-align: right;
  flex-direction: row;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  position: relative;
}

.menu-wrapper---full-screen {
  z-index: 10;
  justify-content: center;
}

.menu-open {
  z-index: 1;
  border: 1px solid var(--white-smoke);
  color: #0000;
  text-align: center;
  cursor: pointer;
  background-color: #fffefe;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 2em;
  margin-right: 2em;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-open:hover {
  background-color: var(--lusc_red);
}

.overlay-menu-contact-details {
  color: #fff;
  text-align: right;
  margin-bottom: .3em;
  font-size: 1.4em;
  font-weight: 300;
}

.overlay-menu-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 300;
  display: inline-block;
}

.overlay-menu-contact-details-wrapper {
  text-align: right;
  width: 80%;
  line-height: 1;
}

.nav-link {
  color: #adadad;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1em 0 0 3em;
  font-size: .9em;
  font-weight: 600;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 600;
}

.contact-details-wrapper---home-hero {
  font-size: 1.2em;
}

.contact-details---home-hero {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 500;
}

.phone-link---home-hero {
  color: #fff;
}

.phone-link---home-hero:hover {
  color: #ffffffb0;
}

.menu-close {
  z-index: 110;
  color: #333;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 2em;
  margin-right: 2em;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-close:hover {
  opacity: .44;
  transform: scale(.9);
}

.menu-close-cross {
  width: 30%;
}

.hamburger-icon {
  width: 40%;
}

.footer-wrapper {
  background-color: var(--lusc_blue);
  padding-top: 4em;
}

.footer-wrapper_content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-text {
  color: #fff;
  letter-spacing: 2px;
  font-size: 1em;
  font-weight: 400;
}

.footer-text.fineprint {
  text-align: center;
  letter-spacing: 1px;
  font-size: .9em;
  line-height: 1.6;
}

.footer_wrapper_links {
  text-align: center;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.hero-wrapper {
  background-image: linear-gradient(#06214ee6, #06214ee6), url('../images/TEAM-TROPHY.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100dvh;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.duties-rich-text {
  text-transform: none;
  line-height: 1.4;
}

.duties-rich-text h3 {
  letter-spacing: 0;
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
}

.duties-rich-text blockquote {
  border-top: 1px solid #0000005e;
  border-bottom: 1px solid #0000005e;
  border-left: 10px solid #e98829;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-size: 1.2em;
  line-height: 1.4;
}

.duties-rich-text h5 {
  margin-top: .8em;
  margin-bottom: .8em;
  font-size: 1.2em;
  font-weight: 400;
}

.duties-rich-text p {
  font-size: 1.1em;
}

.duties-rich-text h2, .duties-rich-text h4 {
  font-weight: 600;
}

.nav-menu-2 {
  text-align: right;
  font-size: 1em;
}

.navbar-2 {
  background-color: var(--kings_dark-grey);
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.footer_red-strip {
  background-color: var(--lusc_red);
  height: .5em;
  margin-top: 3em;
}

.supplier-logos {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1.25fr 1fr .75fr .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 2em;
  padding: 1.2em 2em;
  display: flex;
}

.footer-fineprint {
  color: #fff;
  text-align: center;
  font-size: .8em;
}

.footer-link {
  color: #fff;
}

.footer_logo-link {
  width: 7em;
  margin-bottom: 2em;
}

.footer_logo-link.w--current {
  width: 8em;
}

.brand {
  width: 15em;
  max-width: 200px;
  padding-left: 0;
  transition: all .3s;
}

.brand:hover {
  transform: scale(.98);
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-home-1-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.section---home-1 {
  justify-content: center;
  align-items: center;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  display: flex;
  position: relative;
}

.logo_menu {
  width: 10em;
  margin-top: 3em;
}

.tagline-menu {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 4em;
  font-family: Merriweather, serif;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1;
}

.logo_main {
  width: 25em;
}

.header_main {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 1em;
  font-family: Merriweather, serif;
  font-size: 5.6em;
  font-weight: 400;
}

.heading_hero {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 2em;
  font-size: 1.4em;
  font-weight: 400;
}

.blue-strip_hero {
  z-index: 2;
  background-color: var(--lusc_blue);
  height: 3em;
  position: absolute;
  inset: auto 0% 0%;
}

.red-strip_hero {
  background-color: var(--lusc_red);
  height: .5em;
  position: absolute;
  inset: 0% 0% auto;
}

.footer_social {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: .5em;
  display: flex;
}

.footer_social-link {
  width: 2.5em;
  height: 2.5em;
  margin-left: .5em;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: .5em;
  font-family: Merriweather, serif;
  font-size: 1.6em;
  line-height: 1.1;
}

.div-block-89 {
  margin-bottom: 2em;
}

.h3_home-heading {
  text-align: center;
  margin-bottom: .25em;
  font-size: 3.2em;
  font-weight: 500;
}

.h4_home-heading {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraph {
  text-align: center;
  grid-template-columns: 1fr .25fr;
  font-size: 1em;
}

.image-8 {
  width: 6em;
  margin-top: 2em;
  margin-bottom: 3em;
}

.facebook-feed-link {
  border-bottom: 1px solid var(--lusc_red);
  background-color: var(--lusc_blue);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5em;
  margin-bottom: 1em;
  padding: .8em 1.8em;
  display: flex;
}

.facebook-feed-link:hover {
  background-color: var(--lusc_dark-blue);
}

.image-9 {
  height: 80%;
}

.text-block-18 {
  color: #fff;
  font-size: 1.2em;
}

.facebook-feed {
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  flex-flow: column;
  width: 45%;
  display: inline-flex;
}

.facebook-feed.juniors {
  border-bottom-style: none;
  width: 45%;
}

.code-embed {
  background-color: #fff;
  border-radius: 1em;
  width: 100%;
}

.section---facebook {
  background-color: #f3f3f3;
  padding-top: 6em;
  padding-bottom: 6em;
}

.h5_sub {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.italic-tagline {
  color: var(--lusc_blue);
  margin-top: 1em;
  margin-bottom: 2em;
  font-family: Merriweather, serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
}

.wrapper_facebook-feed {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sponsor-link_footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flying-colours {
  width: 4.5em;
}

.sjs {
  width: 4em;
}

.tradeport {
  width: 5em;
}

.country-club {
  width: 6.5em;
}

.pharmacist-advice {
  width: 10em;
}

.kemlec {
  width: 8em;
}

.harcourts {
  width: 5.5em;
  max-width: 150px;
}

.floorworld {
  max-width: 250px;
  height: 2.5em;
}

.link_reverse-blue {
  color: #fff;
  text-align: center;
  line-height: 2.2;
}

.link_reverse-blue:hover {
  color: #ffffff75;
}

.wrapper_page-header {
  border-bottom: 5px solid var(--lusc_red);
  background-color: var(--lusc_blue);
  text-align: center;
  height: 7em;
}

.wrapper_page-top-logo {
  z-index: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  transition: all .2s;
  position: relative;
}

.wrapper_page-top-logo:hover {
  transform: scale(.95);
}

.page-top-logo {
  width: 12em;
}

.h1_internal-page-head {
  text-align: center;
  margin-bottom: .25em;
  font-size: 3.2em;
  font-weight: 500;
}

.h2_internal-page-sub {
  border-bottom: 1px solid var(--lusc_red);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 3em;
  padding-bottom: 1em;
  font-size: 1.2em;
  font-weight: 500;
}

.h3_internal-page {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4;
}

.wrapper_content {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.rule_red {
  background-color: var(--lusc_red);
  width: 5em;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 4em;
}

.h4_internal-page {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.section_internal-page {
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 7.5em;
  display: flex;
  position: relative;
}

.wrapper-content-1000 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.grid_committee {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white-smoke);
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
  margin: 5em auto 2em;
  padding: 2em;
}

.committee-head {
  border-bottom: 1px dotted var(--lusc_blue);
  color: var(--lusc_blue);
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
}

.committee-name {
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
}

.committee-name.group {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #000;
  text-align: center;
  background-color: #eee;
  width: 80%;
  margin: .5em auto 1em;
  padding: 1em .5em;
}

.button:hover {
  background-color: var(--lusc_dark-blue);
  color: #fff;
}

.button._1000 {
  max-width: 1000px;
  margin-bottom: 2em;
}

.button.email-contact {
  margin-top: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: .8em;
}

.button.white {
  background-color: #fff;
}

.button.white:hover {
  background-color: var(--lusc_blue);
}

.button.blue {
  background-color: var(--lusc_blue);
  color: #fff;
}

.button.blue:hover {
  background-color: var(--lusc_dark-blue);
}

.wrapper_committee-member {
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000004a;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1em 1.1em .5em;
  display: flex;
}

.wrapper_committee-member.group {
  justify-content: flex-start;
}

.link_text {
  color: #000;
}

.link_text:hover {
  color: var(--lusc_blue);
}

.wrapper_information {
  border-bottom: 2px solid var(--lusc_blue);
  background-color: var(--white-smoke);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 1em auto 3em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.contact-text {
  font-size: 1.2em;
}

.wrapper-sponsors {
  border: 1px solid #0006;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 5.5em 5em;
  display: flex;
}

.link-block {
  width: 100%;
}

.grid_sponsors_3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 4em;
  display: grid;
}

.grid_sponsors_4 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 4em;
  display: grid;
}

.h4-subhead-bold {
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
}

.wrapper_life-members {
  width: 100%;
  margin-top: 1em;
}

.life-member {
  background-color: var(--white-smoke);
  border-bottom-width: 1px;
  border-bottom-color: #0000004d;
  margin-top: .5em;
  padding: .7em 1em;
}

.life-member-year {
  font-size: 1em;
  font-weight: 700;
}

.text-block-19 {
  border-bottom: 1px solid #000;
  margin-top: 1em;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2;
}

.accordion-item-a-text {
  color: #666;
  margin-bottom: .5em;
}

._w-accordion-item-a {
  background-color: #fff;
  border-bottom: 1px solid #bda04e;
  padding: 2em 2em 1.5em;
}

.c-accordion-item-q-text {
  background-color: var(--lusc_blue);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.c-accordion-item-q-text:hover {
  background-color: var(--lusc_dark-blue);
}

._w-accordion-item-q {
  flex-flow: column;
  display: flex;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

._w-accordion-item {
  cursor: pointer;
  border-color: #0000;
  border-radius: 10px;
  transition: all .25s;
}

._w-accordion-item:hover {
  background-color: #f1ebd9;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #bda04e;
  width: 100%;
  height: .3em;
  position: relative;
}

.accordion-item-q-text {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.c-accordion-item {
  flex-flow: column;
  width: 80%;
  display: flex;
}

.c-accordion-item-a {
  background-color: #fff;
  overflow: hidden;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.text-link {
  color: #666;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #bda04e;
  width: .3em;
  height: 100%;
  position: absolute;
}

.text-block-20, .life-member-name {
  font-size: 1.1em;
}

.game-changer-logo {
  width: 5em;
  margin-top: 1em;
}

.image-11 {
  height: 100%;
}

.sponsor-link {
  border: 1px solid #00000040;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8em;
  padding: 1.5em;
  display: flex;
}

.jackson-volkswagen {
  width: 13em;
  max-width: 250px;
}

.grid_sponsors {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-14, .image-15, .image-16, .image-17 {
  height: 100%;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.7em;
  }

  .container {
    align-items: flex-end;
  }

  .c-rich-text h3 {
    font-size: 1.6em;
  }

  .heading-3 {
    font-size: 2.2em;
  }

  .menu-links {
    align-items: flex-start;
    margin-bottom: 1em;
  }

  .overlay {
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
  }

  .menu-top-wrapper {
    z-index: 100;
  }

  .overlay-menu-link-wrapper {
    text-align: left;
    margin-bottom: .8em;
  }

  .menu-bg {
    display: block;
  }

  .menu-grid {
    grid-column-gap: 35px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr .25fr;
    grid-auto-columns: 1fr;
    width: 85%;
  }

  .overlay-menu-social-link {
    width: 2.5em;
    height: 2.5em;
    margin-bottom: 1em;
    margin-left: 0;
  }

  .social-link-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .menu-wrapper---full-screen {
    display: flex;
  }

  .menu-open {
    z-index: 100;
    border-radius: 50px;
    width: 4em;
    height: 4em;
  }

  .overlay-menu-contact-details {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .overlay-menu-link {
    font-size: 1em;
  }

  .overlay-menu-contact-details-wrapper {
    width: 100%;
    font-size: 1em;
  }

  .contact-details-wrapper---home-hero {
    margin-right: 2em;
    padding-right: 0;
  }

  .contact-details---home-hero {
    font-size: 1em;
  }

  .menu-close {
    width: 3.5em;
    height: 3.5em;
    margin-top: 1.5em;
    margin-right: 1.5em;
  }

  .footer_wrapper_content {
    padding-top: 0;
  }

  .footer-text {
    margin-bottom: 4px;
    line-height: 1.4;
  }

  .footer_wrapper_links {
    justify-content: flex-end;
  }

  .hero-wrapper {
    background-position: 0 0, 50%;
    min-height: 100dvh;
  }

  .duties-rich-text blockquote {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }

  .navbar-2 {
    z-index: 99;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .brand {
    z-index: 101;
    display: flex;
  }

  .section---home-1 {
    min-height: 0;
    display: block;
  }

  .logo_menu {
    width: 6em;
    margin-top: 0;
  }

  .tagline-menu {
    margin-top: 0;
    font-size: 1.7em;
  }

  .logo_main {
    width: 25em;
  }

  .header_main {
    font-size: 4.3em;
  }

  .heading_hero {
    letter-spacing: 2px;
    font-size: 1.2em;
  }

  .h4_home-heading {
    letter-spacing: 2px;
  }

  .text-block-18 {
    font-size: 1.1em;
  }

  .facebook-feed {
    justify-content: flex-end;
  }

  .code-embed {
    width: 100%;
  }

  .harcourts {
    width: 3.5em;
  }

  .floorworld {
    max-width: 100%;
  }

  .page-top-logo {
    width: 12em;
  }

  .h2_internal-page-sub {
    letter-spacing: 2px;
  }

  .rule_red {
    margin-bottom: 4em;
  }

  .section_internal-page {
    min-height: 0;
    display: block;
  }

  .grid_committee {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .button {
    line-height: 1.4;
  }

  .button._1000 {
    width: 90%;
  }

  .wrapper-sponsors {
    padding-left: 2.1em;
    padding-right: 2.1em;
  }

  .grid_sponsors_3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .sponsor-link {
    padding: 1.7em;
  }

  .jackson-volkswagen {
    width: 17em;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.4em;
  }

  .c-rich-text h3 {
    font-size: 1.4em;
    line-height: 1.3;
  }

  .div-block-15 {
    font-size: 12px;
  }

  .heading-3 {
    line-height: 1.2;
  }

  .menu-links {
    margin-bottom: .5em;
    padding-top: 0;
  }

  .overlay-menu-link-wrapper {
    margin-top: 0;
    margin-bottom: .6em;
  }

  .menu-bg {
    display: block;
  }

  .menu-grid {
    grid-column-gap: 17px;
    grid-row-gap: 11px;
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  .overlay-menu-social-link {
    width: 2.5em;
    height: 2.5em;
  }

  .overlay-menu-contact-details-wrapper {
    margin-top: 2em;
  }

  .contact-details-wrapper---home-hero {
    width: 50%;
  }

  .contact-details---home-hero {
    margin-bottom: .2em;
    font-size: 1.1em;
  }

  .footer-wrapper {
    padding-top: 5.5em;
  }

  .footer_wrapper_content {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer_wrapper_links {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 2em;
  }

  .hero-wrapper {
    background-image: linear-gradient(#06214ee6, #06214ee6), url('../images/TEAM-TROPHY.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: flex-start;
    min-height: 0;
    padding-top: 6em;
    padding-bottom: 10.6em;
  }

  .duties-rich-text {
    font-size: 14px;
  }

  .duties-rich-text h3 {
    font-size: 1.3em;
  }

  .duties-rich-text blockquote {
    font-size: 1.1em;
    line-height: 1.4;
  }

  .duties-rich-text h5 {
    font-size: 1em;
    line-height: 1.3;
  }

  .duties-rich-text p {
    font-size: 1em;
    line-height: 1.5;
  }

  .duties-rich-text h1 {
    line-height: 1.1;
  }

  .duties-rich-text h2 {
    line-height: 1.3;
  }

  .navbar-2 {
    height: auto;
  }

  .supplier-logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.75fr 1fr 1.25fr 1fr;
    padding: .5em 1em;
  }

  .footer-fineprint {
    text-align: center;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    width: 12em;
  }

  .section---home-1 {
    padding-top: 4.9em;
    padding-bottom: 4.9em;
  }

  .tagline-menu {
    font-size: 1.4em;
  }

  .logo_main {
    width: 15em;
  }

  .header_main {
    letter-spacing: 4px;
    font-size: 3.7em;
  }

  .heading_hero {
    margin-top: 1em;
    font-size: 1em;
  }

  .footer_social {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .footer_social-link {
    width: 3em;
    height: 3em;
    margin-left: 1em;
    margin-right: 1em;
  }

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

  .h3_home-heading {
    font-size: 2.8em;
  }

  .image-8 {
    margin-bottom: 2em;
  }

  .facebook-feed-link {
    flex-flow: column;
    height: auto;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .image-9 {
    width: 20px;
    height: 20px;
    margin-bottom: .5em;
  }

  .text-block-18 {
    font-size: 1em;
  }

  .facebook-feed {
    border-bottom: 1px solid var(--lusc_blue);
    width: 100%;
    margin-left: 0;
  }

  .facebook-feed.juniors {
    border-bottom-style: solid;
    width: 100%;
    margin-top: 5em;
  }

  .harcourts {
    width: 3em;
  }

  .h1_internal-page-head {
    font-size: 2.8em;
  }

  .h2_internal-page-sub {
    letter-spacing: 1px;
  }

  .section_internal-page {
    padding-bottom: 4.9em;
  }

  .wrapper-content-1000 {
    width: 100%;
  }

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

  .button {
    width: 100%;
  }

  .wrapper_committee-member {
    padding-bottom: 1em;
  }

  .wrapper-sponsors {
    padding-left: 3em;
    padding-right: 3em;
  }

  .grid_sponsors_4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .c-accordion-item {
    width: 100%;
  }

  .sponsor-link {
    height: 12em;
    padding: 1.6em;
  }

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

  .link-block-2 {
    width: 4em;
    max-width: 70px;
  }
}

@media screen and (max-width: 479px) {
  .c-rich-text h3 {
    font-size: 1.3em;
  }

  .heading-3 {
    font-size: 1.8em;
    line-height: 1.2;
  }

  .menu-links {
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .overlay {
    place-content: flex-start center;
    align-items: center;
    padding-top: 101px;
    padding-bottom: 101px;
    display: none;
  }

  .overlay-menu-link-wrapper {
    margin-bottom: 20px;
    font-size: 7vw;
  }

  .overlay-menu-link-wrapper.w--current {
    font-size: 7vw;
  }

  .menu-grid {
    grid-column-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-auto-columns: .25fr;
    width: 90%;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .overlay-menu-social-link {
    width: 2.5em;
    height: 2.5em;
  }

  .social-link-wrapper {
    align-self: flex-start;
  }

  .menu-open {
    width: 3em;
    height: 3em;
    margin-top: 1em;
    margin-right: 1em;
    text-decoration: line-through;
  }

  .overlay-menu-contact-details {
    font-size: .8em;
    line-height: 1.2;
  }

  .overlay-menu-link {
    font-size: 1.3em;
  }

  .overlay-menu-contact-details-wrapper {
    align-items: flex-start;
    margin-top: 2em;
  }

  .contact-details-wrapper---home-hero {
    margin-top: 1em;
    display: none;
  }

  .contact-details---home-hero {
    text-align: left;
    font-size: 1em;
  }

  .menu-close {
    width: 2em;
    height: 2em;
    margin-top: 1em;
    margin-right: 1em;
    font-size: 1.2em;
  }

  .menu-close-cross {
    width: 50%;
  }

  .footer-wrapper {
    padding-top: 3em;
    position: relative;
  }

  .footer_wrapper_content {
    margin-top: 1em;
  }

  .footer-text, .footer-text.fineprint {
    text-align: center;
  }

  .footer_wrapper_links {
    margin-bottom: 1em;
  }

  .hero-wrapper {
    background-image: linear-gradient(#06214ee6, #06214ee6), url('../images/TEAM-TROPHY.jpg');
    background-position: 0 0, 45%;
    background-size: auto, cover;
  }

  .duties-rich-text {
    font-size: 13px;
  }

  .duties-rich-text h3 {
    line-height: 1.2;
  }

  .duties-rich-text blockquote {
    padding: 1.5em 1.2em 1.5em 1.6em;
  }

  .duties-rich-text p {
    font-size: 1em;
    line-height: 1.5;
  }

  .navbar-2 {
    padding-top: .8em;
    padding-bottom: .8em;
  }

  .footer_red-strip {
    margin-top: 2em;
  }

  .supplier-logos {
    text-align: center;
    margin-bottom: 1em;
    padding-top: 2.2em;
    padding-bottom: 2.2em;
    display: block;
  }

  .footer_logo-link {
    width: 6em;
  }

  .brand {
    width: 9em;
  }

  .wrapper-home-1-content {
    width: 100%;
  }

  .tagline-menu {
    letter-spacing: 2px;
    font-size: 1em;
  }

  .logo_main {
    width: 40vw;
    min-width: 130px;
  }

  .header_main {
    text-align: center;
    letter-spacing: 2px;
    margin-top: 2em;
    font-size: 9vw;
    line-height: 1.1;
  }

  .heading_hero {
    margin-top: 2em;
  }

  .blue-strip_hero {
    height: 2em;
  }

  .red-strip_hero {
    height: .3em;
  }

  .text-block-17 {
    font-size: 1.2em;
  }

  .h3_home-heading {
    margin-bottom: .5em;
    font-size: 2.2em;
  }

  .h4_home-heading {
    letter-spacing: 1px;
    font-size: 1.1em;
  }

  .facebook-feed {
    border-bottom: 1px solid var(--lusc_blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .facebook-feed.juniors {
    margin-top: 5em;
  }

  .italic-tagline {
    font-size: 1.3em;
  }

  .sponsor-link_footer {
    margin: .5em .9em;
    display: inline-block;
  }

  .harcourts {
    width: 6em;
  }

  .wrapper_page-top-logo {
    padding-top: 1.5em;
  }

  .page-top-logo {
    width: 9em;
  }

  .h1_internal-page-head {
    margin-bottom: .5em;
    font-size: 2.2em;
  }

  .h2_internal-page-sub {
    letter-spacing: 0;
    font-size: 1.1em;
  }

  .rule_red {
    margin-bottom: 2em;
  }

  .section_internal-page {
    padding-top: 6em;
  }

  .wrapper-content-1000 {
    width: 100%;
  }

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

  .button, .button._1000 {
    width: 100%;
  }

  .button.white {
    line-height: 1.4;
  }

  .wrapper_committee-member {
    padding-top: 1em;
    padding-bottom: .5em;
  }

  .wrapper_information {
    width: 100%;
  }

  .contact-text {
    margin-top: .5em;
    line-height: 1.3;
  }

  .wrapper-sponsors {
    width: 100%;
    padding: 2.6em 2.4em;
  }

  .volkswagen {
    width: 100%;
    max-width: 250px;
  }

  .grid_sponsors_3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 2em;
  }

  .grid_sponsors_4 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    margin-top: 2em;
  }

  ._w-accordion-item-a {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .c-accordion-item {
    width: 100%;
  }

  .sponsor-link {
    height: 8em;
    padding: 1.5em;
  }

  .image-12 {
    max-width: 200px;
  }

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

  .kemlec-logo {
    max-width: 180px;
  }
}

#w-node-ef71f464-6b45-b627-c8fb-1b91f213b3a7-ed7d55ab {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-ed7d55ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-f0ba9cdc-6a1b-e30c-d5af-d7785745a8f3-ed7d55ab {
  justify-self: end;
}

#w-node-_42d4c0cc-3321-a563-eec6-0fbd29a9af8f-ed7d55ab {
  justify-self: start;
}

#w-node-b27299c9-0724-353f-e0f3-db3acfea489c-ed7d55ab {
  justify-self: end;
}

#w-node-_79aa1b91-4209-ccab-c33f-78a72c7017e5-2c7017df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79aa1b91-4209-ccab-c33f-78a72c7017f0-2c7017df {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_9d3f724e-f1e6-7459-9cc3-02d526d8fb95-26d8fb90 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#w-node-_9d3f724e-f1e6-7459-9cc3-02d526d8fb9c-26d8fb90 {
  grid-area: 1 / 1 / 4 / 3;
  align-self: stretch;
}

#w-node-_9d3f724e-f1e6-7459-9cc3-02d526d8fbbd-26d8fb90 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start end;
}

#w-node-_04efad02-6415-b3c1-bbe8-f4a189ceb9c7-26d8fb90 {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-e1a7b7e6-d4a1-f436-51aa-6dc6d4035f33-26d8fb90 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-5a588cac {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_6666949c-4261-e286-41d7-222de18e5e87-5a588cac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3f9d6557-9feb-a81d-455f-f07721aea926-5a588cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_986b2590-52e4-f151-cb29-fad2f62fe01e-5a588cac, #w-node-_3fa0b9b7-1e46-cfe7-d15f-069af3d9f631-5a588cac, #w-node-_2ebede07-783c-1441-f2f2-9881ac72a075-5a588cac, #w-node-d46fa7ed-0a2c-326d-68b6-75928b229559-5a588cac, #w-node-d46fa7ed-0a2c-326d-68b6-75928b22955b-5a588cac, #w-node-d46fa7ed-0a2c-326d-68b6-75928b22955d-5a588cac, #w-node-_9c07c4ec-dfd5-ce6a-25ae-b7be56044361-5a588cac {
  align-self: center;
}

#w-node-_2ca7dfe4-8dcc-465f-27c4-be784e9d70d3-ccbd6737 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_2ca7dfe4-8dcc-465f-27c4-be784e9d70d4-ccbd6737 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_9f61d35b-c7bc-47a4-87d4-1756cb413295-84855aff {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_9f61d35b-c7bc-47a4-87d4-1756cb413296-84855aff {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ef71f464-6b45-b627-c8fb-1b91f213b3a7-ed7d55ab {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-ed7d55ab {
    grid-area: span 2 / span 4 / span 2 / span 4;
    align-self: end;
  }

  #w-node-_79aa1b91-4209-ccab-c33f-78a72c7017e5-2c7017df {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_79aa1b91-4209-ccab-c33f-78a72c7017f0-2c7017df {
    grid-area: 1 / 3 / 2 / 6;
  }

  #w-node-_9d3f724e-f1e6-7459-9cc3-02d526d8fb95-26d8fb90 {
    grid-area: 1 / 3 / 3 / 4;
    place-self: start end;
  }

  #w-node-_9d3f724e-f1e6-7459-9cc3-02d526d8fb9c-26d8fb90 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_9d3f724e-f1e6-7459-9cc3-02d526d8fbbd-26d8fb90 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_04efad02-6415-b3c1-bbe8-f4a189ceb9c7-26d8fb90 {
    grid-area: 3 / 2 / 4 / 4;
    justify-self: end;
  }

  #w-node-e1a7b7e6-d4a1-f436-51aa-6dc6d4035f33-26d8fb90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-5a588cac {
    grid-area: span 2 / span 4 / span 2 / span 4;
    align-self: end;
  }

  #w-node-_2ca7dfe4-8dcc-465f-27c4-be784e9d70d3-ccbd6737 {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-_2ca7dfe4-8dcc-465f-27c4-be784e9d70d4-ccbd6737 {
    grid-area: span 2 / span 4 / span 2 / span 4;
    align-self: end;
  }

  #w-node-_9f61d35b-c7bc-47a4-87d4-1756cb413295-84855aff {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-_9f61d35b-c7bc-47a4-87d4-1756cb413296-84855aff {
    grid-area: span 2 / span 4 / span 2 / span 4;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-ed7d55ab {
    grid-area: span 2 / span 4 / span 2 / span 4;
    align-self: end;
  }

  #w-node-_79aa1b91-4209-ccab-c33f-78a72c7017e5-2c7017df {
    grid-area: 1 / 1 / 3 / 6;
    align-self: end;
  }

  #w-node-_79aa1b91-4209-ccab-c33f-78a72c7017f0-2c7017df {
    grid-area: 3 / 1 / 4 / 6;
    place-self: end start;
  }

  #w-node-_04efad02-6415-b3c1-bbe8-f4a189ceb9c7-26d8fb90 {
    grid-area: 3 / 3 / 4 / 4;
    justify-self: end;
  }

  #w-node-e1a7b7e6-d4a1-f436-51aa-6dc6d4035f33-26d8fb90 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-5a588cac {
    grid-area: span 2 / span 4 / span 2 / span 4;
    align-self: end;
  }

  #w-node-_6666949c-4261-e286-41d7-222de18e5e87-5a588cac {
    grid-column: span 2 / span 2;
  }

  #w-node-ce3f47fc-14db-4981-3b1f-6f88766168c5-5a588cac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2ca7dfe4-8dcc-465f-27c4-be784e9d70d4-ccbd6737, #w-node-_9f61d35b-c7bc-47a4-87d4-1756cb413296-84855aff {
    grid-area: span 2 / span 4 / span 2 / span 4;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ef71f464-6b45-b627-c8fb-1b91f213b3a7-ed7d55ab {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-ed7d55ab {
    grid-area: span 2 / span 3 / span 2 / span 3;
    align-self: end;
  }

  #w-node-_79aa1b91-4209-ccab-c33f-78a72c7017e5-2c7017df {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-_79aa1b91-4209-ccab-c33f-78a72c7017f0-2c7017df {
    grid-area: 2 / 1 / 3 / 3;
    place-self: end start;
  }

  #w-node-_9d3f724e-f1e6-7459-9cc3-02d526d8fbbd-26d8fb90 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: start end;
  }

  #w-node-e1a7b7e6-d4a1-f436-51aa-6dc6d4035f33-26d8fb90 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-5a588cac {
    grid-area: span 2 / span 3 / span 2 / span 3;
    align-self: end;
  }

  #w-node-_6666949c-4261-e286-41d7-222de18e5e87-5a588cac, #w-node-_3f9d6557-9feb-a81d-455f-f07721aea926-5a588cac, #w-node-ce3f47fc-14db-4981-3b1f-6f88766168c5-5a588cac {
    grid-column: span 1 / span 1;
  }

  #w-node-_2ca7dfe4-8dcc-465f-27c4-be784e9d70d3-ccbd6737 {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-_2ca7dfe4-8dcc-465f-27c4-be784e9d70d4-ccbd6737 {
    grid-area: span 2 / span 3 / span 2 / span 3;
    align-self: end;
  }

  #w-node-_9f61d35b-c7bc-47a4-87d4-1756cb413295-84855aff {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-_9f61d35b-c7bc-47a4-87d4-1756cb413296-84855aff {
    grid-area: span 2 / span 3 / span 2 / span 3;
    align-self: end;
  }
}


