:root {
  --medium-sea-green: #52b684;
  --dark-slate-grey: #214955;
  --cadet-blue: #459b92;
  --gold: #e4c953;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
}

p {
  margin-bottom: 0;
  font-size: 100%;
  line-height: 1.5em;
}

.body {
  font-family: Jost, sans-serif;
  line-height: 1.5em;
}

.nav-wrapper {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.main-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 0 50px;
  display: flex;
  position: relative;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #fff0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.nav-menu {
  z-index: 5;
  background-color: #fff0;
  width: 100%;
  max-width: 100%;
  height: 450px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.menu-button {
  grid-row-gap: 0px;
  flex-flow: column wrap;
  order: 1;
  place-content: flex-start center;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.menu-button.stairs {
  border: 1px solid #0000;
  flex: 1;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  transition: border .25s;
}

.menu-button.stairs.w--open {
  z-index: 1;
  background-color: #fff0;
  border: 1px solid #000;
  transition: border .2s;
}

.link {
  color: #000;
  text-transform: none;
  order: -1;
  font-size: 36px;
  font-weight: 500;
  text-decoration: none;
}

.line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-bottom: 0;
  display: block;
}

.line.top {
  flex-direction: column;
  align-items: stretch;
  width: 95%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  transform: translate(1px, 18px);
}

.line.bottom {
  width: 95%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: auto;
  transform: translate(1px, 30px);
}

.line.middle {
  width: 95%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  transform: translate(1px, 24px);
}

.kid {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(-101%, -50%);
}

.menu-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fafafa;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: stretch stretch;
  width: 100%;
  height: auto;
  min-height: 100%;
  font-size: 18px;
  display: flex;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  transition: all .25s;
  display: flex;
}

.nav-link:hover {
  color: #000;
  background-color: #0a0a0a;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  font-size: 25px;
  box-shadow: inset 4px 4px 15px #b3b3b340;
}

.nav-link:focus {
  color: #8e8e8e;
}

.nav-link:visited {
  color: #000;
}

.element-wrapper {
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
}

.element-wrapper.grey {
  background-color: #ededed;
  min-height: auto;
  overflow: visible;
}

.element-wrapper.white {
  background-color: #fff;
}

.element-wrapper.rel {
  background-image: url('../images/crowd.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  position: relative;
}

.element-wrapper.h {
  display: none;
}

.div-block {
  background-color: #e40000;
  width: 100%;
  max-width: 1440px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-title {
  width: 100px;
}

.div-block-2 {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.inner-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  padding: 90px 50px 120px;
  display: grid;
}

.inner-wrapper.section-title {
  grid-row-gap: 90px;
  padding-top: 90px;
  padding-bottom: 120px;
}

.inner-wrapper.section-title.center {
  text-align: center;
  justify-items: stretch;
}

.inner-wrapper.image-text {
  grid-row-gap: 0px;
  padding-top: 90px;
  padding-bottom: 120px;
}

.inner-wrapper.image-text.op-in {
  padding-top: 45px;
  padding-bottom: 0;
}

.inner-wrapper.footer {
  grid-row-gap: 30px;
  padding-top: 90px;
  padding-bottom: 120px;
}

.inner-wrapper.main-banner {
  grid-row-gap: 60px;
  align-content: center;
  place-items: stretch stretch;
  min-height: 90vh;
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}

.inner-wrapper.main-banner.op-in {
  grid-column-gap: 18px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.inner-wrapper.cards-3 {
  grid-column-gap: 60px;
  grid-row-gap: 90px;
  padding-top: 90px;
  padding-bottom: 120px;
}

.inner-wrapper.cards-3.op-in.no {
  flex-direction: column;
  display: flex;
}

.inner-wrapper.gallery {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 90px;
  padding-bottom: 120px;
  display: grid;
  position: relative;
}

.inner-wrapper.contact-form, .inner-wrapper.personal-highlight {
  grid-row-gap: 60px;
}

.inner-wrapper.news-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.inner-wrapper.blog-title {
  align-items: start;
}

.inner-wrapper.blog-content {
  grid-row-gap: 50px;
}

.s-t-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.s-t-title.title-m {
  z-index: 1;
  text-align: left;
  align-items: flex-start;
  font-size: 36px;
  line-height: 1em;
  position: relative;
}

.s-t-title.title-m.white {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 15px #000;
}

.s-t-title.title-m.center {
  text-align: center;
  align-items: center;
  font-weight: 700;
}

.s-t-title.title-m {
  font-size: 48px;
}

.s-t-title.title-s {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.s-t-title.title-l {
  font-weight: 700;
}

.s-t-title.title-l.white {
  color: #fff;
  text-shadow: 4px 4px 15px #00000080;
  line-height: 1.5em;
}

.s-t-title.title-xl {
  font-weight: 700;
}

.paragraph {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph.sub {
  font-size: 16px;
}

.s-t-button {
  height: 100%;
  position: relative;
}

.s-t-button-inner {
  background-color: var(--medium-sea-green);
  color: #000;
  mix-blend-mode: normal;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 15px 45px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .25s, border .25s;
  box-shadow: inset 4px 4px 15px #00000040, 4px 4px 10px 5px #00000017, -3px -4px 10px 5px #fff;
}

.s-t-button-inner:hover {
  background-color: #e9e9e9;
  border-color: #fff;
  box-shadow: inset 4px 4px 15px #00000040, 4px 4px 10px 5px #00000017, -3px -4px 10px 5px #fff;
}

.s-t-button-inner.no-shadow {
  box-shadow: none;
}

.s-t-image {
  background-image: url('../images/image-045.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: sticky;
}

.inner-image {
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  left: 0%;
}

.inner-image._1 {
  z-index: 3;
  max-width: 256px;
  transform: translate(270%, 7vh);
  box-shadow: 4px 4px 60px 5px #000;
}

.inner-image._2 {
  z-index: 4;
  max-width: 512px;
  transform: translate(32%, 25vh);
  box-shadow: 4px 4px 60px 5px #000;
}

.inner-image._3 {
  z-index: 5;
  max-width: 360px;
  transform: translate(200%, 50vh);
  box-shadow: 4px 4px 60px 5px #000;
}

.inner-image._4 {
  z-index: 6;
  max-width: 18%;
  transform: translate(152%, 8vh);
  box-shadow: 4px 4px 60px 5px #000;
}

.inner-image._5 {
  z-index: 7;
  max-width: 320px;
  transform: translate(100%, 63vh);
  box-shadow: 4px 4px 60px 5px #000;
}

.image-2 {
  width: 100%;
}

.color-box._1 {
  z-index: 2;
  opacity: .75;
  color: #da5d2700;
  background-color: #da5d27;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(156%, 70vh);
}

.color-box._2 {
  z-index: 2;
  opacity: .75;
  background-color: #b48a44;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(790%, 51vh);
}

.color-box._3 {
  opacity: .75;
  background-color: #00647c;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(300%, 11vh);
}

.color-box._4 {
  opacity: .75;
  background-color: #993030;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(390%, 28vh);
}

.bold-text {
  font-size: 100%;
  font-weight: 500;
}

.s-t-partial {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 6fr 4fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  display: grid;
}

.s-t-main, .s-t-secondary {
  width: 100%;
}

.image-3, .image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.prlx-stripe {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.thumb {
  width: 20%;
}

.thumb.title-xs {
  background-color: #cddddc;
  border-radius: 0;
  width: 33%;
  padding: 20px 50px 20px 30px;
  font-size: 20px;
  line-height: 1.5em;
}

.image-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.i-c-image {
  background-image: url('../images/7.png'), linear-gradient(#fff0 68%, #fff), url('../images/IMG_5968.jpeg');
  background-position: 0 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 300px, auto, cover;
  min-height: 60vh;
}

.i-c-image.img2 {
  background-image: url('../images/30FF200F-E037-4533-9E30-03F993866A29.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.i-c-copy {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  padding: 90px;
  display: flex;
}

.i-c-copy.light-blue {
  color: #fff;
  background-color: #505557;
  background-image: radial-gradient(circle at 100% 0, #0d5552db, #52b68463), url('../images/bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
}

.i-c-copy.light-yellow {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--medium-sea-green), var(--dark-slate-grey));
  color: #fff;
  justify-content: center;
}

.i-c-title.title-m {
  font-size: 36px;
}

.i-c-content {
  grid-row-gap: 30px;
  flex-direction: column;
  font-size: 18px;
  display: flex;
}

.text-block {
  font-family: Jost, sans-serif;
  font-size: 90%;
  line-height: 100%;
}

.image-5, .image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.address {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.f-a-title.title-xs {
  font-size: 20px;
}

.f-a-content {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.text-block-2 {
  font-weight: 600;
  line-height: 1.5em;
}

.contact {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.link-2 {
  color: #000;
  border: 0 solid #000;
  text-decoration: none;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.social {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.link-block {
  transition: transform .25s;
  transform: scale(.85);
}

.link-block:hover {
  transform: scale(1);
}

.f-s-content {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.image-7 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.s-t-strapline.title-s {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

.s-t-strapline.title-s.white {
  color: #fff;
}

.s-t-strapline.title-s.white.shadow {
  text-shadow: 1px 1px 15px #000;
}

.paragraph-2 {
  font-size: 100%;
}

.m-b-link.title-s {
  font-size: 18px;
}

.link-4 {
  color: #fff;
  text-transform: none;
  font-size: 100%;
  text-decoration: none;
}

.m-b-inner {
  color: #000;
  text-decoration: none;
}

.link-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.b-m-inner {
  color: #000;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 20px 45px;
  text-decoration: none;
  transition: background-color .25s;
  box-shadow: inset 4px 4px 15px #00000059, 4px 4px 15px #00000040, -5px -4px 15px #ffffff40;
}

.b-m-inner:hover {
  background-color: #fff500;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  flex-flow: column wrap;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-3-title.title-l {
  font-size: 64px;
  line-height: 1.5em;
}

.c-3-title.title-s {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.c-3-title.title-m {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5em;
}

.card {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.card._1 {
  margin-left: 40px;
  margin-right: 40px;
}

.c-3-image {
  min-height: 55vh;
}

.c-3-content {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

.c-3-link {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-xl {
  font-size: 64px;
  line-height: 1.5em;
}

.text-block-3 {
  font-size: 100%;
  line-height: 1.5px;
}

.text-block-4 {
  font-size: 100%;
  line-height: 1.5em;
}

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

.gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.centered-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 0;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.gal-item {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gal-item.main {
  border-radius: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.gal-item.last {
  display: block;
  position: relative;
}

.placeholder {
  z-index: 1;
  border: 3px solid #e7e7e7;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  height: 220px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder.small {
  z-index: 0;
  border-width: 0;
  border-radius: 0%;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.placeholder.large {
  opacity: 1;
  border-width: 0;
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.image-9 {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-10 {
  z-index: 0;
  position: absolute;
}

.g-i-back {
  z-index: -1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0;
}

.image-11 {
  object-fit: contain;
  width: 100%;
  position: absolute;
}

.image-12 {
  object-fit: contain;
  position: absolute;
}

.image-13 {
  position: absolute;
}

.g-title.title-m {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5em;
}

.g-strapline.title-s {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

.image-14 {
  z-index: -1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.g-i-mark {
  z-index: 2;
  opacity: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.title-l {
  font-size: 48px;
  line-height: 1.5em;
}

.title-m {
  font-size: 36px;
  line-height: 1.5em;
}

.title-m.s-t-title {
  font-weight: 700;
}

.title-s {
  font-size: 24px;
  line-height: 1.5em;
}

.c-f-title.title-l {
  font-weight: 700;
}

.c-f-content {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.c-f-content.title-m {
  font-weight: 700;
}

.c-f-form {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.form-block {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.field-label {
  color: #7b7b7b;
  font-family: Jost, sans-serif;
  font-weight: 400;
}

.text-field, .text-field-2, .text-field-3 {
  background-color: #f1f1f1;
  border: 1px solid #e7e7e7;
  margin-bottom: 0;
}

.text-field-4 {
  margin-bottom: 0;
}

.textarea {
  background-color: #f1f1f1;
  border: 1px solid #e7e7e7;
}

.form {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.submit-button {
  color: #000;
  background-color: #fff500;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 15px 45px;
  transition: background-color .25s;
  box-shadow: inset 4px 4px 15px 5px #00000040, -4px -4px 15px 5px #f5f5f540, 5px 3px 15px 5px #00000040;
}

.submit-button:hover {
  background-color: #fff;
}

.p-h-content {
  background-color: #f1f1f1;
  border-top: 4px solid #efddaa;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.hightlight-image {
  grid-column-gap: 30px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.highlight-info {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.h-i-image {
  object-fit: cover;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

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

.h-i-autor {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  font-weight: 700;
}

.div-block-4 {
  flex-direction: column;
  align-items: stretch;
  font-family: Jost, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-block-5, .div-block-6, .div-block-7 {
  font-weight: 700;
}

.image-17 {
  object-fit: contain;
}

.news-item {
  grid-row-gap: 20px;
  color: #000;
  border: 1px solid #ffffff40;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 60px #00000040;
}

.n-i-title {
  grid-row-gap: 10px;
  background-color: #fff0;
  flex-direction: column;
  padding: 10px 15px;
  font-weight: 700;
  display: flex;
}

.n-i-title.title-s {
  padding: 10px 15px 30px 17px;
}

.n-i-image {
  width: 100%;
  height: auto;
  min-height: 30vh;
  max-height: 30vh;
  display: flex;
  overflow: hidden;
}

.n-i-date {
  background-color: #fff;
  padding: 0;
  position: relative;
}

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

.div-block-8 {
  background-color: #fff;
  padding: 5px 15px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 30px;
}

.div-block-9 {
  display: inline-block;
}

.b-t-d-inner {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 35px;
  display: flex;
}

.text-block-6 {
  font-size: 24px;
  font-weight: 700;
}

.text-block-7 {
  font-size: 18px;
}

.b-c-highlight {
  grid-row-gap: 30px;
  background-color: #f1f1f1;
  border-top: 4px solid #efddaa;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.text-block-8 {
  font-weight: 700;
}

.mask {
  background-color: #0000;
  width: 33.33%;
  overflow: visible;
}

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

.slide, .slide-2, .slide-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.slider {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  background-color: #fff0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.slide-4, .slide-5, .slide-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-c-tags {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-10 {
  border: 1px solid #fff;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 30px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-6 {
  color: #000;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 15px 40px;
  text-decoration: none;
  box-shadow: inset 4px 4px 15px #00000040, 4px 4px 15px #00000040;
}

.b-c-comments-grid {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.b-c-comments-grid.d-none {
  display: none;
}

.b-c-comments {
  grid-row-gap: 30px;
  border-top: 3px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.b-c-comment {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

.date-reply.title-xs {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.link-7 {
  color: #000;
  padding-left: 15px;
  text-decoration: none;
}

.text-block-9 {
  padding-right: 15px;
}

.text-block-10 {
  font-weight: 700;
}

.comment-reply {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-left: 60px;
  display: flex;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.crea-date {
  position: relative;
}

.date-inner {
  z-index: 1;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  padding: 10px 20px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.text-block-11 {
  white-space: pre-wrap;
  font-weight: 700;
  display: flex;
}

.news-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.image-20 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.b-t-image {
  min-height: 35px;
}

.image-21 {
  object-fit: cover;
  border-left: 4px solid #efddaa;
  width: 100%;
  height: 100%;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.gallery-grid-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.b-c-slider-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.collection-item-2 {
  min-height: 30vh;
}

.rich-text-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.link-block-2 {
  grid-row-gap: 0px;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.empty-state {
  display: block;
}

.n-i-tag {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.text-block-12 {
  color: #9b9b9b;
  font-weight: 700;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.schedule-item {
  color: #000;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.s-i-title.title-s {
  padding-top: 15px;
  padding-bottom: 15px;
}

.s-i-image {
  width: 100%;
  height: 30vh;
  position: relative;
  overflow: hidden;
}

.s-i-date {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  display: flex;
  position: relative;
}

.s-i-link {
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.s-i-link.title-s {
  flex-direction: row;
  justify-content: center;
}

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

.div-block-13 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 10px;
  display: flex;
  position: absolute;
  bottom: 15px;
  left: 30px;
  box-shadow: 4px 4px 15px #00000040;
}

.content-col {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.content-col.title-s.grey {
  background-color: #f1f1f1;
}

.div-block-14 {
  z-index: 0;
  text-transform: uppercase;
  background-color: #fff500;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-14.title-s {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: inset 4px 4px 15px #00000040;
}

.text-block-13 {
  color: #000;
}

.text-block-14 {
  border-bottom: 2px solid #000;
}

.wide-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.map {
  width: 100%;
  height: 65vh;
}

.map-list {
  flex-direction: row;
  justify-content: space-around;
  padding: 50px 0 90px;
  display: flex;
}

.m-l-item {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.m-l-line {
  text-align: center;
}

.text-block-15 {
  text-align: center;
  line-height: 1.5em;
}

.link-8, .link-9 {
  color: #000;
  text-decoration: none;
}

.m-l-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.large-banner {
  width: 100%;
  height: 65vh;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.image-24 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.l-b-side {
  grid-row-gap: 30px;
  background-color: #fcf200;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 420px;
  height: 100%;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: inset 1px 0 30px #00000054;
}

.div-block-15 {
  color: #fff;
}

.div-block-15.title-m {
  font-weight: 700;
}

.text-block-16, .text-block-17 {
  color: #000;
}

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

.loader {
  z-index: 101;
  background-color: #e2e2e2;
  background-image: linear-gradient(127deg, #52b684a3, #214955), url('../images/bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.loader-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 3px solid #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  min-height: auto;
  max-height: none;
  padding: 50px 40px;
  display: grid;
  overflow: hidden;
}

.l-i-top.title-l {
  border-bottom: 3px solid #fff;
  padding-bottom: 0;
  line-height: 1.5em;
  overflow: hidden;
}

.l-i-bottom.title-s {
  border-top: 1px #fff;
  padding-top: 0;
  overflow: hidden;
}

.text-block-19 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  line-height: 1em;
  display: flex;
}

.text-block-20 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 15px;
  font-family: PT Serif, serif;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.op-in.d-none {
  display: none;
}

.op-in.s {
  font-size: 16px;
  font-weight: 400;
}

.div-block-16 {
  display: none;
}

.html-embed {
  margin-bottom: 0;
}

.b-t-strapline.title-s {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.b-t-strapline.title-xs {
  grid-column-gap: 30px;
  text-transform: uppercase;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-10 {
  color: #000;
  text-decoration: none;
}

.link-block-4 {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.text-block-21 {
  color: #333;
  text-decoration: none;
}

.link-block-5 {
  color: #000;
  text-decoration: none;
}

.text-block-22 {
  color: #333;
}

.link-block-6 {
  flex: none;
  width: 200px;
}

.div-block-17 {
  flex: 1;
}

.paragraph-3 {
  font-size: 80%;
}

.div-block-18 {
  margin-top: 60px;
  display: flex;
}

.text-block-23 {
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-27, .text-block-28 {
  font-size: 21px;
  font-weight: 700;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0000 47%, #000 73%, #000), url('../images/crowd.svg'), url('../images/bg.jpg');
  background-position: 0 0, 50% 80%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 120%, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 90vh;
  padding: 58px 58px 26px;
  display: flex;
}

.bold-text-2 {
  color: #fff;
}

.heading {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  font-family: Jost, sans-serif;
  font-size: 45px;
  display: flex;
}

.bold-text-3 {
  width: 60%;
  font-size: 60px;
  line-height: 65px;
  display: flex;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 66%;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-4.flex-stretch {
  align-items: stretch;
}

.col.lg-4.md-4.flex-stretch {
  width: 60%;
}

.margin-bottom {
  margin-bottom: 40px;
}

.footer {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.sm-reverse {
  width: 80rem;
  max-width: 80rem;
  height: 700px;
}

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

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.button {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.button.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.heading-2 {
  font-family: Jost, sans-serif;
  font-size: 28px;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.form-field {
  color: #096ad0;
  background-color: #096ad00a;
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: #096ad0;
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-2 {
  width: 100%;
}

.social-media-icon {
  padding: 8px;
}

.form-with-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-media-icons-contianer {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.footer-link {
  opacity: .5;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-icons {
  color: #127544;
  background-color: #fff;
}

.cta {
  background-color: var(--medium-sea-green);
  background-image: linear-gradient(to right, var(--medium-sea-green), var(--dark-slate-grey));
  margin: 19px auto;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.page-header {
  background-image: linear-gradient(218deg, #214955c9, #52b68496), url('../images/bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding: 28px;
  display: flex;
}

.page-header.golf {
  background-image: linear-gradient(218deg, #214955c9, #52b68496), url('../images/59DC4C76-7D27-49BA-9104-9F45E6C6E71EDSC07657.jpg');
  height: 450px;
}

.heading-3 {
  color: #fff;
}

.section-titles {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  font-family: PT Serif, serif;
  font-size: 50px;
  display: flex;
}

.donation-form {
  padding-top: 48px;
  padding-bottom: 54px;
}

.navbar-2 {
  background-color: #fff;
}

.navlinks {
  color: #858585;
  border-left: 1px solid #00000012;
  margin-top: 9px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Jost, sans-serif;
  font-size: 80%;
  font-weight: 500;
  transition: all .4s;
}

.navlinks:hover {
  color: #000;
}

.navlinks.w--current {
  color: var(--cadet-blue);
  font-size: 80%;
}

.navlinks.highlight {
  background-color: var(--cadet-blue);
  background-image: linear-gradient(90deg, var(--dark-slate-grey), var(--medium-sea-green));
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.navlinks.highlight:hover {
  background-color: #1d7239;
}

.nav-menu-2 {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.container-2 {
  justify-content: space-between;
  width: 100%;
  max-width: 2000px;
  padding-right: 21px;
  display: block;
}

.paragraph-4 {
  font-family: Jost, sans-serif;
  position: static;
}

.bold-text-4 {
  font-family: Jost, sans-serif;
}

.program-areas-section {
  width: 100%;
  padding-top: 71px;
  padding-bottom: 71px;
}

.programs-icons-cols {
  width: 60rem;
  max-width: 80rem;
  margin-top: 76px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-copy-style {
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.main-copy-style.centre {
  text-align: center;
}

.program-tile-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.h3-titles {
  color: var(--cadet-blue);
  text-align: center;
  margin-top: 0;
  font-family: PT Serif, serif;
}

.h3-titles.programs {
  margin-top: 25px;
  margin-bottom: 33px;
}

.h2-titles {
  color: var(--cadet-blue);
  text-align: center;
  font-family: PT Serif, serif;
}

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

.h2-titles.join {
  margin-top: 54px;
}

.container-3 {
  margin-top: 47px;
}

.ambassador-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.ambassador-photo {
  background-image: url('../images/eloni.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.ambassador-photo._5 {
  background-image: url('../images/glenn.jpeg');
}

.ambassador-photo._2 {
  background-image: url('../images/mark.jpeg');
}

.ambassador-photo._3 {
  background-image: url('../images/david.jpeg');
  background-position: 50%;
}

.ambassador-photo._4 {
  background-image: url('../images/chris2.jpg');
}

.ambassador-photo._6 {
  background-image: url('../images/john.jpeg');
}

.ambassador-photo._7 {
  background-image: url('../images/bec2.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.ambassador-photo._8 {
  background-image: url('../images/leo.jpg');
}

.ambassador-photo._9 {
  background-image: url('../images/tony.jpeg');
  background-position: 50% 30%;
}

.ambassador-photo._10 {
  background-image: url('../images/jeff.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ambassador-photo._11 {
  background-image: url('../images/kyle.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ambassador-photo._12 {
  background-image: url('../images/dane-gagai.JPG');
  background-position: 50%;
  background-size: cover;
}

.ambassador-photo._13 {
  background-image: url('../images/nate.JPG');
  background-position: 50%;
  background-size: cover;
}

.ambassador-photo._14 {
  background-image: url('../images/yp.jpg');
  background-position: 50%;
  background-size: cover;
}

.ambassador-photo._15 {
  background-image: url('../images/IMG_3597.avif');
  background-position: 50% 38%;
  background-size: cover;
}

.people-titles {
  color: #747474;
  text-align: center;
  margin-top: 0;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.ambassadors-names {
  color: var(--cadet-blue);
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 24px;
}

.ambassadors-cols {
  width: 1000px;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
}

.ambassadors-section {
  width: 100%;
  padding-top: 0;
  padding-bottom: 71px;
}

.intro-section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}

.pillars-section {
  margin-bottom: 45px;
}

.pillars-cols {
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pillar-tile-wrapper {
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 49px 19px;
  display: flex;
}

.pillar-tile-wrapper.main {
  background-image: linear-gradient(157deg, #214955c4, #52b684ba), url('../images/bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pillar-text {
  color: #8fc2bd;
  text-align: center;
  margin-top: 0;
  font-family: Jost, sans-serif;
  font-weight: 500;
}

.pillar-text.main {
  color: #fff;
  width: 70rem;
  max-width: 70rem;
  font-size: 45px;
  line-height: 45px;
}

.intro-cols {
  width: 80rem;
  max-width: 80rem;
  margin: 54px auto;
}

.main-section-image {
  background-image: url('../images/ringside-video.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.slogan-loader {
  color: #fff;
  font-family: Jost, sans-serif;
}

.gallery-section {
  padding-top: 48px;
  padding-bottom: 54px;
}

.directions-box-text {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  margin-top: 28px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.directions-box-text.centre {
  text-align: center;
  justify-content: center;
  font-size: 32px;
}

.end-box {
  text-align: center;
  background-color: #0000;
  width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 9px 16px 36px;
}

.gallery-section-2 {
  padding-bottom: 67px;
}

.directions-box-body-text {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 7px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.directions-box-body-text.centre {
  text-align: center;
}

.gallery-columns {
  width: 80rem;
  max-width: 80rem;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
}

.works {
  padding-left: 0;
}

.column-4 {
  padding-right: 0;
}

.gallery-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.gallery-item._17 {
  background-image: url('../images/IMG_3730.jpeg');
}

.gallery-item._14 {
  background-image: url('../images/5e8a3d40-75c1-4fc2-a8d2-a2a681922acc.jpeg');
}

.gallery-item._13 {
  background-image: url('../images/IMG_3292.jpeg');
}

.gallery-item._4 {
  background-image: url('../images/scc30aug2013-1013.jpeg');
}

.gallery-item._7 {
  background-image: url('../images/IMG_5968.jpeg');
  background-position: 0%;
}

.gallery-item._15 {
  background-image: url('../images/IMG_2797.jpeg');
}

.gallery-item._9 {
  background-image: url('../images/IMG_5124.jpeg');
}

.gallery-item._11 {
  background-image: url('../images/IMG_0057.jpeg');
  background-position: 50%;
}

.gallery-item._1 {
  background-image: url('../images/scc30aug2013-1011.jpeg');
}

.gallery-item._16 {
  background-image: url('../images/IMG_0057.jpeg');
}

.gallery-item._18 {
  background-image: url('../images/30FF200F-E037-4533-9E30-03F993866A29.jpeg');
}

.gallery-item._19 {
  background-image: url('../images/richrob.jpeg');
}

.gallery-item._20 {
  background-image: url('../images/image-036.jpg');
}

.gallery-item._21 {
  background-image: url('../images/image-042.jpg');
}

.gallery-item._22 {
  background-image: url('../images/image-072.jpg');
}

.gallery-item._23 {
  background-image: url('../images/image-027.jpg');
}

.gallery-item.gal1 {
  background-image: url('../images/scc30aug2013-1011.jpeg');
}

.gallery-item.gal2 {
  background-image: url('../images/scc30aug2013-1013.jpeg');
}

.gallery-item.gal3 {
  background-image: url('../images/IMG_3292.jpeg');
}

.gallery-item.gal4 {
  background-image: url('../images/IMG_5968.jpeg');
}

.gallery-item.gal5 {
  background-image: url('../images/IMG_3730.jpeg');
}

.gallery-item.gal6 {
  background-image: url('../images/IMG_2816.jpeg');
}

.gallery-item.gal7 {
  background-image: url('../images/IMG_2797.jpeg');
}

.gallery-item.gal8 {
  background-image: url('../images/IMG_0057.jpeg');
}

.gallery-item.gal9 {
  background-image: url('../images/5e8a3d40-75c1-4fc2-a8d2-a2a681922acc.jpeg');
}

.gallery-item.gal10 {
  background-image: url('../images/30FF200F-E037-4533-9E30-03F993866A29.jpeg');
}

.gallery-item.gal11 {
  background-image: url('../images/image-088.jpg');
}

.gallery-item.gal12 {
  background-image: url('../images/image-027.jpg');
}

.gallery-item.gal13 {
  background-image: url('../images/DSC02101.jpeg');
}

.gallery-item.gal14 {
  background-image: url('../images/IMG_7775.jpeg');
}

.gallery-item.gal15 {
  background-image: url('../images/IMG_9617.jpeg');
}

.gallery-item.gal16 {
  background-image: url('../images/IMG_5478.jpeg');
}

.gallery-item.gal17 {
  background-image: url('../images/20230914_090924.jpg');
}

.gallery-item.gal18 {
  background-image: url('../images/IMG_4658.JPG');
}

.gallery-item.gal19 {
  background-image: url('../images/IMG_4687.JPG');
}

.gallery-item.gal20 {
  background-image: url('../images/IMG_4708.JPG');
}

.gallery-item.gd1 {
  background-image: url('../images/8FC01CE8-AC62-4777-9C74-497B87D1CB77DSC07741.jpg');
}

.gallery-item.gd2 {
  background-image: url('../images/E2BF631D-7E2E-4C60-BF3B-05CDE3782426DSC07724.jpg');
}

.gallery-item.gd3 {
  background-image: url('../images/4A0E5385-F2E2-49B4-B21C-57BF53D757A4DSC07721.jpg');
}

.gallery-item.gd4 {
  background-image: url('../images/A308F5EE-1477-443F-ADD8-11772BB218C6DSC07711.jpg');
}

.gallery-item.gd5 {
  background-image: url('../images/36D19130-DBE6-45B2-B9ED-7EAF733548AE.JPG');
}

.gallery-item.gd6 {
  background-image: url('../images/73D7317E-1C73-4B13-9ADA-325D95D9DF11DSC07689.JPEG');
  background-position: 50% 100%;
}

.gallery-item.gd7 {
  background-image: url('../images/CF765878-52CA-4D98-B356-BEE971AC6F83DSC07680.jpg');
  background-position: 50% 100%;
}

.gallery-item.gd8 {
  background-image: url('../images/90DBBFC6-AA29-4B2E-A300-F9C90EA825A2DSC07690.jpg');
  background-position: 21%;
}

.gallery-item.gd9 {
  background-image: url('../images/315FB30D-9A85-4AA0-B56A-2CAF718A793EDSC07705.jpg');
  background-position: 70%;
}

.gallery-item.gd10 {
  background-image: url('../images/04AF2126-93B5-453E-BD15-B79A312DFBFBDSC07700.jpg');
  background-position: 70%;
}

.gallery-item.gal21 {
  background-image: url('../images/20230914_091259.jpg');
}

.gallery-item.gal22 {
  background-image: url('../images/IMG_4671.JPG');
}

.gallery-item.gal23 {
  background-image: url('../images/IMG_8079.jpg');
}

.gallery-item.gal24 {
  background-image: url('../images/IMG_8086.jpeg');
}

.gallery-item.gal25 {
  background-image: url('../images/IMG_2810.JPG');
}

.gallery-item.bf-23a {
  background-image: url('../images/bf1.jpeg');
  background-position: 50%;
}

.gallery-item.bf23b {
  background-image: url('../images/bf2.jpeg');
  background-position: 50%;
}

.gallery-item.bf23-3 {
  background-image: url('../images/bf3.jpeg');
  background-position: 50% 100%;
}

.gallery-item.bf-23-4 {
  background-image: url('../images/bf4.jpeg');
  background-position: 50%;
}

.gallery-item.bf23-5 {
  background-image: url('../images/bf5.jpeg');
  background-position: 50%;
}

.gallery-item.bf23-6 {
  background-image: url('../images/bf6.jpeg');
  background-position: 50% 100%;
}

.gallery-item.bf23-7 {
  background-image: url('../images/bf7.jpeg');
  background-position: 50%;
}

.gallery-item.bf23-8 {
  background-image: url('../images/bf8.jpeg');
  background-position: 50%;
}

.gallery-item.bfac1 {
  background-image: url('../images/bfac1.jpeg');
  background-position: 50%;
}

.gallery-item.gal26 {
  background-image: url('../images/IMG_5187.JPG');
}

.gallery-item.gal27 {
  background-image: url('../images/IMG_5183.JPG');
}

.gallery-item.gal28 {
  background-image: url('../images/IMG_5186.JPG');
}

.gallery-item.gal29 {
  background-image: url('../images/IMG_5185.JPG');
}

.gallery-item.gal30 {
  background-image: url('../images/IMG_5184.JPG');
}

.gallery-item.gal31 {
  background-image: url('../images/IMG_5181.JPG');
}

.gallery-item.gal32, .gallery-item.gal33 {
  background-image: url('../images/IMG_5182.JPG');
}

.gallery-item.gal33 {
  background-image: url('../images/IMG_5188.JPG');
}

.gallery-item.gal32 {
  background-image: url('../images/IMG_5181.JPG');
}

.gallery-item.gal34 {
  background-image: url('../images/10B43EB0-89B5-4C30-9EFC-F281243B77AD.jpeg');
}

.gallery-item.gal35 {
  background-image: url('../images/IMG_5212.jpeg');
}

.gallery-item.gal36 {
  background-image: url('../images/3881c7e1-9078-46c7-bf76-b49126599012.jpeg');
}

.gallery-item.gd11 {
  background-image: url('../images/IMG_6709.JPG');
  background-position: 70%;
}

.r100-cols {
  margin-top: 60px;
  margin-bottom: 47px;
}

.ringside-gallery-cols {
  width: 80rem;
  max-width: 80rem;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-cols-v2 {
  width: 80rem;
  margin: 13px auto;
  display: block;
}

.quote-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.container-4 {
  background-color: #0000;
}

.html-embed-3 {
  height: 120vh;
  position: static;
  overflow: scroll;
}

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

.membership-buttons {
  justify-content: center;
  width: 900px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed-4, .html-embed-5 {
  margin-left: auto;
  margin-right: auto;
}

.column-7, .column-8, .div-block-40 {
  justify-content: center;
  display: flex;
}

.members-page {
  width: 100%;
  padding-top: 71px;
  padding-bottom: 71px;
}

.quote-wrapper {
  width: 700px;
}

.image-28 {
  display: block;
}

.div-block-41 {
  display: flex;
}

.image-29 {
  padding-left: 0;
  padding-right: 0;
}

.golfday-wrapper {
  justify-content: center;
  display: flex;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.happenings {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
}

.happenings-list {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Jost, sans-serif;
  font-weight: 700;
}

.poster {
  margin: 55px auto 71px;
  display: block;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos--wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 46px auto 0;
  display: flex;
}

.logos--wrapper.bottom {
  margin-top: 0;
}

.logo-box {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 150px;
  display: flex;
}

.logo-box.bf {
  margin-left: 29px;
  margin-right: 29px;
}

.logo-box.mhm {
  width: 40%;
}

.logo-box.bao {
  width: 45%;
  margin-left: 0;
  margin-right: 0;
}

.logo-box.polaris {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.logo-box.cut, .logo-box.bull {
  width: auto;
  margin-left: 0;
  margin-right: 20px;
}

.logo-box.rb {
  width: 450px;
  margin-left: 0;
  margin-right: 0;
}

.logo-box.beam {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.logos-g1 {
  justify-content: space-around;
  width: 60%;
  display: flex;
}

.logos-g2 {
  justify-content: space-around;
  width: 40%;
  display: flex;
}

.small-text {
  color: #7f7c7c;
  font-family: Jost, sans-serif;
  font-size: 90%;
}

.footer-links, .footer-text {
  color: var(--cadet-blue);
  margin-right: 18px;
  font-family: Jost, sans-serif;
  font-size: 80%;
  text-decoration: none;
}

.gallery-cols-2col {
  width: 60rem;
  margin: 13px auto;
  display: block;
}

.play-button {
  background-image: linear-gradient(#ffffff9e, #ffffff9e);
  border-radius: 400px;
  width: 90px;
  height: 90px;
}

.d-77-lightbox-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.d-77-circle-2 {
  background-color: #0000001a;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
}

.d-77-circle-1 {
  background-color: #0003;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
}

.d-77-button-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-77-button-gradient {
  background-image: linear-gradient(#000, #000);
  width: 300%;
  position: absolute;
  inset: 0%;
}

.d-77-play-icon {
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  position: relative;
}

.logos-50 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.logos-section {
  margin-bottom: 57px;
}

.gallery-cols-v2-2 {
  width: 80rem;
  margin: 13px auto;
  display: block;
}

.people-titles-copy {
  color: #747474;
  text-align: center;
  margin-top: 0;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.brand {
  padding-top: 11px;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .navigation {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navigation.op-in {
    padding-left: 17px;
    padding-right: 17px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    max-width: 75%;
  }

  .menu-button.stairs {
    grid-row-gap: 5px;
    border-width: 1px;
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: flex-start space-around;
    align-self: center;
    align-items: flex-start;
    width: 40px;
    height: 40px;
    transition: border .25s;
    display: flex;
  }

  .menu-button.stairs:hover {
    border-width: 1px;
    border-color: #000;
  }

  .menu-button.stairs:active {
    border-style: none;
  }

  .link {
    font-size: 24px;
  }

  .line.top {
    position: static;
    transform: none;
  }

  .line.bottom {
    color: #000;
    background-color: #000;
    position: static;
    transform: none;
  }

  .line.middle {
    position: static;
    transform: none;
  }

  .element-wrapper.grey {
    min-height: auto;
  }

  .inner-wrapper, .inner-wrapper.section-title {
    padding: 45px 40px 60px;
  }

  .inner-wrapper.section-title.center {
    grid-row-gap: 45px;
  }

  .inner-wrapper.image-text, .inner-wrapper.footer {
    padding: 45px 40px 60px;
  }

  .inner-wrapper.main-banner {
    align-content: start;
    padding: 45px 40px 60px;
  }

  .inner-wrapper.main-banner.op-in {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .inner-wrapper.cards-3 {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    padding: 45px 40px 60px;
  }

  .inner-wrapper.gallery {
    grid-row-gap: 30px;
    padding: 45px 40px 60px;
  }

  .inner-wrapper.contact-form {
    grid-row-gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .inner-wrapper.news-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: stretch stretch;
  }

  .inner-wrapper.blog-title {
    align-items: center;
  }

  .s-t-title.title-m {
    font-size: 52px;
  }

  .s-t-title.title-m.center {
    font-size: 28px;
  }

  .s-t-title.title-m {
    font-size: 36px;
    line-height: 1.5em;
  }

  .s-t-title.title-s {
    font-size: 22px;
  }

  .paragraph {
    line-height: 1.5em;
  }

  .i-c-copy.light-blue, .i-c-copy.light-yellow {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-3 {
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .c-3-title.title-l {
    font-size: 48px;
  }

  .c-3-title.title-s {
    font-size: 20px;
  }

  .c-3-title.title-m {
    font-size: 28px;
  }

  .title-xl {
    font-size: 48px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .gal-item {
    height: 30vh;
  }

  .g-title.title-m {
    font-size: 36px;
  }

  .g-strapline.title-s {
    font-size: 20px;
  }

  .title-l {
    font-size: 36px;
  }

  .title-m {
    font-size: 28px;
  }

  .title-s {
    font-size: 20px;
  }

  .p-h-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .highlight-info {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    max-width: none;
  }

  .highlight-button {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .n-i-image {
    min-height: 25vh;
    max-height: 25vh;
  }

  .mask {
    width: 50%;
  }

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

  .gallery-grid-container-2 {
    align-self: stretch;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .s-i-image {
    height: 25vh;
  }

  .map-list {
    flex-direction: column;
    align-items: center;
  }

  .m-l-item {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .l-b-side {
    background-color: #fff500;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .b-t-strapline.title-s {
    padding-bottom: 20px;
  }

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

  .hero-section {
    padding-bottom: 43px;
  }

  .bold-text-3 {
    width: 100%;
    font-size: 50px;
    line-height: 70px;
  }

  .image-25 {
    padding-right: 28px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-1, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.md-4 {
    width: 100%;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.centre-align {
    justify-content: center;
  }

  .wrapper {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-logo {
    position: absolute;
  }

  .social-media-icons-contianer {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-header {
    background-size: auto, cover;
    height: 200px;
    padding: 17px;
  }

  .page-header.golf {
    height: 300px;
  }

  .section-titles {
    font-size: 40px;
  }

  .navlinks {
    color: #fff;
    text-align: right;
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .navlinks:hover {
    color: #ffffff87;
  }

  .navlinks:focus {
    color: #ffffffb5;
  }

  .navlinks.current {
    color: #ffffffb8;
  }

  .nav-menu-2 {
    background-color: #0000;
    background-image: radial-gradient(circle at 100%, #214955e8, #52b684b0), url('../images/bg.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    height: auto;
  }

  .container-2 {
    justify-content: center;
    width: 95%;
    display: block;
  }

  .menu-button-2 {
    margin-top: 8px;
  }

  .menu-button-2.w--open {
    color: #474747;
    background-color: #fff;
  }

  .program-areas-section {
    width: 98%;
  }

  .programs-icons-cols {
    width: 100%;
    max-width: 100%;
  }

  .container-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .ambassador-card {
    margin-bottom: 46px;
  }

  .ambassadors-cols {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-26 {
    padding-right: 32px;
  }

  .intro-section {
    width: 100%;
    padding: 20px 29px 50px;
  }

  .pillars-section {
    width: 100%;
  }

  .pillar-tile-wrapper.main {
    height: auto;
  }

  .pillar-text.main {
    width: 95%;
    max-width: 95%;
    font-size: 30px;
    line-height: 35px;
  }

  .intro-cols {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .main-section-image {
    margin-top: 32px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .directions-box-text {
    padding-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .directions-box-text.centre {
    font-size: 28px;
  }

  .end-box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .directions-box-body-text {
    padding-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .gallery-columns {
    width: 100%;
    margin-top: 0;
  }

  .works {
    padding-left: 10px;
  }

  .column-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-item {
    height: 250px;
  }

  .gallery-item._1 {
    background-position: 50% 20%;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .ringside-gallery-cols {
    width: 100%;
    margin-top: 0;
  }

  .gallery-cols-v2 {
    width: 100%;
  }

  .membership-buttons {
    width: 90%;
  }

  .quote-wrapper {
    width: 100%;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .logos--wrapper {
    flex-direction: column;
    align-items: center;
  }

  .logos-g1 {
    width: 90%;
  }

  .logos-g2 {
    justify-content: space-around;
    width: 80%;
  }

  .gallery-cols-2col {
    width: 100%;
  }

  .logos-50 {
    width: 90%;
  }

  .gallery-cols-v2-2 {
    width: 100%;
  }

  .brand {
    padding-right: 1px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    max-width: 80%;
    height: auto;
  }

  .menu-grid {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
  }

  .inner-wrapper {
    padding: 30px 20px;
  }

  .inner-wrapper.section-title {
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-wrapper.image-text {
    grid-column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-wrapper.footer, .inner-wrapper.main-banner, .inner-wrapper.cards-3, .inner-wrapper.gallery, .inner-wrapper.contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-wrapper.news-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .inner-wrapper.blog-title {
    grid-row-gap: 40px;
  }

  .s-t-title.title-m {
    font-size: 32px;
  }

  .s-t-title.title-s {
    font-size: 20px;
  }

  .s-t-title.title-xl {
    font-size: 36px;
  }

  .image-copy {
    grid-template-columns: 1fr;
  }

  .i-c-image {
    width: 100%;
    min-height: 50vh;
  }

  .i-c-copy.light-blue {
    grid-column-gap: 20px;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .i-c-copy.light-yellow {
    grid-column-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-5, .image-6 {
    object-fit: cover;
  }

  .address {
    grid-column-gap: 0px;
  }

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

  .f-s-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
  }

  .s-t-strapline.title-s {
    font-size: 18px;
  }

  .c-3-title.title-l {
    font-size: 36px;
  }

  .card._1 {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .gal-item, .gal-item.main {
    height: 35vh;
  }

  .gal-item.last {
    position: relative;
  }

  .image-15 {
    position: absolute;
  }

  .title-s {
    font-size: 18px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .submit-button {
    box-shadow: -4px -4px 15px 5px #ffffff80, inset 4px 4px 15px 5px #00000040, 5px 3px 15px 5px #50505040;
  }

  .image-17 {
    width: 100%;
    height: 100%;
  }

  .mask {
    width: 100%;
  }

  .slide, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .gallery-2 {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .b-c-slider-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .b-c-slider-item {
    min-height: 15vh;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .s-i-image {
    height: 30vh;
  }

  .map-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .large-banner {
    height: 70vh;
  }

  .l-b-side {
    background-color: #fff5008a;
    padding-left: 20px;
    top: auto;
    bottom: 0;
  }

  .b-t-strapline.title-s {
    padding-bottom: 0;
  }

  .link-block-6 {
    width: 120px;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .text-block-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    height: 60vh;
    padding-bottom: 4px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .bold-text-3 {
    font-size: 35px;
    line-height: 40px;
  }

  .col.lg-6, .col.lg-4.sm-2 {
    width: 100%;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .row.centre-align {
    justify-content: center;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .cta {
    background-image: linear-gradient(to right, var(--medium-sea-green), var(--dark-slate-grey));
  }

  .page-header {
    background-size: auto, cover;
    height: 150px;
    padding: 16px;
  }

  .page-header.golf {
    height: 250px;
  }

  .section-titles {
    font-size: 30px;
  }

  .donation-form {
    padding-left: 14px;
    padding-right: 14px;
  }

  .navlinks {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .program-areas-section {
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .programs-icons-cols {
    flex-direction: column;
    margin-top: 0;
  }

  .program-tile-wrapper {
    height: auto;
    margin-bottom: 48px;
  }

  .h2-titles {
    font-size: 27px;
  }

  .ambassadors-cols {
    width: 70%;
  }

  .image-26 {
    padding-right: 44px;
  }

  .intro-section {
    padding-bottom: 0;
  }

  .pillar-tile-wrapper {
    height: auto;
    margin-bottom: 10px;
  }

  .gallery-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .directions-box-text.centre {
    font-size: 25px;
  }

  .gallery-item._17, .gallery-item._14, .gallery-item._7 {
    background-position: 50% 100%;
  }

  .gallery-item._1 {
    margin-bottom: 0;
  }

  .gallery-item.bf23b {
    background-position: 50% 30%;
  }

  .gallery-item.bf23-6 {
    background-position: 50%;
  }

  .r100-cols {
    margin-top: 20px;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-27 {
    margin-top: 23px;
  }

  .gallery-cols-v2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gallery-cols-v2.mid {
    margin-top: 0;
  }

  .quote-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .members-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hide-col {
    display: none;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .logos--wrapper {
    max-width: 100%;
  }

  .logos-g1 {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    width: 90%;
  }

  .logos-g2 {
    justify-content: space-around;
    width: 90%;
  }

  .gallery-cols-2col {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gallery-cols-2col.mid {
    margin-top: 0;
  }

  .logos-50 {
    width: 90%;
  }

  .gallery-cols-v2-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .navigation.op-in {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    max-width: 75%;
  }

  .inner-wrapper.image-text, .inner-wrapper.main-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-wrapper.main-banner.op-in {
    background-image: linear-gradient(#00000069, #00000069);
    min-height: 70vh;
  }

  .inner-wrapper.blog-title {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .s-t-title.title-m, .s-t-title.title-m.white {
    font-size: 36px;
  }

  .s-t-title.title-m {
    font-size: 28px;
  }

  .s-t-title.title-s, .paragraph {
    line-height: 1.5em;
  }

  .i-c-title.title-m {
    font-size: 28px;
  }

  .s-t-strapline.title-s.white.shadow {
    font-size: 18px;
  }

  .title-xl {
    font-size: 36px;
  }

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

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .title-l {
    font-size: 32px;
  }

  .title-m {
    font-size: 24px;
  }

  .title-s {
    font-size: 16px;
  }

  .highlight-info {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .b-c-tags {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-12 {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .comment-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-7 {
    padding-left: 10px;
    font-size: 16px;
  }

  .text-block-9 {
    padding-right: 10px;
    font-size: 16px;
  }

  .comment-reply {
    padding-left: 30px;
  }

  .b-t-image {
    width: 100%;
  }

  .centered-container-2 {
    text-align: left;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .b-c-slider-list {
    grid-template-columns: 1fr 1fr;
  }

  .s-i-image {
    height: 25vh;
  }

  .loader-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-25, .text-block-26 {
    text-align: center;
  }

  .hero-section {
    padding-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .bold-text-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.md-4.flex-stretch {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-bottom: 0;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .button.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-logo {
    display: block;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .social-media-icon {
    padding: 0;
  }

  .form-with-button {
    flex-direction: column;
  }

  .form-with-button.inline-form {
    flex-direction: row;
  }

  .social-media-icons-contianer {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .footer-link.first {
    margin-left: -10px;
  }

  .footer-link.last {
    margin-right: -10px;
  }

  .page-header {
    background-size: auto, cover;
    height: 100px;
    padding: 9px;
  }

  .page-header.golf {
    height: 150px;
  }

  .section-titles {
    font-size: 25px;
  }

  .donation-form {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navlinks {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .container-2 {
    width: 100%;
    max-width: 100%;
  }

  .menu-button-2 {
    margin-top: 9px;
  }

  .program-areas-section {
    padding-top: 0;
  }

  .programs-icons-cols {
    margin-top: 42px;
  }

  .program-tile-wrapper {
    height: auto;
    margin-bottom: 30px;
  }

  .h2-titles {
    font-size: 21px;
    line-height: 24px;
  }

  .h2-titles.left {
    text-align: center;
  }

  .ambassadors-cols {
    width: 98%;
    margin-top: 0;
  }

  .image-26 {
    padding-right: 37px;
  }

  .pillar-text.main {
    font-size: 28px;
  }

  .main-section-image {
    background-position: 50%;
  }

  .gallery-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .directions-box-text {
    text-align: left;
    padding-top: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .directions-box-text.centre {
    font-size: 23px;
  }

  .end-box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .directions-box-body-text {
    text-align: left;
    padding-top: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .gallery-item._17, .gallery-item._14, .gallery-item._7 {
    background-position: 50% 100%;
  }

  .gallery-item._1 {
    background-position: 50% 100%;
    margin-bottom: 0;
  }

  .gallery-cols-v2 {
    width: 90%;
  }

  .quote-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .quote {
    padding-left: 13px;
    padding-right: 13px;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: center;
  }

  .members-page {
    padding-top: 20px;
  }

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

  .hide-col {
    display: flex;
  }

  .container-5 {
    max-width: none;
  }

  .logo-box {
    width: auto;
  }

  .logos-g1 {
    flex-flow: column;
  }

  .logos-g2 {
    justify-content: space-around;
    align-items: stretch;
  }

  .d-77-circle-2 {
    width: 130px;
    height: 130px;
  }

  .d-77-circle-1 {
    width: 100px;
    height: 100px;
  }

  .d-77-button-wrapper {
    width: 70px;
    height: 70px;
  }

  .d-77-play-icon {
    width: 21px;
    height: 21px;
  }

  .gallery-cols-v2-2 {
    width: 90%;
  }
}

#w-node-_412f023c-5a44-2ba6-bfcc-cd3cf4d29b44-48328257 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-ef1a34a7-85dd-e82b-10c4-50a2e59755ce-48328257, #w-node-_06dbe499-0c33-ae29-0aed-82df1681ee9c-48328257 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07b8f40e-310b-bb9b-cd94-9097ad53f969-48328257 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_07b8f40e-310b-bb9b-cd94-9097ad53f96c-48328257, #w-node-_07b8f40e-310b-bb9b-cd94-9097ad53f96a-48328257 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d8b6fce-4c5d-92d1-74b3-132d827b11cb-48328257 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-_29fec596-b727-f184-f38c-1f06c33645ea-2e59ea03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55da8fbe-da94-13f4-3afd-212cf4d30143-cf3282ce {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3410370b-a7af-9e86-1011-ee85931459ed-cf3282ce {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3410370b-a7af-9e86-1011-ee85931459f3-cf3282ce {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f7ead142-49d8-bdfe-c361-4e0bd8c67e3c-cf3282ce {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_8cf286e9-9821-00b7-8bc6-e82c1db0fc8d-cf3282ce {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_1413b69a-04aa-41a3-85a2-27ea42dab872-cf3282ce {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_55ff08a7-97b2-daf5-4c7a-bbab89781b14-cf3282ce, #w-node-_68ec0319-3353-9f9d-69c2-b4142fa148c7-cf3282ce {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_1714f171-863b-0282-13a2-a47f9b334f59-cf3282ce, #w-node-_1413b69a-04aa-41a3-85a2-27ea42dab891-cf3282ce, #w-node-_1413b69a-04aa-41a3-85a2-27ea42dab895-cf3282ce, #w-node-_1413b69a-04aa-41a3-85a2-27ea42dab8a2-cf3282ce {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_1413b69a-04aa-41a3-85a2-27ea42dab8e3-cf3282ce, #w-node-_1413b69a-04aa-41a3-85a2-27ea42dab8e7-cf3282ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1cafd4af-6176-4d52-6c06-d6de79706259-cf3282ce {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6379b644-a859-73f4-6764-14b50d699c2c-0d699c2a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6379b644-a859-73f4-6764-14b50d699c31-0d699c2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6379b644-a859-73f4-6764-14b50d699c38-0d699c2a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6379b644-a859-73f4-6764-14b50d699c3c-0d699c2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6379b644-a859-73f4-6764-14b50d699c41-0d699c2a {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_6379b644-a859-73f4-6764-14b50d699c46-0d699c2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6379b644-a859-73f4-6764-14b50d699c4f-0d699c2a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b0518814-eb85-a504-6ff6-fb8b21cf1cbd-0d699c2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d5274b5-1611-2514-ba63-29c3a9fb65f5-a9fb65dc {
  justify-self: auto;
}

#w-node-_0e34d5bf-855a-7c65-26d3-517cf5d5f935-4f3282cf, #w-node-_0e34d5bf-855a-7c65-26d3-517cf5d5f938-4f3282cf {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_92f02c1c-a135-2fc2-3377-0be3a9b01fbc-4f3282cf, #w-node-_9f661163-ee53-05c7-2a85-778816eae21c-54932308 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9f661163-ee53-05c7-2a85-778816eae220-54932308, #w-node-_9f661163-ee53-05c7-2a85-778816eae22b-54932308, #w-node-_9f661163-ee53-05c7-2a85-778816eae238-54932308 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9f661163-ee53-05c7-2a85-778816eae21c-eaa6e5be {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9f661163-ee53-05c7-2a85-778816eae220-eaa6e5be, #w-node-_9f661163-ee53-05c7-2a85-778816eae22b-eaa6e5be, #w-node-_9f661163-ee53-05c7-2a85-778816eae238-eaa6e5be {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9f661163-ee53-05c7-2a85-778816eae21c-daa856a5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9f661163-ee53-05c7-2a85-778816eae220-daa856a5, #w-node-_9f661163-ee53-05c7-2a85-778816eae22b-daa856a5, #w-node-_9f661163-ee53-05c7-2a85-778816eae238-daa856a5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_3410370b-a7af-9e86-1011-ee85931459ed-cf3282ce {
    grid-row: span 2 / span 2;
  }

  #w-node-_3410370b-a7af-9e86-1011-ee85931459f3-cf3282ce {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-f7ead142-49d8-bdfe-c361-4e0bd8c67e3c-cf3282ce {
    grid-column: span 6 / span 6;
  }

  #w-node-_8cf286e9-9821-00b7-8bc6-e82c1db0fc8d-cf3282ce {
    grid-column: span 12 / span 12;
  }

  #w-node-_1413b69a-04aa-41a3-85a2-27ea42dab872-cf3282ce {
    grid-column: span 10 / span 10;
  }

  #w-node-_1413b69a-04aa-41a3-85a2-27ea42dab891-cf3282ce, #w-node-_1413b69a-04aa-41a3-85a2-27ea42dab8a2-cf3282ce, #w-node-_1cafd4af-6176-4d52-6c06-d6de79706259-cf3282ce {
    grid-column: span 12 / span 12;
  }

  #w-node-_6379b644-a859-73f4-6764-14b50d699c41-0d699c2a {
    grid-column-start: 7;
  }

  #w-node-_9f661163-ee53-05c7-2a85-778816eae220-54932308, #w-node-_9f661163-ee53-05c7-2a85-778816eae22b-54932308 {
    grid-column: span 6 / span 6;
  }

  #w-node-_9f661163-ee53-05c7-2a85-778816eae238-54932308 {
    grid-column: span 12 / span 12;
  }

  #w-node-_9f661163-ee53-05c7-2a85-778816eae220-eaa6e5be, #w-node-_9f661163-ee53-05c7-2a85-778816eae22b-eaa6e5be {
    grid-column: span 6 / span 6;
  }

  #w-node-_9f661163-ee53-05c7-2a85-778816eae238-eaa6e5be {
    grid-column: span 12 / span 12;
  }

  #w-node-_9f661163-ee53-05c7-2a85-778816eae220-daa856a5, #w-node-_9f661163-ee53-05c7-2a85-778816eae22b-daa856a5 {
    grid-column: span 6 / span 6;
  }

  #w-node-_9f661163-ee53-05c7-2a85-778816eae238-daa856a5 {
    grid-column: span 12 / span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3410370b-a7af-9e86-1011-ee85931459ed-cf3282ce {
    grid-row: span 1 / span 1;
  }

  #w-node-_3410370b-a7af-9e86-1011-ee85931459f3-cf3282ce {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-f7ead142-49d8-bdfe-c361-4e0bd8c67e3c-cf3282ce, #w-node-_1413b69a-04aa-41a3-85a2-27ea42dab872-cf3282ce {
    grid-column: span 12 / span 12;
  }

  #w-node-_6379b644-a859-73f4-6764-14b50d699c2c-0d699c2a, #w-node-_6379b644-a859-73f4-6764-14b50d699c38-0d699c2a {
    grid-column: span 6 / span 6;
  }

  #w-node-_6379b644-a859-73f4-6764-14b50d699c41-0d699c2a {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_0e34d5bf-855a-7c65-26d3-517cf5d5f935-4f3282cf, #w-node-_0e34d5bf-855a-7c65-26d3-517cf5d5f938-4f3282cf, #w-node-_9f661163-ee53-05c7-2a85-778816eae220-54932308, #w-node-_9f661163-ee53-05c7-2a85-778816eae22b-54932308, #w-node-_9f661163-ee53-05c7-2a85-778816eae220-eaa6e5be, #w-node-_9f661163-ee53-05c7-2a85-778816eae22b-eaa6e5be, #w-node-_9f661163-ee53-05c7-2a85-778816eae220-daa856a5, #w-node-_9f661163-ee53-05c7-2a85-778816eae22b-daa856a5 {
    grid-column: span 12 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3410370b-a7af-9e86-1011-ee85931459f3-cf3282ce {
    grid-column: span 12 / span 12;
  }

  #w-node-f7ead142-49d8-bdfe-c361-4e0bd8c67e3c-cf3282ce {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_1413b69a-04aa-41a3-85a2-27ea42dab8db-cf3282ce, #w-node-_1413b69a-04aa-41a3-85a2-27ea42dab8df-cf3282ce, #w-node-_1413b69a-04aa-41a3-85a2-27ea42dab8e3-cf3282ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6379b644-a859-73f4-6764-14b50d699c2c-0d699c2a, #w-node-_6379b644-a859-73f4-6764-14b50d699c38-0d699c2a {
    grid-column: span 12 / span 12;
  }
}


