:root {
  --color-2: var(--dark-grey);
  --white\<deleted\|variable-df2440af-0ecf-0f41-c971-07f89a775793\>: var(--red);
  --transparent: #0000;
  --white: var(--white01);
  --offwhite: #f5f7fa;
  --dark-grey: #2e2e2e;
  --red: #a11;
  --black: black;
  --medium-grey: #aaa8a8;
  --white01: #fff;
  --color-5\<deleted\|variable-6399ce76-1861-1a99-66b2-bee84afd5f9c\>: var(--color-6\<deleted\|variable-d5428268-5844-2938-8d1c-2b53e210a9a8\>);
  --clear: var(--transparent);
  --header-color: var(--white01);
  --dark-red: #3a0808;
  --waves-library--black: #131313;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--black: black;
  --color-4: #e7a5a53d;
  --spark-library--foreground-tertiary: #00000070;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--light-steel-purple: #a695fb;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --light-grey: #d1d9d5;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --slider-heading: 40px;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --waves-library--dark-elevation: var(--medium-grey);
  --spark-library--border-default: #00000029;
  --color-6\<deleted\|variable-d5428268-5844-2938-8d1c-2b53e210a9a8\>: var(--white);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #2e2e2e;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 88px;
  font-weight: 800;
  line-height: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.header {
  background-color: var(--color-2);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/matthew-mcbrayer-fZL3EN4aJUI-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-clip: padding-box;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.header.blog-page {
  opacity: 1;
  background-position: 50% 15%;
  background-repeat: repeat-x;
  border-radius: 0;
  min-height: 350px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header.services {
  opacity: 1;
  background-image: url('../images/matthew-mcbrayer-fZL3EN4aJUI-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  min-height: 400px;
}

.section-2 {
  border: 2px #000;
  justify-content: center;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

.utility-page-wrap {
  background-image: url('../images/custom-golf-course-signage-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.nav-link {
  color: #fff8f8;
  text-align: center;
  padding: 18px;
  font-size: 14px;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--white\<deleted\|variable-df2440af-0ecf-0f41-c971-07f89a775793\>);
}

.nav-bar {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--white);
  border-radius: 0;
  margin: 0;
  padding-left: 22px;
  padding-right: 22px;
  position: sticky;
  inset: 0% 0% auto;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0;
  padding: 35px;
  display: flex;
  position: static;
}

.cta {
  box-sizing: content-box;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #6e0d0d;
  border-radius: 13px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 150px;
  height: auto;
  margin: 0;
  padding: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: static;
  box-shadow: -4px 3px 3px 4px #00000059;
}

.cta.index {
  text-transform: capitalize;
}

.body-2 {
  background-color: var(--offwhite);
  color: #fff;
  padding-bottom: 0;
  font-family: Outfit, sans-serif;
}

.paragraph {
  color: #fffffff7;
  text-align: left;
  margin: 0;
  padding: 0 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.paragraph.dark {
  color: var(--dark-grey);
  font-size: 16px;
}

.paragraph.dark.blog {
  text-align: center;
}

.elevate {
  z-index: auto;
  pointer-events: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 99vw;
  margin: 114px 0 0;
  padding: 18px 0 16px;
  display: flex;
  position: static;
  inset: -76% 0% 0;
  overflow: visible;
}

.field-label {
  color: var(--red);
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.form-block {
  pointer-events: auto;
  color: var(--black);
  text-transform: capitalize;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 40px 34px;
  font-family: Outfit, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 30px;
  display: flex;
  position: static;
}

.form-block.blog {
  text-align: center;
  padding: 21px;
  font-size: 30px;
  line-height: 30px;
}

.tex {
  padding-left: 7px;
  font-size: 18px;
  text-decoration: none;
}

.form {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  margin: 19px;
  padding: 5px;
  display: flex;
}

.form.blog {
  margin: 0;
  font-size: 40px;
}

.field-wrapper {
  padding: 0;
  display: block;
}

.contact-form {
  color: var(--black);
  padding: 39px 39px 65px;
  font-weight: 400;
}

.recaptcha {
  align-self: center;
  margin: 8px;
}

.text-block-2 {
  color: var(--red);
  text-transform: none;
  margin: 19px;
  padding: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
}

.text-block-2.sucsess {
  font-size: 20px;
  line-height: 31px;
}

.text-block-3 {
  color: #aa2424;
  text-align: center;
  margin: 37px;
  font-size: 26px;
  font-weight: 400;
  line-height: 20px;
}

.footer-dark {
  color: #fff;
  background-color: #5c5c5c;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 48px 30px 15px;
  position: relative;
}

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

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.product-image {
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.product-image._4 {
  background-image: url('../images/Ibis-Clock.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
}

.section-8 {
  opacity: 1;
  pointer-events: auto;
  background-image: url('../images/pngimg.com---golf_PNG32_1.png'), linear-gradient(#f5f7fa, #f5f7fa);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  position: static;
  inset: 157px;
}

.footer.footer-dark {
  background-color: var(--medium-grey);
}

.product-gallery {
  background-color: var(--offwhite);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 20px;
}

.hover-heading {
  opacity: 0;
  color: var(--offwhite);
  text-align: center;
  overflow-wrap: break-word;
  object-fit: contain;
  background-color: #000000ba;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 0;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  position: absolute;
  inset: 3% 10%;
}

.hover-heading:hover {
  opacity: 1;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.hover-heading.landing {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-style: normal;
  display: flex;
}

.heading-10 {
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  flex: 0 auto;
  margin: 0;
  padding: 0;
  font-size: 46px;
  font-style: normal;
  line-height: 60px;
  position: relative;
}

.index-header {
  color: var(--white);
  text-align: center;
}

.paragraph-2 {
  background-color: var(--white);
  color: var(--dark-grey);
  text-align: left;
  align-self: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 23px;
  position: relative;
}

.paragraph-2.refurb {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  padding: 18px;
  font-style: normal;
}

.paragraph-2.about {
  text-align: center;
  line-height: 30px;
}

.paragraph-2.link {
  background-color: var(--white);
  color: var(--red);
  margin-left: 0;
  padding: 4px 0;
  display: block;
}

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

.paragraph-2.link.w--current {
  padding-right: 0;
  display: block;
}

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

.gallery-overview {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 33px 25px;
  position: relative;
  overflow: visible;
}

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

.gallery-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template: "Area"
                 "."
                 / .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  padding: 25px 23px 23px;
  display: grid;
  position: relative;
  inset: 10px 0% 0%;
  overflow: visible;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  display: block;
  position: sticky;
  inset: 0 0% 0% auto;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-list {
  padding-left: 0;
  padding-right: 10px;
}

.gallery-feature {
  color: var(--dark-grey);
  text-transform: capitalize;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  pointer-events: auto;
  text-align: justify;
  transition: opacity .3s cubic-bezier(.474, .085, .25, 1);
  box-shadow: 2px 5px 5px 3px #0003;
}

.gallery-image.shadow-two:hover {
  opacity: 1;
}

.heading-11 {
  color: var(--dark-grey);
  text-align: left;
  letter-spacing: normal;
  text-transform: capitalize;
  align-self: flex-end;
  margin-top: 0;
  padding-left: 0;
  padding-right: 10px;
  font-size: 30px;
  line-height: 40px;
}

.heading-11.refurb {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 27px;
  font-style: normal;
  line-height: 45px;
}

.cta-div {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.cta-div.center {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
}

.gallery-slider {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 56px;
  font-style: normal;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 100%;
  margin: 44px 0;
  padding: 20px;
  display: block;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.gallery-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  padding: 10px;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-2.shadow-two {
  pointer-events: auto;
  text-align: justify;
  transition: opacity .3s cubic-bezier(.474, .085, .25, 1);
  box-shadow: 2px 5px 5px 3px #0003;
}

.gallery-image-2.shadow-two:hover {
  opacity: 1;
}

.gallery-slide-text {
  background-color: var(--white01);
  color: var(--black);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
  cursor: pointer;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.nav-menu-3 {
  background-color: var(--offwhite);
  opacity: .84;
  color: var(--red);
  cursor: pointer;
  flex-flow: row;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  top: 25px;
  bottom: 0;
}

.menu-button-2 {
  z-index: 0;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--red);
  -webkit-text-stroke-color: var(--white);
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-button-2:hover {
  border: 1px none var(--red);
  background-color: var(--color-5\<deleted\|variable-6399ce76-1861-1a99-66b2-bee84afd5f9c\>);
  color: var(--red);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--red);
  padding: 0;
  font-weight: 800;
}

.menu-button-2.w--open {
  background-color: var(--color-5\<deleted\|variable-6399ce76-1861-1a99-66b2-bee84afd5f9c\>);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--red);
  flex-flow: column;
  padding: 0;
  display: block;
  position: fixed;
}

.menu-button-2.w--open:hover {
  background-color: var(--color-5\<deleted\|variable-6399ce76-1861-1a99-66b2-bee84afd5f9c\>);
  -webkit-text-stroke-width: 0px;
  border-width: 0;
  padding: 0;
  font-weight: 400;
  position: fixed;
  inset: 0% 0% auto auto;
}

.hamburger {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--red);
  padding: 15px;
  position: sticky;
  inset: 0% 0% auto auto;
}

.hamburger:hover {
  -webkit-text-stroke-width: 0px;
  font-weight: 800;
}

.nav-link1 {
  color: var(--black);
  font-style: normal;
  text-decoration: none;
}

.nav-link1:hover {
  background-color: var(--offwhite);
  color: var(--red);
  text-transform: none;
  font-style: normal;
  font-weight: 400;
}

.dropdown {
  display: block;
}

.dropdown-toggle {
  background-color: var(--offwhite);
  pointer-events: auto;
  object-fit: fill;
  padding: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.dropdown-toggle:hover {
  background-color: var(--medium-grey);
  color: var(--white01);
  font-weight: 400;
}

.dropdown-link-2 {
  text-transform: capitalize;
  line-height: 23px;
}

.dropdown-link-2:hover {
  background-color: var(--medium-grey);
  color: var(--red);
  font-weight: 400;
}

.dropdown-link-2.w--current {
  color: var(--dark-grey);
}

.logo-link {
  padding-top: 10px;
}

.product-link {
  color: var(--red);
  font-style: italic;
  text-decoration: underline;
}

.product-grid {
  grid-column-gap: 10px;
  place-content: center;
  place-items: center;
}

.heading-12 {
  z-index: 9;
  background-color: var(--red);
  color: var(--red);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 47px;
  font-size: 44px;
  line-height: 48px;
  position: relative;
  inset: auto 0% 0%;
}

.body-3 {
  background-color: #fff;
}

.container-11 {
  width: 100%;
  margin: 0 0 6px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.page-heading {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  padding-top: 55px;
  font-size: 50px;
  font-weight: 600;
  line-height: 78px;
  display: flex;
}

.error-message {
  background-color: #cfcfcf;
}

.text-block-9 {
  opacity: 0;
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  background-color: #0000009e;
  margin-top: 0;
  padding: 20px 20px 40px;
  font-size: 19px;
  line-height: 26px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-9:hover {
  opacity: 1;
  width: 100%;
  padding-top: 20px;
}

.gallery-image-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  transition: opacity 75ms;
  display: flex;
  position: relative;
}

.gallery-image-div:hover {
  opacity: .79;
}

.quote-text {
  font-size: 21px;
  font-weight: 500;
}

.waves---heading-3-no-margins-2 {
  color: #8b0707;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: var(--medium-grey);
  color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.image-vertical-feature-7 {
  width: 100%;
  display: block;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--medium-grey);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 50%;
  max-height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 365px;
  display: flex;
  position: relative;
}

.waves-wide-tile-features-7 {
  background-color: var(--medium-grey);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 410px;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---grid-features-7 {
  grid-column-gap: 9px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.welcome---heading-2 {
  color: #300;
  text-align: center;
  text-transform: capitalize;
  flex: 1;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.text-block-10 {
  color: var(--white);
  padding-right: 20px;
  font-size: 20px;
  line-height: 22px;
}

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

.link-2:hover {
  color: var(--red);
}

.in-page-link, .in-page-link:hover {
  color: var(--dark-red);
}

.photo-links {
  color: var(--white);
  font-style: normal;
  text-decoration: none;
}

.photo-links:hover {
  color: var(--white01);
  font-style: normal;
}

.paragraph-4 {
  color: #2e2e2e;
  text-align: right;
  background-color: #fff;
  align-self: flex-end;
  margin-bottom: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 23px;
  position: relative;
}

.heading-15 {
  color: #2e2e2e;
  text-align: right;
  letter-spacing: normal;
  text-transform: capitalize;
  align-self: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  line-height: 40px;
}

.text-block-11 {
  opacity: 0;
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  background-color: #0000009e;
  margin-top: 0;
  padding: 20px 0 40px;
  font-size: 19px;
  line-height: 26px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-11:hover {
  opacity: 1;
  padding-top: 20px;
}

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

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

.centered-heading {
  color: var(--red);
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  color: var(--waves-library--black);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  flex: 0 auto;
  height: auto;
  margin-top: 0;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  color: #831b1b;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

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

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

.image-7 {
  text-align: left;
  vertical-align: baseline;
  margin: 0 auto -5px;
  display: block;
  position: relative;
}

.image-7.clock {
  margin-left: 35px;
}

.section-13 {
  position: static;
  inset: auto 0% 0%;
}

.text-block-12 {
  text-align: right;
  font-size: 20px;
  line-height: 22px;
}

.image-8 {
  transition: opacity .2s;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span {
  color: #fff;
}

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

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

.body-4 {
  background-color: var(--white01);
}

.menu-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-div:hover {
  border: 0px solid var(--red);
  margin-bottom: 0;
  font-weight: 400;
}

.menu-text {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
}

.menu-text:hover {
  opacity: 1;
  color: var(--red);
  font-weight: 400;
}

.body-5 {
  background-color: var(--white01);
}

.heading4 {
  color: var(--black);
  font-size: 40px;
}

.paragraph-5 {
  direction: ltr;
  color: var(--dark-grey);
  text-indent: 10px;
  column-count: auto;
  margin-bottom: 0;
  padding: 30px;
}

.body-6, .body-7 {
  background-color: var(--white01);
}

.contact-form-info {
  font-weight: 400;
}

.contact-form-info.message {
  min-height: 100px;
  max-height: none;
}

.lightbox-link {
  object-fit: fill;
}

.page-nav-seection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: static;
}

.grid-8 {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-self: center;
  position: static;
}

.grid-8._3down {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.page-nav-button {
  background-color: var(--medium-grey);
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 20px;
  min-width: 170px;
  min-height: 40px;
}

.page-nav-button:hover {
  color: var(--white01);
}

.page-nav-button:active {
  background-color: var(--dark-grey);
}

.section-links {
  color: var(--black);
  text-decoration: none;
}

.section-links:hover {
  color: var(--dark-red);
}

.section-links:active {
  color: var(--red);
  text-decoration: underline;
}

.section-links.w--current {
  color: var(--dark-red);
}

.section-links.w--current:hover {
  color: var(--dark-grey);
  text-align: left;
}

.div-block-16 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.title {
  color: var(--header-color);
  text-align: center;
  text-transform: capitalize;
  text-shadow: 2px -3px 1px #0003;
  text-overflow: clip;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.div-block-17 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.list {
  text-align: left;
  padding-left: 0;
}

.body-8 {
  background-color: #fff;
}

.blog-title {
  color: var(--white01);
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.blog-paragraph {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark-grey);
  word-break: normal;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 13px 27px;
  padding: 10px;
  font-size: 14px;
  display: flex;
}

.blog-paragraph.light {
  color: var(--white01);
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.blog-header {
  background-image: url('../images/matthew-mcbrayer-fZL3EN4aJUI-unsplash.jpg');
  background-position: 50% 100%;
  background-size: auto 1000px;
  background-attachment: fixed;
  width: auto;
  height: auto;
  padding-top: 100px;
}

.blog-topic {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}

.blog-topic.landing {
  color: var(--white01);
  text-align: center;
  font-size: 22px;
}

.blog-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  outline: 3px #fff;
  grid-template: "Area"
                 "."
                 / 2.25fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 30px 45px;
  display: block;
}

.list-item-2 {
  color: #000;
}

.powder-cta {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 19px;
  font-size: 20px;
  display: flex;
}

.blog-link {
  color: var(--red);
  font-style: italic;
  font-weight: 600;
}

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

.phone-number {
  padding-left: 6px;
  text-decoration: none;
}

.blog-wrapper {
  margin: 20px;
  position: relative;
}

.blog-wrapper.landing {
  margin-top: 80px;
  padding-bottom: 44px;
  padding-left: 54px;
  padding-right: 54px;
}

.fixed-img {
  aspect-ratio: auto;
  background-color: var(--white01);
  opacity: .48;
  filter: blur(5px);
  vertical-align: baseline;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.product-heading {
  color: var(--dark-grey);
  font-size: 54px;
}

.bl {
  text-transform: capitalize;
  font-size: 21px;
  line-height: 21px;
}

.blog-cta-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 29px;
  display: flex;
}

.blog-quote {
  color: #000;
  border-left-width: 8px;
  border-radius: 5px;
  flex-flow: row;
  max-width: 1000px;
  margin-left: 89px;
  display: block;
}

.b {
  font-size: 20px;
}

.blog-list {
  margin-left: 42px;
  padding-left: 30px;
  line-height: 30px;
}

.blog-landing {
  border-bottom: 2px solid var(--white01);
  border-radius: 7px;
  margin: 14px 29px 14px 30px;
  padding: 12px 44px;
}

.landing-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  margin: 4px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.landing-image-wrapper {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.blog-image-link {
  float: none;
  clear: none;
  text-align: left;
  object-fit: contain;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
  position: relative;
}

.testimonial-section {
  padding: 43px;
}

.service-h2 {
  color: #960f0f;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}

.subscribe-check {
  color: var(--medium-grey);
  text-align: left;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 15px;
  display: flex;
}

.checkbox {
  margin-top: 6px;
  margin-left: 0;
}

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

.about-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 30px;
  padding: 10px;
  display: flex;
}

.product-display-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.subtitle {
  color: #020202;
  font-size: 24px;
  line-height: 40px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big {
  color: #000;
  font-size: 20px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-grid-testimonials-3 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-testimonial-3 {
  grid-row-gap: 32px;
  background-color: var(--offwhite);
  opacity: 1;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: 3px 3px 6px 2px #0003;
}

.waves-name-wrap-testimonial-3 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-header {
  position: absolute;
  inset: auto 0% 0%;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-3 {
  width: 100%;
  padding: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h2 {
  color: #000;
  font-family: Outfit, sans-serif;
}

.spark-section-3 p {
  -webkit-text-stroke-color: var(--red);
  font-family: Lato, sans-serif;
}

.spark-centered-902 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph-5 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading-2.spark-card-title {
  font-size: 1.2rem;
  position: relative;
  inset: auto 0% 0% auto;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-wrapped-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card-2.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
  position: relative;
}

.spark-square-image-card-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-card-details-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.spark-side-flat-tab-parent-2 {
  width: 100%;
  display: block;
}

.spark-stacked-flat-tabs-menu {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-right: 10%;
  display: inline-block;
}

.spark-side-flat-tab {
  border-bottom: 3px solid var(--transparent);
  color: var(--spark-library--black);
  background-color: #0000;
  width: 100%;
  padding: 10px 0;
  transition: border-color .3s, color .15s;
}

.spark-side-flat-tab:hover {
  border-bottom-color: var(--dark-red);
  opacity: 1;
  color: var(--dark-red);
}

.spark-side-flat-tab.w--current {
  border-bottom-color: var(--red);
  color: var(--red);
  background-color: #0000;
  padding: 10px 0;
}

.spark-two-column-grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  position: relative;
}

.spark-side-tabs-content-2 {
  width: 60%;
  display: block;
}

.bold-text, .bold-text-2 {
  color: #000;
}

.about-blocks {
  margin-left: 30px;
  margin-right: 30px;
}

.image-title-wrapper {
  position: absolute;
  inset: 9px auto auto 5%;
}

.image-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.blog-bullets {
  padding-left: 76px;
}

.blog-list-item {
  padding: 7px;
}

.blog-div1 {
  padding-left: 32px;
  padding-right: 32px;
}

.heading-16, .h2-bl {
  text-transform: capitalize;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  list-style-type: none;
}

.cost-table-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.cost-table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 700px;
  margin-left: 0;
  margin-right: 0;
}

.cost-title-wrapper {
  border: 1px solid #000;
}

.cost-title {
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  text-decoration: underline;
  display: flex;
}

.cost-element-text {
  outline-offset: 0px;
  text-align: center;
  border: 1px solid #000;
  outline: 3px #2e2e2e;
  padding: 15px;
}

.italic-text {
  text-transform: capitalize;
}

.background-video {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  display: block;
  position: static;
  overflow: visible;
}

.navmenu__dropdown-section-link-heading {
  text-transform: capitalize;
  margin-right: 0;
  line-height: 1.5;
}

.navmenu__dropdown-section-link-heading:hover {
  color: var(--red);
}

.navbar__container {
  justify-content: space-between;
  max-width: 1280px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.navmenu__dropdown-container {
  z-index: 1;
  justify-content: space-between;
  max-width: 1280px;
  display: flex;
  position: static;
}

.navbar__navmenu-mobile {
  display: none;
}

.navmenu__dropdown-section-link {
  color: #1b1b1b;
  text-decoration: none;
  display: flex;
}

.navmenu__dropdown-section-link:hover, .navmenu__dropdown-section-link:focus {
  color: #4353ff;
}

.link-list__dropdown-toggle {
  color: #1b1b1b;
  align-items: center;
  height: 100%;
  padding: 16px 0;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__dropdown-toggle:hover {
  box-shadow: inset 0 -3px 0 0 var(--red);
  color: var(--red);
}

.link-list__dropdown-toggle.w--open {
  box-shadow: inset 0 -3px 0 0 var(--red);
}

.navbar__mobile-overlay {
  display: none;
}

.navmenu__dropdown-right {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  padding-top: 40px;
  padding-bottom: 52px;
}

.link-list__dropdown-icon {
  align-self: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navmenu__dropdown {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navmenu__dropdown.w--open {
  max-height: 90vh;
  overflow: auto;
}

.navmenu__flex-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-list__list-item {
  margin-right: 32px;
  display: flex;
}

.link-list__link {
  color: #1b1b1b;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__link:hover {
  box-shadow: inset 0 -3px 0 0 var(--red);
  color: var(--red);
}

.navmenu__section-link-row {
  color: #1b1b1b;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navmenu__section-link-row:hover {
  color: #4353ff;
}

.navmenu__section-link-row.cc-last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.navmenu__section-link-row.cc-first {
  border-top-style: none;
  border-top-width: 0;
  padding-top: 0;
}

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

.navmenu__dropdown-section.cc-last {
  margin-bottom: 0;
}

.navmenu__dropdown-section-list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 0;
  padding-left: 20px;
  display: grid;
}

.nav-menu__cta-button {
  background-color: var(--red);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
}

.nav-menu__cta-button:hover {
  background-color: var(--dark-red);
}

.navmenu__dropdown-section-heading {
  color: #666;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.navmenu__dropdown-section-heading:hover {
  color: #a20000;
  font-weight: 600;
}

.navmenu__dropdown-block {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  flex: 0 0 34%;
  padding-left: 60px;
}

.navmenu__cta-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.brand {
  color: #1b1b1b;
  align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color .2s;
}

.brand:hover {
  color: #4353ff;
}

.navmenu__dropdown-list {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.navbar__navmenu {
  flex: 1;
  justify-content: space-between;
  margin-left: 32px;
  transition: all .2s;
  display: flex;
  position: static;
}

.navmenu__dropdown-banner-link {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  margin-bottom: 40px;
  text-decoration: none;
}

.navmenu__content-block-overlay {
  background-color: #fafafa;
}

.navmenu__link-list {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.link-list__dropdown-wrapper {
  align-items: center;
  font-weight: 500;
  display: flex;
  position: static;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  overflow: hidden;
}

.navmenu__banner-image {
  width: 100%;
}

.navmenu__dropdown-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  padding-bottom: 52px;
  padding-right: 0;
  display: grid;
}

.navmenu__dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  width: 100%;
  display: grid;
}

.navmenu__col-1-list {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.body-9 {
  background-color: #ddd;
}

.navbar {
  z-index: 9999;
  font-size: 1rem;
  line-height: 1.7;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.navbar__wrapper {
  z-index: 100;
  background-color: var(--white);
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.navbar_logo {
  padding-left: 10px;
}

.test-hero-section {
  z-index: -100;
  background-image: url('../images/pc-benches.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  padding-top: 150px;
  position: sticky;
  inset: 0% 0% auto;
}

.spark-container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-5 {
  width: 100%;
  padding: 40px 64px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-5 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-5 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-5 h2 {
  color: #000;
  text-transform: capitalize;
  margin-top: 1rem;
  margin-bottom: .3rem;
  font-family: Outfit, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-5 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-5 p {
  color: var(--dark-red);
  text-transform: none;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.spark-section-5 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-5 li {
  margin-bottom: .5rem;
}

.spark-centered-903 {
  text-align: center;
  width: auto;
  max-width: 100%;
  margin-bottom: 41px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph-7 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
  padding-top: 27px;
  font-size: 24px;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-bold-heading-3 {
  color: var(--dark-red);
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-vertical-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 310px;
}

.spark-four-column-team-grid {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-four-column-team-grid.clubhouse {
  grid-template-columns: 1fr 1fr 1fr;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: border-color .15s;
}

.spark-wrapped-team-card.spark-stacked:hover {
  border: 1px solid var(--spark-library--foreground-secondary);
  border-radius: 8px;
  padding: 8px;
}

.spark-tab {
  color: var(--spark-library--black);
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  font-size: 18px;
  transition: color .15s, background-color .15s;
}

.spark-tab:hover {
  background-color: var(--color-4);
  opacity: 1;
  color: var(--red);
}

.spark-tab.w--current {
  color: var(--red);
  background-color: #0000;
  font-size: 18px;
}

.spark-tabs-menu {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 65px;
  display: flex;
}

.spark-tabs-parent-2, .spark-tabs-content-2 {
  width: 100%;
}

.product-category {
  color: #000;
  font-size: 52px;
  line-height: 50px;
}

.spark-container-5 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-6 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-6.spark-hero-background-image {
  background-image: linear-gradient(#2e2e2e6e, #2e2e2e6e), url('../images/DSC_8358.JPG');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: auto;
  max-height: 75vh;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.spark-section-6.spark-hero-background-image.products {
  text-transform: capitalize;
  background-image: linear-gradient(#3a3a3aa1, #3a3a3aa1), url('../images/DSC_8355.JPG');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  min-height: 70vh;
  margin-top: 68px;
}

.spark-section-6.spark-hero-background-image.about {
  background-image: linear-gradient(#2a3857c4, #2a3857c4), url('../images/dragons-firelong.png');
  background-position: 0 0, 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 60vh;
  max-height: none;
  margin-top: 53px;
  position: relative;
}

.spark-section-6.spark-hero-background-image.tee-markers {
  background-color: #0000;
  background-image: url('../images/The-Lido_extended.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
  max-height: 75vh;
  margin-top: 38px;
  padding-top: 118px;
  padding-bottom: 75px;
}

.spark-section-6.spark-hero-background-image.yardage-markers {
  background-image: linear-gradient(#2c2b2bab, #2c2b2bab), url('../images/Willoughby-Golf-6-inch-Logo-and-yds.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: auto;
  margin-top: 60px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.spark-section-6.spark-hero-background-image.signs {
  background-image: linear-gradient(to bottom, var(--spark-library--foreground-tertiary), var(--spark-library--foreground-tertiary)), url('../images/dragons-firelong.png');
  min-height: auto;
  margin-top: 60px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.spark-section-6.spark-hero-background-image.range {
  background-image: linear-gradient(#00000070, #00000070), url('../images/DSC_8355.JPG');
  min-height: auto;
  max-height: none;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.spark-section-6.spark-hero-background-image.course {
  background-image: linear-gradient(#101111a3, #101111a3), url('../images/course-bench.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: auto;
  margin-top: 60px;
}

.spark-section-6.spark-hero-background-image.clubhouse {
  background-image: linear-gradient(#17181870, #17181870), url('../images/DSC_0043.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: auto;
  margin-top: 60px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.spark-section-6 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-6 h1 {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-6 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-6 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-6 p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.spark-section-6 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-6 li {
  margin-bottom: .5rem;
}

.spark-section-6.spark-hero-background-image {
  background-image: linear-gradient(#eff4ffe6, #eff4ffe6), url('../images/image_1image.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 100vh;
}

.spark-section-6 h1 {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 5%;
  justify-content: flex-start;
  align-items: stretch;
}

.spark-flex-row-2.spark-5-spacing.products {
  grid-column-gap: 0%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.spark-flex-row-2.spark-5-spacing.right, .spark-flex-row-2.spark-5-spacing.about {
  justify-content: flex-end;
  align-items: stretch;
}

.spark-flexed-form {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.spark-hero-section-left-side {
  align-self: auto;
  width: 70%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.spark-hero-section-left-side.about {
  text-align: left;
  width: 60%;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.powder {
  padding: 39px 15px;
}

.privacy {
  padding-top: 100px;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
}

.waves---sides-heading-button-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins-3 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.waves-grid-team-2 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-grid-team-2._8-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.waves-grid-team-2._4-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.waves-grid-team-2._6-grid {
  grid-template-rows: auto auto;
}

.waves-tile-team-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-image-team-2 {
  border-radius: 8px;
  width: 100%;
}

.waves-name-wrap-team-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.shop-by-style {
  margin-top: 0;
  margin-bottom: 40px;
}

.concept-heading {
  color: var(--black);
  text-transform: capitalize;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 40px;
}

.concept-paragraph {
  color: var(--dark-grey);
  text-align: center;
  align-self: center;
  font-size: 15px;
  line-height: 23px;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  padding-bottom: 73px;
  padding-left: 34px;
  padding-right: 34px;
}

.concept-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.img1, .img-2 {
  max-width: 100%;
}

.umbrella-link {
  width: 95%;
  text-decoration: none;
}

.umbrella-link.w--current:hover {
  color: #940505;
}

.hero-scetion-right {
  max-width: 50%;
  padding-top: 55px;
  padding-bottom: 55px;
}

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

.right {
  text-align: left;
}

.list-2 {
  padding-left: 15px;
}

.list-item-8 {
  padding-left: 17px;
}

.play-pause-button {
  bottom: 165px;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
}

.blog-image-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.notification-bar {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #860406;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  inset: 95% 0% auto;
}

.notification-info {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.rolling-notification {
  flex: none;
  align-self: center;
  min-width: auto;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Outfit, sans-serif;
  font-size: .8rem;
  overflow: hidden;
}

.exit-notif {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-10 {
  filter: invert();
  max-width: 5%;
  display: block;
}

.x-notif {
  filter: invert();
  max-width: 100%;
  margin-right: 9px;
  padding-right: 0;
}

.rich-text-block {
  padding-left: 32px;
}

.container-16 {
  display: flex;
}

.container-17 {
  background-image: linear-gradient(to bottom, var(--medium-grey), var(--medium-grey));
  border-radius: 6px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.div-block-18 {
  flex-flow: row;
  display: flex;
}

.div-block-19 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-19.right {
  text-align: right;
}

.div-block-20 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-2 {
  direction: ltr;
  word-break: normal;
}

.paragraph-6 {
  color: #030058;
  font-size: 1.3rem;
}

.sticky-wrapper {
  position: relative;
}

.sticky-wrapper.padding-left-4-5 {
  max-width: 100%;
  margin-top: -31px;
  padding-top: 0;
  padding-bottom: 0;
}

.sticky-grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  justify-content: stretch;
  place-items: stretch stretch;
}

.sticky-description-wrapper {
  position: sticky;
  top: 10rem;
}

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

.container {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.sticky-image {
  object-fit: cover;
  width: 100%;
  position: sticky;
  top: 10rem;
}

.sticky-image._3, .sticky-image._2 {
  margin-top: 1.5rem;
}

.padding-6 {
  padding-top: 0;
  padding-bottom: 6rem;
}

.sticky-scroll-wrapepr {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: block;
  position: sticky;
  top: 1rem;
}

.refurb-text {
  background-color: var(--red);
  color: #fff;
  text-align: right;
  padding-right: 10px;
  font-size: 18px;
  position: absolute;
  inset: auto 0% 15% 10%;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.faq {
  max-width: 75%;
}

.spark-section {
  width: 100%;
  padding: 20px 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  color: var(--dark-red);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row.spark-full-width-mobile {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-absolute-left-image {
  object-fit: cover;
  width: 48%;
  max-height: 840px;
  display: block;
  position: absolute;
  inset: 50% auto 0% 0%;
  transform: translate(0, -50%);
}

.spark-content-right {
  width: 600px;
  max-width: 50%;
}

.spark-half-spacer {
  flex: none;
  width: 37vw;
}

.powder-grid {
  grid-template-rows: auto;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
  font-size: 17px;
  line-height: 25px;
}

.spark-team-member-details-2 {
  max-width: 590px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph.spark-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.spark-wrapped-team-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card-2.spark-extra-spaced {
  grid-column-gap: 64px;
  align-items: center;
}

.spark-social-row {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.spark-social-row.spark-left-aligned {
  justify-content: flex-start;
}

.spark-flex-row-of-team-members {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-horizontal-team-member-image {
  object-fit: cover;
  border-radius: 12px;
  width: 500px;
  max-width: none;
  height: auto;
  display: block;
}

.spark-gray-paragraph {
  color: var(--spark-library--foreground-secondary);
  line-height: 1.3;
}

.design {
  padding: 40px 60px 140px;
}

.design-head {
  color: var(--dark-red);
}

.slide {
  background-image: url('../images/BH-podium.png');
  background-position: 0 0;
  background-size: cover;
}

.design-1 {
  position: relative;
  inset: auto 0% 0%;
}

.design-1:hover {
  opacity: 1;
}

.design-1._2 {
  position: relative;
  inset: auto 0% 0% 1%;
}

.design-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding: 10px 29px;
  display: grid;
  position: relative;
}

.spark-secondary-paragraph-9 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-faq-expander {
  border: 2px solid var(--spark-library--black);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2rem;
}

.spark-faq-button {
  background-color: var(--spark-library--white);
  color: var(--spark-library--black);
  border-radius: 8px;
  width: 100%;
  padding: 24px 32px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .2s, color .15s;
}

.spark-faq-button:hover {
  background-color: var(--color-4);
  color: var(--red);
  -webkit-text-stroke-color: var(--color-4);
}

.spark-faq-button:focus {
  outline-color: var(--dark-red);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.spark-faq-button.w--open {
  background-color: var(--color-4);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button.w--open:focus {
  outline-color: var(--spark-library--foreground-interactive);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: none;
}

.spark-faq-plus-to-x {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spark-vertical-line {
  background-color: var(--dark-red);
  width: 4px;
  height: 24px;
}

.spark-horizontal-line {
  background-color: var(--dark-red);
  width: 24px;
  height: 4px;
  position: absolute;
}

.spark-faq-dropdown {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown.w--open {
  background-color: var(--color-4);
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-dropdown-text {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding: 32px;
}

.faq-h2 {
  color: var(--dark-red);
  font-size: 45px;
  line-height: 55px;
}

.faq-paragraph {
  color: var(--dark-grey);
}

.product-discriptor {
  color: var(--dark-grey);
  font-size: 12px;
}

.spark-container-6 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-7 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-7 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-7 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-7 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-7 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-7 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-7 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-7 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-7 li {
  margin-bottom: .5rem;
}

.spark-secondary-paragraph-10 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-button-text-2 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-900-width-2 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-2.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-faq-expander-2 {
  border: 2px solid var(--spark-library--black);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2rem;
}

.spark-faq-button-2 {
  background-color: var(--spark-library--white);
  color: var(--spark-library--black);
  border-radius: 8px;
  width: 100%;
  padding: 24px 32px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .2s, color .15s;
}

.spark-faq-button-2:hover {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-faq-button-2:focus {
  outline-color: var(--spark-library--foreground-interactive);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.spark-faq-button-2.w--open {
  background-color: var(--spark-library--background--interactive);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button-2.w--open:focus {
  outline-color: var(--spark-library--foreground-interactive);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: none;
}

.spark-faq-plus-to-x-2 {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spark-vertical-line-2 {
  background-color: var(--spark-library--foreground-interactive);
  width: 4px;
  height: 24px;
}

.spark-horizontal-line-2 {
  background-color: var(--spark-library--foreground-interactive);
  width: 24px;
  height: 4px;
  position: absolute;
}

.spark-faq-dropdown-2 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown-2.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-dropdown-text-2 {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding: 32px;
}

.spark-centered-904 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-bold-heading-4 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading-4.spark-card-title {
  font-size: 1.2rem;
}

.spark-small-sub-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-tabs-menu-2 {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-menu-2.spark-left-aligned {
  justify-content: flex-start;
}

.spark-tabs-parent, .spark-tabs-content {
  width: 100%;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-wrapped-card-3 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card-3.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-pill-tab {
  color: var(--spark-library--black);
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-pill-tab:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-pill-tab.w--current {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
}

.services-page {
  color: var(--black);
}

.divider {
  background-image: url('../images/DIVIDER.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 222px;
}

.service-block {
  opacity: 1;
  mix-blend-mode: normal;
  flex-flow: row;
  display: flex;
}

.service-block-img {
  filter: blur();
  border-radius: 12px;
}

.service-block-text-wrapper {
  text-align: right;
  align-self: flex-end;
  max-width: 50%;
  display: block;
}

.service-block-image-wrapper {
  max-width: 100%;
  display: block;
}

.service-block-text {
  color: var(--black);
}

.rt-category-cards-text {
  color: var(--black);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.service-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 41px;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.services-tag-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.services-tag-wrapper.services-tab-view {
  margin-bottom: 30px;
}

.serviceswhite-line-image-two {
  border: 1px solid #6c6a86;
  width: 24px;
}

.servicesheading {
  color: var(--dark-red);
  text-align: center;
  align-self: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 41px;
  line-height: 45px;
}

.services-section-image {
  object-fit: cover;
  width: 100%;
  box-shadow: 0 20px 40px #00000026;
}

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

.services-head-content.services-heading {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  line-height: 22px;
}

.rt-logistic-card-sub-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.rt-card-content-box {
  z-index: 2;
  color: var(--offwhite);
  -webkit-text-stroke-color: var(--white);
  border-radius: 0;
  flex-flow: column;
  align-self: flex-end;
  width: 87%;
  padding: 40px 30px 30px 60px;
  display: block;
  position: relative;
}

.rt-white-card-box {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.services-heading-paragraph {
  color: #5a5b5b;
  letter-spacing: -.0225px;
  align-self: center;
  width: auto;
  margin-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
  line-height: 26px;
}

.services-card-wrapper {
  z-index: 2;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.rt-logistic-box-paragraph {
  color: var(--dark-grey);
  overflow-wrap: normal;
}

.rt-orange-arrow {
  filter: invert();
  color: var(--dark-grey);
  -webkit-text-stroke-color: var(--dark-grey);
}

.white-box-overlay {
  background-color: var(--offwhite);
  opacity: .78;
  width: 100%;
  position: absolute;
  inset: 14% -15% 0% auto;
  transform: skew(-22deg);
}

.white-box-overlay:hover {
  background-color: var(--light-grey);
}

.rt-black-round {
  z-index: 20;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  padding: 10px;
  display: flex;
  position: absolute;
  top: -17%;
  bottom: auto;
  left: 8%;
}

.services-card-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.bg {
  flex: 0 auto;
  width: 1100px;
  max-width: 1200px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.refurb-heading {
  color: var(--dark-red);
  text-transform: capitalize;
  font-size: 35px;
}

.refurb-pargraph {
  color: var(--color-2);
  font-size: 16px;
  font-weight: 400;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-category-cards-text-2.rt-text-white.rt-text-lowercase {
  text-transform: none;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six.rt-project-text {
  color: var(--white01);
  text-align: left;
  align-self: center;
}

.rt-heading-six.rt-project-text:hover {
  font-size: 22px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--offwhite);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-hero-button-image {
  filter: invert();
}

.rt-hero-button-icon-wrap {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  position: relative;
}

.rt-button-five {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--radiant-ui-components-library-marketplace--color--white);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five.rt-banner-one-button {
  border-width: 0;
  border-color: var(--dark-red);
  background-color: var(--red);
  height: 58px;
  text-decoration: none;
}

.rt-hero-button-icon-two {
  background-color: var(--red);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 17px;
  display: flex;
}

.rt-service-one-scroll-bg-wrapper-two {
  background-image: linear-gradient(#191b1dbf, #191b1dbf), url('../images/home-three-section-eight--scroll-banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2058px;
  background-attachment: scroll, fixed;
  padding: 150px 15px 128px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  transform-origin: 50% 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 120px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7.rt-background-dark {
  background-image: linear-gradient(to bottom, var(--spark-library--foreground-tertiary), var(--spark-library--foreground-tertiary)), url('../images/The-Lido_extended.png');
  background-size: auto, cover;
}

.rt-service-three-contact-heading {
  color: #fff;
  margin-bottom: 35px;
}

.rt-service-three-connect-block {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 390px;
}

.rt-divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.rt-divider.rt-service-three-contact-divider {
  background-color: #fff6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rt-service-three-contact-details-block {
  text-align: left;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 360px;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

html.w-mod-js [data-ix="hover"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .body-3 {
    background-color: #fff;
  }

  .services-tag-wrapper {
    margin-bottom: 25px;
  }

  .servicesheading {
    text-transform: capitalize;
  }

  .services-head-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rt-card-content-box {
    padding-bottom: 40px;
    padding-left: 70px;
  }

  .rt-white-card-box {
    position: absolute;
    inset: auto 0% 0%;
  }

  .services-heading-paragraph {
    width: auto;
    margin-bottom: 40px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .services-card-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-logistic-box-paragraph {
    margin-bottom: 0;
  }

  .rt-black-round {
    z-index: 10;
    background-color: #000;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    display: flex;
  }

  .services-card-box {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: right;
    margin: 20px 40px 20px 20px;
    padding: 0;
    position: static;
    inset: 3px 0 0;
  }

  .nav-link.w--current {
    display: block;
  }

  .container-5 {
    padding-top: 21px;
    padding-bottom: 0;
  }

  .cta {
    text-align: justify;
    flex-flow: row;
    padding: 20px;
    display: flex;
  }

  .cta.index {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
  }

  .paragraph {
    text-align: left;
  }

  .elevate {
    width: 99vw;
    padding-bottom: 65px;
  }

  .form-block {
    align-items: center;
    padding-left: 22px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .product-image {
    flex-wrap: wrap;
    flex: 0 auto;
    align-content: center;
    width: 200px;
    height: 200px;
  }

  .product-gallery {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .index-header {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    font-size: 77px;
    display: flex;
  }

  .paragraph-2 {
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    padding: 16px;
    position: relative;
  }

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

  .gallery-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: start center;
  }

  .gallery-block {
    position: static;
  }

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

  .heading-11.refurb {
    align-self: center;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .nav-menu-3 {
    opacity: .84;
    background-color: #fff;
  }

  .nav-menu-3:hover {
    opacity: .78;
    background-color: #fff;
  }

  .menu-button-2 {
    color: var(--offwhite);
    margin: 10px;
    font-family: Outfit, sans-serif;
  }

  .hamburger {
    color: var(--white01);
  }

  .hamburger:hover {
    background-color: var(--transparent);
    color: var(--red);
    -webkit-text-stroke-color: #a11;
  }

  .nav-link1 {
    background-color: var(--offwhite);
    font-family: Outfit, sans-serif;
    font-weight: 400;
  }

  .nav-link1:hover {
    background-color: var(--medium-grey);
    color: var(--red);
    font-weight: 600;
  }

  .dropdown {
    background-color: var(--offwhite);
    padding: 20px;
    display: block;
  }

  .dropdown-toggle {
    background-color: var(--clear);
    padding: 0;
    display: block;
  }

  .dropdown-link-2 {
    background-color: var(--medium-grey);
    color: var(--black);
    text-transform: capitalize;
  }

  .dropdown-link-2:hover {
    background-color: var(--medium-grey);
    color: var(--red);
  }

  .dropdown-link-2.w--current {
    color: var(--dark-grey);
  }

  .logo-link {
    margin: 0;
    padding-bottom: 5px;
  }

  .product-link.nav-link1:hover {
    background-color: var(--offwhite);
  }

  .dropdown-list {
    background-color: var(--offwhite);
    margin-top: 2px;
  }

  .dropdown-list.w--open {
    margin-top: 14px;
  }

  .product-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    margin: 0;
    padding: 0;
    position: static;
  }

  .heading-12 {
    background-color: var(--red);
    color: var(--red);
    margin-top: 20px;
    padding: 0;
    font-weight: 800;
    position: relative;
  }

  .container-11 {
    width: auto;
    margin-bottom: 0;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .paragraph-4 {
    color: #000;
    text-align: center;
    background-color: #fff;
    padding: 16px;
    position: relative;
  }

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

  .team-slider-wrapper {
    display: block;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .menu-div, .menu-text:hover {
    color: var(--red);
  }

  .grid-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
  }

  .page-nav-button {
    vertical-align: middle;
    min-width: 137px;
    min-height: 58px;
    display: block;
  }

  .blog-title {
    color: var(--white01);
  }

  .blog-paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-page {
    padding: 35px;
  }

  .icon-3 {
    background-color: var(--offwhite);
  }

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

  .waves---main-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 0;
    display: flex;
  }

  .waves---heading-3-no-margins {
    font-size: 20px;
  }

  .waves---paragraph-big {
    font-size: 16px;
  }

  .waves-grid-testimonials-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
    max-width: 90%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-section-2, .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-bold-heading-2.spark-card-title {
    font-size: 1rem;
  }

  .spark-wrapped-card-2 {
    width: 45%;
  }

  .spark-card-details-3 {
    background-color: #00000036;
    border-radius: 13px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    inset: auto 0% 0%;
  }

  .spark-stacked-flat-tabs-menu {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-side-flat-tab {
    width: 100%;
  }

  .spark-two-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .navbar__container {
    z-index: 1;
    background-color: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .navmenu__dropdown-container {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
  }

  .navmenu__dropdown-container.cc-mobile {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar__navmenu-mobile {
    display: flex;
  }

  .link-list__dropdown-toggle {
    z-index: 1;
    background-color: #fff;
    flex: 1;
    justify-content: space-between;
    width: 100%;
  }

  .link-list__dropdown-toggle:hover, .link-list__dropdown-toggle.w--open {
    box-shadow: none;
  }

  .navmenu__button-icon {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .navbar__mobile-overlay {
    z-index: 1;
    background-color: var(--white01);
    border-bottom: 1px solid #e4e4e4;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .navmenu__dropdown-right {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .navmenu__dropdown {
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .navmenu__dropdown.w--open {
    border-top-style: none;
    border-bottom-style: none;
    max-height: none;
    padding-bottom: 20px;
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .navmenu__flex-container {
    background-color: #fff;
    flex-direction: column;
    width: 97%;
    height: 90%;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
  }

  .link-list__list-item {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .link-list__list-item.cc-first {
    z-index: 2;
  }

  .link-list__link {
    flex: 1;
  }

  .link-list__link:hover {
    box-shadow: none;
  }

  .navmenu__dropdown-section {
    margin-bottom: 32px;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-menu__cta-button {
    flex: 1;
    justify-content: center;
  }

  .navmenu__dropdown-section-heading {
    margin-bottom: 13px;
    padding-bottom: 7px;
  }

  .navmenu__dropdown-block {
    border: 1px solid #e4e4e4;
    padding-left: 32px;
    padding-right: 32px;
  }

  .navmenu__cta-wrapper {
    margin-top: auto;
    padding: 20px;
  }

  .navmenu__cta-wrapper.cc-mobile {
    z-index: 1;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .brand {
    z-index: 1;
  }

  .navmenu__dropdown-list {
    padding-left: 0;
  }

  .navbar__navmenu {
    z-index: 0;
    border-bottom: 1px solid #e4e4e4;
    height: 100vh;
    margin-left: 0;
    transition-property: none;
    position: absolute;
    inset: 100% 0% 0%;
    overflow: hidden;
    transform: translate(0);
  }

  .navmenu__dropdown-banner-link {
    border: 1px solid #e4e4e4;
  }

  .navmenu__link-list {
    border-bottom: 1px solid #e4e4e4;
    flex-direction: column;
    flex: 1;
    overflow: auto;
  }

  .navmenu__button {
    z-index: 1;
    cursor: pointer;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 5px;
    padding: 22px 16px 18px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .link-list__dropdown-wrapper {
    background-color: #fff;
    flex-direction: column;
    flex: 1;
  }

  .navmenu__dropdown-left {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_logo {
    padding-left: 0;
  }

  .spark-section-5 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-5 p {
    margin-bottom: 10px;
  }

  .spark-vertical-image {
    height: 285px;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-section-6 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .waves---main-container-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .waves---sides-heading-button-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-self: auto;
  }

  .waves-grid-team-2 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-team-2._8-grid {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves-grid-team-2._4-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .waves-grid-team-2._6-grid {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
  }

  .hero-scetion-right {
    align-self: flex-end;
    max-width: 70%;
  }

  .notification-bar {
    z-index: 9999;
  }

  .paragraph-6 {
    color: #262626;
  }

  .sticky-wrapper.padding-left-4-5 {
    padding-left: 0;
  }

  .sticky-grid-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1.25fr 1fr;
  }

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

  .sticky-image._1, .sticky-image._3, .sticky-image._2 {
    position: relative;
    top: 0;
  }

  .spark-section {
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row.spark-full-width-mobile {
    grid-column-gap: 0%;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-absolute-left-image {
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    top: 0%;
    transform: translate(0);
  }

  .spark-content-right {
    width: 100%;
    max-width: 100%;
  }

  .spark-half-spacer {
    width: 0;
  }

  .spark-full-width-mobile {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
  }

  .spark-wrapped-team-card-2 {
    width: 45%;
  }

  .spark-wrapped-team-card-2.spark-extra-spaced {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    width: 100%;
  }

  .spark-button-text {
    font-size: 1.2rem;
  }

  .spark-section-7 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-tabs-menu-2 {
    margin-bottom: 64px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-card-3 {
    width: 45%;
  }

  .divider {
    background-image: url('../images/DIVIDER.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 222px;
    display: block;
  }

  .rt-category-cards-text {
    font-size: 16px;
    font-weight: 600;
  }

  .services-tag-wrapper {
    margin-bottom: 15px;
  }

  .servicesheading {
    margin-bottom: 22px;
  }

  .rt-logistic-card-sub-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
  }

  .rt-card-content-box {
    padding-top: 57px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-heading-paragraph {
    width: 100%;
    margin-bottom: 40px;
  }

  .services-card-wrapper {
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-logistic-box-paragraph {
    color: var(--dark-grey);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .white-box-overlay {
    border-radius: 14px 0 0 14px;
    width: 120%;
    right: -15%;
  }

  .white-box-overlay:hover {
    background-color: var(--offwhite);
  }

  .services-card-box {
    max-height: 400px;
  }

  .rt-category-cards-text-2.rt-text-white {
    max-width: none;
  }

  .rt-service-one-scroll-bg-wrapper-two {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-service-three-contact-heading {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .container-5 {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
  }

  .cta {
    text-align: center;
  }

  .paragraph {
    padding: 28px;
  }

  .paragraph.dark {
    font-size: 12px;
  }

  .elevate {
    padding: 60px;
  }

  .field-label {
    font-size: 14px;
  }

  .form-block {
    font-size: 35px;
  }

  .field-wrapper {
    font-size: 28px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .product-image {
    width: 150px;
    height: 150px;
  }

  .heading-10 {
    text-transform: capitalize;
    font-size: 40px;
    font-style: normal;
    line-height: 51px;
  }

  .index-header {
    align-self: flex-start;
    font-size: 70px;
    display: block;
  }

  .paragraph-2 {
    padding-bottom: 0;
  }

  .paragraph-2.about {
    padding-bottom: 16px;
  }

  .gallery-overview {
    padding: 0 15px 60px;
  }

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

  .gallery-slider {
    padding: 60px 15px;
  }

  .container-9 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gallery-block-2 {
    margin-bottom: 23px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-12 {
    background-color: var(--red);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    background-color: var(--medium-grey);
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .welcome---heading-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 18px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .text-block-12 {
    text-align: center;
    font-size: 18px;
  }

  .contact-form-info.message {
    min-height: 100px;
  }

  .grid-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    align-content: center;
    place-items: center;
  }

  .grid-8._3down {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .page-nav-button {
    min-width: 140px;
    min-height: 37px;
  }

  .blog-title {
    color: var(--white01);
  }

  .blog-paragraph {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-page {
    padding: 25px;
  }

  .blog-wrapper.landing {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-heading {
    font-size: 36px;
  }

  .subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-3-no-margins {
    font-size: 20px;
  }

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

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

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

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-5 {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2 {
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-card-details-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0%;
  }

  .spark-stacked-flat-tabs-menu {
    width: 100%;
  }

  .spark-side-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-two-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-side-tabs-content-2 {
    width: 100%;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .brand {
    padding-left: 0;
  }

  .navmenu__button {
    margin-right: 5px;
  }

  .test-hero-section {
    padding-top: 29px;
  }

  .spark-container-4 {
    width: 100%;
  }

  .spark-section-5 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-7 {
    margin-bottom: 32px;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .spark-wrapped-team-card.spark-stacked {
    width: 45%;
  }

  .spark-container-5 {
    width: 100%;
  }

  .spark-section-6 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .waves---main-container-4 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---sides-heading-button-2 {
    justify-content: space-between;
    align-items: center;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-grid-team-2._8-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .waves-grid-team-2._4-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 22px;
    padding-right: 22px;
  }

  .waves-grid-team-2._6-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-scetion-right {
    max-width: 70%;
  }

  .sticky-grid-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .fade-in-heading {
    width: 100%;
  }

  .container {
    padding: 0;
  }

  .padding-6 {
    padding-top: 2.2rem;
    padding-bottom: 4rem;
  }

  .refurb-text {
    font-size: 14px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 40px;
    padding-bottom: 88px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-full-width-mobile {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-content-right {
    width: 100%;
    max-width: 100%;
  }

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

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-team-card-2 {
    width: 100%;
  }

  .spark-horizontal-team-member-image {
    width: 100%;
    height: auto;
  }

  .spark-secondary-paragraph-9 {
    margin-bottom: 32px;
  }

  .spark-button-text {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    flex: 0 auto;
    line-height: 1.3;
  }

  .spark-faq-button {
    padding-left: 24px;
  }

  .spark-faq-plus-to-x {
    width: 50px;
  }

  .spark-dropdown-text {
    padding: 24px;
  }

  .faq-wrapper {
    display: flex;
  }

  .spark-container-6 {
    width: 100%;
  }

  .spark-section-7 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-10 {
    margin-bottom: 32px;
  }

  .spark-faq-button-2 {
    padding-left: 24px;
  }

  .spark-dropdown-text-2 {
    padding: 24px;
  }

  .spark-small-sub-paragraph-3 {
    line-height: 1.3;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-wrapped-card-3 {
    width: 100%;
  }

  .spark-wrapped-card-3.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .divider {
    background-size: cover;
  }

  .services-tag-wrapper, .services-tag-wrapper.services-tab-view {
    margin-bottom: 18px;
  }

  .servicesheading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .services-section-image {
    object-fit: cover;
    width: 100%;
  }

  .rt-logistic-card-sub-wrapper {
    justify-content: space-between;
  }

  .rt-card-content-box {
    width: 80%;
    left: -20px;
  }

  .services-heading-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-card-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .white-box-overlay {
    right: -25%;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-service-three-connect-block {
    width: 100%;
    max-width: none;
  }

  .rt-divider.rt-service-three-contact-divider {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .rt-service-three-contact-details-block {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .header {
    line-height: 47px;
  }

  .container-5 {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta {
    text-align: center;
    flex-wrap: nowrap;
    margin: 16px;
    padding: 9px;
    font-size: 12px;
    font-style: italic;
  }

  .cta.index {
    width: 125px;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }

  .body-2 {
    margin: 0;
    padding: 0;
  }

  .paragraph.dark {
    font-size: 14px;
  }

  .paragraph.dark.blog {
    padding: 10px;
  }

  .elevate {
    padding: 15px;
  }

  .field-label {
    padding: 15px;
    font-size: 16px;
  }

  .form-block {
    padding: 22px;
    font-size: 30px;
  }

  .form {
    padding: 7px;
    font-size: 17px;
    line-height: 17px;
  }

  .contact-form {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 51px;
    overflow: clip;
  }

  .recaptcha {
    align-self: center;
    margin: 0 -4px -4px;
    position: relative;
    inset: 0;
  }

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

  .footer-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

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

  .product-image {
    width: 125px;
    height: 125px;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .product-gallery {
    background-color: var(--offwhite);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    margin-bottom: 0;
    padding: 0;
  }

  .hover-heading {
    font-size: 11px;
  }

  .hover-heading:hover {
    font-size: 12px;
    line-height: 20px;
  }

  .hover-heading.landing {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    inset: -12%;
  }

  .hover-heading.landing:hover {
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 150px;
    line-height: 13px;
    inset: 7% 0% 7% 7%;
  }

  .heading-10 {
    padding: 7px;
    font-size: 28px;
    line-height: 47px;
    display: flex;
  }

  .index-header {
    margin-right: 0;
    font-size: 50px;
  }

  .paragraph-2 {
    padding: 0 13px;
    font-size: 11px;
    line-height: 17px;
    position: relative;
  }

  .paragraph-2.refurb {
    padding: 0;
    font-size: 12px;
  }

  .paragraph-2.about {
    line-height: 21px;
  }

  .gallery-overview {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .gallery-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding: 6px;
    display: grid;
  }

  .gallery-block {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .gallery-features-block, .gallery-list {
    text-align: left;
  }

  .gallery-feature {
    font-size: 10px;
  }

  .gallery-grid {
    grid-column-gap: 14px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gallery-image.shadow-two {
    margin: 0;
    padding-left: 0;
  }

  .heading-11 {
    text-align: center;
    font-size: 22px;
    line-height: 21px;
  }

  .heading-11.refurb {
    overflow: hidden;
  }

  .cta-div.center {
    background-color: var(--offwhite);
    justify-content: center;
    align-items: center;
  }

  .cta-div.center.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-slider {
    padding-right: 10px;
    overflow: visible;
  }

  .container-9 {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
    width: 300px;
    display: block;
  }

  .gallery-slide {
    max-width: 300px;
    margin: 0;
    padding: 0;
  }

  .gallery-slide-wrapper {
    object-fit: fill;
    max-width: 50%;
    margin-right: 0%;
    overflow: visible;
  }

  .gallery-slide-text {
    background-color: var(--white01);
    color: var(--black);
    border-radius: 6px;
    font-size: 16px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hamburger {
    padding: 14px;
  }

  .nav-link1:hover {
    color: var(--red);
    font-weight: 400;
  }

  .dropdown-link-2 {
    background-color: var(--offwhite);
  }

  .dropdown-link-2:hover {
    background-color: var(--header-color);
  }

  .product-link {
    align-self: center;
  }

  .product-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin: 20px;
  }

  .heading-12 {
    -webkit-text-fill-color: transparent;
    background-color: #c20707;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 32px;
  }

  .page-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .text-block-9 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 10px;
    line-height: 25px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block-9:hover {
    box-sizing: border-box;
    object-fit: fill;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .gallery-image-div:hover {
    opacity: .83;
    background-image: none;
  }

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

  .waves---heading-3-no-margins-2 {
    text-align: center;
    font-size: 22px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .welcome---heading-2 {
    font-size: 34px;
  }

  .waves---main-container-2 {
    padding: 0;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .in-page-link.blog {
    color: var(--red);
  }

  .text-field-2 {
    max-width: 90%;
    margin: 0 15px;
    padding: 0;
  }

  .text-field-3, .text-field-4 {
    max-width: 90%;
    margin: 0 15px;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .heading-15 {
    text-align: center;
    font-size: 19px;
  }

  .text-block-11 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    height: 30px;
    font-size: 10px;
    line-height: 25px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block-11:hover {
    width: 100%;
    height: 10px;
  }

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

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

  .team-slider-wrapper {
    max-width: 280px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .menu-text {
    padding-left: 0;
  }

  .menu-text:hover {
    color: var(--white01);
    font-weight: 600;
  }

  .contact-form-info.message {
    width: 290px;
    min-height: 100px;
  }

  .page-nav-seection {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid-8 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: center;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    font-size: 11px;
    line-height: 14px;
  }

  .grid-8._3down {
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .page-nav-button {
    min-width: 130px;
    min-height: 30px;
    padding: 8px;
  }

  .section-links {
    line-height: 18px;
  }

  .title {
    font-size: 14px;
    font-weight: 500;
  }

  .blog-title {
    color: var(--white01);
    font-size: 20px;
    line-height: 30px;
  }

  .blog-paragraph {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .blog-paragraph.light {
    padding: 3px;
    font-size: 14px;
  }

  .blog-topic {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-topic.landing {
    font-size: 18px;
  }

  .blog-page {
    padding: 0;
  }

  .powder-cta {
    font-size: 17px;
    font-weight: 400;
  }

  .product-heading {
    font-size: 23px;
  }

  .bl {
    line-height: 26px;
  }

  .blog-quote {
    margin-left: 10px;
  }

  .blog-list {
    margin-left: 10px;
    padding-left: 20px;
  }

  .blog-landing {
    margin-left: 0;
    margin-right: 0;
    padding: 0 6px;
  }

  .landing-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-section {
    justify-content: center;
    align-items: center;
    padding-left: 27px;
    padding-right: 27px;
    display: flex;
  }

  .service-h2 {
    font-size: 15px;
    line-height: 22px;
  }

  .about-section {
    padding: 0;
  }

  .subtitle {
    font-size: 20px;
  }

  .waves---main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---heading-3-no-margins {
    font-size: 18px;
  }

  .waves---paragraph-big {
    font-size: 14px;
  }

  .spark-section-2, .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-centered-902 {
    margin-bottom: 64px;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-bold-heading-2.spark-card-title {
    font-size: 1rem;
  }

  .spark-wrapped-card-2.spark-stacked {
    width: 100%;
  }

  .spark-card-details-3 {
    font-size: 12px;
    inset: auto 0% 0%;
  }

  .spark-stacked-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-side-flat-tab {
    padding: 16px;
  }

  .blog-bullets {
    padding-left: 16px;
  }

  .background-video {
    margin-bottom: 66px;
    padding-bottom: 21px;
  }

  .navbar__container {
    margin-left: 0;
  }

  .navmenu__dropdown-section-link {
    flex-direction: column;
  }

  .navbar__mobile-overlay {
    top: 0%;
  }

  .navmenu__dropdown-right {
    padding-top: 28px;
    padding-bottom: 12px;
  }

  .navmenu__dropdown-section-list {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    padding-left: 0;
  }

  .navmenu__dropdown-block {
    border-bottom-width: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navmenu__cta-wrapper {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .navmenu__button {
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navmenu__button:active {
    transform: translate(0)rotate(90deg);
  }

  .navmenu__dropdown-left {
    padding-bottom: 32px;
  }

  .navmenu__dropdown-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .spark-section-5 {
    margin-top: 40px;
    padding: 28px 20px 10px;
  }

  .spark-section-5 h1 {
    font-size: 3rem;
  }

  .spark-section-5 h2 {
    margin-bottom: 1rem;
    font-family: Outfit, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .spark-section-5 p {
    margin-bottom: 10px;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .spark-centered-903 {
    margin-bottom: 28px;
  }

  .spark-secondary-paragraph-7 {
    margin-bottom: 0;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 21px;
    line-height: 33px;
  }

  .spark-bold-heading-3 {
    color: var(--dark-red);
    font-size: 23px;
    line-height: 1.3;
  }

  .spark-vertical-image {
    height: 250px;
  }

  .spark-four-column-team-grid.clubhouse {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .spark-wrapped-team-card.spark-stacked {
    flex-flow: column;
    width: 100%;
  }

  .spark-tab {
    text-align: center;
    margin-left: 27px;
    margin-right: 27px;
  }

  .spark-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
    font-weight: 400;
  }

  .spark-tabs-parent-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: block;
  }

  .spark-container-5 {
    overflow: visible;
  }

  .spark-section-6 {
    padding: 64px 20px;
  }

  .spark-section-6.spark-hero-background-image.tee-markers {
    background-image: url('../images/The-Lido_extended.png'), linear-gradient(#0000, #0000);
    background-position: 60%, 0 0;
    background-size: cover, auto;
  }

  .spark-section-6.spark-hero-background-image.yardage-markers {
    max-height: 80vh;
  }

  .spark-section-6.spark-hero-background-image.signs {
    background-image: linear-gradient(to bottom, var(--spark-library--foreground-tertiary), var(--spark-library--foreground-tertiary)), url('../images/dragons-firelong.png');
    background-position: 0 0, 38%;
    background-size: auto, cover;
    max-height: 68vh;
  }

  .spark-section-6.spark-hero-background-image.course {
    max-height: 80vh;
  }

  .spark-section-6 h2 {
    font-size: 2.5rem;
  }

  .spark-section-6 p {
    font-size: 14px;
  }

  .spark-section-6.spark-hero-background-image {
    padding-bottom: 64px;
  }

  .spark-section-6 h1 {
    font-size: 2.5rem;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-5-spacing {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spark-flexed-form {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-hero-section-left-side.about {
    width: 85%;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 19px;
    line-height: 115%;
  }

  .waves---paragraph-big-3 {
    font-size: 13px;
    line-height: 118%;
  }

  .waves-grid-team-2 {
    grid-column-gap: 6px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves-grid-team-2._8-grid {
    grid-column-gap: 6px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .waves-grid-team-2._4-grid {
    grid-column-gap: 8px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .waves-grid-team-2._6-grid {
    grid-column-gap: 6px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .concept-heading {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
  }

  .concept-paragraph {
    font-size: 14px;
    line-height: 19px;
  }

  .concept-div {
    justify-content: center;
    align-items: center;
  }

  .img1, .img-2 {
    max-width: 100%;
  }

  .hero-scetion-right {
    max-width: 90%;
    padding-bottom: 9px;
  }

  .play-pause-button {
    bottom: 140px;
  }

  .text-block-13 {
    font-family: Outfit, sans-serif;
  }

  .list-item-9 {
    text-align: left;
  }

  .list-item-10 {
    line-height: 17px;
  }

  .blog-image-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .notification-bar {
    z-index: 999;
  }

  .notification-info {
    z-index: 0;
    position: relative;
  }

  .x-notif {
    position: relative;
  }

  .sticky-grid-2 {
    grid-template-columns: 1fr;
  }

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

  .spark-section {
    padding: 0 20px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

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

  .spark-icon.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-button-text {
    float: none;
    clear: none;
    flex: 0 auto;
    font-size: .9rem;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .faq-wrapper {
    object-fit: contain;
    flex-flow: row;
    max-width: 150px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .spark-section-7 {
    padding: 64px 20px;
  }

  .spark-section-7 h1 {
    font-size: 3rem;
  }

  .spark-section-7 h2 {
    font-size: 2.5rem;
  }

  .spark-900-width-2.spark-margin-bottom-104px, .spark-centered-904 {
    margin-bottom: 64px;
  }

  .spark-bold-heading-4 {
    line-height: 1.3;
  }

  .spark-tabs-menu-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-wrapped-card-3.spark-stacked {
    width: 100%;
  }

  .divider {
    background-image: url('../images/DIVIDER.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 120px;
  }

  .service-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-tag-wrapper {
    margin-bottom: 16px;
  }

  .servicesheading {
    margin-bottom: 30px;
  }

  .rt-card-content-box {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .services-heading-paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-box-overlay {
    transform: skew(-16deg);
  }
}

#w-node-e393b87c-5167-d8ca-136a-4e931c047408-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047410-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047418-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047420-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047428-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047430-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047438-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047440-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047448-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047450-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047458-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047460-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c04746a-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047472-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c04747a-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047482-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c04748a-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c047492-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c04749a-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c0474a2-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c0474ac-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c0474b4-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c0474bc-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c0474c4-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c0474cc-3c0f5546, #w-node-e393b87c-5167-d8ca-136a-4e931c0474d4-3c0f5546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84b68cb4-c395-7198-04d4-05665de15e4d-3c0f5546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_84b68cb4-c395-7198-04d4-05665de15e53-3c0f5546, #w-node-_0c5f26b1-75cb-044e-7c59-bb97e52f8a68-3c0f5546 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_3c35095a-cf0d-7d82-e85c-3fed3b3f68b3-3c0f5546, #w-node-_84b68cb4-c395-7198-04d4-05665de15e5b-3c0f5546, #w-node-_3a7d1aba-23d7-01fa-a5ef-6087ec33bb07-3c0f5546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b281a5c-7279-78c7-7f25-df2b9de66efc-3c0f5546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_84b68cb4-c395-7198-04d4-05665de15e63-3c0f5546, #w-node-_84b68cb4-c395-7198-04d4-05665de15e6d-3c0f5546, #w-node-_84b68cb4-c395-7198-04d4-05665de15e75-3c0f5546, #w-node-_02b859ab-03de-3c34-08c2-4cec983d50b8-3c0f5546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b82d4df-7cae-c96a-5efa-238671cadbbc-3c0f5546, #w-node-_37519f43-1d40-1649-f2d9-7a47a067a983-3c0f5546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6c803acd-ea7a-1c3b-a57f-74e779bb8627-3c0f5546, #w-node-_74eda486-7c48-245f-9f58-4041a222b6fb-3c0f5546 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: start;
}

#w-node-_37519f43-1d40-1649-f2d9-7a47a067a98b-3c0f5546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8437911f-56b3-fa71-923d-fb968b7ecd4b-3c0f5546 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_528e8b7f-568e-01fd-b5dd-9dbaa9769daa-3c0f5546 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_8437911f-56b3-fa71-923d-fb968b7ecd53-3c0f5546 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-da27e729-7455-b63b-2cfb-ce5f89b7c1f7-3c0f5546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3d59cfc0-d251-79c5-7196-a172e864ab31-3c0f5546, #w-node-_3fcd4f2a-2e3e-412f-d395-32c99b9721d1-3c0f5546, #w-node-b0bb2603-1fe8-b289-e48d-bf1657056a5f-3c0f5546, #w-node-b0bb2603-1fe8-b289-e48d-bf1657056a67-3c0f5546, #w-node-_332cbcee-5fb7-ebfb-032b-2e470db052c5-3c0f5546, #w-node-_332cbcee-5fb7-ebfb-032b-2e470db052d4-3c0f5546, #w-node-_7d2d60d6-a93f-19d2-a3bb-2954745cf3b4-3c0f5546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13eaf7a9-e589-26ce-9a06-6318fac03e62-3c0f5546 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e52331e-daff-8581-4c5a-9f66765b143a-cc36dce0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_47292f85-1f78-6254-e290-cb54cc36dce6-cc36dce0, #w-node-_47292f85-1f78-6254-e290-cb54cc36dcef-cc36dce0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_511d9be7-eabe-aca6-4957-a9fa44eda507-44eda4ef {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_511d9be7-eabe-aca6-4957-a9fa44eda5bb-44eda4ef {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_511d9be7-eabe-aca6-4957-a9fa44eda5bf-44eda4ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_511d9be7-eabe-aca6-4957-a9fa44eda5e0-44eda4ef, #w-node-_511d9be7-eabe-aca6-4957-a9fa44eda5fe-44eda4ef, #w-node-_511d9be7-eabe-aca6-4957-a9fa44eda623-44eda4ef {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_2aaebe48-4bcb-1713-d615-10b1a890f758-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f75e-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f764-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f76a-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f770-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f776-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f77c-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f782-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f788-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f78e-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f794-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f79a-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7a2-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7a8-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7ae-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7b4-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7ba-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7c0-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7c6-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7cc-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7d4-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7da-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7e0-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7e6-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7ec-9967e71b, #w-node-_2aaebe48-4bcb-1713-d615-10b1a890f7f2-9967e71b, #w-node-_6820d155-4c81-61a2-5192-bd03f2da8553-c583e886, #w-node-_6820d155-4c81-61a2-5192-bd03f2da855a-c583e886, #w-node-_6820d155-4c81-61a2-5192-bd03f2da8561-c583e886, #w-node-_53c005a2-c20b-67c7-a8e6-92f222bb9992-c583e886, #w-node-c69c7a24-8794-5d1f-cea3-370afd32022b-4c609571, #w-node-_124a7682-0c77-2891-6026-adc157273d59-4c609571, #w-node-_6d3ac46a-1788-f7ee-0d09-ad2dfdefb339-4c609571, #w-node-_1d707487-dceb-ff4d-e383-a43a8b821c14-4c609571, #w-node-f8d9fc88-f2e5-0bbd-c70b-374aa0800ebe-4c609571, #w-node-c69c7a24-8794-5d1f-cea3-370afd320232-4c609571, #w-node-c69c7a24-8794-5d1f-cea3-370afd320239-4c609571, #w-node-c69c7a24-8794-5d1f-cea3-370afd320240-4c609571, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-a8b3a2e7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327670-a8b3a2e7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327671-a8b3a2e7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327672-a8b3a2e7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327673-a8b3a2e7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327674-a8b3a2e7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327675-a8b3a2e7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327676-a8b3a2e7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327677-a8b3a2e7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327678-a8b3a2e7, #w-node-_8e8b92f9-07ce-3126-ce0a-70feca1a0bde-2310c377, #w-node-_8e8b92f9-07ce-3126-ce0a-70feca1a0be6-2310c377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e8b92f9-07ce-3126-ce0a-70feca1a0bee-2310c377 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5c661d7-b99b-e0df-e63f-daf65406a71b-2310c377, #w-node-_8e8b92f9-07ce-3126-ce0a-70feca1a0bf6-2310c377, #w-node-_4d54fc1d-80a8-5ef6-62ab-dfc78365b059-2310c377, #w-node-_61f0d293-dbbc-0151-b833-a9d058aea207-2310c377, #w-node-_1ddaaf3d-cee7-180e-32ec-a9e0b575255a-def79bc0, #w-node-_1ddaaf3d-cee7-180e-32ec-a9e0b5752562-def79bc0, #w-node-_1ddaaf3d-cee7-180e-32ec-a9e0b575256a-def79bc0, #w-node-_1ddaaf3d-cee7-180e-32ec-a9e0b5752572-def79bc0, #w-node-e8098117-5799-16b5-d38b-baa099634fe7-def79bc0, #w-node-f84d77e7-58a2-e133-5523-215e2508e720-def79bc0, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-d325bacd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327670-d325bacd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327671-d325bacd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327672-d325bacd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327673-d325bacd, #w-node-c694802f-1761-4201-d869-d972386bb1a4-d325bacd, #w-node-_3aa39758-4279-14af-3b9d-9841ecd16870-d325bacd, #w-node-_4e8ff06e-0871-5366-7dc1-33cf6c49ef2e-d325bacd, #w-node-_61f1af5e-c3f3-a82e-16bb-400305c05f1d-d325bacd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327675-d325bacd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327676-d325bacd, #w-node-f108691a-9cc8-4d37-4978-f2fe278bf27f-d325bacd, #w-node-dc427d54-b917-f53c-f141-4cb3908fc91c-d325bacd, #w-node-_978f6f1d-e3a7-29a8-cb54-437176ff4f3b-d325bacd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327677-d325bacd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327678-d325bacd, #w-node-_2bd45f0f-49b4-a5d6-0622-b79f99334524-d325bacd, #w-node-_875f556c-1b99-8df7-bb1b-ff9894dd792a-d325bacd, #w-node-_18c36ddd-6192-df87-781c-27cf5cb17b83-d325bacd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e2b16c4-b56d-997e-fedf-e53bf47e22e5-762a4ece {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d984346-7131-440b-2358-46acc2cf23f1-54c9ab03, #w-node-_6d984346-7131-440b-2358-46acc2cf23f8-54c9ab03, #w-node-_6d984346-7131-440b-2358-46acc2cf23ff-54c9ab03, #w-node-_6d984346-7131-440b-2358-46acc2cf2406-54c9ab03, #w-node-a189682b-682e-c285-b5ba-cb074bdfb126-5591d218, #w-node-_1e5d847b-d443-7b14-2fdd-8267d888e512-5591d218, #w-node-ceb390e3-fd34-9762-ca71-d63d91f22b56-33fa639a, #w-node-ceb390e3-fd34-9762-ca71-d63d91f22b58-33fa639a, #w-node-ceb390e3-fd34-9762-ca71-d63d91f22b57-33fa639a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35b52367-684d-6605-7878-ee02d925a276-6531b591 {
  place-self: end center;
}

#w-node-_169eadab-7fdd-35b6-5bdf-c6d5c7aa4401-6531b591 {
  place-self: center;
}

#w-node-f920d06c-d477-0c43-b357-e56dd6f70ab0-6531b591 {
  place-self: end center;
}

#w-node-f920d06c-d477-0c43-b357-e56dd6f70ab3-6531b591 {
  place-self: center;
}

#w-node-_5ad11503-1558-ee75-60cd-0c81ea4fcc5a-6531b591 {
  place-self: end center;
}

#w-node-_5ad11503-1558-ee75-60cd-0c81ea4fcc5d-6531b591 {
  place-self: center;
}

#w-node-_320ac52e-ffd1-899b-6ffd-66cf6ee76412-6531b591 {
  place-self: end center;
}

#w-node-_320ac52e-ffd1-899b-6ffd-66cf6ee76415-6531b591 {
  place-self: center;
}

#w-node-_8f464ab3-2d83-7f06-66fc-5fa088ebf00b-6531b591 {
  place-self: end center;
}

#w-node-_8f464ab3-2d83-7f06-66fc-5fa088ebf00e-6531b591 {
  place-self: center;
}

#w-node-_6d024282-efce-a55e-b5f5-dadb29f35884-6531b591 {
  place-self: end center;
}

#w-node-_6d024282-efce-a55e-b5f5-dadb29f35887-6531b591 {
  place-self: center;
}

#w-node-_3b4893c5-9666-ae40-920e-4678e5f501f3-6531b591 {
  place-self: end center;
}

#w-node-_3b4893c5-9666-ae40-920e-4678e5f501f6-6531b591 {
  place-self: center;
}

#w-node-_22d97136-b6aa-0e21-2463-c55f91e8f1bb-6531b591 {
  place-self: end center;
}

#w-node-_22d97136-b6aa-0e21-2463-c55f91e8f1be-6531b591 {
  place-self: center;
}

#w-node-_0f0960c5-4318-cd6a-430b-cb0e60a0064e-6531b591 {
  place-self: end center;
}

#w-node-_0f0960c5-4318-cd6a-430b-cb0e60a00651-6531b591 {
  place-self: center;
}

#w-node-c3a55c0a-a7f9-910d-2f39-5cc1b6d43782-6531b591 {
  place-self: end center;
}

#w-node-c3a55c0a-a7f9-910d-2f39-5cc1b6d43785-6531b591 {
  place-self: center;
}

#w-node-dd2a98d5-3e0c-9e27-3fa6-45e5cbed15e2-6531b591 {
  place-self: end center;
}

#w-node-dd2a98d5-3e0c-9e27-3fa6-45e5cbed15e5-6531b591 {
  place-self: center;
}

#w-node-_2341dcba-dd9d-d1c2-0034-e33506084b49-6531b591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_2341dcba-dd9d-d1c2-0034-e33506084b4c-6531b591 {
  place-self: center;
}

#w-node-_66fd0067-ce1e-8447-46b8-501c2de9dbd4-6531b591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_66fd0067-ce1e-8447-46b8-501c2de9dbd7-6531b591 {
  place-self: center;
}

#w-node-_6fa168c8-d602-1708-dafc-8bd747638840-6531b591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_6fa168c8-d602-1708-dafc-8bd747638843-6531b591 {
  place-self: center;
}

#w-node-_665c5e1d-7c30-ff03-f157-a2a6ab754bbf-6531b591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_665c5e1d-7c30-ff03-f157-a2a6ab754bc2-6531b591 {
  place-self: center;
}

#w-node-_0be8a9b5-7f57-17f6-0b6f-017be26142d4-54804bdb, #w-node-_0be8a9b5-7f57-17f6-0b6f-017be26142d5-54804bdb, #w-node-_0be8a9b5-7f57-17f6-0b6f-017be26142d6-54804bdb, #w-node-d01bc01e-7d62-9c87-59cd-ea4a7f0ba094-2ca95e1e, #w-node-d01bc01e-7d62-9c87-59cd-ea4a7f0ba096-2ca95e1e, #w-node-d01bc01e-7d62-9c87-59cd-ea4a7f0ba095-2ca95e1e, #w-node-_1444c947-c911-7310-6580-09b2d9b8f277-00602ca4, #w-node-_1444c947-c911-7310-6580-09b2d9b8f278-00602ca4, #w-node-_1444c947-c911-7310-6580-09b2d9b8f279-00602ca4, #w-node-e4f9b82a-c206-c408-eb48-a2b1ab692b10-1b96e58e, #w-node-e4f9b82a-c206-c408-eb48-a2b1ab692b11-1b96e58e, #w-node-e4f9b82a-c206-c408-eb48-a2b1ab692b12-1b96e58e, #w-node-dcf4964a-9583-5adc-fb4c-e1e8e03a2ee5-a50db850, #w-node-dcf4964a-9583-5adc-fb4c-e1e8e03a2ee6-a50db850, #w-node-dcf4964a-9583-5adc-fb4c-e1e8e03a2ee7-a50db850, #w-node-f88f46c3-d719-08c3-1dfe-3b838cada917-250e5245, #w-node-f88f46c3-d719-08c3-1dfe-3b838cada919-250e5245, #w-node-f88f46c3-d719-08c3-1dfe-3b838cada918-250e5245, #w-node-_17384ca9-7ac9-4a12-9916-3351571cce12-e2d4f707, #w-node-_17384ca9-7ac9-4a12-9916-3351571cce13-e2d4f707, #w-node-_17384ca9-7ac9-4a12-9916-3351571cce14-e2d4f707, #w-node-_7032917f-cdae-bb87-e62b-d7b6657604ee-4af7ab96, #w-node-_7032917f-cdae-bb87-e62b-d7b6657604ef-4af7ab96, #w-node-_7032917f-cdae-bb87-e62b-d7b6657604f0-4af7ab96, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-b3465a23, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327670-b3465a23, #w-node-_2158042b-2b78-2005-e06b-6f4896e6e901-b3465a23, #w-node-_6ed8456a-a6eb-4732-2cef-10094af805e9-b3465a23, #w-node-_8cd33d0b-30c9-7502-9987-ff639b1dd323-b3465a23, #w-node-ef447a37-f4b4-67a3-104d-1c7c6fdd9350-b3465a23, #w-node-f9c8db7c-9b2c-1c55-95c3-4ff69ace55c2-b3465a23, #w-node-_1e73e1b7-94ff-e4bf-02cf-614f74ebe243-b3465a23, #w-node-_362704c0-0dc2-1d46-15ac-1eb900645e3b-b3465a23, #w-node-e0ace71b-8b20-2ccb-514a-e15a2d937494-b3465a23, #w-node-_5dfd7570-6714-12b7-2d4e-c9612b2a669a-b3465a23, #w-node-_06daa822-0bc5-e5cb-5bdd-0ae88e042c7a-b3465a23, #w-node-_0c6e31c0-5dc4-0f11-71a9-ff4f97af1085-b3465a23, #w-node-a0d11a5f-51cf-f425-72b8-86b9d217a7ef-b3465a23, #w-node-de4c832c-51a9-163b-40e4-d01a1cd184ac-b3465a23, #w-node-_85d133f3-fcb8-49fe-c2f0-a80c3da9daf4-b3465a23, #w-node-_669c58f9-38a7-c235-89db-48746a6fc7e0-b3465a23, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327675-b3465a23, #w-node-d82b1585-3061-9953-0e1f-ec7a2aecf326-b3465a23, #w-node-d7cfa8ad-16e1-f2e2-a48e-17a37455e539-b3465a23, #w-node-_39f99d92-34c8-ee6c-1452-efd4eb49d57b-b3465a23, #w-node-f8e999c5-8a04-6604-f12c-17f177638c3b-b3465a23, #w-node-_072f5777-db95-e91d-d3b4-de4daab6dae8-b3465a23, #w-node-_1f0396f7-ee0d-9ce1-5b29-30327ab58b37-b3465a23, #w-node-_0fe883fc-3639-c60a-e877-90fa3ad4e0f2-b3465a23, #w-node-_7048f201-d17c-3cb7-b300-f79fbed11846-b3465a23, #w-node-_3d1dc04f-09f6-3fad-e863-77bea0f32d76-b3465a23, #w-node-d3264a94-33aa-39c2-e278-b085e67954ca-b3465a23, #w-node-_1d32bec4-c88d-ccf1-1885-d7823895bea2-b3465a23, #w-node-_9e043512-f15e-cb7e-a208-d2bde6482fac-b3465a23, #w-node-_757f4c0c-aff7-b5fe-2b39-3d81c9432007-b3465a23, #w-node-_28ab6b8b-b134-037d-7a32-61fa424cc936-b3465a23, #w-node-_40f2bdc5-da85-9411-ea33-d55b6d3a0171-b3465a23, #w-node-_2b573a18-df07-0633-b84a-61bb43a13f87-942fe12a, #w-node-_2b573a18-df07-0633-b84a-61bb43a13fa8-942fe12a, #w-node-_5cde50d1-eaeb-dc7d-1dd0-561d8a1b51b4-942fe12a, #w-node-_8f8997cc-7451-6c72-fe48-54f3a3e254cc-942fe12a, #w-node-_8f8997cc-7451-6c72-fe48-54f3a3e254d1-942fe12a, #w-node-_013ace7b-9654-8ac5-3fa0-3aba6472d36f-942fe12a, #w-node-_013ace7b-9654-8ac5-3fa0-3aba6472d374-942fe12a, #w-node-_61434798-75ec-cf0d-451e-f3543f4d327b-942fe12a, #w-node-_61434798-75ec-cf0d-451e-f3543f4d3280-942fe12a, #w-node-_09eae899-aac9-d1b5-0bcb-dccc166f66f1-942fe12a, #w-node-_09eae899-aac9-d1b5-0bcb-dccc166f66f6-942fe12a, #w-node-c7781f23-031e-7019-cb7f-451c10362e48-942fe12a, #w-node-_3a8e2a75-021b-be32-118a-b86f7fac8efb-942fe12a, #w-node-_3a8e2a75-021b-be32-118a-b86f7fac8f00-942fe12a, #w-node-_2b573a18-df07-0633-b84a-61bb43a13fd1-942fe12a, #w-node-_2b573a18-df07-0633-b84a-61bb43a13fd7-942fe12a, #w-node-_59c0e961-e3e9-e298-2cd3-7073550eb911-942fe12a, #w-node-b9e3c18b-3559-2d24-228b-693454e75e8e-942fe12a, #w-node-c5c926ae-1d9b-605b-46b1-3fa805bea5f8-942fe12a, #w-node-_07aa05ce-0631-3199-180d-4f2974f07ed8-942fe12a, #w-node-_2b573a18-df07-0633-b84a-61bb43a13fe6-942fe12a, #w-node-_2b573a18-df07-0633-b84a-61bb43a13fef-942fe12a, #w-node-fdd6543c-9a68-df07-eec3-6f4f1887f97b-f7821157, #w-node-fdd6543c-9a68-df07-eec3-6f4f1887f98b-f7821157, #w-node-fdd6543c-9a68-df07-eec3-6f4f1887f98c-f7821157, #w-node-fdd6543c-9a68-df07-eec3-6f4f1887f9ca-f7821157, #w-node-de5543b3-b0c0-4703-563b-e66617e5d33a-f7821157, #w-node-fdd6543c-9a68-df07-eec3-6f4f1887f9b9-f7821157, #w-node-fdd6543c-9a68-df07-eec3-6f4f1887f9ba-f7821157, #w-node-fdd6543c-9a68-df07-eec3-6f4f1887f9c2-f7821157, #w-node-_4b9c994d-8403-87ee-81ea-dbff025bdcc3-f7821157, #w-node-_3538a229-794b-166f-673f-444c6cac80a4-5a3260c2, #w-node-_3538a229-794b-166f-673f-444c6cac80c5-5a3260c2, #w-node-_3538a229-794b-166f-673f-444c6cac80cb-5a3260c2, #w-node-_3538a229-794b-166f-673f-444c6cac80da-5a3260c2, #w-node-d53b6b8a-bd6b-4b5c-8bfb-88d40fb4bc96-5a3260c2, #w-node-_3538a229-794b-166f-673f-444c6cac80d0-5a3260c2, #w-node-_3538a229-794b-166f-673f-444c6cac80d5-5a3260c2, #w-node-_3538a229-794b-166f-673f-444c6cac80ee-5a3260c2, #w-node-_3538a229-794b-166f-673f-444c6cac80ef-5a3260c2, #w-node-_83ff6ff9-4543-847b-419d-bf09fb1cb9b3-5a3260c2, #w-node-_7b0f646d-0c72-d109-f0c3-48882680ce2c-5a3260c2, #w-node-_3538a229-794b-166f-673f-444c6cac80f4-5a3260c2, #w-node-_3538a229-794b-166f-673f-444c6cac80f9-5a3260c2, #w-node-_3538a229-794b-166f-673f-444c6cac80fe-5a3260c2, #w-node-_0fb73ea2-d6f8-e765-89c4-f37a32ce27c6-1f70bb8f, #w-node-_0fb73ea2-d6f8-e765-89c4-f37a32ce278b-1f70bb8f, #w-node-_7b106c6b-399e-37f6-acaa-bfffc43ff2a6-1f70bb8f, #w-node-_82c4a265-b292-9233-a5f4-94a65832b852-1f70bb8f, #w-node-_0edc0875-a9ca-dda1-5d11-05e583e00cc9-1f70bb8f, #w-node-_0fb73ea2-d6f8-e765-89c4-f37a32ce27a5-1f70bb8f, #w-node-d37b6d78-00b1-b9f9-28a9-034ae347902a-1f70bb8f, #w-node-_2a29acd7-effb-4494-7d62-90eb68dcc024-1f70bb8f, #w-node-f867bba4-8d37-0ae9-bcce-eafab79c534d-1f70bb8f, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-c1fafdd7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327670-c1fafdd7, #w-node-_19dd0b2d-7070-9b71-3956-74166cf645b2-c1fafdd7, #w-node-f9c8db7c-9b2c-1c55-95c3-4ff69ace55c2-c1fafdd7, #w-node-_5dfd7570-6714-12b7-2d4e-c9612b2a669a-c1fafdd7, #w-node-ddf66ddd-6c67-f458-b490-18efe50215ef-c1fafdd7, #w-node-_297079cb-a9f6-ebf9-9026-a65ed97dad63-c1fafdd7, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4434-c1fafdd7, #w-node-eb9a55d2-7dd5-bc62-5a43-820e5a576b64-c1fafdd7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327675-c1fafdd7, #w-node-d82b1585-3061-9953-0e1f-ec7a2aecf326-c1fafdd7, #w-node-_0cab9a81-69a2-c3bb-c432-0408c0e3b1d4-c1fafdd7, #w-node-_8118a1c9-8744-adba-8c03-e6c89941eb11-c1fafdd7, #w-node-aaf1e3c0-e07d-1291-226a-f6408105049b-c1fafdd7, #w-node-_3d1dc04f-09f6-3fad-e863-77bea0f32d76-c1fafdd7, #w-node-be2208c0-58e5-a54c-d9e0-ad936f47452b-c1fafdd7, #w-node-_71e8eb1d-f362-2c66-cac7-65f3c02f91a9-c1fafdd7, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4468-ae45f0cf, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c441a-ae45f0cf, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4439-ae45f0cf, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c442f-ae45f0cf, #w-node-f0e7f965-fd44-b84f-cdc5-dda14540a7d2-ae45f0cf, #w-node-_4030f302-ef35-83cd-0725-1e726774d22d-ae45f0cf, #w-node-_57e03976-a9db-e77f-6f47-5f7e26e157a2-ae45f0cf, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c443e-ae45f0cf, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4453-ae45f0cf, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4458-ae45f0cf, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4462-ae45f0cf, #w-node-_7bb977b2-4fb9-656e-6edb-3b61765c0339-ae45f0cf, #w-node-_1e0a8f49-cadf-bce2-6708-29cdf0a8f6a7-ae45f0cf, #w-node-_6a7fd8e7-1e8a-2b05-f6c8-0d0e844814f9-38d3d24f, #w-node-_6a7fd8e7-1e8a-2b05-f6c8-0d0e84481513-38d3d24f, #w-node-_6a7fd8e7-1e8a-2b05-f6c8-0d0e84481514-38d3d24f, #w-node-dc60bc2a-c0f8-c6e0-7299-84f77cb840d2-38d3d24f, #w-node-_6a7fd8e7-1e8a-2b05-f6c8-0d0e84481520-38d3d24f, #w-node-_6a7fd8e7-1e8a-2b05-f6c8-0d0e84481521-38d3d24f, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4468-1b855dd3, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c441a-1b855dd3, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4439-1b855dd3, #w-node-ec489270-5a72-74e6-2b61-de47b7e704f9-1b855dd3, #w-node-_57e03976-a9db-e77f-6f47-5f7e26e157a2-1b855dd3, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c443e-1b855dd3, #w-node-f0e7f965-fd44-b84f-cdc5-dda14540a7d2-1b855dd3, #w-node-b6633e16-d897-dd53-36a0-eca07b0fa2f6-1b855dd3, #w-node-_7bb977b2-4fb9-656e-6edb-3b61765c0339-1b855dd3, #w-node-_13ad9e7f-36e7-6827-7245-dc2feddd081c-a865a6b4, #w-node-_13ad9e7f-36e7-6827-7245-dc2feddd07ed-a865a6b4, #w-node-_13ad9e7f-36e7-6827-7245-dc2feddd07ee-a865a6b4, #w-node-_13ad9e7f-36e7-6827-7245-dc2feddd07f8-a865a6b4, #w-node-_34e95cfb-4966-2200-1972-edfb1b3438e6-a865a6b4, #w-node-_13ad9e7f-36e7-6827-7245-dc2feddd07fd-a865a6b4, #w-node-db610548-a239-1a7e-bde9-4f23cbcd0c2f-a865a6b4, #w-node-a55667d8-2d4b-9207-2bb2-d187feef8b76-a865a6b4, #w-node-_13ad9e7f-36e7-6827-7245-dc2feddd0802-a865a6b4, #w-node-_13ad9e7f-36e7-6827-7245-dc2feddd0803-a865a6b4, #w-node-_2e09030a-569a-7789-34ba-364dd1ccf85d-a865a6b4, #w-node-a4cf9659-e602-3588-2e29-2dbe33c96d37-a865a6b4, #w-node-_728c00cc-bbe8-a341-f204-fd74c2545a5e-a865a6b4, #w-node-_0be29edb-ec89-96cc-e18d-dc2c77f31608-a865a6b4, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b982-dfc3a46a, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b944-dfc3a46a, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b949-dfc3a46a, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b94d-dfc3a46a, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b951-dfc3a46a, #w-node-_1572338b-144f-28dd-3a8d-67aaea46e4b9-dfc3a46a, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b959-dfc3a46a, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b972-dfc3a46a, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b96e-dfc3a46a, #w-node-bc3ff05b-6250-ba87-686f-15c534046ab0-dfc3a46a, #w-node-bc3ff05b-6250-ba87-686f-15c534046aa4-dfc3a46a, #w-node-_90d3aa4b-c52b-dc2c-a614-6810dacc59cd-dfc3a46a, #w-node-bc3ff05b-6250-ba87-686f-15c534046aa8-dfc3a46a, #w-node-bc3ff05b-6250-ba87-686f-15c534046aa9-dfc3a46a, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b96a-dfc3a46a, #w-node-_4a0457bb-be55-b2d6-d95d-984656bf8bd6-dfc3a46a, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b97a-dfc3a46a, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-e9237616, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327670-e9237616, #w-node-a60fb883-f219-1126-19ac-022abc7fbabd-e9237616, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327671-e9237616, #w-node-_2570f3f0-d3db-c22c-5963-ce88b0784957-e9237616, #w-node-a2d43aca-5a9d-9c4c-b64b-81f397aabe63-e9237616, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327675-e9237616, #w-node-_207984ee-5e1c-c116-4d89-1c44a5387150-e9237616, #w-node-_02944b4d-c942-a4ff-39a3-7d7660009315-e9237616, #w-node-_25ea65da-e709-13b9-ee2b-2d4e0b57a5b6-e9237616, #w-node-_8e73a481-d298-2b20-6ff5-3fae0107f3c8-e9237616, #w-node-b0ad94bf-51ac-921d-bd2d-4f93b4d66ca5-e9237616, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327678-e9237616, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-23edccdd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327670-23edccdd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327671-23edccdd, #w-node-_066b3ce9-adcf-d89e-6255-1dd811e0bf53-23edccdd, #w-node-_0553d5a9-4525-38ca-6622-870b301fcec7-23edccdd, #w-node-_8e73a481-d298-2b20-6ff5-3fae0107f3c8-23edccdd, #w-node-_7e2acda3-0c9f-a42c-5214-cd01c9eae6a4-23edccdd, #w-node-_2570f3f0-d3db-c22c-5963-ce88b0784957-23edccdd, #w-node-f6f65406-c106-476e-2688-562722601f51-23edccdd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327674-23edccdd, #w-node-a60fb883-f219-1126-19ac-022abc7fbabd-23edccdd, #w-node-_7c37612e-3958-185b-2142-dfab49f21fd2-23edccdd, #w-node-_7c37612e-3958-185b-2142-dfab49f21fd4-23edccdd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327675-23edccdd, #w-node-a7f9fca8-3392-6aa2-1b0a-471b2a87255b-23edccdd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327676-23edccdd, #w-node-b0ad94bf-51ac-921d-bd2d-4f93b4d66ca5-23edccdd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327678-23edccdd, #w-node-_9e31f4fb-6832-7e7e-7488-71254fab8daa-23edccdd, #w-node-_9e31f4fb-6832-7e7e-7488-71254fab8dac-23edccdd, #w-node-_5a8e1613-5153-d493-cd14-b8ecac59fd29-23edccdd, #w-node-_5a8e1613-5153-d493-cd14-b8ecac59fd2b-23edccdd, #w-node-_207984ee-5e1c-c116-4d89-1c44a5387150-23edccdd, #w-node-e4789b21-5b49-804b-44e9-f908b6af0fa1-23edccdd, #w-node-c2fdbfda-2f1b-7cbc-e949-841dfacc7976-23edccdd, #w-node-_25ea65da-e709-13b9-ee2b-2d4e0b57a5b6-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d556e-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d5589-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d558e-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d558f-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d5593-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d5594-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d55a8-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d55a9-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d55ab-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d55ae-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d55b0-23edccdd, #w-node-_35c3cd86-0822-cc46-96ec-f76b37cccda4-23edccdd, #w-node-_35c3cd86-0822-cc46-96ec-f76b37cccda6-23edccdd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-30e5e651, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327670-30e5e651, #w-node-_066b3ce9-adcf-d89e-6255-1dd811e0bf53-30e5e651, #w-node-_0553d5a9-4525-38ca-6622-870b301fcec7-30e5e651, #w-node-_7e2acda3-0c9f-a42c-5214-cd01c9eae6a4-30e5e651, #w-node-c2fdbfda-2f1b-7cbc-e949-841dfacc7976-30e5e651, #w-node-f6f65406-c106-476e-2688-562722601f51-30e5e651, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327674-30e5e651, #w-node-dd6737d0-82d1-7512-b11c-046c5d672734-30e5e651, #w-node-dd6737d0-82d1-7512-b11c-046c5d672736-30e5e651, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327675-30e5e651, #w-node-_741facd4-9104-e942-8ac2-e74bd9986f0e-30e5e651, #w-node-_741facd4-9104-e942-8ac2-e74bd9986f10-30e5e651, #w-node-bd410ce4-3588-901c-5caa-d688cc2ef7d7-30e5e651, #w-node-bd410ce4-3588-901c-5caa-d688cc2ef7d9-30e5e651, #w-node-e54d06de-389c-f5c0-0c90-d762bdfe69e9-30e5e651, #w-node-e54d06de-389c-f5c0-0c90-d762bdfe69eb-30e5e651, #w-node-_22b53bc5-677f-489c-64db-c0ba7f3058a7-30e5e651, #w-node-_22b53bc5-677f-489c-64db-c0ba7f3058a9-30e5e651, #w-node-_75d07fe6-40ae-a115-5ea9-0528c3cc9ba5-c5f2efd4, #w-node-_75d07fe6-40ae-a115-5ea9-0528c3cc9b67-c5f2efd4, #w-node-deb4144d-521d-8584-846f-b26622d5ba67-c5f2efd4, #w-node-_96f57e59-9904-7169-c591-21c15c8dc4a3-c5f2efd4, #w-node-bc3ff05b-6250-ba87-686f-15c534046aa0-c5f2efd4, #w-node-bc3ff05b-6250-ba87-686f-15c534046aa1-c5f2efd4, #w-node-bc3ff05b-6250-ba87-686f-15c534046ac1-c5f2efd4, #w-node-bc3ff05b-6250-ba87-686f-15c534046ac2-c5f2efd4, #w-node-_75d07fe6-40ae-a115-5ea9-0528c3cc9b68-c5f2efd4, #w-node-_75d07fe6-40ae-a115-5ea9-0528c3cc9b6c-c5f2efd4, #w-node-_75d07fe6-40ae-a115-5ea9-0528c3cc9b88-c5f2efd4, #w-node-cd4ee0b5-61e1-5e31-659e-c6f736380191-c5f2efd4, #w-node-_9689e78d-7910-4923-0305-8b17e6992101-c5f2efd4, #w-node-_75d07fe6-40ae-a115-5ea9-0528c3cc9b80-c5f2efd4, #w-node-_6d26a15c-d562-f572-419a-a82f2e98fb65-c5f2efd4, #w-node-_75d07fe6-40ae-a115-5ea9-0528c3cc9b74-c5f2efd4, #w-node-_75d07fe6-40ae-a115-5ea9-0528c3cc9b70-c5f2efd4, #w-node-_59f7fd6e-c02f-dcc4-0760-778ea3b8a931-fb01e038, #w-node-_59f7fd6e-c02f-dcc4-0760-778ea3b8a932-fb01e038, #w-node-_59f7fd6e-c02f-dcc4-0760-778ea3b8a933-fb01e038, #w-node-e89b8fdd-755b-421c-fd01-af4d8ae57c41-fb01e038, #w-node-e89b8fdd-755b-421c-fd01-af4d8ae57c43-fb01e038, #w-node-a4a18107-20a3-f407-173b-e3a4f79330a0-fb01e038, #w-node-a4a18107-20a3-f407-173b-e3a4f79330a2-fb01e038, #w-node-_3b3449c5-3ab4-9edc-b834-8b900467490a-fb01e038, #w-node-f7b7463a-0e25-16a2-28e4-14f286f9111c-fb01e038, #w-node-_59f7fd6e-c02f-dcc4-0760-778ea3b8a956-fb01e038, #w-node-f9d8a173-d587-2b44-2013-c435aa590810-fb01e038, #w-node-_3e12af01-46ff-5dc6-b6ff-d63870570e57-fb01e038, #w-node-_3e12af01-46ff-5dc6-b6ff-d63870570e58-fb01e038, #w-node-_132c4d3d-3ed4-9d6b-1bf3-d837d2e97ca4-fb01e038, #w-node-e2861d27-f85e-50a2-9214-d5f2bb3e05f4-fb01e038, #w-node-_88d30bea-4a74-0ad6-2b80-f4f3cc9d74a1-fb01e038, #w-node-a1c4531c-7d2b-0280-0b38-eb047b1974f8-fb01e038, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327670-8b743db7, #w-node-ec0453a2-8f3c-320c-e10c-7f9b259f9490-8b743db7, #w-node-_2fa7ee1c-dac3-f15e-0859-6fad0c39477e-8b743db7, #w-node-c6248bbd-810d-5f7b-022a-0e3b4b126b7b-8b743db7, #w-node-d6166bab-f5ff-299a-c5f5-b3cd45aaba4e-8b743db7, #w-node-_59f7fd6e-c02f-dcc4-0760-778ea3b8a95f-8b743db7, #w-node-_59f7fd6e-c02f-dcc4-0760-778ea3b8a960-8b743db7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327675-8b743db7, #w-node-_3e49cc41-f193-9368-a049-ecbea9acf365-8b743db7, #w-node-_11511e3c-3676-7842-a4b0-caf16b7ae8d5-8b743db7, #w-node-_59f7fd6e-c02f-dcc4-0760-778ea3b8a93a-8b743db7, #w-node-_59f7fd6e-c02f-dcc4-0760-778ea3b8a93b-8b743db7, #w-node-a84503d2-93dd-c004-efa4-3746873f59d0-8b743db7, #w-node-a84503d2-93dd-c004-efa4-3746873f59d1-8b743db7, #w-node-eabc2c7f-2203-8343-72f9-b89aeb731b2d-8b743db7, #w-node-_8217d809-1d64-4479-88c7-a7f560996b81-0bf765dc, #w-node-b9f7f2f8-59b3-0a71-dd16-891eb02ab8f3-0bf765dc, #w-node-b9f7f2f8-59b3-0a71-dd16-891eb02ab8f4-0bf765dc, #w-node-_8217d809-1d64-4479-88c7-a7f560996b87-0bf765dc, #w-node-c107d2eb-e861-ad19-d087-1d5fafd4c904-0bf765dc, #w-node-c107d2eb-e861-ad19-d087-1d5fafd4c906-0bf765dc, #w-node-_8d1393a6-e215-1a4a-3af4-1f90780f1808-0bf765dc, #w-node-e1ee4f8f-c08c-81f7-5ff5-897a035609bf-0bf765dc, #w-node-_8217d809-1d64-4479-88c7-a7f560996b8c-0bf765dc, #w-node-_8217d809-1d64-4479-88c7-a7f560996b8e-0bf765dc, #w-node-_8217d809-1d64-4479-88c7-a7f560996b91-0bf765dc, #w-node-_8217d809-1d64-4479-88c7-a7f560996b93-0bf765dc, #w-node-_8217d809-1d64-4479-88c7-a7f560996b96-0bf765dc, #w-node-_8217d809-1d64-4479-88c7-a7f560996b99-0bf765dc, #w-node-fa7a8144-0f09-d539-e78f-30e2a45e489e-0bf765dc, #w-node-fa7a8144-0f09-d539-e78f-30e2a45e48a0-0bf765dc, #w-node-_8217d809-1d64-4479-88c7-a7f560996ba1-0bf765dc, #w-node-_8217d809-1d64-4479-88c7-a7f560996ba3-0bf765dc, #w-node-_94e27ab6-c84b-3807-1c1f-63f58bfa7c70-0bf765dc, #w-node-_94e27ab6-c84b-3807-1c1f-63f58bfa7c72-0bf765dc, #w-node-_3c14d671-1a0e-d66e-89f3-e66ce3244aef-0bf765dc, #w-node-_8217d809-1d64-4479-88c7-a7f560996ba6-0bf765dc, #w-node-d1f16920-e8ce-d615-1b29-fad898b6da12-0bf765dc, #w-node-d1f16920-e8ce-d615-1b29-fad898b6da14-0bf765dc, #w-node-_7fa75827-161b-f9bf-7d05-281695d4cf01-0bf765dc, #w-node-_7fa75827-161b-f9bf-7d05-281695d4cf03-0bf765dc, #w-node-_02f82fce-e99b-a6ce-29f4-7d2b8ab1ecdb-cc9fc6aa, #w-node-_02f82fce-e99b-a6ce-29f4-7d2b8ab1ecdc-cc9fc6aa, #w-node-_939b8976-477e-5c7d-3d8e-b7013ab7c0e1-cc9fc6aa, #w-node-_077f5012-d0b5-aeb6-124c-7a6216272a9d-cc9fc6aa, #w-node-be93faac-3311-c407-7a5a-3a952f70eeed-cc9fc6aa, #w-node-_02f82fce-e99b-a6ce-29f4-7d2b8ab1ece1-cc9fc6aa, #w-node-_02f82fce-e99b-a6ce-29f4-7d2b8ab1ece6-cc9fc6aa, #w-node-bddf260c-5818-fe37-5cfb-75e81b8c7d2f-cc9fc6aa, #w-node-_02f82fce-e99b-a6ce-29f4-7d2b8ab1ecf5-cc9fc6aa, #w-node-_02f82fce-e99b-a6ce-29f4-7d2b8ab1ecf8-cc9fc6aa, #w-node-_3d9c30a0-de20-17f4-5edd-4379147d0349-cc9fc6aa, #w-node-_672941a2-02f8-9fea-5146-041432215fb7-cc9fc6aa, #w-node-_02f82fce-e99b-a6ce-29f4-7d2b8ab1ecfd-cc9fc6aa, #w-node-dcbc4e29-9baf-3d5e-ddd6-f38373720723-cc9fc6aa, #w-node-_02f82fce-e99b-a6ce-29f4-7d2b8ab1ed00-cc9fc6aa, #w-node-_02f82fce-e99b-a6ce-29f4-7d2b8ab1ed02-cc9fc6aa, #w-node-b52bf666-f654-75ec-354b-6e8613d6247e-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d6247f-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d62480-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d62483-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d62484-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d62487-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d62488-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d6248b-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d6248c-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d6248e-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d6248f-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d62492-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d62493-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d62496-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d62497-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d62498-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d6249b-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d6249c-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d6249f-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d624a0-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d624a3-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d624a4-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d624a7-a621a8d1, #w-node-b52bf666-f654-75ec-354b-6e8613d624a8-a621a8d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d7efdc6-cf74-1e3b-7edc-d15e1308771d-15381fed {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8d7efdc6-cf74-1e3b-7edc-d15e130876d3-15381fed, #w-node-_8d7efdc6-cf74-1e3b-7edc-d15e130876e8-15381fed, #w-node-_453614e5-d549-c867-200c-2132efc958c8-15381fed, #w-node-_72429aaa-1a5b-563b-f7a7-1ad1df890121-15381fed, #w-node-_6dbe4bf6-4811-5945-f2fa-e8768fc6a8ab-15381fed, #w-node-_4a1f74ba-5961-e44b-4aed-1517146836e9-15381fed, #w-node-_8d7efdc6-cf74-1e3b-7edc-d15e130876ec-15381fed, #w-node-_8d7efdc6-cf74-1e3b-7edc-d15e130876ed-15381fed, #w-node-f558d99f-eb4c-c9ad-dbf0-af84564b13f0-15381fed, #w-node-fbb1b5fa-0419-20c2-208d-dcff0c3d4ec7-15381fed, #w-node-_8d7efdc6-cf74-1e3b-7edc-d15e130876f4-15381fed, #w-node-_8d7efdc6-cf74-1e3b-7edc-d15e13087715-15381fed, #w-node-dbf94b52-38cb-bedf-594e-c2a67812aef3-15381fed, #w-node-_249e4c17-fc18-dc7f-be38-42a07fe757b7-15381fed, #w-node-bf8530bf-d359-07f4-6b0b-750e78842198-15381fed, #w-node-_637879b2-698b-a477-1977-1d8cd5ad3247-15381fed, #w-node-a6504e03-cdfe-6304-5467-25efc12ab548-15381fed, #w-node-_27fbea2c-3b69-c46e-b0d8-7c79fb488c74-15381fed, #w-node-_3534c703-97bc-d1f1-23aa-f92b3d82e61a-15381fed, #w-node-d912f911-8d40-aa75-e60b-164ebad3337b-15381fed, #w-node-d912f911-8d40-aa75-e60b-164ebad3337d-15381fed, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327670-e75fa6e2, #w-node-_02862895-ab04-c040-6581-1151fb872f22-e75fa6e2, #w-node-c92c3c35-df33-ae2d-8baf-40fa4a23ab2d-e75fa6e2, #w-node-fc4f61c7-a0da-6daa-5a87-495f3520189a-e75fa6e2, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327678-e75fa6e2, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327675-e75fa6e2, #w-node-_59f7fd6e-c02f-dcc4-0760-778ea3b8a95c-e75fa6e2, #w-node-_6c375211-6099-9495-6084-4888e29d9b69-e75fa6e2, #w-node-_84426db8-ac65-7dde-f663-c3c50fa4426d-59da620c, #w-node-_84426db8-ac65-7dde-f663-c3c50fa4428e-59da620c, #w-node-_84426db8-ac65-7dde-f663-c3c50fa442af-59da620c, #w-node-_84426db8-ac65-7dde-f663-c3c50fa4426d-26dc15a1, #w-node-_84426db8-ac65-7dde-f663-c3c50fa4428e-26dc15a1, #w-node-_84426db8-ac65-7dde-f663-c3c50fa44296-26dc15a1, #w-node-_84426db8-ac65-7dde-f663-c3c50fa442af-26dc15a1, #w-node-a79df1a7-89c9-4d65-56c8-abf8d016e05e-26dc15a1, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-df111382, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327670-df111382, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327675-df111382, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327676-df111382, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327677-df111382, #w-node-f6e9f227-f2e3-47fd-e7b1-d6bdf1e1183f-df111382, #w-node-_0a69767e-5a0f-888a-bffa-6bc7e9fb38b7-452d46f9, #w-node-_0a69767e-5a0f-888a-bffa-6bc7e9fb38d8-452d46f9, #w-node-_0a69767e-5a0f-888a-bffa-6bc7e9fb38e0-452d46f9, #w-node-_0a69767e-5a0f-888a-bffa-6bc7e9fb38e9-452d46f9, #w-node-dad66c59-f9ef-6d2a-14c6-6138ff42d3ec-ef673f61, #w-node-c0fad988-4e25-e9a0-96f7-964618030a08-ef673f61, #w-node-_8404a5b1-598f-7698-c576-c277f42bf9ac-ef673f61, #w-node-e7f3381d-2e31-00da-44b1-feb4fa4fa4a4-ef673f61, #w-node-_3fda5f66-b434-d02f-87ca-33449b3bf9bf-ef673f61, #w-node-_54056c25-0c67-971f-fd07-6bf503c603b9-ef673f61, #w-node-_9b60df4f-75f8-fd72-e76e-3a4f3a3fae9d-ef673f61, #w-node-_00cbb765-91a8-2408-b402-7797a8b37042-ef673f61, #w-node-dad66c59-f9ef-6d2a-14c6-6138ff42d408-ef673f61, #w-node-dad66c59-f9ef-6d2a-14c6-6138ff42d419-ef673f61, #w-node-dad66c59-f9ef-6d2a-14c6-6138ff42d41a-ef673f61, #w-node-_189f74b0-9152-91bb-61d5-45179e874815-ef673f61, #w-node-_189f74b0-9152-91bb-61d5-45179e874817-ef673f61, #w-node-_65ff7b25-9d6e-99e8-8c72-3a360e4059d8-ef673f61, #w-node-_0e8a713a-7d03-7b88-b3db-d8402377d6d8-ef673f61, #w-node-_442d5de4-6e58-3aea-fcdc-ece3976f3e61-ef673f61, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327674-ef673f61, #w-node-dad66c59-f9ef-6d2a-14c6-6138ff42d3f5-ef673f61, #w-node-_728d5f8e-f45a-4219-e652-9d4c44393d67-ef673f61, #w-node-_8f7b6764-9b38-a7a5-c721-76ed53f33a95-ef673f61, #w-node-aa1ad71c-29a4-ae93-19d7-dc76d4714fbf-ef673f61, #w-node-_00c57b26-51da-45f2-57bb-23ddd6b2ce35-ef673f61, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad356-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad36b-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad370-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad371-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad375-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad376-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad37b-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad37c-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad37e-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad381-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad383-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad386-fc35f5dc, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad388-fc35f5dc, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90e9-41429b8d, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90ea-41429b8d, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90eb-41429b8d, #w-node-_8e8b92f9-07ce-3126-ce0a-70feca1a0bde-d4802a3d, #w-node-_8e8b92f9-07ce-3126-ce0a-70feca1a0be6-d4802a3d, #w-node-_8e8b92f9-07ce-3126-ce0a-70feca1a0bee-d4802a3d, #w-node-_85ad2999-c77d-f337-0795-be1171885659-d4802a3d, #w-node-e6e4449e-61bb-2fe7-b818-6eee95710709-d4802a3d, #w-node-_6d2311ee-f777-09ec-046c-9c0a6a47d309-d4802a3d, #w-node-b52bf666-f654-75ec-354b-6e8613d6247e-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d6247f-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d62480-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d62483-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d62484-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d62487-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d62488-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d62496-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d62497-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d62498-1cf9aa32, #w-node-_1990ba1d-2581-3d96-b10b-af79b65c97f5-1cf9aa32, #w-node-_1990ba1d-2581-3d96-b10b-af79b65c97f7-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d6248b-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d6248c-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d6249b-1cf9aa32, #w-node-b52bf666-f654-75ec-354b-6e8613d6249c-1cf9aa32, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90e9-b7123a46, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90ea-b7123a46, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90eb-b7123a46, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90e9-012253a8, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90ea-012253a8, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90eb-012253a8, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90e9-d6210467, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90eb-d6210467, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90ea-d6210467, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90e9-5e7bcde4, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90ea-5e7bcde4, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90eb-5e7bcde4, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-571e07e1, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327670-571e07e1, #w-node-fbca7202-a9b1-f35a-a5d5-8a436501ab37-571e07e1, #w-node-fbca7202-a9b1-f35a-a5d5-8a436501ab38-571e07e1, #w-node-_3560a187-48ba-9a8a-68f5-e70fd354ed3a-571e07e1, #w-node-_3560a187-48ba-9a8a-68f5-e70fd354ed3c-571e07e1, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327675-571e07e1, #w-node-c23023ed-72ab-9cb3-29e0-b1988c1065b4-571e07e1, #w-node-c23023ed-72ab-9cb3-29e0-b1988c1065b6-571e07e1, #w-node-a7f9fca8-3392-6aa2-1b0a-471b2a87255b-571e07e1, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d716327676-571e07e1, #w-node-e4789b21-5b49-804b-44e9-f908b6af0fa1-571e07e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7c5f5d1-0a48-2b60-cba3-dc0a53e3b72a-9c6fac4c {
  align-self: center;
}

#w-node-b8b9da4f-6768-ada8-4330-12f318aa0a18-216e3e15 {
  place-self: center;
}

#w-node-f2300151-2b3a-8e51-9d3e-4c9f2b2629ad-b702bf40 {
  place-self: auto center;
}

@media screen and (max-width: 991px) {
  #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-a8b3a2e7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-d325bacd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-b3465a23, #w-node-_2b573a18-df07-0633-b84a-61bb43a13f87-942fe12a, #w-node-fdd6543c-9a68-df07-eec3-6f4f1887f97b-f7821157, #w-node-_3538a229-794b-166f-673f-444c6cac80a4-5a3260c2, #w-node-_0fb73ea2-d6f8-e765-89c4-f37a32ce27c6-1f70bb8f, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-c1fafdd7, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4468-ae45f0cf, #w-node-_6a7fd8e7-1e8a-2b05-f6c8-0d0e844814f9-38d3d24f, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4468-1b855dd3, #w-node-_13ad9e7f-36e7-6827-7245-dc2feddd081c-a865a6b4, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b982-dfc3a46a, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-e9237616, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-23edccdd, #w-node-_136cb9b1-d272-a514-75b4-1e329c9d556e-23edccdd, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-30e5e651, #w-node-_75d07fe6-40ae-a115-5ea9-0528c3cc9ba5-c5f2efd4, #w-node-_59f7fd6e-c02f-dcc4-0760-778ea3b8a97b-fb01e038, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-8b743db7, #w-node-_8217d809-1d64-4479-88c7-a7f560996bab-0bf765dc, #w-node-_02f82fce-e99b-a6ce-29f4-7d2b8ab1ed0f-cc9fc6aa, #w-node-b52bf666-f654-75ec-354b-6e8613d624af-a621a8d1, #w-node-_8d7efdc6-cf74-1e3b-7edc-d15e1308771d-15381fed, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-e75fa6e2, #w-node-_84426db8-ac65-7dde-f663-c3c50fa4426d-59da620c, #w-node-_84426db8-ac65-7dde-f663-c3c50fa4426d-26dc15a1, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-df111382, #w-node-_0a69767e-5a0f-888a-bffa-6bc7e9fb38b7-452d46f9, #w-node-dad66c59-f9ef-6d2a-14c6-6138ff42d3cf-ef673f61, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad356-fc35f5dc, #w-node-b52bf666-f654-75ec-354b-6e8613d624af-1cf9aa32, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-571e07e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37831b01-41dd-dc9b-f8ea-ffe50d9fa9b8-9c6fac4c {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_13eaf7a9-e589-26ce-9a06-6318fac03e62-3c0f5546, #w-node-_8e8b92f9-07ce-3126-ce0a-70feca1a0bee-2310c377, #w-node-_9e2b16c4-b56d-997e-fedf-e53bf47e22e5-762a4ece {
    grid-column: span 1 / span 1;
  }

  #w-node-_35b52367-684d-6605-7878-ee02d925a276-6531b591, #w-node-_5ad11503-1558-ee75-60cd-0c81ea4fcc5a-6531b591, #w-node-_320ac52e-ffd1-899b-6ffd-66cf6ee76412-6531b591, #w-node-_8f464ab3-2d83-7f06-66fc-5fa088ebf00b-6531b591, #w-node-_6d024282-efce-a55e-b5f5-dadb29f35884-6531b591, #w-node-_3b4893c5-9666-ae40-920e-4678e5f501f3-6531b591, #w-node-_22d97136-b6aa-0e21-2463-c55f91e8f1bb-6531b591, #w-node-_0f0960c5-4318-cd6a-430b-cb0e60a0064e-6531b591, #w-node-c3a55c0a-a7f9-910d-2f39-5cc1b6d43782-6531b591, #w-node-dd2a98d5-3e0c-9e27-3fa6-45e5cbed15e2-6531b591, #w-node-_2341dcba-dd9d-d1c2-0034-e33506084b49-6531b591, #w-node-_66fd0067-ce1e-8447-46b8-501c2de9dbd4-6531b591, #w-node-_6fa168c8-d602-1708-dafc-8bd747638840-6531b591, #w-node-_665c5e1d-7c30-ff03-f157-a2a6ab754bbf-6531b591 {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_511d9be7-eabe-aca6-4957-a9fa44eda507-44eda4ef, #w-node-_511d9be7-eabe-aca6-4957-a9fa44eda5e0-44eda4ef {
    grid-column: 1 / 3;
  }

  #w-node-_511d9be7-eabe-aca6-4957-a9fa44eda5fe-44eda4ef {
    grid-column-start: 1;
  }

  #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-a8b3a2e7, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-d325bacd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0be8a9b5-7f57-17f6-0b6f-017be26142d4-54804bdb, #w-node-_0be8a9b5-7f57-17f6-0b6f-017be26142d5-54804bdb, #w-node-_0be8a9b5-7f57-17f6-0b6f-017be26142d6-54804bdb, #w-node-d01bc01e-7d62-9c87-59cd-ea4a7f0ba094-2ca95e1e, #w-node-d01bc01e-7d62-9c87-59cd-ea4a7f0ba096-2ca95e1e, #w-node-d01bc01e-7d62-9c87-59cd-ea4a7f0ba095-2ca95e1e, #w-node-_1444c947-c911-7310-6580-09b2d9b8f277-00602ca4, #w-node-_1444c947-c911-7310-6580-09b2d9b8f278-00602ca4, #w-node-_1444c947-c911-7310-6580-09b2d9b8f279-00602ca4, #w-node-e4f9b82a-c206-c408-eb48-a2b1ab692b10-1b96e58e, #w-node-e4f9b82a-c206-c408-eb48-a2b1ab692b11-1b96e58e, #w-node-e4f9b82a-c206-c408-eb48-a2b1ab692b12-1b96e58e, #w-node-dcf4964a-9583-5adc-fb4c-e1e8e03a2ee5-a50db850, #w-node-dcf4964a-9583-5adc-fb4c-e1e8e03a2ee6-a50db850, #w-node-dcf4964a-9583-5adc-fb4c-e1e8e03a2ee7-a50db850, #w-node-f88f46c3-d719-08c3-1dfe-3b838cada917-250e5245, #w-node-f88f46c3-d719-08c3-1dfe-3b838cada919-250e5245, #w-node-f88f46c3-d719-08c3-1dfe-3b838cada918-250e5245, #w-node-_17384ca9-7ac9-4a12-9916-3351571cce12-e2d4f707, #w-node-_17384ca9-7ac9-4a12-9916-3351571cce13-e2d4f707, #w-node-_17384ca9-7ac9-4a12-9916-3351571cce14-e2d4f707, #w-node-_7032917f-cdae-bb87-e62b-d7b6657604ee-4af7ab96, #w-node-_7032917f-cdae-bb87-e62b-d7b6657604ef-4af7ab96, #w-node-_7032917f-cdae-bb87-e62b-d7b6657604f0-4af7ab96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-b3465a23, #w-node-_2b573a18-df07-0633-b84a-61bb43a13f87-942fe12a, #w-node-fdd6543c-9a68-df07-eec3-6f4f1887f97b-f7821157, #w-node-_3538a229-794b-166f-673f-444c6cac80a4-5a3260c2, #w-node-_0fb73ea2-d6f8-e765-89c4-f37a32ce27c6-1f70bb8f, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-c1fafdd7, #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4468-ae45f0cf, #w-node-_6a7fd8e7-1e8a-2b05-f6c8-0d0e844814f9-38d3d24f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb0dbffe-67f9-caae-f6f8-5f00bd5c4468-1b855dd3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_13ad9e7f-36e7-6827-7245-dc2feddd081c-a865a6b4, #w-node-cc9ca050-efba-1bc4-f16f-3226d5f0b982-dfc3a46a, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-e9237616, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-23edccdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_136cb9b1-d272-a514-75b4-1e329c9d556e-23edccdd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-30e5e651, #w-node-_75d07fe6-40ae-a115-5ea9-0528c3cc9ba5-c5f2efd4, #w-node-_59f7fd6e-c02f-dcc4-0760-778ea3b8a97b-fb01e038, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-8b743db7, #w-node-_8217d809-1d64-4479-88c7-a7f560996bab-0bf765dc, #w-node-_02f82fce-e99b-a6ce-29f4-7d2b8ab1ed0f-cc9fc6aa, #w-node-b52bf666-f654-75ec-354b-6e8613d624af-a621a8d1, #w-node-_8d7efdc6-cf74-1e3b-7edc-d15e1308771d-15381fed, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-e75fa6e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_84426db8-ac65-7dde-f663-c3c50fa4426d-59da620c, #w-node-_84426db8-ac65-7dde-f663-c3c50fa4426d-26dc15a1, #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-df111382, #w-node-_0a69767e-5a0f-888a-bffa-6bc7e9fb38b7-452d46f9 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-dad66c59-f9ef-6d2a-14c6-6138ff42d3cf-ef673f61, #w-node-aa920cd9-0582-e19e-30f4-fe2146aad356-fc35f5dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90e9-41429b8d, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90ea-41429b8d, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90eb-41429b8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b52bf666-f654-75ec-354b-6e8613d624af-1cf9aa32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90e9-b7123a46, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90ea-b7123a46, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90eb-b7123a46, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90e9-012253a8, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90ea-012253a8, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90eb-012253a8, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90e9-d6210467, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90eb-d6210467, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90ea-d6210467, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90e9-5e7bcde4, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90ea-5e7bcde4, #w-node-_85b59fd8-8d89-7705-bb78-fb617ddd90eb-5e7bcde4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43cfb75d-f8ee-e8f8-0bb2-09d71632765e-571e07e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


