@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-BoldItalic.woff2') format("woff2"), url('../fonts/Exo2-ExtraBoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-Bold.woff2') format("woff2"), url('../fonts/Exo2-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-SemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-ExtraLightItalic.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-ThinItalic.woff2') format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/Exo2-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #333;
  --blue: #5363fe;
  --red: #ff1818;
  --white: #fafafa;
  --oultine: #e0e0e0;
  --grey: #666;
  --video: #ffc56c;
  --graphic: #ff6b6b;
  --web: #20da9a;
  --photo: #26abe3;
}

.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-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%;
}

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

@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: #333;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--black);
  text-decoration: none;
}

.logo {
  z-index: 10;
  height: 50px;
}

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

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

.body {
  background-color: var(--white);
  flex-direction: column;
}

.logo-bg-div {
  z-index: 10;
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0, 0 0;
  background-size: auto, 200px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
  display: flex;
  position: absolute;
  box-shadow: 0 3px 5px #0003;
}

.body-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.h3-black {
  color: var(--red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.h3-black.left-just {
  color: var(--blue);
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
}

.grid-content-div {
  border: 1px solid var(--oultine);
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 30px 30px 15px;
  box-shadow: 0 0 #0000, 1px 1px .5px #00000017, 1px 1px 1.3px #0000001c, 3px 3px 2.8px #0000001e, 6px 6px 6.4px #0000001f, 12px 12px 16.7px #0002;
}

.grid-content-div.center {
  flex-flow: column;
  justify-content: center;
  max-width: 800px;
  display: flex;
}

.grid-content-div.hover {
  transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55);
}

.grid-content-div.hover:hover {
  transform: scale(1.02);
}

.body-text-black {
  color: var(--black);
  max-width: 800px;
  margin-bottom: 1rem;
  font-family: "Exo 2", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.body-text-black.no-pad {
  color: #333;
  margin-bottom: 0;
}

.body-text-black.more-pad {
  margin-bottom: 30px;
}

.body-text-black.web {
  color: var(--white);
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.body-text-black.indent {
  margin-left: 2rem;
}

.menu-button-div {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0, 0 0;
  background-size: auto, 200px;
  border: 1px solid #fff;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: -.1% -.1% auto auto;
  box-shadow: -4px 2px 5px #0003;
}

.red-div {
  background-color: var(--red);
  width: 35px;
  height: 3px;
  margin-bottom: 5px;
}

.blue-div {
  background-color: var(--blue);
  width: 35px;
  height: 3px;
  margin-bottom: 5px;
}

.grey-div {
  background-color: var(--grey);
  width: 35px;
  height: 3px;
}

.menu-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-overlay {
  background-color: var(--grey);
  background-image: linear-gradient(#66666680, #66666680), url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0, 0 0;
  background-size: auto, 200px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  padding: 20px 20px 10px;
  display: none;
  position: absolute;
  top: 100px;
  box-shadow: 0 3px 5px #0003;
}

.menu-text {
  color: #fff;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
}

.menu-text:hover {
  color: #ccc;
}

.page-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.page-h2 {
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: .8;
}

.web-link {
  border: 1px solid var(--grey);
  cursor: pointer;
  border-radius: 40px;
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 0 #0000, 1px 1px .2px #0000000a, 1px 1px .6px #0000000d, 2px 2px 1px #0000000e, 4px 4px 1.9px #0000000f, 6px 6px 3.5px #00000010, 9px 9px 6.4px #00000010, 16px 16px 12.3px #0001, 30px 30px 26.2px #00000012;
}

.web-link-image {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.graphic-image {
  border: 1px solid var(--oultine);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 0;
}

.graphic-image.space {
  padding: 10px;
}

.vid-div {
  border-radius: 20px;
  overflow: hidden;
}

.web-info-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
}

.animated-button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 60px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 18px;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1;
  transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55), background-color .2s ease-in-out;
  transform: translate(0);
  box-shadow: 0 0 #0000, 1px 1px .3px #0000000d, 2px 1px .8px #00000010, 3px 2px 1.3px #00000012, 5px 3px 2.3px #00000013, 7px 5px 3.9px #00000014, 11px 8px 6.8px #00000014, 20px 14px 12.6px #00000015, 37px 26px 26.1px #00000017;
}

.animated-button:hover {
  background-color: var(--red);
  transform: scale(1.05)translate(0);
}

.animated-button.cards {
  white-space: nowrap;
  margin-bottom: 20px;
  padding: 12px 40px;
  font-size: 1.2vw;
}

.animated-button.menu {
  font-size: 1rem;
}

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

.sticky-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sticky-column-1 {
  width: 30svw;
  height: 80vh;
  position: absolute;
  inset: 15vh auto 0 5%;
}

.sticky-column-2 {
  z-index: 4;
  width: 30svw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 255vh 0% 0;
}

.sticky-column-3 {
  width: 30svw;
  height: 80vh;
  position: absolute;
  inset: 135vh 5% 0 auto;
}

.sticky-box {
  z-index: 30;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40rem;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.web-bg {
  justify-content: center;
  align-items: center;
  min-height: 120vh;
  padding-top: 25vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-vid-bg {
  min-height: 120vh;
  padding-top: 25vh;
  position: relative;
  overflow: hidden;
}

.graphic-bg {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 120vh;
  padding-top: 25vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.last-section {
  flex-direction: column;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.footer-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.icons {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.web-image {
  object-fit: contain;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.web-image._1 {
  object-fit: fill;
  top: 11%;
  right: 2%;
}

.web-image._2 {
  bottom: 30%;
  right: 9%;
}

.web-image._3 {
  object-fit: contain;
  bottom: 7%;
  right: 4%;
}

.web-image._4 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  transition: box-shadow .3s ease-in-out;
  display: flex;
  bottom: 11%;
  left: 11%;
}

.web-image._4:hover {
  box-shadow: 6px 8px 18px #a5a5a5;
}

.web-image._5 {
  z-index: 0;
  top: 10%;
  left: 12%;
}

.web-image._6 {
  z-index: 1;
  aspect-ratio: auto;
  top: 55%;
  left: 6%;
}

.web-image._7 {
  top: 9%;
  right: -3%;
}

.web-image._8 {
  top: 20%;
  left: 2%;
}

.web-image._9 {
  z-index: 1;
  bottom: 14%;
  right: 14%;
}

.web-image._10 {
  z-index: 1;
  top: 35%;
  left: 3%;
}

.logo-link-div {
  margin-top: 30px;
}

.logo-icon {
  width: 200px;
  height: 60px;
}

.hero-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  display: flex;
}

.right-column-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.home-hero-image {
  object-fit: cover;
  object-position: 0% 50%;
  background-image: url('../images/YWM-HeroBG2025_1.avif');
  background-position: 3%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.home-heading {
  color: var(--black);
  max-width: 6ch;
  font-size: 9svw;
  font-weight: 900;
  line-height: .8;
}

.left-column-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 80px 0 80px 79px;
  display: flex;
  overflow: hidden;
}

.top-section {
  height: 105svh;
  margin-bottom: 100px;
  padding-bottom: 50px;
  display: flex;
}

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

.carousel-container {
  min-width: 180%;
  display: none;
  overflow: hidden;
}

.image-container {
  justify-content: space-around;
  min-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-link {
  border: 1px solid var(--grey);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.footer-div {
  background-color: var(--blue);
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding: 5rem 60px 10rem;
  display: flex;
}

.white-overlay {
  z-index: -2;
  background-color: var(--white);
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  position: fixed;
}

.top-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.menu-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.graphic-header-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.menu-parent-1 {
  display: none;
}

.top-page-arrow {
  background-color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
  box-shadow: 0 0 #0000, 0 .3px #00000009, 0 .6px #0000000b, 0 1px .2px #0000000d, 0 1.6px .4px #0000000e, 0 2.7px .8px #0000000e, 0 4.3px 1.6px #0000000f, 0 6.7px 2.9px #0000000f, 0 10.6px 5px #0000000f, 0 16.9px 8.5px #00000010, 0 27.1px 14.3px #00000010, 0 45.4px 24.8px #0001, 0 84px 47.1px #00000012;
}

.arrow {
  object-fit: contain;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
}

.top-page-div {
  display: none;
}

.h3-red {
  color: var(--red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 30ch;
  margin-top: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.thanks-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50svh;
  padding: 40px;
  display: flex;
}

.gallery-section {
  column-count: 3;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.web-h2 {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.web-text-info-div {
  background-color: var(--blue);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-sub-heading {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-right: 40px;
  font-size: 1.5svw;
  font-weight: 300;
  line-height: 1;
}

.hero-text-wrapper {
  z-index: 12;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.review-div {
  border: 1px solid var(--oultine);
  background-color: var(--white);
  border-radius: 20px;
  max-width: 800px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  box-shadow: 0 0 #0000, 1px 1px .5px #00000017, 1px 1px 1.3px #0000001c, 3px 3px 2.8px #0000001e, 6px 6px 6.4px #0000001f, 12px 12px 16.7px #0002;
}

.italic-name {
  text-align: right;
  margin-top: 10px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
}

.h3-white {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Exo 2", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.review-section {
  background-color: var(--red);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 40px 80px;
  display: flex;
  position: relative;
}

.lightbox-link {
  position: relative;
}

.body-copy-white {
  color: var(--white);
  max-width: 800px;
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.contact-button {
  z-index: 2;
  background-color: var(--white);
  color: var(--red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 30px 40px;
  font-family: "Exo 2", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: .8;
  transition: color .2s ease-in-out;
  position: relative;
}

.contact-button:hover {
  color: var(--grey);
}

.image-8 {
  z-index: -10;
  width: 100%;
  position: relative;
  top: -50px;
}

.guide-section {
  justify-content: center;
  align-items: flex-start;
  height: 80svh;
  display: flex;
  overflow: hidden;
}

.guide-h1 {
  color: var(--blue);
  font-size: 10rem;
  font-weight: 900;
  line-height: .8;
}

.guide-column-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 80px 0 80px 80px;
  display: flex;
  overflow: hidden;
}

.guide-h2 {
  color: var(--red);
  max-width: 45ch;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-right: 40px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.guide-section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  padding-bottom: 50px;
  display: flex;
}

.spacer-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12rem;
  display: flex;
}

.guide-body-h2 {
  color: var(--red);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: .8;
}

.guide-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.checkmark {
  aspect-ratio: 1;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}

.guide-div-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.guide-h3 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.bulletpoint-div {
  margin-top: 1.5rem;
}

.guide-column-right {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 700px;
  display: flex;
}

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

.guide-grid-2column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.space-blue {
  background-color: var(--blue);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 50%;
  height: .8rem;
}

.space-red {
  background-color: var(--red);
  border-radius: 0 20px 20px 0;
  width: 50%;
  height: .8rem;
}

.link {
  cursor: pointer;
}

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

.gallery-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-section {
  width: 100%;
  height: 90svh;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 0;
}

.home-hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.home-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.space-large {
  width: 100%;
  height: 8rem;
}

.home-web-image {
  width: 60vw;
  position: relative;
}

.home-info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-med {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
}

.spacer-small {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  display: flex;
}

.space-tiny {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1rem;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .animated-button:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .animated-button.cards:hover {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .body-section {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .h3-black {
    font-size: 20px;
  }

  .menu-button-div {
    border-top-right-radius: 40px;
  }

  .menu-overlay {
    z-index: 10;
  }

  .page-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .web-info-grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .animated-button.cards {
    font-size: 2.5vw;
  }

  .animated-button.cards.wrap {
    white-space: normal;
  }

  .animated-button.menu {
    font-size: .7rem;
  }

  .sticky-column-1, .sticky-column-2, .sticky-column-3 {
    width: 40%;
  }

  .photo-vid-bg, .last-section, .footer-section {
    overflow: hidden;
  }

  .web-image._1 {
    width: 60svw;
    right: -11%;
  }

  .web-image._2 {
    width: 60svw;
    bottom: 45%;
    right: 7%;
  }

  .web-image._3 {
    width: 60svw;
    bottom: 26%;
    right: -9%;
  }

  .web-image._4 {
    width: 65svw;
    bottom: 22%;
  }

  .web-image._5 {
    width: 65svw;
  }

  .web-image._6 {
    z-index: 2;
    width: 60svw;
  }

  .web-image._7 {
    width: 50svw;
  }

  .web-image._8 {
    width: 50svw;
    left: -11%;
  }

  .web-image._9 {
    width: 40svw;
    right: 6%;
  }

  .web-image._10 {
    width: 65svw;
    left: -10%;
  }

  .logo-icon {
    width: 180px;
  }

  .hero-button-wrapper {
    justify-content: center;
    margin-bottom: 30px;
  }

  .right-column-div {
    height: 70%;
  }

  .home-hero-image {
    object-position: 50% 50%;
    background-image: url('../images/YWM-HeroBG2025_1.avif');
    background-position: 50%;
  }

  .home-heading {
    max-width: 12ch;
    margin-bottom: 2rem;
    font-size: 6rem;
  }

  .left-column-div {
    justify-content: space-between;
    align-items: center;
    height: 50%;
    padding: 20px 50px 20px 51px;
  }

  .top-section {
    flex-direction: column;
    height: 150svh;
    position: relative;
    overflow: hidden;
  }

  .carousel-image {
    object-fit: cover;
  }

  .menu-button-wrapper {
    flex: none;
  }

  .h3-red {
    font-size: 20px;
  }

  .gallery-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-sub-heading {
    padding-right: 0;
  }

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

  .review-div {
    width: 80vw;
  }

  .h3-white {
    font-size: 20px;
  }

  .review-section {
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .contact-button {
    margin-top: 60px;
  }

  .image-8 {
    width: 80%;
  }

  .guide-section {
    flex-direction: column;
    height: auto;
  }

  .guide-h1 {
    font-size: 5rem;
  }

  .guide-column-left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .guide-h2 {
    text-align: left;
    max-width: 43ch;
    margin-bottom: 1rem;
    padding-right: 0;
  }

  .guide-section-2 {
    flex-direction: column;
  }

  .guide-body-h2 {
    font-size: 2.5rem;
  }

  .guide-list {
    width: auto;
  }

  .guide-h3 {
    font-size: 20px;
  }

  .guide-column-right {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-hero-section {
    height: 70vh;
  }

  .home-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .space-large {
    height: 6rem;
  }

  .home-web-image {
    width: 100vw;
  }

  .home-info-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .body-section {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-content-div {
    padding: 20px;
  }

  .page-section {
    padding: 40px;
  }

  .web-link {
    border-radius: 20px;
  }

  .web-link-image {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .web-info-grid {
    margin-top: 0;
  }

  .animated-button {
    font-size: 2vw;
  }

  .animated-button.menu {
    width: 150px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .animated-button.menu.last {
    margin-bottom: 30px;
  }

  .animated-button.space {
    max-width: 20rem;
  }

  .sticky-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .sticky-column-1 {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    left: auto;
  }

  .sticky-column-2 {
    width: 100%;
    height: auto;
    position: static;
    top: 3000px;
  }

  .sticky-column-3 {
    width: 100%;
    height: auto;
    position: static;
    top: 1500px;
    right: auto;
  }

  .sticky-box {
    width: 80vw;
    position: static;
  }

  .web-bg, .photo-vid-bg, .graphic-bg {
    display: none;
  }

  .web-image._1 {
    width: 500px;
    top: 468px;
    right: -52px;
  }

  .web-image._2 {
    width: 500px;
    top: 729px;
    bottom: auto;
    right: 10px;
  }

  .web-image._3 {
    width: 500px;
    top: 1014px;
    bottom: auto;
    right: -37px;
  }

  .web-image._4 {
    display: none;
    inset: 1006px -10px auto auto;
  }

  .web-image._5 {
    display: none;
    position: absolute;
    top: 465px;
    left: 99px;
  }

  .web-image._6 {
    z-index: 4;
    display: none;
    top: 1234px;
    left: 29px;
  }

  .web-image._7 {
    display: none;
    top: 379px;
    right: -42px;
  }

  .web-image._8 {
    z-index: 2;
    display: none;
    top: 888px;
    left: auto;
    right: -41px;
  }

  .web-image._9 {
    display: none;
    inset: 592px auto auto -33px;
  }

  .web-image._10 {
    display: none;
    top: 733px;
    left: -81px;
  }

  .home-hero-image {
    background-position: 5%;
  }

  .home-heading {
    text-align: center;
    max-width: none;
    margin-top: 0;
    font-size: 10vw;
  }

  .web-image-link {
    display: none;
  }

  .carousel-container {
    margin-bottom: 50px;
    display: flex;
  }

  .image-container {
    min-width: 150%;
  }

  .scroll-link {
    aspect-ratio: 16 / 9;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .top-menu {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .menu-button-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-end;
    width: 100%;
    position: relative;
  }

  .menu-parent-1 {
    z-index: 10;
    width: 50px;
    height: 43px;
    padding: 10px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .menu-bar-1 {
    background-color: var(--black);
    width: 100%;
    height: 2px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-btn-div {
    background-color: var(--white);
    border-bottom-left-radius: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 320px;
    margin-top: 12rem;
    margin-right: -40px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: absolute;
    overflow: hidden;
    transform: translate(0);
    box-shadow: -3px 10px 19px #0000004d;
  }

  .gallery-section {
    column-count: 2;
  }

  .hero-sub-heading {
    text-align: center;
    align-self: center;
    width: 80%;
    font-size: 3svw;
  }

  .hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .review-div {
    padding: 20px;
  }

  .body-copy-white.center {
    text-align: center;
  }

  .contact-button {
    margin-top: 40px;
    padding: 20px 30px;
    font-size: 1.5rem;
  }

  .image-8 {
    width: 80%;
  }

  .guide-section {
    margin-bottom: 10px;
  }

  .guide-h1 {
    font-size: 3.5rem;
  }

  .guide-column-left {
    height: auto;
    padding-top: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .spacer-large {
    height: 5rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .guide-body-h2 {
    font-size: 2.2rem;
  }

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

  .guide-grid-2column {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-hero-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-left: 0;
    display: flex;
    overflow: hidden;
  }

  .home-hero-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .hero-image {
    object-position: 50% 0%;
    height: 100vw;
  }

  .space-large, .spacer-med {
    height: 4rem;
  }

  .spacer-small {
    height: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    height: 25px;
  }

  .body {
    padding: 10px;
  }

  .logo-bg-div {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 140px;
    height: 40px;
  }

  .body-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-black {
    font-size: 18px;
  }

  .h3-black.left-just {
    font-size: 1.2rem;
  }

  .grid-content-div {
    padding-bottom: 10px;
  }

  .grid-content-div.center {
    border-radius: 20px;
  }

  .body-text-black {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .body-text-black.more-pad {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .menu-button-div {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 10px;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    padding-right: 5px;
  }

  .red-div, .blue-div {
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
  }

  .grey-div {
    width: 20px;
    height: 2px;
  }

  .menu-overlay {
    border-radius: 10px;
    width: 140px;
    padding: 10px 10px 0;
    top: 50px;
  }

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

  .page-section {
    padding: 15px;
  }

  .page-h2 {
    font-size: 30px;
  }

  .web-link {
    margin-bottom: 20px;
  }

  .graphic-image {
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .web-info-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .animated-button {
    margin-bottom: 10px;
    font-size: 4vw;
  }

  .animated-button.cards {
    font-size: 3vw;
  }

  .animated-button.cards.wrap {
    white-space: normal;
    max-width: 20ch;
  }

  .animated-button.space {
    margin-top: 1rem;
  }

  .sticky-box {
    padding: 10px;
  }

  .last-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icons {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .icons.page {
    width: 70px;
    height: 70px;
  }

  .web-image._1 {
    width: 400px;
    top: 34%;
  }

  .web-image._2 {
    width: 400px;
    bottom: 34%;
  }

  .web-image._3 {
    width: 400px;
    bottom: 21%;
  }

  .web-image._4, .web-image._6, .web-image._7, .web-image._8 {
    width: 300px;
  }

  .web-image._9 {
    width: 200px;
  }

  .logo-icon {
    width: 8rem;
    height: 3rem;
  }

  .hero-button-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .right-column-div {
    height: 60svh;
  }

  .home-heading {
    font-size: 12vw;
  }

  .left-column-div {
    height: 80svh;
  }

  .top-section {
    height: auto;
  }

  .carousel-container {
    bottom: 55px;
  }

  .scroll-link {
    border-radius: 10px;
  }

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

  .graphic-header-section {
    padding: 20px;
  }

  .menu-btn-div {
    margin-right: -50px;
  }

  .top-page-arrow {
    width: 30px;
    height: 30px;
  }

  .arrow {
    width: 20px;
    height: 20px;
  }

  .h3-red {
    font-size: 18px;
  }

  .thanks-section {
    padding: 20px;
  }

  .gallery-section {
    column-count: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-sub-heading {
    width: 100%;
    font-size: 3.5svw;
  }

  .hero-text-wrapper {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

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

  .h3-white {
    z-index: 2;
    max-width: 20ch;
    font-size: 18px;
    position: relative;
  }

  .review-section {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-copy-white {
    z-index: 2;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
  }

  .contact-button {
    margin-top: 20px;
  }

  .guide-h2 {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }

  .guide-section-2 {
    height: auto;
  }

  .spacer-large {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .guide-body-h2 {
    font-size: 1.8rem;
  }

  .guide-list {
    padding-left: 20px;
  }

  .checkmark {
    width: 1rem;
    height: 1rem;
  }

  .guide-h3 {
    font-size: 18px;
  }

  .bulletpoint-div {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .space-blue, .space-red {
    height: .5rem;
  }

  .gallery-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .home-hero-section {
    padding-top: 20px;
  }

  .home-hero-grid {
    grid-row-gap: 25px;
  }

  .home-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc7b-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc77-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc7e-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc7d-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc80-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc82-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc84-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc88-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc8a-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc7c-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc8c-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc78-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc79-0a3b53ac, #w-node-fcf1d633-87ab-3a87-be8b-409e4f0cbc7a-0a3b53ac, #w-node-fe82be8d-3ace-4e8e-7238-74ca45bfa1f9-5de8c61e, #w-node-fe82be8d-3ace-4e8e-7238-74ca45bfa200-5de8c61e, #w-node-_20c1d6cd-b278-972e-b2f2-de8ee876f71a-5de8c61e, #w-node-c946ce8d-edf1-fd01-3833-380eb669bbdc-5de8c61e, #w-node-dfea6b7c-6547-8488-73f9-87f1cb0b5d4e-5de8c61e, #w-node-_8872bcd2-212d-7145-523d-63b0dc07c79e-5de8c61e, #w-node-_3fe6f99f-04d6-c547-5d5a-297723fdf712-5de8c61e, #w-node-_6a4b7b36-c0c1-261a-23e5-a843120e3b58-5de8c61e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6211031c-0df7-ac49-5ad2-766ed285f566-02a80cf7 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_4cd2d94d-93cc-f12e-fcf8-ac2235327cc0-02a80cf7 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-_08d591da-ee10-4259-41e5-e7aac1581df1-02a80cf7 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-fe82be8d-3ace-4e8e-7238-74ca45bfa1f9-c2527c12, #w-node-_4e822290-d6e2-e427-67d2-39214dc07885-c2527c12, #w-node-e573ccba-451e-0ae5-a809-cc87154d05ee-c2527c12, #w-node-_9020de9d-9095-8734-ed0b-5054284086aa-c2527c12, #w-node-_8a52ea14-7cd4-2b9f-4b2e-e19a0db0982d-c2527c12, #w-node-_154cf82f-05e5-f7b8-7391-621b9da6e040-48e594bd, #w-node-fe367d1a-853c-de34-5571-89c1d63deeda-48e594bd, #w-node-_3b018b5d-7bee-7e83-d03d-16082dd9be5c-48e594bd, #w-node-_743b1499-73e8-5b06-b94a-1bd0f973c10e-48e594bd, #w-node-_5b889878-5332-a7e7-0bd8-804fa5ce0823-48e594bd, #w-node-fe82be8d-3ace-4e8e-7238-74ca45bfa1f9-30b42edd, #w-node-_4e822290-d6e2-e427-67d2-39214dc07885-30b42edd, #w-node-e573ccba-451e-0ae5-a809-cc87154d05ee-30b42edd, #w-node-_9020de9d-9095-8734-ed0b-5054284086aa-30b42edd, #w-node-_8a52ea14-7cd4-2b9f-4b2e-e19a0db0982d-30b42edd, #w-node-fe82be8d-3ace-4e8e-7238-74ca45bfa1f9-1dd1ce85, #w-node-_160ff55e-8901-454a-4aee-d5c2ae870158-1dd1ce85, #w-node-a46ade4a-d9e8-dba5-6355-0d41e6279a46-1dd1ce85, #w-node-e09bd4ec-1dc7-97c3-79b8-bae2d9a8044b-1dd1ce85, #w-node-_27b067f1-5355-6072-406c-6745a4368136-1dd1ce85, #w-node-fe82be8d-3ace-4e8e-7238-74ca45bfa1f9-d27cd24d, #w-node-_4e822290-d6e2-e427-67d2-39214dc07885-d27cd24d, #w-node-e573ccba-451e-0ae5-a809-cc87154d05ee-d27cd24d, #w-node-_9020de9d-9095-8734-ed0b-5054284086aa-d27cd24d, #w-node-_8a52ea14-7cd4-2b9f-4b2e-e19a0db0982d-d27cd24d, #w-node-_61b09554-cb1e-8012-00ae-11ae5bb5b4b1-d27cd24d, #w-node-_039e0245-6111-5cb0-36c5-62bdbc4a4f8f-d27cd24d, #w-node-fe82be8d-3ace-4e8e-7238-74ca45bfa1f9-d145e9dc, #w-node-_4e822290-d6e2-e427-67d2-39214dc07885-d145e9dc, #w-node-e573ccba-451e-0ae5-a809-cc87154d05ee-d145e9dc, #w-node-_9020de9d-9095-8734-ed0b-5054284086aa-d145e9dc, #w-node-_8a52ea14-7cd4-2b9f-4b2e-e19a0db0982d-d145e9dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7050b834-114a-7a02-eb21-b42f203421e7-02a80cf7, #w-node-_65bcf456-6528-9137-650d-bd67a19e92ca-02a80cf7, #w-node-_87625d88-c9ac-8143-9905-b71a5a323be6-02a80cf7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c04a27e-90c7-ce91-7c04-8fbae15593d9-02a80cf7 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_6211031c-0df7-ac49-5ad2-766ed285f566-02a80cf7 {
    grid-row-end: 3;
    grid-column-end: 3;
    place-self: center;
  }

  #w-node-_4cd2d94d-93cc-f12e-fcf8-ac2235327cc0-02a80cf7 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_08d591da-ee10-4259-41e5-e7aac1581df1-02a80cf7 {
    grid-row-start: 4;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4cd2d94d-93cc-f12e-fcf8-ac2235327cc0-02a80cf7 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-BoldItalic.woff2') format('woff2'), url('../fonts/Exo2-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Bold.woff2') format('woff2'), url('../fonts/Exo2-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}