@font-face {
  font-family: Newiconserif;
  src: url('../fonts/NewIconSerif-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-teal: #103741;
  --gray\<deleted\|variable-e46e6826-622f-d329-a7a1-b5602e010725\>: #d6d6d6;
  --cream: #e2dfcc;
  --dark-brown: #2d2420;
  --red-orange: #ce2c27;
  --light-teal: #23717a;
  --white\<deleted\|variable-8327cfce\>: white;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
}

.home-section {
  z-index: 100;
  background-color: var(--dark-teal);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.image {
  width: auto;
  max-width: 100%;
  position: fixed;
  top: 16px;
  left: 16px;
}

.brblogo {
  z-index: 5;
  width: 96%;
  max-width: 600px;
  position: fixed;
  top: 12px;
  left: 12px;
}

.socials {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 1% auto auto 0%;
}

.icon {
  filter: invert(95%) sepia(500%);
  margin-left: 0;
}

.social-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  cursor: pointer;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 10px 10px;
  transition: all .2s;
  display: block;
}

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

.mailingoverlay {
  z-index: 10;
  background-color: #000000a8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  display: none;
  position: fixed;
  inset: 0%;
}

.link {
  z-index: 11;
  color: #fff;
  cursor: pointer;
  font-family: Changa One, Impact, sans-serif;
  position: fixed;
  inset: 16px 16px auto auto;
}

.link:hover {
  text-decoration: none;
}

.jorjaoverlay {
  z-index: 2;
  background-color: #0000;
  background-image: url('../images/jorja.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.image-3 {
  width: 100%;
  max-width: 600px;
  margin-bottom: 16px;
}

.background-video {
  z-index: 99;
  object-fit: cover;
  background-color: #afabfa33;
  height: 100vh;
  overflow: hidden;
}

.div-block {
  border-top: 11px solid var(--gray\<deleted\|variable-e46e6826-622f-d329-a7a1-b5602e010725\>);
  border-bottom: 0 #000;
  width: 600px;
  height: 300px;
}

.div-block-2 {
  background-color: var(--gray\<deleted\|variable-e46e6826-622f-d329-a7a1-b5602e010725\>);
}

.body {
  background-color: var(--dark-teal);
  color: var(--cream);
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.body.thankpage {
  background-color: var(--cream);
}

.pass-background {
  opacity: .9;
  width: 45vw;
  position: relative;
  top: 0%;
  bottom: auto;
  right: auto;
}

.pass-background.copy {
  position: absolute;
  inset: 0% 0% auto;
}

.pass-info {
  width: 40vw;
  position: absolute;
  inset: 6% auto auto 5%;
}

.boardingpass {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16em;
  display: block;
  position: relative;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  width: 45vw;
  margin-top: 20px;
  margin-bottom: auto;
}

.savebutton {
  opacity: .9;
  color: #d6d6d6;
  background-color: #252525;
  border-radius: 20px;
  font-weight: 500;
  transition: opacity .2s ease-in-out;
}

.savebutton:hover {
  opacity: 1;
  color: #f5f5f5;
}

.color-picker {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-option {
  opacity: .9;
  cursor: pointer;
  background-color: #50e3d9;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  margin-right: 3px;
  padding-right: 0;
  transition: opacity .2s ease-in-out;
}

.color-option:hover {
  opacity: 1;
}

.color-option.blue {
  background-color: #6ecfe5;
}

.color-option.orange {
  background-color: #fff;
}

.color-option.pink {
  background-color: #e286c5;
}

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

.field-label, .field-label-2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.passenger-name {
  color: #000;
  text-transform: uppercase;
  overflow-wrap: break-word;
  width: 30%;
  max-height: 2em;
  margin-top: 0;
  margin-right: 0;
  font-size: 2svw;
  font-weight: 500;
  line-height: 2svw;
  position: absolute;
  inset: 34% auto auto 7%;
  overflow: visible;
}

.div-block-3 {
  position: absolute;
  inset: 28% auto auto 11%;
}

.destination {
  color: #000;
  text-transform: uppercase;
  overflow-wrap: break-word;
  width: 50%;
  max-height: 1em;
  font-size: 4svw;
  font-weight: 500;
  line-height: 100%;
  display: block;
  position: absolute;
  inset: auto 32% 34.5% 45%;
  overflow: visible;
}

.js-logo {
  opacity: .9;
  width: 5vw;
  margin-top: auto;
  margin-bottom: 5px;
}

.destinationinput {
  opacity: .8;
  color: #000;
  border-radius: 20px;
  margin-bottom: 0;
  line-height: 100%;
}

.passengerinput {
  opacity: .8;
  color: #000;
  border-radius: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

.boardingpassembedcode {
  width: 0;
  height: 0;
  display: flex;
}

.popupform {
  z-index: 100;
  opacity: 1;
  background-color: #000000e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.signupembedcode {
  color: var(--dark-brown);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  display: flex;
  overflow: visible;
}

.closepopupbutton {
  z-index: 102;
  color: #fff;
  border: .3px solid #fff;
  border-radius: 36px;
  padding: 8px;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  inset: 8px 8px auto auto;
}

.closepopupbutton:hover {
  color: #000;
  background-color: #fff;
}

.formcontentcontainer {
  color: var(--dark-brown);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  height: auto;
  display: flex;
  position: relative;
}

.legaldisclaimer {
  background-color: var(--cream);
  color: var(--dark-brown);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 24px;
  display: flex;
  overflow: visible;
}

.disclaimer-link {
  color: var(--dark-brown);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
}

.disclaimer-link:hover {
  color: var(--dark-brown);
  text-decoration: underline;
}

.noise-wrap {
  z-index: 100;
  pointer-events: none;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.noise {
  opacity: .25;
  background-color: #fff;
  background-image: url('../images/black-orchid.png');
  background-position: 0 0;
  background-size: 150px;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.shop-item {
  flex-flow: column;
  display: block;
}

.product {
  width: 230px;
  transition: filter .4s ease-in-out;
  display: block;
}

.product:hover {
  filter: contrast(130%);
}

.button {
  border: 2px none var(--dark-brown);
  color: var(--cream);
  background-color: #fff0;
  border-radius: 50px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 7px 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  transition: color .3s ease-in-out;
  display: block;
}

.button:hover {
  color: var(--red-orange);
}

.button.bottom {
  background-color: #fff;
  margin-top: -10px;
  margin-bottom: 0;
  margin-left: -16px;
}

.button.bottom:hover {
  background-color: #000;
}

.shop-items {
  justify-content: space-around;
  align-items: flex-start;
  width: 70vw;
  margin-top: 80px;
}

.info {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 45vw;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: static;
  inset: 36% 0% auto;
}

.video-section {
  background-color: var(--dark-brown);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.video-section.s2 {
  height: 80vh;
}

.div-block-4 {
  width: 60vw;
}

.heading {
  color: var(--light-teal);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -30px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.heading.dark {
  color: var(--dark-teal);
  font-size: 32px;
  font-style: normal;
}

.tour-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center;
  width: 65vw;
  display: grid;
}

.flex-block.mail {
  display: flex;
}

.flex-block.top {
  grid-template-rows: auto;
}

.flex-block.s2 {
  width: 68vw;
}

.code-embed {
  width: 60vw;
}

.mailing-section {
  background-color: var(--cream);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  display: flex;
}

.text-span {
  letter-spacing: 7px;
  font-family: Great Vibes, cursive;
  font-size: 46px;
  font-style: italic;
  font-weight: 400;
  line-height: 23px;
}

.home-link {
  width: 37px;
  position: fixed;
  inset: 1% auto auto 1%;
}

.image-4 {
  opacity: 1;
  filter: contrast(120%);
}

.grunge {
  opacity: .1;
  mix-blend-mode: difference;
  pointer-events: none;
  background-image: url('../images/inner_optimized.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  inset: 0%;
}

.artist {
  mix-blend-mode: normal;
  width: 41vh;
}

.photos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  width: 100vw;
  max-width: 100vw;
  height: 55vh;
  margin-top: 0;
  display: grid;
  overflow: visible;
}

.artist-container {
  filter: contrast(120%);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/chlothegod2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  transition: background-position .3s ease-in-out, transform .2s ease-in-out, filter .4s ease-in-out;
  display: flex;
  position: relative;
}

.artist-container:hover {
  filter: contrast(140%);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/chlothegod2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  transition: filter .4s ease-in-out, transform .2s ease-in-out;
}

.artist-container.clo {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
}

.artist-container.social {
  background-image: url('../images/socialhouse.jpg');
  background-position: 50% 0;
  transform: none;
}

.artist-container.social:hover {
  filter: contrast(140%);
  transform: none;
}

.artist-container.cimafunk {
  background-image: url('../images/cimafunk.jpg');
  transform: rotate(1deg);
}

.artist-container.cimafunk:hover {
  transform: translate(0, -10px);
}

.artist-container.ben {
  background-image: url('../images/Ben-Reilly.jpg');
  background-position: 50% 0;
  transform: none;
}

.artist-container.ben:hover {
  filter: contrast(140%);
  transform: none;
}

.artist-container.yola {
  background-color: var(--red-orange);
  background-image: url('../images/Yola.jpg');
}

.artist-container.yola:hover {
  filter: contrast(140%);
}

.artist-container.chlo {
  background-image: url('../images/chlothegod2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  transform: none;
}

.artist-container.chlo:hover {
  filter: contrast(140%);
  transform: translate(0, -10px);
}

.artist-link {
  color: var(--white\<deleted\|variable-8327cfce\>);
  text-transform: uppercase;
  margin: 0 0 -50px 10px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.bold-text {
  color: var(--red-orange);
  -webkit-text-stroke-width: 1px;
  text-transform: lowercase;
  mix-blend-mode: normal;
  font-family: Newiconserif, Georgia, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
}

.link-block {
  cursor: pointer;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.section-intro {
  background-color: var(--dark-teal);
  color: var(--red-orange);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 20vh;
  font-size: 21px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.section-intro._2 {
  background-color: var(--dark-brown);
}

.div-block-6 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: var(--cream);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  transition: color .2s ease-in-out;
}

.heading-3:hover {
  color: var(--red-orange);
}

.div-block-7 {
  background-image: linear-gradient(#000, #fff0);
  height: 20vh;
  position: relative;
}

.roster-section {
  background-color: var(--dark-brown);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.arrow {
  width: 12px;
  margin-bottom: 0;
}

.image-5 {
  pointer-events: none;
  width: 95px;
  height: 40px;
  margin-top: -34px;
  margin-left: 4px;
  margin-right: 0;
  display: block;
}

.div-block-8 {
  text-align: center;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: -65px;
  display: none;
}

.link-block-2 {
  text-decoration: none;
}

.heading-4 {
  color: var(--light-teal);
  text-align: justify;
  -webkit-text-stroke-width: 1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newiconserif, Georgia, sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  position: relative;
}

.heading-4.green {
  color: var(--cream);
  -webkit-text-stroke-color: var(--cream);
}

.heading-5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.popup {
  z-index: 1000;
  background-color: #103741cc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.mailing-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mailing-popup {
  z-index: 90;
  color: #fff;
  text-align: center;
  background-color: #103741e6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-9 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.code-embed-3 {
  color: var(--cream);
  text-transform: uppercase;
  width: 20vw;
}

.close-btn {
  transition: transform .2s ease-in-out;
  position: fixed;
  inset: 2% 2% auto auto;
}

.close-btn:hover {
  transform: rotate(-90deg);
}

.x-close {
  width: 30px;
}

.div-block-10 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.div-block-11 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mailing-fineprint {
  color: var(--dark-brown);
  margin-top: 10px;
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
  line-height: 15px;
}

.mailing-fineprint.copy {
  color: var(--cream);
}

.link-2 {
  color: var(--dark-brown);
  text-decoration: none;
  transition: color .2s ease-in-out;
}

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

@media screen and (max-width: 991px) {
  .image {
    width: 100%;
    max-width: none;
  }

  .brblogo {
    max-width: 360px;
    height: auto;
  }

  .image-3 {
    max-width: 90vw;
  }

  .form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .form-block {
    text-align: center;
    width: 45vw;
    margin-left: auto;
    margin-right: auto;
  }

  .color-picker {
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .field-label, .field-label-2 {
    margin-top: 8px;
    margin-bottom: 5px;
  }

  .destination {
    width: 48%;
    bottom: 34%;
    right: 31%;
  }

  .js-logo {
    width: 30vw;
  }

  .disclaimer-link {
    line-height: 13px;
  }

  .info {
    text-align: center;
    width: 50vw;
  }

  .flex-block {
    grid-template-columns: 1fr 1fr;
    width: 60vw;
  }

  .photos {
    grid-template-columns: 1fr 1fr;
    width: 100vw;
    height: 60vh;
  }

  .artist-container {
    margin-bottom: 30px;
  }

  .artist-container.social, .artist-container.ben {
    background-position: 50% 0;
  }

  .artist-link {
    margin-bottom: -43px;
  }

  .div-block-8 {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .home-section {
    height: auto;
    padding-top: 40px;
  }

  .socials {
    text-align: center;
    flex-flow: row;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: 1% 0% auto;
  }

  .social-link {
    margin-bottom: 0;
  }

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

  .pass-background {
    width: 90vw;
  }

  .pass-info {
    width: 81vw;
  }

  .passenger-name {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .destination {
    font-size: 8svw;
    line-height: 8svw;
  }

  .js-logo {
    width: 40vw;
    margin-bottom: 10px;
  }

  .legaldisclaimer {
    flex-flow: column;
  }

  .disclaimer-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .info {
    width: 55vw;
    margin-bottom: 20px;
  }

  .video-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-section.s2 {
    height: auto;
  }

  .heading, .heading.dark {
    font-size: 24px;
  }

  .flex-block {
    width: 80vw;
    display: flex;
  }

  .flex-block.top {
    width: 60vw;
  }

  .mailing-section {
    height: auto;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .mailing-section._2nd {
    height: 80vh;
    margin-top: 0;
  }

  .photos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-content: stretch;
  }

  .artist-container {
    margin-bottom: 30px;
  }

  .bold-text {
    font-size: 16px;
  }

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

  .section-intro {
    height: 20vh;
  }

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

  .div-block-7 {
    background-image: linear-gradient(#000, #fff0 66%);
  }

  .div-block-8 {
    margin-right: 0;
  }

  .heading-4 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .heading-4.green {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 37px;
  }

  .code-embed-3 {
    width: 50vw;
  }
}

@media screen and (max-width: 479px) {
  .home-section {
    background-image: none;
    height: 80vh;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brblogo {
    width: 90%;
    max-width: 320px;
  }

  .jorjaoverlay {
    background-position: 38%;
  }

  .form-block {
    width: 70vw;
  }

  .passenger-name {
    max-height: 2.5em;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    overflow: visible;
  }

  .destination {
    max-height: 2.5em;
    font-size: 8svw;
    line-height: 100%;
    overflow: visible;
  }

  .js-logo {
    width: 50vw;
  }

  .signupembedcode, .info, .div-block-4 {
    width: 80vw;
  }

  .heading {
    margin-left: 0;
  }

  .flex-block.top {
    width: 80vw;
  }

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

  .mailing-section._2nd {
    height: 70vh;
  }

  .photos {
    grid-auto-flow: row;
    place-items: stretch stretch;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 18px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

#w-node-bffdf27d-eec6-6163-1711-7161eb91b7d6-946c113d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Newiconserif';
  src: url('../fonts/NewIconSerif-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}