:root {
  --enny-yellow: #dfc344;
  --enny-brown: #7e421c;
  --_styles---root-font-size: 28px;
}

.banner {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 136px;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 10px #0003;
}

.large-logo {
  max-width: 144px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: url('../images/hero_image_2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .92fr) 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: calc(100vh - 136px);
  min-height: 0;
  padding: 0;
  display: grid;
}

.div-block {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 12px 16px 64px;
  font-size: 2.986rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: scroll;
}

.bold-text {
  color: #000;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  background-color: #0000;
  max-width: 20ch;
  margin-bottom: 0;
  font-family: arial black;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-family: arial;
  font-size: clamp(1.4rem, 1.6rem + 9.3333vw, 2.15rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  display: flex;
}

.bold-text-2 {
  color: #fff;
  text-transform: uppercase;
  max-width: none;
  font-family: arial black;
}

.heading-2 {
  color: #fff;
  text-align: left;
  max-width: 24ch;
  margin: 0;
}

.text-block {
  color: #000;
  max-width: 48ch;
  font-family: arial black;
  font-size: 1rem;
  line-height: 1.6;
}

.discount-banner {
  background-color: #dfc344;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24px;
  padding: 20px 16px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.banner-ctas {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row-reverse;
  margin-left: auto;
  display: flex;
}

.button {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #dfc344;
  max-width: 256px;
  margin-top: 0;
  padding: 12px 16px;
  font-family: arial black;
  font-size: 12px;
  line-height: 1;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.button:hover {
  border: 1px solid var(--enny-yellow);
  color: var(--enny-yellow);
  background-color: #000;
}

.discount-1 {
  display: flex;
}

.text-block-2 {
  color: #000;
  cursor: pointer;
  font-family: arial black;
  font-size: 12px;
  line-height: 1;
}

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

.heading-3 {
  color: var(--enny-brown);
  max-width: 40ch;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.35rem;
  line-height: 1.3;
}

.paragraph {
  color: #000;
  max-width: 48ch;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.text-span {
  color: #000;
  -webkit-text-stroke-color: var(--enny-brown);
  font-style: italic;
  line-height: 1.2;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
}

.div-block-5 {
  position: absolute;
  inset: 0%;
}

.slider {
  z-index: 2;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.code-embed {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

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

.slide {
  border-radius: 24px;
  overflow: hidden;
}

.slide-2 {
  border-radius: 24px;
}

.left-arrow, .icon {
  display: none;
}

.list-item {
  font-size: 1rem;
}

.list {
  margin: 0;
  padding-left: 24px;
  font-size: 1rem;
  line-height: 1.6;
}

.heading-4 {
  color: #000;
  margin: 0;
  font-family: arial black;
  font-size: 1.1rem;
}

.flex-list-services {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 8px;
  display: flex;
}

.flex-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
}

.paragraph-2 {
  color: #000;
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.text-block-3 {
  font-size: 1rem;
}

.icon-2 {
  margin-right: 0;
}

.div-block-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 8px;
  display: flex;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: auto;
  margin-bottom: 64px;
  display: flex;
}

.image-2 {
  max-width: 188px;
}

.flex-list-services-main {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 8px;
  display: flex;
}

.flex-list-differentiators {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-bottom: 8px;
  display: flex;
}

.image-3 {
  display: none;
}

.flex-list-differentiator-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.flex-list-service-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
}

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

.slider-right-arrow {
  cursor: pointer;
  max-height: 40px;
  transition: all .2s;
}

.slider-right-arrow:hover {
  transform: scale(1.2);
}

.alt-block {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 12px 24px 64px;
  font-size: 2.986rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: scroll;
}

.heading-copy {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto 0 12px;
  font-family: arial black;
  font-size: clamp(1.4rem, 1.6rem + 9.3333vw, 2.15rem);
  font-weight: 900;
  line-height: 1.2;
  display: flex;
}

.div-block-4-copy {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
}

.services-section {
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  padding: 64px 24px;
  display: flex;
}

.cutout-image {
  z-index: 1;
  aspect-ratio: 1;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  max-width: none;
  height: 75vh;
  max-height: 600px;
  margin: auto;
  display: none;
  position: absolute;
}

.services-content {
  flex-flow: column;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 12px;
  display: flex;
}

.services {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  align-content: flex-start;
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
}

.services-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  outline-offset: 0px;
  background-color: #fff;
  border: .1px solid #ebebeba8;
  border-radius: 16px;
  outline: 0 #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 256px;
  padding: 12px;
  transition: all .2s;
  display: flex;
  box-shadow: 8px 12px 18px -12px #0003;
}

.services-card:hover {
  box-shadow: 8px 17px 19px -8px #0003;
}

.services-card-text {
  color: #000;
  text-align: center;
  font-family: arial black;
  font-size: 1rem;
  line-height: 1.2;
}

.heading-4-copy {
  color: #000;
  border-bottom: 2px #000;
  margin: 12px 0 0;
  font-family: arial black;
  font-size: 1.4rem;
}

.divider {
  border-bottom: 6px solid var(--enny-yellow);
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.services-card-image {
  aspect-ratio: 1;
  max-width: 88px;
}

.sales-section {
  background-color: var(--enny-yellow);
  background-image: url('../images/yellow_texture_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 104px 12px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-centered {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto 0 0;
  font-family: arial black;
  font-size: clamp(1.4rem, 1.6rem + 9.3333vw, 2.15rem);
  font-weight: 900;
  line-height: 1.2;
  display: flex;
}

.salespoints {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.salespoint-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: auto;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  align-items: center;
  width: 25%;
  max-width: 512px;
  padding: 12px;
  transition: all .2s;
  display: flex;
}

.salespoint-card:hover {
  transform: translate(0, -12px);
}

.image-4, .image-4-copy {
  max-width: 128px;
}

.salespoint-card-image {
  max-width: 104px;
}

.salespoint-card-text {
  color: #000;
  max-width: 40ch;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.4;
}

.salespoint-card-heading {
  color: #000;
  font-family: arial black;
  font-size: 16px;
}

.booking-section {
  text-align: center;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 12px;
  display: flex;
  position: relative;
}

.heading-centered-white {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto 0 12px;
  font-family: arial black;
  font-size: clamp(1.4rem, 1.6rem + 9.3333vw, 2.15rem);
  font-weight: 900;
  line-height: 1.2;
  display: flex;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

.booking-content {
  z-index: 2;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hidden-image-banner {
  z-index: 1;
  opacity: 0;
  background-image: url('../images/banner_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.footer-section {
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 36px;
  display: flex;
}

.footer-logo {
  width: 128px;
}

.div-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  max-width: 512px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.footer-links {
  color: #000;
  width: 42%;
  font-size: 18px;
  line-height: 1.2;
  transition: all .2s;
}

.footer-links:hover {
  color: var(--enny-brown);
}

.socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-link {
  width: 20px;
  max-width: none;
  height: auto;
  max-height: none;
  transition: all .2s;
}

.social-link:hover {
  transform: scale(1.2);
}

.image-5 {
  width: 100%;
}

.soapy-canvas {
  z-index: 9999;
  pointer-events: none;
  mix-blend-mode: normal;
  background-color: #0000;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cutout-wrapper {
  aspect-ratio: 1;
  background-image: url('../images/cutout_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
  position: relative;
}

.code-embed-2 {
  z-index: 3;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .section {
    background-image: linear-gradient(0deg, #e4e4e4 47%, #fff3), url('../images/mobile_bg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    grid-template-rows: .75fr 1.75fr;
    grid-template-columns: 1fr;
  }

  .div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 100%;
    overflow: scroll;
  }

  .bold-text {
    max-width: 100%;
    font-size: 2rem;
  }

  .heading {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .heading-3 {
    max-width: none;
    line-height: 1.1;
  }

  .paragraph {
    max-width: 100%;
  }

  .text-span {
    font-size: 1.1rem;
    line-height: 1;
  }

  .slide-nav {
    margin-bottom: 0;
  }

  .heading-4 {
    font-size: 1.18rem;
  }

  .flex-list-services {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 100%;
  }

  .flex-list-item {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 1.4;
  }

  .div-block-6 {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-2 {
    max-width: 164px;
  }

  .flex-list-services-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 100%;
  }

  .flex-list-differentiators {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 100%;
  }

  .flex-list-differentiator-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
  }

  .flex-list-service-item {
    width: 45%;
  }

  .slider-right-arrow {
    max-height: 32px;
  }

  .alt-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 100%;
    overflow: scroll;
  }

  .heading-copy {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .services-section {
    min-height: 0;
    padding: 64px 12px;
  }

  .cutout-image {
    max-width: 48%;
    height: auto;
    display: none;
  }

  .services-content {
    width: 60%;
  }

  .services-card {
    width: 46%;
    max-width: none;
  }

  .services-card-text {
    font-size: 10px;
  }

  .heading-4-copy {
    font-size: 1.18rem;
  }

  .services-card-image {
    width: 50%;
    max-width: 64px;
  }

  .sales-section {
    background-color: var(--enny-yellow);
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-centered {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .salespoints {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .salespoint-card {
    width: 45%;
  }

  .salespoint-card-image {
    max-width: 64px;
  }

  .heading-centered-white {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .footer-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .soapy-canvas {
    display: flex;
  }

  .cutout-wrapper {
    aspect-ratio: 1;
    background-image: url('../images/cutout_2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: 132px;
  }

  .section {
    background-image: linear-gradient(0deg, #e4e4e4 38%, #fff3 85%), url('../images/mobile_bg.jpg');
    background-position: 0 0, 50% 100%;
    background-attachment: scroll, scroll;
    height: calc(100vh - 130px);
  }

  .div-block {
    padding-left: 0;
    padding-right: 16px;
  }

  .heading-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .discount-banner {
    height: 24px;
    padding-bottom: 20px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .banner-ctas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button {
    margin-top: 0;
    font-size: 10px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 9px;
  }

  .heading-3 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.1;
  }

  .text-span {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .heading-4 {
    font-size: .9rem;
    line-height: 1.3;
  }

  .flex-list-services {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .flex-list-item {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 10px;
  }

  .flex-list-differentiators {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .flex-list-service-item {
    width: 48%;
  }

  .alt-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-copy {
    text-align: center;
    white-space: normal;
    word-break: normal;
    font-size: 1.4rem;
  }

  .services-section {
    flex-flow: column-reverse;
    padding-left: 12px;
    padding-right: 12px;
  }

  .services-content {
    align-items: center;
    width: 100%;
  }

  .services {
    justify-content: center;
  }

  .services-card {
    width: 45%;
  }

  .services-card-text {
    font-size: 12px;
  }

  .heading-4-copy {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
  }

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

  .services-card-image {
    max-width: 96px;
  }

  .heading-centered {
    white-space: normal;
    word-break: normal;
    font-size: 1.4rem;
  }

  .salespoint-card {
    align-self: stretch;
  }

  .salespoint-card-heading {
    line-height: 1.4;
  }

  .heading-centered-white {
    white-space: normal;
    word-break: normal;
    font-size: 1.4rem;
  }

  .footer-logo {
    width: 104px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: stretch;
  }

  .footer-links {
    width: 33%;
    font-size: 14px;
  }

  .socials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .soapy-canvas {
    display: flex;
  }

  .cutout-wrapper {
    aspect-ratio: 1;
    width: 88%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .large-logo {
    max-width: 100px;
    display: none;
  }

  .section {
    background-image: linear-gradient(0deg, #e4e4e4 38%, #fff3 85%), url('../images/mobile_4.jpg');
    background-position: 0 0, 50%;
  }

  .div-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
  }

  .bold-text {
    font-size: 1.2rem;
    line-height: 1;
  }

  .heading {
    font-size: 1.25rem;
  }

  .bold-text-2 {
    font-size: 8px;
    line-height: 10px;
  }

  .heading-2 {
    font-size: 12px;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px 12px;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    font-size: 9px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 1;
  }

  .paragraph {
    font-size: 12px;
  }

  .text-span {
    font-size: 1rem;
    line-height: 1;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-4 {
    font-size: 10px;
    line-height: 1.2;
  }

  .flex-list-services {
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
  }

  .flex-list-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.1;
  }

  .paragraph-2 {
    line-height: 1.3;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .icon-2 {
    margin-left: 40px;
  }

  .div-block-6 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    place-content: flex-start center;
    align-items: flex-start;
    margin-top: 8px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
  }

  .flex-list-services-main {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-list-differentiators {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .link-block {
    display: none;
  }

  .image-3 {
    width: auto;
    max-height: 64px;
    display: block;
  }

  .flex-list-differentiator-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 48%;
  }

  .flex-list-service-item {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 45%;
  }

  .slider-right-arrow {
    max-height: 24px;
    margin-right: 8px;
  }

  .alt-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
  }

  .heading-copy {
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
  }

  .div-block-4-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .services-section {
    flex-flow: column-reverse;
  }

  .services-content {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .services {
    justify-content: center;
    align-items: center;
  }

  .services-card-text {
    font-size: 9px;
  }

  .heading-4-copy {
    font-size: 14px;
    line-height: 1.2;
  }

  .divider {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-centered {
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
  }

  .salespoints {
    padding-left: 6px;
    padding-right: 6px;
  }

  .salespoint-card {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 46%;
    padding: 8px;
  }

  .salespoint-card-image {
    max-width: 48px;
  }

  .salespoint-card-text {
    font-size: 9px;
  }

  .salespoint-card-heading {
    font-size: 14px;
    line-height: 1.3;
  }

  .heading-centered-white {
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
  }

  .footer-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .div-block-10 {
    place-content: flex-start center;
    align-self: center;
    width: 100%;
  }

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

  .socials {
    justify-content: center;
    align-items: center;
  }

  .soapy-canvas {
    width: 100svw;
    height: 100svh;
    margin-bottom: 0;
    display: flex;
  }

  .cutout-wrapper {
    aspect-ratio: 1;
    width: 96%;
  }
}

#w-node-_619e8d07-fc88-27a8-ce4b-38a85533718c-79d43488, #w-node-_619e8d07-fc88-27a8-ce4b-38a85533718c-a3a159f9 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_619e8d07-fc88-27a8-ce4b-38a85533718c-79d43488, #w-node-_619e8d07-fc88-27a8-ce4b-38a85533718c-a3a159f9 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


