:root {
  --white: white;
  --black: #231f20;
  --dark-slate-grey: #045073;
  --white-smoke: #f2f2f2;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Berkshire Swash, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: Noto Serif, sans-serif;
  line-height: 1.8;
}

a {
  color: #000;
  border-color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

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

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

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

.show-mobile-portrait {
  display: none;
}

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

.hide {
  display: none;
}

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

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

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

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

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.rl-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

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

.show-tablet {
  display: none;
}

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

.show-mobile-landscape {
  display: none;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  border: 3px solid var(--black);
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 12px;
  padding: .75rem 1.5rem;
  font-family: Noto Serif, sans-serif;
  font-weight: 700;
  transition: all .4s;
}

.button:hover {
  border-color: var(--white);
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.button.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-alternate:hover {
  background-color: var(--dark-slate-grey);
}

.button.is-alternate.top-margin.white-hover:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.button.is-alternate.top-margin.white-hover.left-margin {
  margin-right: 2rem;
}

.button.is-button-small {
  padding: .5rem 1.25rem;
}

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

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

.form-input {
  background-color: var(--white);
  color: #000;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

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

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

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

.background-color-lightgrey {
  background-color: #f4f4f4;
}

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

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

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

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.margin-top-auto {
  margin-top: auto;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl-styleguide_class-sample-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #10182808;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #10182824;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #1018280d;
}

.icon-large {
  height: 5rem;
}

.button-tertiary {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-tertiary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-link {
  color: #000;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.icon-xsmall {
  height: 1.5rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-xxsmall {
  height: 1rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

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

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

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

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #1018281a, 0 2px 4px -2px #1018280f;
}

.rl-styleguide_extension {
  display: none;
}

.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: Red Hat Text, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s;
}

.rl_navbar2_dropdown-link:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.rl_navbar2_dropdown-link.w--current {
  color: #000;
}

.rl_navbar2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px #000;
  padding: 0;
  position: absolute;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar2_dropdwn-toggle {
  color: #000;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Red Hat Text, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.rl_navbar2_link {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--white);
  color: #000;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem;
  font-family: Red Hat Text, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s;
}

.rl_navbar2_link:hover {
  border-style: solid;
  border-width: 2px;
  border-bottom-color: var(--relume-library-lite-rl-black);
  font-weight: 600;
  text-decoration: none;
}

.rl_navbar2_link.w--current {
  color: #000;
}

.rl_navbar2_link.menu-button {
  border: 2px solid var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border-radius: 5px;
  margin-left: 1.2rem;
  transition: all .4s;
}

.rl_navbar2_link.menu-button:hover {
  color: var(--dark-slate-grey);
  background-color: #0000;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_menu.is-page-height-tablet {
  margin-left: 1.5%;
}

.rl_navbar2_logo {
  height: 50px;
}

.rl_navbar2_logo-link {
  padding-left: 0;
}

.rl_navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar2_component {
  background-color: #fff;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 1.5% 5%;
  display: flex;
}

.heading, .heading-2 {
  font-family: Noto Serif, sans-serif;
}

.landing-section {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.social-icon-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.social-icon-holder._2 {
  justify-content: flex-start;
  margin-left: 0;
}

.social-icon {
  height: 25px;
  transition: all .4s;
}

.social-icon:hover {
  opacity: .65;
}

.social-link.left-margin {
  margin-left: 10px;
}

.gradient-image-holder {
  object-fit: fill;
  width: 45%;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gradient-image {
  filter: blur(12px);
  object-fit: fill;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-top: -80px;
  position: static;
  inset: 0%;
}

.cta-holder {
  z-index: 1;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-h1 {
  color: var(--white);
  text-shadow: 1px 1px 15px #045073d9;
  font-family: Noto Serif, sans-serif;
  font-size: 6rem;
  font-weight: 700;
}

.landing-h3 {
  color: var(--white);
  letter-spacing: 6px;
  margin-top: .5rem;
  margin-bottom: 2rem;
  font-family: Red Hat Text, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
}

.landing-paragraph {
  color: var(--white);
  width: 40%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.landing-image {
  width: 100%;
  max-width: none;
  margin-top: -80px;
  margin-bottom: 0;
}

.rl-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button.is-secondary {
  color: #000;
  background-color: #0000;
}

.rl_blog33_spacing-block-8 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-style-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_text-divider {
  color: #000;
}

.rl_blog33_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.rl_blog33_author-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog33_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.rl_blog33_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blog33_spacing-block-7 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-heading-style-h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_blog3_title-link {
  text-decoration: none;
  display: block;
}

.rl_blog33_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_blog33_category-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.rl_blog33_category-link.w--current {
  border-bottom: 2px solid #000;
}

.rl_blog33_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blog33_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_blog33_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.rl_blog33_image-link {
  width: 100%;
  display: block;
}

.rl_blog33_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_blog33_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blog33_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog33_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.rl_section_blog33 {
  background-color: #fff;
}

.main-section.grey-bg {
  background-color: var(--white-smoke);
}

.main-section.map-bg {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-map-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main-section.blue-bg-with-image {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/Cape-St.-Blaize-Restaurant-anchor-watermark.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-section.blue-bg {
  background-color: var(--dark-slate-grey);
  position: relative;
}

.main-container {
  z-index: 1;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.main-container.top-margin {
  padding-top: 5rem;
}

.main-container.bottom-margin {
  text-align: center;
  padding-bottom: 5rem;
}

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

.main-grid._2-colums {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1.25fr;
  align-items: start;
  position: relative;
}

.main-grid._2-colums.colums-size {
  grid-template-columns: 1.5fr 1.25fr;
  place-items: center stretch;
}

.main-grid._2-colums.colums-size-left {
  grid-template-columns: 2fr 1.25fr;
  place-items: center stretch;
}

.grid-content-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-content-holder.left-align {
  align-items: flex-start;
  position: relative;
}

.grid-content-holder.right-align {
  align-items: flex-end;
}

.image-and-text-holder {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.3rem;
  display: flex;
}

.service-image {
  object-fit: cover;
  height: 250px;
  margin-bottom: 2rem;
}

.h2 {
  color: var(--black);
  text-align: center;
  font-size: 2rem;
}

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

.main-paragraph {
  color: var(--black);
}

.main-paragraph.plain-typeface {
  text-align: center;
  font-family: Red Hat Text, sans-serif;
  font-weight: 500;
}

.main-paragraph.white {
  color: var(--white);
}

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

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

.h1 {
  color: var(--black);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

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

.h1.center.text-color-white, .h1.white {
  color: var(--white);
}

.gallery-grid {
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-areas: "."
                       ".";
  width: 100%;
  height: 90%;
}

.cell {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.light-box {
  width: 100%;
  height: 100%;
}

.video-thumbnail {
  border: 10px solid var(--white);
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Video-Thumbnail.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 400px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 20px 3px #fff6;
}

.video-thumbnail:hover {
  box-shadow: none;
  transform: scale(.98);
}

.image-2 {
  width: 20%;
}

.sketch-lighthouse {
  width: 60%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.truth-link {
  margin-top: 2rem;
  transition: all .4s;
}

.truth-link:hover {
  opacity: .5;
}

.watermark-div {
  background-color: var(--white-smoke);
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.watermark-div.restaurant {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Coffee-beans.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
}

.watermark-div.rooms {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-ship-watermark.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 105%;
  inset: 0% auto 0% 0%;
}

.spacer-for-sections {
  height: 0;
}

.social-icons-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.social-link-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 10px;
  display: flex;
}

.link {
  color: var(--black);
  margin-left: 5%;
  font-family: Red Hat Text, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.link:hover {
  color: var(--dark-slate-grey);
}

.link._2 {
  margin-left: 0%;
  font-size: 1.2rem;
}

.social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  height: auto;
}

.social-lightbox {
  width: 220px;
  height: 220px;
  position: relative;
}

.footer {
  background-color: var(--white-smoke);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.footer-image-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 250px;
  height: 100%;
}

.footer-div-holder {
  justify-content: space-between;
  display: flex;
}

.text-block {
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.footer-line {
  background-color: var(--dark-slate-grey);
  height: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-logo-link-2 {
  flex: 0 auto;
  min-width: auto;
  max-height: none;
}

.footer-heading-2 {
  border-bottom: 3px none var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-link-2 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Red Hat Text, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.footer-link-2:hover {
  color: #045073a8;
  text-decoration: none;
}

.list-item-2 {
  margin-top: .15rem;
  padding-left: 0;
}

.list, .list-item-3, .list-item-4 {
  padding-left: 0;
}

.sub-page-header {
  background-image: url('../images/Cape-St.-Blaize-History-Landing-Image.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.sub-page-header._1 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Landing-Image.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.sub-page-header._2 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Accommodation-Landing-Image.webp');
  background-position: 50%;
  background-attachment: fixed;
}

.sub-page-header._3 {
  background-image: url('../images/Cape-St.-Blaize-Lighthouse-Tour-Landing-Image.webp');
  background-position: 50% 0;
}

.sub-page-header._4 {
  background-image: url('../images/Cape-St.-Blaize-History-Landing-Image_1.webp');
  background-position: 50% 10%;
}

.sub-page-header._5 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Video-Thumbnail.webp');
}

.sub-header-h1 {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-align: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  font-family: Berkshire Swash, sans-serif;
  font-weight: 400;
}

.sub-page-gallery-grid-holder {
  grid-template-rows: auto;
  margin-top: 0;
}

.sub-page-gallery-grid-holder.bottom-space {
  margin-bottom: 2rem;
}

.sub-page-gallery-grid {
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-areas: "."
                       ".";
  width: 100%;
  height: 450px;
}

.blue-bg-card {
  background-color: var(--dark-slate-grey);
  height: 0%;
  min-height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.blue-bg-card.margin, .blue-bg-card.small {
  min-height: 30%;
}

.button-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.button-holder.padding {
  padding-top: 0;
  padding-bottom: 2rem;
}

.sub-page-lightbox {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.sub-page-lightbox.restaurant-1 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Page-Gallery-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.restaurant-2 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Page-Gallery-2.webp');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.restaurant-3 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Page-Gallery-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.restaurant-4 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Page-Gallery-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.restaurant-5 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Page-Gallery-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.restaurant-6 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Page-Gallery-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc-1 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Accommodation-Page-Gallery-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc-2 {
  background-image: url('../images/Cape-St.-Blaize-Welcome-Image-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc-3 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Accommodation-Page-Gallery-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc-4 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Accommodation-Page-Gallery-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc-5 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Accommodation-Page-Gallery-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc-6 {
  background-image: url('../images/Cape-St.-Blaize-Restaurant-Accommodation-Page-Gallery-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.tour-1 {
  background-image: url('../images/Cape-St.-Blaize-Lighthouse-Page-Gallery-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.tour-2 {
  background-image: url('../images/Cape-St.-Blaize-Lighthouse-Page-Gallery-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.tour-3 {
  background-image: url('../images/Cape-St.-Blaize-Lighthouse-Page-Gallery-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.tour-4 {
  background-image: url('../images/Cape-St.-Blaize-Lighthouse-Page-Gallery-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.tour-5 {
  background-image: url('../images/Cape-St.-Blaize-Lighthouse-Page-Gallery-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.tour-6 {
  background-image: url('../images/Cape-St.-Blaize-Lighthouse-Page-Gallery-6.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.history-1 {
  background-image: url('../images/Cape-St.-Blaize-History-Page-Gallery-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.history-2 {
  background-image: url('../images/Cape-St.-Blaize-History-Page-Gallery-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.history-3 {
  background-image: url('../images/Cape-St.-Blaize-History-Page-Gallery-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.history-4 {
  background-image: url('../images/Cape-St.-Blaize-History-Page-Gallery-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.history-5 {
  background-image: url('../images/Cape-St.-Blaize-History-Page-Gallery-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.history-6 {
  background-image: url('../images/Cape-St.-Blaize-History-Page-Gallery-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc7 {
  background-image: url('../images/Cape-St-Blaize-Home-at-the-Lighthouse-8.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc8 {
  background-image: url('../images/Cape-St-Blaize-Home-at-the-Lighthouse-5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc-9 {
  background-image: url('../images/Cape-St-Blaize-Home-at-the-Lighthouse-2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc-10 {
  background-image: url('../images/Cape-St-Blaize-Home-at-the-Lighthouse-12.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc-11 {
  background-image: url('../images/Cape-St-Blaize-Home-at-the-Lighthouse-6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-page-lightbox.acc-12 {
  background-image: url('../images/Cape-St-Blaize-Home-at-the-Lighthouse-9.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-info-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contact-info-holder.top-margin {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}

.contact-header-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-icon {
  height: 30px;
  margin-right: 0;
}

.text-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
}

.text-link:hover {
  color: #ffffff9c;
}

.text-link.blue {
  color: #116781;
}

.text-link.blue:hover {
  color: #fff;
}

.paragraph-text-span {
  color: #116781;
  font-weight: 800;
}

.paragraph-text-span.mint {
  color: var(--white);
  font-weight: 700;
}

.sec-paragraph {
  color: #fff;
  font-family: Red Hat Text, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.map-holder {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.seperate-contenet-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.seperate-contenet-holder.strech-layout {
  align-items: stretch;
  margin-top: 40px;
}

.textarea {
  border: 1px solid #fff;
  border-radius: 5px;
  min-height: 150px;
  font-family: Noto Serif, sans-serif;
  font-weight: 600;
}

.heading-with-icon-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.map {
  max-height: 250px;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #116781;
  border: 3px #116781;
  border-radius: 8px;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all .3s;
}

.button-2:hover {
  color: #86cec4;
  background-color: #fff;
}

.button-2.mint {
  background-color: #86cec4;
}

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

.blue-contenet-holder {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.list-content-holder {
  align-items: flex-start;
  display: flex;
}

.image-3 {
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.grid-content-holder-2 {
  position: relative;
}

.grid-content-holder-2.blue-bg {
  background-color: var(--dark-slate-grey);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-flied {
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 1.2rem;
  font-family: Noto Serif, sans-serif;
  font-weight: 600;
}

.h2-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.h3 {
  color: var(--white);
  font-size: 2rem;
}

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

.image-6 {
  object-fit: cover;
  object-position: 0% 100%;
  height: 100%;
}

.image-7 {
  object-fit: cover;
  object-position: 20% 100%;
  height: 100%;
}

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

.image-10 {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.image-11 {
  object-fit: cover;
  object-position: 30% 100%;
  height: 100%;
}

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

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

.rl_navbar3_menu-background {
  display: none;
  position: static;
}

.rl_navbar3_button {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.rl_navbar3_logo {
  width: 100%;
  height: 45px;
}

.rl_navbar3_logo-link {
  padding-left: 0;
}

.rl_navbar3_tablet-menu-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.rl_navbar3_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar3_dropdown-link.w--current {
  color: #000;
}

.rl_navbar3_dropdown-list.w--open {
  background-color: #fff;
  border: 1px #000;
  padding: 8px;
  position: absolute;
}

.rl-dropdown-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar3_dropdown-toggle {
  color: var(--relume-library-lite-rl-black);
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.rl_navbar3_link {
  color: var(--relume-library-lite-rl-black);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar3_link.w--current {
  color: #000;
}

.rl_navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.rl_navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.rl_navbar3_menu-button {
  padding: 0;
}

.rl_navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr max-content;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.rl_navbar3_component {
  border-bottom: 1px none var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  align-items: center;
  min-height: 4.5rem;
  padding: 2% 0%;
  display: flex;
}

.sketch-lighthouse-mobile {
  width: 60%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.landing-mobile-h1 {
  color: var(--black);
  text-align: center;
  font-size: 2rem;
  display: none;
}

.mobile-menu-logo {
  height: 45px;
}

.blue-overlay {
  object-fit: fill;
  background-color: #04507340;
  width: 45%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.whatsapp-button {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 1% 2% auto;
  box-shadow: 0 0 5px #8787879e;
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px #2f2f2f59;
}

.text-block-2 {
  background-color: #0000;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  font-weight: 500;
}

.image-14 {
  width: 50px;
}

.map-link {
  position: absolute;
  inset: 0%;
}

.h4 {
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-top: .5rem;
  margin-bottom: 2rem;
  font-family: Red Hat Text, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_name-text {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.rl_testimonial17_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial17_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_rating-icon {
  color: var(--relume-library-lite-rl-black);
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl_testimonial17_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial17_testimonial {
  border: 1px solid var(--relume-library-lite-rl-black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.rl_testimonial17_testimonial-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rl_testimonial17_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_testimonial17_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_testimonial17_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.rl_section_testimonial17 {
  background-color: var(--relume-library-lite-rl-white);
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  padding: 12px 12px 12px 0;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-right: 0;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--white);
  text-align: center;
  margin-bottom: 2rem;
  font-family: Noto Serif, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  color: var(--white);
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.social-image-link {
  position: absolute;
}

.price-text {
  color: var(--dark-slate-grey);
  margin-bottom: 1rem;
  font-family: Red Hat Text, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.code-embed {
  width: 100%;
  height: 100%;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .button.is-alternate {
    font-size: .8rem;
  }

  .button.is-alternate.top-margin.white-hover.left-margin {
    margin-right: 0;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .rl_menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar2_button-wrapper {
    align-items: center;
  }

  .rl_navbar2_dropdown-link {
    background-color: var(--white-smoke);
    text-align: left;
    width: auto;
    padding: .75rem 0 .75rem .5rem;
    font-size: 1.2rem;
  }

  .rl_navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    font-size: 1.5rem;
    display: flex;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar2_link {
    text-align: left;
    border-style: none;
    border-width: 1px;
    padding: 1rem 0;
    font-size: 1.5rem;
  }

  .rl_navbar2_link:hover {
    border-style: none;
    border-color: #000;
  }

  .rl_navbar2_link.menu-button {
    margin-top: 1rem;
    margin-left: 0;
    padding-left: 2rem;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .landing-section {
    height: 120vh;
    margin-top: 75px;
  }

  .social-icon-holder {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 10px;
  }

  .social-icon {
    width: 35px;
    height: auto;
  }

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

  .social-link.left-margin {
    margin-top: 0;
    margin-left: 25px;
  }

  .gradient-image-holder {
    width: 50%;
    height: 100%;
  }

  .gradient-image {
    object-fit: cover;
    height: 100%;
    margin-top: 0;
  }

  .cta-holder {
    align-items: center;
  }

  .landing-h1 {
    font-size: 3rem;
  }

  .landing-h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .landing-paragraph {
    font-size: 1rem;
    line-height: 1.4;
  }

  .landing-image {
    object-fit: cover;
    height: 100%;
    margin-top: 0;
  }

  .rl_blog33_spacing-block-8 {
    padding-bottom: 3.5rem;
  }

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

  .rl_blog33_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .main-container {
    padding: 5rem;
  }

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

  .main-grid._2-colums {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .main-grid._2-colums.colums-size {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .main-grid._2-colums.colums-size-left {
    grid-template-columns: 2fr;
  }

  .grid-content-holder.left-align, .grid-content-holder.right-align {
    justify-content: center;
    align-items: center;
  }

  .image-and-text-holder {
    width: 50%;
  }

  .main-paragraph, .main-paragraph.right-align.white, .h1 {
    text-align: center;
  }

  .video-thumbnail {
    width: 100%;
  }

  .sketch-lighthouse {
    display: none;
  }

  .watermark-div.restaurant, .watermark-div.rooms {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .spacer-for-sections {
    height: 0;
  }

  .social-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .social-lightbox {
    width: 100%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-page-header, .sub-page-header._1 {
    height: 500px;
  }

  .sub-page-header._5 {
    background-attachment: scroll;
  }

  .sub-header-h1 {
    margin-top: 5rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .button-holder, .contact-info-holder.top-margin {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-header-holder {
    flex-direction: column;
  }

  .contact-icon {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .form-block-2 {
    margin: 2rem;
  }

  .seperate-contenet-holder.strech-layout {
    margin-top: 60px;
  }

  .contact-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-content-holder-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-content-holder-2.blue-bg {
    align-items: stretch;
  }

  .h2-2 {
    line-height: 1.2;
  }

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

  .rl_navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .rl_navbar3_logo {
    height: 55px;
  }

  .rl_navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .rl_navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl-dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .rl_navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .rl_navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .rl_navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .rl_navbar3_menu {
    z-index: 1;
    background-color: var(--white-smoke);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .rl_menu-icon3_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon3_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .rl_navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar3_container {
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .rl_navbar3_component {
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    inset: 0% 0% auto;
  }

  .sketch-lighthouse-mobile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .landing-image-holder {
    height: 100%;
  }

  .mobile-menu-logo {
    width: auto;
    height: 175px;
  }

  .blue-overlay {
    width: 50%;
  }

  .whatsapp-button {
    display: flex;
  }

  .h4 {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

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

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

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

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

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .rl_navbar2_button {
    padding: .25rem 1rem;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

  .landing-section {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: 150vh;
    display: flex;
  }

  .social-icon-holder._2 {
    justify-content: center;
    align-items: center;
  }

  .gradient-image-holder {
    object-fit: fill;
    width: 70%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .gradient-image {
    filter: blur(10px);
    object-fit: cover;
    object-position: 50% 50%;
    width: 100vw;
    height: 100%;
    margin-top: 0;
    display: block;
  }

  .cta-holder {
    background-color: #0000;
    position: absolute;
  }

  .landing-h3 {
    font-family: Red Hat Text, sans-serif;
    font-weight: 700;
  }

  .landing-paragraph {
    text-align: left;
    letter-spacing: .5px;
    width: 70%;
    margin-top: 0;
    line-height: 1.5;
  }

  .landing-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .rl_blog33_spacing-block-8 {
    padding-bottom: 2.5rem;
  }

  .rl_blog33_spacing-block-7 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_blog33_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_blog33_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_blog33_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_blog33_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .main-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .main-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto auto auto;
  }

  .image-and-text-holder {
    width: 60%;
  }

  .video-thumbnail {
    width: 80%;
    height: 250px;
  }

  .footer {
    padding: 40px 20px;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-image-2 {
    object-fit: contain;
  }

  .footer-div-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-heading-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-link-2 {
    text-align: center;
  }

  .list {
    margin-top: 0;
  }

  .sub-page-header, .sub-page-header._1 {
    background-attachment: scroll;
    height: 400px;
  }

  .button-holder {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .form-block-2 {
    margin: 0;
  }

  .cta-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 49px;
    display: flex;
  }

  .rl_navbar3_button {
    padding: .25rem 1rem;
  }

  .rl_navbar3_logo {
    height: 35px;
  }

  .rl_navbar3_menu {
    width: 90vw;
  }

  .rl_navbar3_component {
    min-height: 4rem;
  }

  .heading-3 {
    margin-top: 20px;
  }

  .heading-4 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-block-31 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-3, .link-4, .link-5, .link-6 {
    margin-top: 0;
  }

  .link-7 {
    margin-top: .3rem;
  }

  .link-8 {
    margin-top: -.3rem;
  }

  .link-9 {
    margin-top: -.6rem;
  }

  .link-10 {
    margin-top: -1.4rem;
  }

  .link-11 {
    margin-top: -2.5rem;
  }

  .link-12 {
    margin-top: -2.8rem;
  }

  .link-13 {
    margin-top: -2.7rem;
  }

  .link-14 {
    margin-top: .5rem;
  }

  .link-15 {
    margin-top: .6rem;
  }

  .link-16 {
    margin-top: .3rem;
  }

  .link-17 {
    margin-top: -.3rem;
  }

  .link-18 {
    margin-top: -.4rem;
  }

  .landing-image-holder {
    height: 100%;
  }

  .mobile-menu-logo {
    height: 175px;
  }

  .blue-overlay {
    object-fit: fill;
    width: 70%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .whatsapp-button {
    display: flex;
  }

  .h4 {
    font-family: Red Hat Text, sans-serif;
    font-weight: 700;
  }

  .rl_testimonial17_customer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rl_testimonial17_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_testimonial17_testimonial {
    padding: 1.5rem;
  }

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

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_testimonial17_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-quote {
    font-size: 1rem;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }
}

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

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button.is-alternate {
    font-size: .9rem;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .rl_navbar2_dropdwn-toggle, .rl_navbar2_link {
    font-size: 1.2rem;
  }

  .rl_navbar2_link.menu-button {
    padding-left: 1rem;
  }

  .landing-section {
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin-top: 0;
  }

  .social-icon-holder {
    margin-left: 0;
  }

  .gradient-image-holder {
    width: 65%;
  }

  .gradient-image {
    filter: blur(12px);
    object-fit: cover;
    object-position: 75% 50%;
  }

  .cta-holder {
    align-items: center;
    height: 100%;
  }

  .landing-h1 {
    letter-spacing: 1px;
    text-shadow: 1px 1px 10px #045073cc;
    font-size: 2rem;
    display: block;
  }

  .landing-h3 {
    letter-spacing: 2px;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
  }

  .landing-paragraph {
    width: 65%;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .landing-image {
    object-fit: cover;
    object-position: 75% 50%;
    margin-top: 0;
  }

  .main-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }

  .main-grid._2-colums.colums-size {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image-and-text-holder {
    width: auto;
    padding: 1rem;
  }

  .service-image {
    height: 320px;
    margin-bottom: 1rem;
  }

  .main-paragraph.plain-typeface {
    line-height: 1.5;
  }

  .h1 {
    font-size: 2.2rem;
  }

  .h1.white {
    font-size: 2.1rem;
  }

  .gallery-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-thumbnail {
    border-width: 8px;
    width: 90%;
    height: 200px;
    margin-top: 0;
    box-shadow: 1px 1px 10px 1px #fff6;
  }

  .watermark-div.restaurant {
    height: 22%;
  }

  .watermark-div.rooms {
    background-color: #f2f2f2;
    height: 25%;
  }

  .social-icons-holder {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .social-link-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link {
    margin-left: 0%;
  }

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

  .social-lightbox {
    height: 125px;
  }

  .footer {
    text-align: left;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-30 {
    justify-content: center;
  }

  .footer-image-2 {
    width: 150px;
  }

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

  .footer-logo-link-2 {
    height: auto;
    margin-bottom: 20px;
  }

  .footer-heading-2 {
    margin-top: 10px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .sub-page-header {
    background-attachment: scroll;
    height: 300px;
  }

  .sub-page-header._1 {
    height: 320px;
  }

  .sub-page-header._2 {
    background-position: 70%;
    background-attachment: scroll;
  }

  .sub-page-header._3 {
    background-image: url('../images/Cape-St.-Blaize-Lighthouse-Tour-Landing-Image.webp');
    background-position: 50% 0;
  }

  .sub-page-header._5 {
    background-position: 0 100%;
  }

  .sub-header-h1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2.5rem;
  }

  .sub-page-gallery-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blue-bg-card.small {
    min-height: 15%;
  }

  .text-link.blue {
    text-align: center;
    line-height: 1.2;
  }

  .sec-paragraph, .sec-paragraph.business-hours {
    text-align: center;
  }

  .form-block-2 {
    margin: 0;
  }

  .seperate-contenet-holder {
    margin-top: 40px;
  }

  .heading-with-icon-holder {
    flex-direction: column;
    justify-content: center;
  }

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

  .button-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-2.mint {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .blue-contenet-holder {
    padding: 1.5rem;
  }

  .list-content-holder.center {
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    height: 40px;
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .h2-2 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

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

  .h3 {
    text-align: center;
    font-size: 1.5rem;
  }

  .cta-container {
    justify-content: center;
    height: auto;
    padding: 5rem 20px 0;
  }

  .rl_navbar3_logo {
    height: 45px;
  }

  .rl_navbar3_container {
    justify-content: space-between;
    justify-items: start;
  }

  .rl_navbar3_component {
    justify-content: flex-start;
    padding: 5%;
  }

  .landing-image-holder {
    height: 100%;
  }

  .landing-mobile-h1 {
    color: var(--white);
    margin-bottom: 1rem;
    display: block;
  }

  .link-19, .link-20 {
    margin-bottom: 0;
  }

  .mobile-menu-logo {
    width: 80%;
    height: auto;
  }

  .blue-overlay {
    background-color: #04507340;
    width: 65%;
  }

  .image-14 {
    width: 45px;
  }

  .h4 {
    letter-spacing: 2px;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
  }

  .container {
    max-width: none;
  }

  .testimonial-slider-two {
    flex-direction: column;
    display: flex;
  }

  .testimonial-slide {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-content {
    margin-bottom: 10px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .testimonial-slider-nav {
    margin-top: 0;
  }
}

#w-node-b9e472b0-7964-1dab-db81-24b1498ada7b-8e40a96d, #w-node-a23929dc-4059-94ab-fc32-d79d99d37437-8e40a96d, #w-node-_4769524f-a2b1-5f6f-af04-225bf55ba711-8e40a96d, #w-node-_2e81f1e5-1d41-4e19-97e9-6cde450bf651-8e40a96d, #w-node-_8294fc28-ce13-766d-29ee-bd55c3298c59-8e40a96d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8294fc28-ce13-766d-29ee-bd55c3298c5a-8e40a96d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8294fc28-ce13-766d-29ee-bd55c3298c5b-8e40a96d, #w-node-_8294fc28-ce13-766d-29ee-bd55c3298c5c-8e40a96d, #w-node-_2ed3ea9a-7760-f7d5-391a-49373ace2169-8e40a96d, #w-node-_08e4fcca-6abc-8a14-e592-b4eb19602200-8e40a96d, #w-node-f2bf6853-4cd1-96bc-c8dd-af0e85aca1f8-8e40a96d, #w-node-f2bf6853-4cd1-96bc-c8dd-af0e85aca202-8e40a96d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2bf6853-4cd1-96bc-c8dd-af0e85aca203-8e40a96d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f2bf6853-4cd1-96bc-c8dd-af0e85aca209-8e40a96d, #w-node-f2bf6853-4cd1-96bc-c8dd-af0e85aca206-8e40a96d, #w-node-_7a093b74-a4ee-054f-a0cf-1e12a0e8096b-8e40a96d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a093b74-a4ee-054f-a0cf-1e12a0e8096c-8e40a96d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7a093b74-a4ee-054f-a0cf-1e12a0e8096f-8e40a96d, #w-node-_7a093b74-a4ee-054f-a0cf-1e12a0e80972-8e40a96d, #w-node-_7a093b74-a4ee-054f-a0cf-1e12a0e8095f-8e40a96d, #w-node-_9e3859d4-e8e1-7739-ef47-b8af78dfb928-8e40a96d, #w-node-a0190272-e5b7-e4f4-8ee6-63637b45f819-8e40a96d, #w-node-a9f0f2cf-e50d-1347-1232-2206789dd25c-8e40a96d, #w-node-_1686c96f-5c2f-6760-a430-78160dcad1f4-8e40a96d, #w-node-a297a635-59f0-a8c0-dff6-b9d0aa51f402-8e40a96d, #w-node-_8c361ff6-1f7a-7caa-8433-d953e16045ae-8e40a96d, #w-node-cbba3c4b-580d-ad12-e027-46236e4eda12-8e40a96d, #w-node-_35a324b3-cf4d-bd5e-47f4-321e138923c3-8e40a96d, #w-node-e66af427-25bd-1c35-ffcc-7b7bdd9bbc15-dd9bbc12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93141-0540a984 {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-0540a984 {
  justify-self: start;
}

#w-node-_1bfecdfa-cf23-d065-290b-2142ac7792f5-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-0540a984 {
  justify-self: start;
}

#w-node-_090a24d3-14a5-dfa2-fa04-d4a813666889-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-0540a984 {
  justify-self: start;
}

#w-node-edb34d17-99cc-692f-0430-12adb3f5bcf1-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-0540a984 {
  justify-self: start;
}

#w-node-abefda6a-e9c5-21af-36b5-0ac7a543e5f9-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-0540a984, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-0540a984 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-0540a984 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-0540a984 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-0540a984 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-0540a984 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-0540a984 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-0540a984 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-0540a984 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-0540a984 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-0540a984 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-0540a984 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-0540a984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-0540a984 {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-0540a984, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-0540a984, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-0540a984, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-0540a984, #w-node-ec649c2a-a2e5-af58-55fd-98f3621b7ea9-06f61d2c, #w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eaa-06f61d2c, #w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eac-06f61d2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eae-06f61d2c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eb0-06f61d2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eb1-06f61d2c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eb3-06f61d2c, #w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eb5-06f61d2c, #w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd1932-519e3e64, #w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd1933-519e3e64, #w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd1935-519e3e64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd1937-519e3e64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd1939-519e3e64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd193a-519e3e64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd193c-519e3e64, #w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd193e-519e3e64, #w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a12d-519e3e64, #w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a12e-519e3e64, #w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a130-519e3e64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a132-519e3e64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a134-519e3e64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a135-519e3e64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a137-519e3e64, #w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a139-519e3e64, #w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35d8-87e5c690, #w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35d9-87e5c690, #w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35db-87e5c690 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35dd-87e5c690 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35df-87e5c690 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35e0-87e5c690 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35e2-87e5c690, #w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35e4-87e5c690, #w-node-_21da223f-0f8b-7f55-0270-7613659aee6e-528ed48d, #w-node-_21da223f-0f8b-7f55-0270-7613659aee6f-528ed48d, #w-node-_21da223f-0f8b-7f55-0270-7613659aee71-528ed48d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21da223f-0f8b-7f55-0270-7613659aee73-528ed48d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_21da223f-0f8b-7f55-0270-7613659aee75-528ed48d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21da223f-0f8b-7f55-0270-7613659aee76-528ed48d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_21da223f-0f8b-7f55-0270-7613659aee78-528ed48d, #w-node-_21da223f-0f8b-7f55-0270-7613659aee7a-528ed48d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_217639d0-3e88-f66d-ec03-f93c709c1a58-772867b7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_217639d0-3e88-f66d-ec03-f93c709c1a66-772867b7, #w-node-_217639d0-3e88-f66d-ec03-f93c709c1a85-772867b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7a093b74-a4ee-054f-a0cf-1e12a0e8096b-8e40a96d {
    order: 9999;
  }

  #w-node-e66af427-25bd-1c35-ffcc-7b7bdd9bbc15-dd9bbc12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8294fc28-ce13-766d-29ee-bd55c3298c5a-8e40a96d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_8294fc28-ce13-766d-29ee-bd55c3298c5b-8e40a96d, #w-node-_8294fc28-ce13-766d-29ee-bd55c3298c5c-8e40a96d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2bf6853-4cd1-96bc-c8dd-af0e85aca203-8e40a96d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f2bf6853-4cd1-96bc-c8dd-af0e85aca209-8e40a96d, #w-node-f2bf6853-4cd1-96bc-c8dd-af0e85aca206-8e40a96d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a093b74-a4ee-054f-a0cf-1e12a0e8096c-8e40a96d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_7a093b74-a4ee-054f-a0cf-1e12a0e8096f-8e40a96d, #w-node-_7a093b74-a4ee-054f-a0cf-1e12a0e80972-8e40a96d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eaa-06f61d2c, #w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eac-06f61d2c, #w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eae-06f61d2c, #w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eb1-06f61d2c, #w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eb3-06f61d2c, #w-node-ec649c2a-a2e5-af58-55fd-98f3621b7eb5-06f61d2c, #w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd1933-519e3e64, #w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd1935-519e3e64, #w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd1937-519e3e64, #w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd193a-519e3e64, #w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd193c-519e3e64, #w-node-_4097fdb3-c07d-a526-fec6-fa05f6dd193e-519e3e64, #w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a12e-519e3e64, #w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a130-519e3e64, #w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a132-519e3e64, #w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a135-519e3e64, #w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a137-519e3e64, #w-node-_8f7df03a-8f5a-7a12-48ed-94cd0c93a139-519e3e64, #w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35d9-87e5c690, #w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35db-87e5c690, #w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35dd-87e5c690, #w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35e0-87e5c690, #w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35e2-87e5c690, #w-node-_37e60e6b-9790-ff0f-5125-4e9efc2a35e4-87e5c690, #w-node-_21da223f-0f8b-7f55-0270-7613659aee6f-528ed48d, #w-node-_21da223f-0f8b-7f55-0270-7613659aee71-528ed48d, #w-node-_21da223f-0f8b-7f55-0270-7613659aee73-528ed48d, #w-node-_21da223f-0f8b-7f55-0270-7613659aee76-528ed48d, #w-node-_21da223f-0f8b-7f55-0270-7613659aee78-528ed48d, #w-node-_21da223f-0f8b-7f55-0270-7613659aee7a-528ed48d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


