@charset "UTF-8";
/* 1️⃣ Abstracts (global tools only) */
@font-face {
  font-family: "Exposure[-60]";
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot");
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exposure_60/Exposure-60-Regular.woff2") format("woff2"), url("../fonts/Exposure_60/Exposure-60-Regular.woff") format("woff"), url("../fonts/Exposure_60/Exposure-60-Regular.ttf") format("truetype"), url("../fonts/Exposure_60/Exposure-60-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exposure Trial[-30]";
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot");
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot?#iefix") format("embedded-opentype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff2") format("woff2"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff") format("woff"), url("../fonts/ExposureTrial_30/ExposureTrial--30.ttf") format("truetype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.svg#ExposureTrial--30") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaExpandedBlack";
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot");
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff2") format("woff2"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff") format("woff"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.ttf") format("truetype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.svg#GTAmerica-ExpandedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaCompressedBlack";
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot");
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff2") format("woff2"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff") format("woff"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.ttf") format("truetype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.svg#GTAmerica-CompressedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot");
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff2") format("woff2"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff") format("woff"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.ttf") format("truetype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.svg#GTAmerica-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trim Poster TRIAL";
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot");
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot?#iefix") format("embedded-opentype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff2") format("woff2"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff") format("woff"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.ttf") format("truetype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.svg#TrimPosterTRIAL-Slim") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 1️⃣ Abstracts (global tools only) */
/**
 * Animations
 ***/
@keyframes strokeFillIn {
  0% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  30% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke: 2px #5c310b;
    color: transparent;
  }
}
html.has-gallery-open,
body.has-gallery-open {
  overflow: hidden;
}

.galleryWrp {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.galleryWrp.is-single .galleryNav {
  display: none;
}

.galleryItemList {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: transform 0.4s ease;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .galleryItemList {
    transition: none;
  }
}

.galleryItem {
  flex: 0 0 100%;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.galleryItem img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.galleryNav {
  position: absolute;
  left: 50%;
  bottom: 1.3888888889vw;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fba7ff;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .galleryNav {
    bottom: 16px;
    gap: 8px;
  }
}
@media (max-width: 566px) {
  .galleryNav {
    bottom: 12px;
  }
}

.galleryNav__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  color: #fba7ff;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.galleryNav__arrow svg {
  display: block;
  width: 11px;
  height: 16px;
}
.galleryNav__arrow--prev svg {
  transform: rotate(180deg);
}
@media (max-width: 566px) {
  .galleryNav__arrow {
    width: 18px;
    height: 18px;
  }
  .galleryNav__arrow svg {
    width: 9px;
    height: 13px;
  }
}

.galleryNav__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.galleryNav__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  background: transparent;
  border: 2px solid #fba7ff;
  border-radius: 50%;
  cursor: pointer;
}
.galleryNav__dot[aria-current=true] {
  background-color: #fba7ff;
}

.galleryLightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}
.galleryLightbox.is-open {
  display: flex;
}
.galleryLightbox.is-single .galleryLightbox__arrow {
  display: none;
}

.galleryLightbox__backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
  backdrop-filter: blur(5px);
}

.galleryLightbox__stage {
  position: relative;
  z-index: 1;
  max-width: 80%;
  max-height: 80%;
}
.galleryLightbox__stage img {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.galleryLightbox__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.0555555556vw;
  height: 4.1666666667vw;
  padding: 0;
  color: #fba7ff;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.galleryLightbox__arrow svg {
  display: block;
  width: 1.5277777778vw;
  height: 2.2222222222vw;
}
.galleryLightbox__arrow--prev {
  left: 1.6666666667vw;
}
.galleryLightbox__arrow--next {
  right: 1.6666666667vw;
}
.galleryLightbox__arrow--prev svg {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .galleryLightbox__arrow {
    width: 36px;
    height: 48px;
  }
  .galleryLightbox__arrow svg {
    width: 16px;
    height: 24px;
  }
  .galleryLightbox__arrow--prev {
    left: 12px;
  }
  .galleryLightbox__arrow--next {
    right: 12px;
  }
}
@media (max-width: 566px) {
  .galleryLightbox__arrow {
    width: 28px;
    height: 40px;
  }
  .galleryLightbox__arrow svg {
    width: 12px;
    height: 18px;
  }
  .galleryLightbox__arrow--prev {
    left: 8px;
  }
  .galleryLightbox__arrow--next {
    right: 8px;
  }
}

/* 2️⃣ Base styles */
/* 1️⃣ Abstracts (global tools only) */
/* 1️⃣ Abstracts (global tools only) */
/**
 * Typography
 **/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "GT America", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.48px;
}

html {
  margin-top: 0px !important;
}
html div#wpadminbar {
  display: none !important;
}

body {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 30px;
  max-width: calc(100% - 60px);
  overflow: hidden;
}
body.home {
  border: 2px solid #fba7ff;
}
body.lightTheme {
  color: #5c310b;
  border-color: #5c310b;
  fill: #5c310b;
  background-color: #eeeae6;
}
body.darkTheme {
  color: #fba7ff;
  border-color: #fba7ff;
  fill: #fba7ff;
  background-color: #5c310b;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  outline-offset: 0;
  overflow: hidden;
}
.mobile-menu__backdrop {
  display: none !important;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
}

[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity, transform;
}
[data-animate].is-visible {
  opacity: 1;
  transform: translate(0) scale(1);
}

[data-animate=fade-up] {
  transform: translateY(30px);
}

[data-animate=fade-down] {
  transform: translateY(-30px);
}

[data-animate=fade-left] {
  transform: translateX(-40px);
}

[data-animate=fade-right] {
  transform: translateX(40px);
}

[data-animate=fade] {
  transform: none;
}

[data-animate=scale-up] {
  transform: scale(0.95);
}

[data-animate-group] > *:not([data-animate]) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity, transform;
}
[data-animate-group] > *:not([data-animate]).is-visible {
  opacity: 1;
  transform: translate(0);
}

[data-animate-group] > *:nth-child(1) {
  transition-delay: 0s;
}

[data-animate-group] > *:nth-child(2) {
  transition-delay: 0.15s;
}

[data-animate-group] > *:nth-child(3) {
  transition-delay: 0.3s;
}

[data-animate-group] > *:nth-child(4) {
  transition-delay: 0.45s;
}

[data-animate-group] > *:nth-child(5) {
  transition-delay: 0.6s;
}

[data-animate-group] > *:nth-child(6) {
  transition-delay: 0.75s;
}

@media (prefers-reduced-motion: reduce) {
  [data-animate],
  [data-animate-group] > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
h1 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 397;
  line-height: 70px;
}

h2 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 397;
  line-height: 49.5px;
}

h3 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 397;
  line-height: 30.8px;
}

h4 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 397;
  line-height: 22px;
}

h5 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 397;
  line-height: 16.5px;
}

html :where(.wp-block) {
  width: 94%;
  max-width: 94%;
}

.block-editor__container .ratio > img {
  height: 100%;
}

.images-slider-section .slick-list .slide {
  padding: 0 5px;
}
.images-slider-section .slick-list .slide picture {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.images-slider-section .slick-list .slide picture::before {
  display: block;
  padding-top: 70%;
  content: "";
}
.images-slider-section .slick-list .slide picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-root-container {
  max-width: 96vw;
  width: 96vw;
  background-color: #5c310b;
}

.wp-core-ui .quicktags-toolbar .ed_button {
  min-width: auto;
}

.wp-block {
  clear: both;
  max-width: 96vw;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0 !important;
  border-color: #fba7ff;
}
.wp-block .block-editor-block-list__block {
  max-width: 100%;
}
.wp-block .animation__fade {
  opacity: 1;
  transform: translateY(0);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.block-list-appender {
  clear: both;
  padding: 10px;
}
.block-list-appender .block-editor-inserter button {
  margin: 10px;
  background-color: #fba7ff;
  color: #5c310b;
}

.wp-block .block-editor-block-list__block {
  width: 100%;
}
.wp-block .block-editor-block-list__block .acf-block-component.acf-block-body {
  width: 100%;
}

.wp-block .acf-block-fields {
  width: calc(100% - 40px);
  background-color: #fff;
  padding: 20px;
  margin: 20px;
}

/************/
/* ------------------------------------------- */
/*	Editor Styles — Block Editor
/* ------------------------------------------- */
.editor-styles-wrapper {
  background: #f1f1f1;
  color: #000;
  letter-spacing: -0.015em;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.editor-styles-wrapper > * {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
}

@supports (font-variation-settings: normal) {
  .editor-styles-wrapper > * {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}
.block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* Fonts ------------------------------------- */
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually
 * inserting a custom font that includes just a Hoefler Text space replacement
 * for that character instead.
 */
@font-face {
  font-family: NonBreakingSpaceOverride;
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
}
/* ----------------------------------------------
Inter variable font. Usage:

@supports (font-variation-settings: normal) {
	html { font-family: "Inter var", sans-serif; }
}
---------------------------------------------- */
@font-face {
  font-family: "Inter var";
  font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
  font-style: normal;
  src: url(../fonts/inter/Inter-upright-var.woff2) format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
  font-style: italic;
  src: url(../fonts/inter/Inter-italic-var.woff2) format("woff2");
}
/* Structure --------------------------------- */
.wp-block .wp-block[data-type="core/group"]:not([data-align=full]):not([data-align=wide]):not([data-align=left]):not([data-align=right]),
.wp-block .wp-block[data-type="core/cover"]:not([data-align=full]):not([data-align=wide]):not([data-align=left]):not([data-align=right]) {
  margin-left: auto;
  margin-right: auto;
}

.wp-block .wp-block[data-align=full] {
  margin-left: 0;
  margin-right: 0;
}

*[data-align=right] .wp-block-edit,
*[data-align=left] .wp-block-edit {
  max-width: 50%;
}

.wp-block[data-align=full] {
  max-width: none;
}

.editor-styles-wrapper .editor-rich-text__tinymce,
.editor-styles-wrapper .editor-rich-text__tinymce.mce-content-body {
  line-height: 1.5;
}

/* Font Families ------------------------------ */
.editor-styles-wrapper p,
.editor-styles-wrapper ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper dl,
.editor-styles-wrapper dt {
  font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
  letter-spacing: normal;
}

/* Colors ------------------------------------ */
/* CUSTOM COLORS */
:root .has-accent-color {
  color: #cd2653;
}

:root .has-accent-background-color {
  background-color: #cd2653;
  color: #fff;
}

:root .has-primary-color {
  color: #000;
}

:root .has-primary-background-color {
  background-color: #000;
  color: #f5efe0;
}

:root .has-secondary-color {
  color: #6d6d6d;
}

:root .has-secondary-background-color {
  background-color: #6d6d6d;
  color: #fff;
}

:root .has-subtle-background-color {
  color: #dcd7ca;
}

:root .has-subtle-background-background-color {
  background-color: #dcd7ca;
  color: #000;
}

:root .has-background-color {
  color: #f5efe0;
}

:root .has-background-background-color {
  background-color: #f5efe0;
  color: #000;
}

/* GENERAL COLORS */
.has-black-background-color {
  background-color: #000;
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
  color: #000;
}

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

.has-white-color {
  color: #fff;
}

/* Typography -------------------------------- */
.editor-styles-wrapper .editor-block-list__layout a {
  color: #cd2653;
  text-decoration: underline;
}

.editor-styles-wrapper a:focus,
.editor-styles-wrapper a:hover {
  text-decoration: none;
}

.editor-styles-wrapper li,
.editor-styles-wrapper p,
.editor-styles-wrapper p.wp-block-paragraph {
  line-height: 1.4;
}

/* POST TITLE */
.wp-block.editor-post-title__block {
  max-width: 1000px;
}

.editor-styles-wrapper .editor-post-title__block .editor-post-title__input {
  margin: 0;
  text-align: center;
}

/* DROP CAP */
.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter {
  color: #cd2653;
  font-size: 5.1em;
  font-weight: 800;
  margin: 0.05em 0.1em 0 0;
}

/* Monospace --------------------------------- */
.editor-styles-wrapper code,
.editor-styles-wrapper kbd,
.editor-styles-wrapper pre,
.editor-styles-wrapper samp {
  font-family: monospace;
}

.editor-styles-wrapper kbd,
.editor-styles-wrapper pre,
.editor-styles-wrapper samp {
  border-radius: 0;
  font-size: 0.75em;
  padding: 4px 6px;
}

.editor-styles-wrapper pre {
  border-color: #dcd7ca;
  border-radius: 0;
  line-height: 1.5;
  padding: 1em;
}

/* Custom Text Sizes ------------------------- */
.editor-styles-wrapper p.has-large-font-size.editor-rich-text__tinymce,
.editor-styles-wrapper p.has-large-font-size.editor-rich-text__tinymce.mce-content-body,
.editor-styles-wrapper p.has-larger-font-size.editor-rich-text__tinymce,
.editor-styles-wrapper p.has-larger-font-size.editor-rich-text__tinymce.mce-content-body {
  line-height: 1.4;
}

.editor-styles-wrapper p.has-small-font-size {
  font-size: 0.842em;
}

.editor-styles-wrapper p.has-normal-font-size,
.editor-styles-wrapper p.has-regular-font-size {
  font-size: 1em;
}

.editor-styles-wrapper p.has-medium-font-size {
  font-size: 1.1em;
}

.editor-styles-wrapper p.has-large-font-size {
  font-size: 1.25em;
}

.editor-styles-wrapper p.has-larger-font-size {
  font-size: 1.5em;
}

/* Post Media -------------------------------- */
.editor-styles-wrapper figure {
  margin: 0;
}

.editor-styles-wrapper .alignleft,
.editor-styles-wrapper .alignright {
  margin-bottom: 1.2em;
  max-width: 260px;
}

.editor-styles-wrapper .wp-caption .alignleft,
.editor-styles-wrapper .wp-caption .alignright {
  margin-bottom: 0;
}

.editor-styles-wrapper .alignleft {
  margin-right: 1em;
}

.editor-styles-wrapper .alignright {
  margin-left: 1em;
}

.editor-styles-wrapper figcaption {
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 5px;
  text-align: inherit;
}

/* Forms ------------------------------------- */
.editor-styles-wrapper fieldset {
  border: 2px solid #dcd7ca;
  padding: 20px;
}

.editor-styles-wrapper legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 10px;
}

.editor-styles-wrapper label {
  font-size: 15px;
  font-weight: 600;
}

/* Block: Base Margins ---------------------- */
/* Block: Shared Widget Styles -------------- */
.editor-styles-wrapper ul.wp-block-archives,
.editor-styles-wrapper ul.wp-block-categories,
.editor-styles-wrapper ul.wp-block-latest-posts,
.editor-styles-wrapper ul.wp-block-categories__list {
  font-family: inherit;
  list-style: none;
  margin: 40px 0;
  padding-left: 0;
}

.editor-styles-wrapper ul.wp-block-categories__list ul {
  margin: 0;
}

.editor-styles-wrapper ul.wp-block-archives li,
.editor-styles-wrapper ul.wp-block-categories li,
.editor-styles-wrapper ul.wp-block-latest-posts li,
.editor-styles-wrapper ul.wp-block-categories__list li {
  color: #6d6d6d;
  line-height: 1.476;
  margin: 5px 0 0 0;
}

.editor-styles-wrapper ul.wp-block-archives li li,
.editor-styles-wrapper ul.wp-block-categories li li,
.editor-styles-wrapper ul.wp-block-categories__list li li,
.editor-styles-wrapper ul.wp-block-latest-posts li li {
  margin-left: 20px;
}

.editor-styles-wrapper .wp-block-archives li > a,
.editor-styles-wrapper .wp-block-categories li > a,
.editor-styles-wrapper .wp-block-latest-posts li > a {
  font-weight: 700;
  text-decoration: none;
}

.editor-styles-wrapper .wp-block-archives li > a:focus,
.editor-styles-wrapper .wp-block-archives li > a:hover,
.editor-styles-wrapper .wp-block-categories li > a:focus,
.editor-styles-wrapper .wp-block-categories li > a:hover,
.editor-styles-wrapper .wp-block-latest-posts li > a:focus,
.editor-styles-wrapper .wp-block-latest-posts li > a:hover {
  font-weight: 700;
  text-decoration: none;
}

.editor-styles-wrapper .wp-block-archives.aligncenter,
.editor-styles-wrapper .wp-block-categories.aligncenter {
  text-align: center;
}

.editor-styles-wrapper .wp-block-latest-comments time,
.editor-styles-wrapper .wp-block-latest-posts time {
  color: #6d6d6d;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.476;
  margin-top: 0.15em;
}

/* Block: Table ------------------------------ */
.editor-styles-wrapper .wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 18px;
  margin-bottom: 1.1em;
  width: 100%;
}

.editor-styles-wrapper .wp-block-table,
.editor-styles-wrapper .wp-block-table * {
  border-color: #dcd7ca;
}

.editor-styles-wrapper .wp-block-table tr {
  border: none;
}

.editor-styles-wrapper .wp-block-table caption {
  background: #dcd7ca;
  text-align: center;
}

.editor-styles-wrapper .wp-block-table th,
.editor-styles-wrapper .wp-block-table td {
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0;
}

.editor-styles-wrapper .wp-block-table .wp-block-table__cell-content {
  padding: 0.5em;
}

.editor-styles-wrapper .wp-block-table thead {
  vertical-align: bottom;
  white-space: nowrap;
  text-align: inherit;
}

.editor-styles-wrapper .wp-block-table th {
  font-weight: 700;
  text-align: inherit; /* Prevents the header from being centered by default*/
}

.editor-styles-wrapper .wp-block-table th.has-text-align-center {
  text-align: center;
}

.editor-styles-wrapper .wp-block-table th.has-text-align-right {
  text-align: right;
}

.editor-styles-wrapper .wp-block-table th.has-text-align-left {
  text-align: left;
}

/* STYLE: STRIPES */
.editor-styles-wrapper .wp-block-table.is-style-stripes {
  border: 1px solid #dcd7ca;
}

.editor-styles-wrapper .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #dcd7ca;
}

/* Block: Separator -------------------------- */
hr.wp-block-separator {
  border-top: 1px solid #6d6d6d;
  color: #6d6d6d;
  margin: 30px 0;
}

hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
}

hr.wp-block-separator:not(.is-style-dots) {
  background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
  background-color: transparent !important;
  border: none;
  height: 1px;
  overflow: visible;
  position: relative;
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 1px;
}

hr.wp-block-separator:not(.is-style-dots)::before,
hr.wp-block-separator:not(.is-style-dots)::after {
  background: currentColor;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  transform: rotate(22.5deg);
  width: 1px;
}

hr.wp-block-separator::before {
  left: calc(50% - 5px);
}

hr.wp-block-separator::after {
  right: calc(50% - 5px);
}

/* STYLE: DOTS */
hr.wp-block-separator.is-style-dots::before {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1em;
  padding-left: 1em;
}

/* Block: Quote ------------------------------ */
.editor-styles-wrapper blockquote {
  margin: 0;
}

.editor-styles-wrapper .wp-block-quote {
  border-color: #cd2653;
  border-style: solid;
  border-width: 0 0 0 2px;
  margin: 20px 0;
  padding: 5px 0 5px 20px;
}

.editor-styles-wrapper .wp-block-quote.has-text-align-center,
.editor-styles-wrapper .wp-block-quote[style*="text-align:center"],
.editor-styles-wrapper .wp-block-quote[style*="text-align: center"] {
  border-width: 0;
  padding: 5px 0;
}

.editor-styles-wrapper .wp-block-quote.has-text-align-right,
.editor-styles-wrapper .wp-block-quote[style*="text-align:right"],
.editor-styles-wrapper .wp-block-quote[style*="text-align: right"] {
  border-width: 0 2px 0 0;
  padding: 5px 20px 5px 0;
}

.editor-styles-wrapper cite,
.editor-styles-wrapper .wp-block-quote__citation,
.editor-styles-wrapper .wp-block-quote cite,
.editor-styles-wrapper .wp-block-quote footer {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.editor-styles-wrapper .wp-block-quote p {
  color: inherit;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.editor-styles-wrapper .wp-block-quote.is-style-large {
  border: none;
  padding: 0;
}

.editor-styles-wrapper .wp-block-quote.is-style-large p {
  font-family: inherit;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.035714286em;
  line-height: 1.285714286;
}

.editor-styles-wrapper .wp-block-quote.is-style-large .wp-block-quote__citation,
.editor-styles-wrapper .wp-block-quote.is-style-large cite,
.editor-styles-wrapper .wp-block-quote.is-style-large footer {
  font-size: 16px;
}

/* Block: Code, Verse and Preformatted ------- */
.editor-styles-wrapper .wp-block-code {
  color: inherit;
}

.editor-styles-wrapper .wp-block-code,
.editor-styles-wrapper .wp-block-preformatted pre,
.editor-styles-wrapper .wp-block-verse pre {
  border: 1px solid #dcd7ca;
  border-radius: 0;
  padding: 30px;
}

.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce pre,
.editor-styles-wrapper .wp-block-preformatted pre,
.editor-styles-wrapper .wp-block-code .block-editor-plain-text,
.editor-styles-wrapper .wp-block-verse pre {
  background: transparent;
  color: inherit;
  font-family: monospace;
  font-size: 14px;
}

/* Block: Cover ------------------------------ */
.editor-styles-wrapper .wp-block-cover-image .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
  margin: 0 auto;
  width: calc(100% - 40px);
}

.editor-styles-wrapper .wp-block[data-type="core/cover"][data-align=right],
.editor-styles-wrapper .wp-block[data-type="core/cover"][data-align=left] {
  height: auto;
  max-height: none;
}

.editor-styles-wrapper .wp-block[data-type="core/cover"][data-align=left] .wp-block-cover {
  text-align: left;
}

.editor-styles-wrapper .wp-block[data-type="core/cover"][data-align=right] .wp-block-cover {
  text-align: right;
}

.editor-styles-wrapper .wp-block[data-type="core/cover"][data-align=right] .block-editor-block-list__block-edit,
.editor-styles-wrapper .wp-block[data-type="core/cover"][data-align=left] .block-editor-block-list__block-edit {
  float: none;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  max-width: 100%;
}

.editor-styles-wrapper .wp-block-cover a {
  color: inherit;
}

/* Block: Shared Media Styles ---------------- */
.wp-block[data-type*=core-embed][data-align=full] figcaption,
.wp-block[data-type="core/image"][data-align=full] figcaption,
.wp-block[data-type="core/gallery"][data-align=full] .blocks-gallery-caption {
  padding: 0 14px;
}

/* Block: Paragraph -------------------------- */
/* Block: Pullquote -------------------------- */
.editor-styles-wrapper .wp-block-pullquote {
  border: none;
  color: inherit;
  padding: 0;
  position: relative;
  text-align: center;
}

.editor-styles-wrapper .wp-block-pullquote::before {
  background: #fff;
  border-radius: 50%;
  color: #cd2653;
  content: "”";
  display: block;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 15px auto;
  text-align: center;
  height: 44px;
  width: 44px;
}

.editor-styles-wrapper .wp-block .wp-block-pullquote p {
  font-family: inherit;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.178571429;
  letter-spacing: -0.041785714em;
  margin-bottom: 20px;
}

.editor-styles-wrapper .wp-block .wp-block-pullquote p:last-child {
  margin-bottom: 0;
}

.editor-styles-wrapper .wp-block .wp-block-pullquote p,
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p,
.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .editor-rich-text p,
.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .editor-rich-text p {
  font-size: 28px;
}

.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right],
.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] {
  height: auto;
  max-height: none;
}

.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .wp-block-pullquote,
.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .wp-block-pullquote.is-style-solid-color blockquote {
  text-align: left;
}

.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .wp-block-pullquote,
.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .wp-block-pullquote.is-style-solid-color blockquote {
  text-align: right;
}

.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .block-editor-block-list__block-edit,
.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .block-editor-block-list__block-edit {
  float: none;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .block-editor-block-list__block-edit .wp-block-pullquote::before {
  margin-right: 0;
}

.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .block-editor-block-list__block-edit .wp-block-pullquote::before {
  margin-left: 0;
}

.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .is-style-solid-color::before {
  right: 20px;
  transform: translateY(-50%);
}

.editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .is-style-solid-color::before {
  left: 20px;
  transform: translateY(-50%);
}

.editor-styles-wrapper .wp-block-pullquote__citation,
.editor-styles-wrapper .wp-block-pullquote cite,
.editor-styles-wrapper .wp-block-pullquote footer {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  text-transform: none;
}

/* STYLE: SOLID COLOR */
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color {
  padding: 30px 20px;
  position: relative;
}

.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  text-align: center;
}

.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color .wp-block-pullquote cite,
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color .wp-block-pullquote footer {
  color: inherit;
}

/* Block: Verse ------------------------------ */
.editor-styles-wrapper .wp-block-verse pre,
.editor-styles-wrapper pre.wp-block-verse {
  font-size: 0.75em;
}

/* Block: Button ----------------------------- */
.editor-styles-wrapper .wp-block-button__link,
.editor-styles-wrapper .wp-block-file__button {
  background: #cd2653;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  padding: 1.1em 1.44em;
  text-transform: uppercase;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body {
  line-height: 1.1;
}

/* BUTTON STYLE: OUTLINE */
.editor-styles-wrapper .is-style-outline .wp-block-button__link,
.editor-styles-wrapper .is-style-outline.wp-block-button__link {
  background: none;
  border-color: currentColor;
  color: #cd2653;
  padding: calc(1.1em - 2px) calc(1.44em - 2px);
}

/* BUTTON STYLE: SQUARED */
.editor-styles-wrapper .is-style-squared .wp-block-button__link,
.editor-styles-wrapper .is-style-squared.wp-block-button__link {
  border-radius: 0;
}

/* Block: Latest Comments -------------------- */
.editor-styles-wrapper .wp-block-latest-comments {
  font-family: inherit;
  margin-left: 0;
}

.editor-styles-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment {
  font-size: inherit;
  margin-bottom: 20px;
}

.editor-styles-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.editor-styles-wrapper .wp-block-latest-comments__comment-meta,
.editor-styles-wrapper .wp-block-latest-comments__comment-excerpt {
  margin-left: 0 !important;
}

.editor-styles-wrapper .wp-block-latest-comments__comment-meta {
  font-weight: 700;
}

.editor-styles-wrapper .wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}

.editor-styles-wrapper .wp-block-latest-comments__comment-meta a:focus,
.editor-styles-wrapper .wp-block-latest-comments__comment-meta a:hover {
  text-decoration: none;
}

/* HAS AVATAR */
.editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
  display: flex;
}

.editor-styles-wrapper .wp-block-latest-comments.has-avatars img.avatar {
  flex-shrink: 0;
  margin: 5px 15px 0 0;
}

/* HAS EXCERPT */
.editor-styles-wrapper .wp-block-latest-comments__comment-excerpt {
  margin: 0;
}

.editor-styles-wrapper .wp-block-latest-comments__comment-excerpt p {
  font-family: inherit;
  font-size: 0.7em;
  margin: 10px 0 0;
}

/* Block: Latest Posts ----------------------- */
.editor-styles-wrapper ul.wp-block-latest-posts:not(.is-grid) li {
  margin-top: 15px;
}

/* STYLE: GRID */
.editor-styles-wrapper .wp-block-latest-posts.is-grid li {
  border-color: #dcd7ca;
}

.editor-styles-wrapper ul.wp-block-latest-posts.is-grid li {
  border-style: solid;
  border-width: 2px 0 0;
  line-height: 1.25;
  margin: 20px 16px 16px 0;
  padding-top: 12px;
}

.editor-styles-wrapper .wp-block-latest-posts__post-excerpt {
  font-size: 0.95em;
  line-height: 1.4;
  margin-top: 15px;
}

/* Block: Shortcode -------------------------- */
.editor-styles-wrapper .wp-block-shortcode textarea {
  color: #191e23;
}

/* Block: Embed ------------------------------ */
.editor-styles-wrapper .wp-block-embed {
  margin-bottom: 30px;
  margin-top: 30px;
}

.editor-styles-wrapper .wp-block[data-type*=core-embed][data-align=center] * {
  margin-left: auto;
  margin-right: auto;
}

/* Block: File ------------------------------- */
.editor-styles-wrapper .wp-block-file {
  background: none;
  padding: 0;
}

.editor-styles-wrapper .wp-block-file__content-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.editor-styles-wrapper .wp-block-file .wp-block-file__textlink {
  color: #cd2653;
  font-weight: 700;
  text-decoration: none;
}

.editor-styles-wrapper .wp-block-file .wp-block-file__textlink:focus,
.editor-styles-wrapper .wp-block-file .wp-block-file__textlink:hover {
  text-decoration: underline;
}

.editor-styles-wrapper .wp-block-file .wp-block-file__button {
  font-size: 14px;
  padding: 1em 1.25em;
}

/* Block: Image ------------------------------ */
.editor-styles-wrapper .wp-block-image {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* Block: Group ------------------------------ */
.editor-styles-wrapper .wp-block-group.has-background {
  padding: 20px;
}

.wp-block-group .wp-block[data-type="core/heading"]:first-child * {
  margin-top: 0;
}

.wp-block[data-type="core/group"] > .editor-block-list__block-edit > div > .wp-block-group.has-background > .wp-block-group__inner-container > .editor-inner-blocks > .editor-block-list__layout > .wp-block[data-align=full],
.wp-block[data-type="core/group"][data-align=full] > .editor-block-list__block-edit > div > .wp-block-group.has-background > .wp-block-group__inner-container > .editor-inner-blocks > .editor-block-list__layout > .wp-block[data-align=full] {
  margin-left: 0;
  width: 100%;
}

/* Block: Paragraph -------------------------- */
/*	X.	Media Queries
/* ------------------------------------------- */
@media (min-width: 480px) {
  /* STRUCTURE */
  .editor-styles-wrapper .wp-block[data-align=right] {
    margin-right: 0;
  }
  .editor-styles-wrapper .wp-block[data-align=left] {
    margin: 0;
  }
  /* BLOCK: COVER */
  .wp-block[data-type="core/cover"][data-align=left] [data-block],
  .wp-block[data-type="core/cover"][data-align=right] [data-block] {
    margin-top: 0;
  }
  .editor-styles-wrapper .wp-block[data-type="core/cover"][data-align=right] .block-editor-block-list__block-edit {
    float: right;
    margin-left: 20px;
    max-width: 260px;
  }
  .editor-styles-wrapper .wp-block[data-type="core/cover"][data-align=left] .block-editor-block-list__block-edit {
    float: left;
    margin-right: 20px;
    max-width: 260px;
  }
  .editor-styles-wrapper .wp-block[data-type="core/cover"][data-align=right] .wp-block-pullquote::before {
    margin-right: 0;
  }
  .editor-styles-wrapper .wp-block[data-type="core/cover"][data-align=left] .wp-block-pullquote::before {
    margin-left: 0;
  }
  /* BLOCK: PULL QUOTE */
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right],
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] {
    height: 0;
    max-width: 260px;
  }
  .wp-block[data-type="core/pullquote"][data-align=left] [data-block],
  .wp-block[data-type="core/pullquote"][data-align=right] [data-block] {
    margin-top: 0;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .block-editor-block-list__block-edit {
    float: right;
    margin-left: 20px;
    max-width: 260px;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .block-editor-block-list__block-edit {
    float: left;
    margin-right: 20px;
    max-width: 260px;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .wp-block-pullquote::before {
    margin-right: 0;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .wp-block-pullquote::before {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  /* BLOCK: SHARED MEDIA STYLES */
  .wp-block[data-type*=core-embed][data-align=full] figcaption,
  .wp-block[data-type="core/image"][data-align=full] figcaption,
  .wp-block[data-type="core/gallery"][data-align=full] .blocks-gallery-caption {
    padding: 0 45px;
  }
  /* BLOCK: COLUMNS */
  .editor-styles-wrapper .wp-block[data-type="core/column"] h1,
  .editor-styles-wrapper .wp-block[data-type="core/column"] h2,
  .editor-styles-wrapper .wp-block[data-type="core/column"] h3,
  .editor-styles-wrapper .wp-block[data-type="core/column"] h4,
  .editor-styles-wrapper .wp-block[data-type="core/column"] h5,
  .editor-styles-wrapper .wp-block[data-type="core/column"] h6 {
    margin: 35px 0 20px 0;
  }
  /* BLOCK: PULLQUOTE */
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .block-editor-block-list__block-edit {
    margin-right: -30px;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .block-editor-block-list__block-edit {
    margin-left: -30px;
  }
}
@media (min-width: 700px) {
  /* STRUCTURE */
  .editor-styles-wrapper li,
  .editor-styles-wrapper p,
  .editor-styles-wrapper p.wp-block-paragraph {
    line-height: 1.476;
  }
  /* FORMS  */
  .editor-styles-wrapper fieldset {
    padding: 30px;
  }
  .editor-styles-wrapper legend {
    padding: 0 15px;
  }
  /* BLOCK: BASE MARGINS */
  /* BLOCK: BUTTON */
  .editor-styles-wrapper .wp-block-button__link,
  .editor-styles-wrapper .wp-block-file__button {
    font-size: 17px;
  }
  /* BLOCK: CODE */
  .editor-styles-wrapper .wp-block-preformatted pre,
  .editor-styles-wrapper .wp-block-code .block-editor-plain-text,
  .editor-styles-wrapper .wp-block-verse pre {
    font-size: 16px;
  }
  /* BLOCK: COLUMNS */
  .wp-block-column {
    font-size: 16px;
  }
  /* BLOCK: COVER */
  .editor-styles-wrapper .wp-block-cover-image .wp-block-cover__inner-container,
  .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 80px);
  }
  /* BLOCK: GROUP */
  .editor-styles-wrapper .wp-block:not([data-align=wide]):not([data-align=full]) div:not([class*=__inner-container]) .wp-block-group.has-background,
  .editor-styles-wrapper .wp-block div[class*=__inner-container] .wp-block[data-align=wide] .wp-block-group.has-background,
  .editor-styles-wrapper .wp-block div[class*=__inner-container] .wp-block[data-align=full] .wp-block-group.has-background {
    padding: 40px;
  }
  .editor-styles-wrapper .wp-block[data-align=wide] .wp-block-group.has-background,
  .editor-styles-wrapper .wp-block[data-align=full] .wp-block-group.has-background {
    padding: 80px;
  }
  /* BLOCK: LATEST POSTS */
  /* BLOCK: PULLQUOTE */
  .editor-styles-wrapper .wp-block .wp-block-pullquote p,
  .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p,
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .editor-rich-text p,
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .editor-rich-text p {
    font-size: 32px;
  }
  .editor-styles-wrapper .wp-block-pullquote__citation,
  .editor-styles-wrapper .wp-block-pullquote cite,
  .editor-styles-wrapper .wp-block-pullquote footer {
    margin-top: 20px;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=wide] .wp-block-pullquote::before,
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=full] .wp-block-pullquote::before {
    font-size: 113px;
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=wide] .wp-block-pullquote.is-style-solid-color,
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=full] .wp-block-pullquote.is-style-solid-color {
    padding: 60px 40px 40px;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=full] .wp-block-pullquote:not(.is-style-solid-color) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=wide] blockquote p,
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=full] blockquote p {
    font-size: 48px;
    line-height: 1.203125;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] p,
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] p {
    font-size: 32px;
    line-height: 1.1875;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .is-style-solid-color p,
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .is-style-solid-color p {
    font-size: 26px;
  }
  /* BLOCK: TABLE */
  .editor-styles-wrapper table.wp-block-table {
    font-size: 18px;
  }
  /* BLOCK: SEPARATOR */
  hr.wp-block-separator {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media (min-width: 1000px) {
  /* BLOCK: COLUMNS */
  .wp-block-column {
    font-size: 18px;
  }
  /* BLOCK: SEPARATOR */
  hr.wp-block-separator {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  hr.wp-block-separator.is-style-wide {
    margin-left: -70px;
    margin-right: -70px;
  }
}
@media (min-width: 1220px) {
  /* TYPOGRAPHY */
  .editor-post-title__block .editor-post-title__input,
  .editor-styles-wrapper .wp-block h1 {
    font-size: 84px;
  }
  .editor-styles-wrapper .wp-block h6 {
    font-size: 18px;
  }
  /* BLOCK: PULLQUOTE */
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=wide] .wp-block-pullquote.is-style-solid-color,
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=full] .wp-block-pullquote.is-style-solid-color {
    padding: 90px 40px 80px;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=wide] blockquote p,
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=full] blockquote p {
    font-size: 64px;
  }
  /* BLOCK: SEPARATOR */
  hr.wp-block-separator.is-style-wide {
    margin-left: -150px;
    margin-right: -150px;
  }
}
@media (min-width: 1360px) {
  /* STRUCTURE */
  .editor-styles-wrapper .wp-block[data-align=left],
  .editor-styles-wrapper .wp-block[data-align=right] {
    margin: 0 auto;
  }
  /* BLOCK: PULLQUOTE */
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left] .is-style-solid-color::before,
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] .is-style-solid-color::before {
    top: 0;
  }
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=left],
  .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align=right] {
    margin: 0 auto;
  }
  /* BLOCK: SEPARATOR */
  hr.wp-block-separator.is-style-wide {
    margin-left: -200px;
    margin-right: -200px;
  }
}
/* 3️⃣ Layout (NO as *) */
/* 2️⃣ Base styles */
/* 1️⃣ Abstracts (global tools only) */
body.home header {
  padding: 0 21px;
}

header {
  border-bottom: 2px solid;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

a.logo {
  cursor: pointer;
  outline: 0 none;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}
a.logo--icon {
  width: 48px;
  height: 74px;
  padding: 13px 0;
}
a.logo--text {
  font-family: "Trim Poster TRIAL", sans-serif;
  font-size: 68.203px;
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

.desktop-menu ul.menu-nav {
  display: flex;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.desktop-menu ul.menu-nav li {
  display: flex;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.desktop-menu ul.menu-nav li a {
  font-family: "Exposure[-60]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  padding: 7px 15px;
  max-height: 40px;
  text-decoration: none;
  color: inherit;
  border: 2px solid #fba7ff;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out 0.2s;
  letter-spacing: 0.5px;
}
.desktop-menu ul.menu-nav li a::after {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  right: 101%;
  width: 105%;
  height: 105%;
  border-radius: 100px;
  background-color: #fba7ff;
  z-index: -1;
  border: 0px;
  transition: right 0.2s ease-in-out 0.2s;
}
.desktop-menu ul.menu-nav li a:hover {
  color: #5c310b;
  transition: color 0.2s ease-in-out 0.2s;
}
.desktop-menu ul.menu-nav li a:hover::after {
  right: -3px;
  transition: right 0.2s ease-in-out 0.2s;
}

.mobile-menu {
  display: none;
}
.mobile-menu.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.actionHeader {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}
.actionHeader a {
  display: flex;
  cursor: pointer;
  outline: 0 none;
  text-decoration: none;
  color: inherit;
}

.marquee {
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 2px solid #fba7ff;
  /* wipe LTR on the bar; stroke→fill only on type */
  animation: kf_marquee_wipe 2s linear forwards;
}
@keyframes kf_marquee_wipe {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  30%, 100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes kf_1239_23704_translate_0 {
  0%, 30% {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    color: #fba7ff;
  }
}
.marquee .marquee__track {
  display: flex;
  flex-direction: row;
  align-items: self-end;
  gap: 12px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.marquee .marquee__group {
  display: flex;
  flex-direction: row;
  align-items: self-end;
  flex-shrink: 0;
  gap: 12px;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
}
.marquee span.splitIcon {
  color: #fba7ff;
}
.marquee span.splitIcon svg,
.marquee span.splitIcon svg path {
  fill: #fba7ff;
}
.marquee span.GTAmericaExpandBlack, .marquee span.SourceSans3 {
  animation: kf_1239_23704_translate_0 2s linear forwards;
}
.marquee span.GTAmericaExpandBlack {
  font-family: "GTAmericaExpandedBlack", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: 49px;
}
.marquee span.SourceSans3 {
  font-family: "source-han-sans-cjk-ko", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 33px;
  line-height: 46.2px;
}

/* 2️⃣ Base styles */
.footer {
  border-top-width: 2px;
  border-top-style: solid;
  padding: 4.1666666667vw 3.4722222222vw;
}

/* 2️⃣ Base styles */
.main {
  display: flex;
}
.main .sidebar-wrp {
  flex-shrink: 0;
  width: auto;
}

/* 3b WooCommerce shop listing */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid currentColor;
  border-radius: 100px;
  padding: 7px 18px;
  line-height: 1.2;
  font-family: "Exposure[-60]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: inherit;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}
.btn .btnshow,
.btn .btnhover {
  display: block;
  transition: transform 0.3s ease-in-out;
}
.btn .btnhover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
}
.btn:hover .btnshow, .btn:focus-visible .btnshow {
  transform: translateY(-100%);
}
.btn:hover .btnhover, .btn:focus-visible .btnhover {
  transform: translateY(0);
}

.woocommerce a.button.btn,
.woocommerce ul.products li.product a.button.btn,
.woocommerce-page ul.products li.product a.button.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid currentColor;
  border-radius: 100px;
  padding: 7px 18px;
  line-height: 1.2;
  font-family: "Exposure[-60]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: inherit;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  margin-top: 0;
  font-size: inherit;
}

.woocommerce a.button.btn:hover,
.woocommerce ul.products li.product a.button.btn:hover,
.woocommerce-page ul.products li.product a.button.btn:hover {
  background: transparent;
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .btn .btnshow,
  .btn .btnhover {
    transition: none;
  }
  .btn:hover .btnshow,
  .btn:focus-visible .btnshow {
    transform: none;
  }
  .btn:hover .btnhover,
  .btn:focus-visible .btnhover {
    transform: translateY(0);
  }
}
.woocommerce-shop .star-rating {
  display: none;
}
.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering {
  margin: 0 0 24px;
}

.woocommerce .woocommerce-shop ul.products[class*=columns-],
.woocommerce-page .woocommerce-shop ul.products[class*=columns-] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-shop ul.products[class*=columns-],
  .woocommerce-page .woocommerce-shop ul.products[class*=columns-] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 566px) {
  .woocommerce .woocommerce-shop ul.products[class*=columns-],
  .woocommerce-page .woocommerce-shop ul.products[class*=columns-] {
    grid-template-columns: minmax(0, 1fr);
  }
}

.woocommerce .woocommerce-shop ul.products[class*=columns-] li.product,
.woocommerce-page .woocommerce-shop ul.products[class*=columns-] li.product,
.woocommerce .woocommerce-shop ul.products.columns-3 li.product,
.woocommerce-page .woocommerce-shop ul.products.columns-3 li.product {
  float: none;
  clear: none;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.woocommerce .woocommerce-shop ul.products li.product .onsale,
.woocommerce-page .woocommerce-shop ul.products li.product .onsale {
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  z-index: 2;
  margin: 0;
  padding: 4px 10px;
  border-radius: 100px;
  background: #fba7ff;
  color: #5c310b;
}

.woocommerce-shop .product-card img {
  width: 100%;
  height: auto;
  display: block;
}
.woocommerce-shop .product-card .woocommerce-loop-product__title {
  font-family: "Exposure[-60]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.woocommerce-shop .product-card .price {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 397;
  line-height: 22px;
}
.woocommerce-shop .product-card .price del {
  opacity: 0.55;
  margin-right: 8px;
}
.woocommerce-shop .product-card .price ins {
  text-decoration: none;
  color: #fba7ff;
}
.woocommerce-shop .product-card .added_to_cart {
  margin-top: 8px;
  text-decoration: underline;
}
.woocommerce-shop .woocommerce-pagination {
  margin: 40px 0 0;
}
.woocommerce-shop .woocommerce-pagination ul {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.woocommerce-shop .woocommerce-pagination li {
  margin: 0;
}
.woocommerce-shop .woocommerce-pagination a,
.woocommerce-shop .woocommerce-pagination span {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  text-decoration: none;
  color: inherit;
}
.woocommerce-shop .woocommerce-pagination .current {
  background: #fba7ff;
  color: #5c310b;
  border-color: #fba7ff;
}

body.lightTheme .woocommerce-shop .product-card .price ins {
  color: #5c310b;
}

/* 4️⃣ ACF Blocks */
/* 2️⃣ Base styles */
/* 1️⃣ Abstracts (global tools only) */
/* Add Block CSS Here */
.heroSection {
  display: flex;
  max-width: 100%;
  aspect-ratio: 55/24;
  border-bottom: 2px solid #fba7ff;
}
@keyframes kf_textElm_translate {
  0% {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
    color: transparent;
  }
  50% {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #5c310b;
    color: #fba7ff;
  }
}
.heroSection .leftRightCol {
  width: 6.2%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.heroSection .leftRightCol.leftCol .textElm {
  transform: rotate(-90deg);
  top: 13.3333333333vw; /* 192px */
  animation: kf_textElm_left 2s linear, kf_textElm_translate 2s linear forwards;
}
@keyframes kf_textElm_left {
  0% {
    top: 12.4305555556vw; /* 179px */
  }
  30% {
    top: 12.4305555556vw; /* 179px */
  }
  100% {
    top: 13.3333333333vw; /* 192px */
  }
}
.heroSection .leftRightCol.rightCol .textElm {
  transform: rotate(90deg);
  top: 14.4444444444vw; /* 208px */
  animation: kf_textElm_right 2s linear, kf_textElm_translate 2s linear forwards;
}
@keyframes kf_textElm_right {
  0% {
    top: 8.3333333333vw; /* 120px */
  }
  30% {
    top: 8.3333333333vw; /* 120px */
  }
  100% {
    top: 14.4444444444vw; /* 208px */
  }
}
.heroSection .leftRightCol .textElm {
  z-index: 10;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  font-family: "GTAmericaCompressedBlack", sans-serif;
  font-size: 1.8055555556vw; /* 26px */
  font-style: normal;
  font-weight: 900;
  line-height: 2.5277777778vw; /* 36.4px */
  text-transform: uppercase;
  color: #fba7ff;
  animation: kf_textElm_translate 2s linear forwards;
}
.heroSection .colCenter {
  flex-grow: 1;
  max-width: 87.6%;
  border-left: 2px solid #fba7ff;
  border-right: 2px solid #fba7ff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}
.heroSection .logoTitle {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fba7ff;
  color: #5c310b;
  font-family: "Trim Poster TRIAL", sans-serif;
  font-size: 44.444vw;
  /* font-size: 639.907px; */
  line-height: 31.25vw;
  /* line-height: 450px; */
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1;
}
.heroSection .tagLine {
  color: #5c310b;
  text-align: center;
  font-family: "Exposure[-60]", sans-serif;
  /* font-size: 73.489px; */
  font-size: 5.0694vw;
  font-style: normal;
  font-weight: 400;
  /* line-height: 84.282px; */
  line-height: 5.8333vw;
  text-transform: uppercase;
  z-index: 1;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #5c310b;
  animation: kf_1740_13621_translate_0 2s linear forwards;
}
@keyframes kf_1740_13621_translate_0 {
  0% {
    animation-timing-function: ease-out;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
  }
  50% {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
  }
  100% {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #5c310b;
  }
}
.heroSection .bgFillIn {
  border-radius: 38.194vw;
  opacity: 1;
  background-color: #fba7ff;
  filter: blur(50px);
  position: absolute;
  top: -50%;
  left: -10%;
  width: 150%;
  height: 201%;
  animation: bgFillIn_hero-section_2s 2s linear;
}
@keyframes bgFillIn_hero-section_2s {
  0% {
    width: 38.194vw;
    height: 38.194vw;
    opacity: 0.09;
    top: -101%;
    left: -101%;
  }
  100% {
    opacity: 1;
    top: -50%;
    left: -10%;
    width: 150%;
    height: 201%;
  }
}
.heroSection .topPointer,
.heroSection .bottomPointer {
  display: block;
  width: calc(100% + 4px);
  margin-left: -2px;
  aspect-ratio: 85/76;
  position: relative;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: visible;
}
.heroSection .topPointer::before,
.heroSection .bottomPointer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fba7ff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%, calc(100% - 1.7455992155px) 100%, 50% 4.0976995825px, 1.7455992155px 100%);
}
.heroSection .topPointer {
  position: relative;
  top: 0;
  animation: colPointers 2s ease-in-out;
}
@keyframes colPointers {
  0% {
    top: 2.0833333333vw; /* 30px */
  }
  30% {
    top: 2.0833333333vw; /* 30px */
  }
  100% {
    top: 0;
  }
}
.heroSection .bottomPointer {
  transform: scaleY(-1);
  position: absolute;
  bottom: 0px;
}

/* 1️⃣ Abstracts (global tools only) */
/* Add Block CSS Here */
.shopNowCtaSection {
  border-top: 2px solid #fba7ff;
  border-bottom: 2px solid #fba7ff;
  margin: -2px 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.sncLeftCol,
.sncRightCol {
  width: 50%;
  aspect-ratio: 1/1;
}

.sncLeftCol img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  animation: slideInY_120px_2s 2s linear;
}
@keyframes slideInY_120px_2s {
  0% {
    transform: translateY(120px);
  }
  30% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(0px);
  }
}

.sncRightCol {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3.4722222222vw;
}
.sncRightCol .colContent {
  padding-left: 2.7777777778vw;
  padding-right: 2.7777777778vw;
  animation: slideInY_20px_2s 2s linear;
}
@keyframes slideInY_20px_2s {
  0% {
    transform: translateY(20px);
  }
  30% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.sncRightCol h1 {
  width: 41.3888888889vw;
  margin: 0 0 1.0416666667vw;
  padding: 0 0.6944444444vw;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #5c310b;
  color: #fba7ff;
  animation: titleFillIn 2s linear;
}
@keyframes titleFillIn {
  0% {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
    color: transparent;
  }
  30% {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    color: #fba7ff;
  }
}
.sncRightCol p {
  font-family: "GT America", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.48px;
  text-align: center;
}
.sncRightCol a.btn {
  border-color: #fba7ff;
  color: #fba7ff;
}
.sncRightCol a.btn span {
  border-color: #fba7ff;
  color: #fba7ff;
  position: relative;
  z-index: 1;
  display: block;
  transition: all 0.4s ease-in-out 0.4s;
}
.sncRightCol a.btn {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 397;
  line-height: revert-rule;
  display: block;
  padding: 10px 15px;
  margin: 0;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100px;
  position: relative;
  transition: all 0.4s ease-in-out 0.4s;
  overflow: hidden;
}
.sncRightCol a.btn::after {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  right: 102%;
  width: 105%;
  height: 105%;
  border-radius: 100px;
  background-color: #fba7ff;
  z-index: 0;
  border: 0px;
  transition: all 0.4s ease-in-out 0.4s;
}
.sncRightCol a.btn:hover {
  border-color: #fba7ff;
  color: #5c310b;
  transition: all 0.4s ease-in-out 0.4s;
}
.sncRightCol a.btn:hover span {
  transition: all 0.4s ease-in-out 0.4s;
  border-color: #fba7ff;
  color: #5c310b;
}
.sncRightCol a.btn:hover::after {
  right: -3px;
  transition: all 0.4s ease-in-out 0.4s;
}
.sncRightCol a.btn {
  width: calc(100% - 20px);
}

/* 1️⃣ Abstracts (global tools only) */
.recipe-section {
  position: relative;
  overflow: hidden;
  padding: 1.3888888889vw 0 4.1666666667vw;
  overflow: hidden;
}
.recipe-section .recipe-section__inner {
  position: relative;
}
.recipe-section .recipe-section__inner .bgFillIn {
  z-index: -1;
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .bgFillIn {
  border-radius: 38.194vw;
  opacity: 1;
  background-color: #fba7ff;
  filter: blur(50px);
  position: absolute;
  top: -50%;
  left: -10%;
  width: 150%;
  height: 201%;
  animation: bgFillIn_getrecipe-section_2s 2s linear;
}
@keyframes bgFillIn_getrecipe-section_2s {
  0% {
    width: 38.194vw;
    height: 38.194vw;
    opacity: 0.09;
    top: -101%;
    left: -101%;
  }
  100% {
    opacity: 1;
    top: -50%;
    left: -10%;
    width: 150%;
    height: 201%;
  }
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__title {
  animation: strokeFillIn 2s linear forwards;
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .secActions {
  color: #5c310b;
  animation: switchTheme 2s linear forwards;
}
@keyframes switchTheme {
  0% {
    color: #fba7ff;
  }
  50% {
    color: #fba7ff;
  }
  100% {
    color: #5c310b;
  }
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__cta {
  animation: bgFillTextTheme 2s linear forwards;
  border-color: #5c310b;
  color: #5c310b;
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__cta .ctaText {
  color: #5c310b;
  transition: all 0.4s ease-in-out 0.4s;
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__cta:hover {
  color: #fba7ff;
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__cta:hover .ctaText {
  color: #fba7ff;
  transition: all 0.4s ease-in-out 0.4s;
}
@keyframes bgFillTextTheme {
  0% {
    border-color: #fba7ff;
    color: #fba7ff;
  }
  30% {
    border-color: #fba7ff;
    color: #fba7ff;
  }
  100% {
    border-color: #5c310b;
    color: #5c310b;
  }
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__slider {
  animation: slideInY_66px_2s 2s linear;
}
@keyframes slideInY_66px_2s {
  0% {
    transform: translateY(66px);
  }
  30% {
    transform: translateY(66px);
  }
  100% {
    transform: translateY(0px);
  }
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__card {
  animation: cardBorderFillIn 2s linear forwards;
  border-color: #5c310b;
}
@keyframes cardBorderFillIn {
  0% {
    border-color: #fba7ff;
  }
  30% {
    border-color: #fba7ff;
  }
  100% {
    border-color: #5c310b;
  }
}
.recipe-section .secHead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 1.3888888889vw;
}
.recipe-section .recipe-section__decor {
  pointer-events: none;
  z-index: 0;
  display: flex;
  min-width: 344.53px;
  width: 344.53px;
  height: 229.121px;
  justify-content: center;
  align-items: center;
}
.recipe-section .recipe-section__decor img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  aspect-ratio: 344.13/229.1;
}
.recipe-section .recipe-section__decor--left img {
  animation: animFishOne 2s steps(1) infinite;
  transform: rotate(0deg);
}
@keyframes animFishOne {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.recipe-section .recipe-section__decor--right img {
  animation: animFishTwo 2s steps(1) infinite;
  transform: rotate(0deg);
}
@keyframes animFishTwo {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__decor {
    display: none;
  }
}
.recipe-section .recipe-section__fish-mobile {
  display: none;
  width: 81px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__fish-mobile {
    display: block;
  }
}
.recipe-section .recipe-section__title {
  font-family: "Exposure[-60]", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  width: 100%;
  margin: 0;
  -webkit-text-stroke: 2px #5c310b;
  color: transparent;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recipe-section .recipe-section__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__actions {
    width: 100%;
  }
}
.recipe-section .secActions {
  padding: 0 1.3888888889vw;
}
.recipe-section .recipe-section__cta {
  min-width: 169px;
  border-color: #5c310b;
  color: #5c310b;
  font-family: "Exposure[-60]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: block;
  padding: 8px 15px;
  margin: 0;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0.4s;
}
.recipe-section .recipe-section__cta .ctaText {
  position: relative;
  z-index: 1;
  display: block;
  color: #fba7ff;
}
.recipe-section .recipe-section__cta::after {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  right: 102%;
  width: 105%;
  height: 105%;
  border-radius: 100px;
  background-color: #5c310b;
  border: 0px;
  transition: all 0.4s ease-in-out 0.4s;
}
.recipe-section .recipe-section__cta:hover {
  color: #fba7ff !important;
  transition: all 0.4s ease-in-out 0.4s;
}
.recipe-section .recipe-section__cta:hover::after {
  right: -3px;
  z-index: 0;
  transition: all 0.4s ease-in-out 0.4s;
}
.recipe-section .recipe-section__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__nav--desktop {
    display: none;
  }
}
.recipe-section .recipe-section__arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  color: inherit;
  background: transparent;
  border: 2px solid currentColor;
  border-radius: 100px;
}
.recipe-section .recipe-section__arrow svg {
  display: block;
  width: 11px;
  height: 16px;
}
.recipe-section .recipe-section__arrow--prev svg {
  transform: rotate(180deg);
}
.recipe-section .recipe-section__arrow:hover, .recipe-section .recipe-section__arrow:focus-visible {
  background-color: #fba7ff;
  color: #5c310b;
}
.recipe-section .recipe-section__pager {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__pager--mobile {
    display: flex;
  }
}
.recipe-section .recipe-section__pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.recipe-section .recipe-section__pager-btn svg {
  display: block;
  width: 11px;
  height: 16px;
}
.recipe-section .recipe-section__pager-btn--prev svg {
  transform: rotate(180deg);
}
.recipe-section .recipe-section__pager-count {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 397;
  line-height: 22px;
  margin: 0;
}
.recipe-section .recipe-section__slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 2.9166666667vw;
  padding: 0;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__slider {
    margin-top: 0;
    padding: 0;
  }
}
.recipe-section .recipe-section__track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  will-change: transform;
  transition: transform 0.45s ease;
  padding: 0 1.3888888889vw;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__track {
    gap: 16px;
  }
}
.recipe-section .recipe-section__card {
  display: block;
  flex: 0 0 374px;
  width: 374px;
  height: 495px;
  overflow: hidden;
  text-decoration: none;
  color: #5c310b;
  background-color: #fba7ff;
  border: 2px solid #fba7ff;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__card {
    flex: 0 0 100%;
    width: 100%;
    height: 467px;
    border-color: #5c310b;
  }
}
.recipe-section .recipe-section__card-head {
  padding: 1.0416666667vw 0.6944444444vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  text-align: center;
  background-color: #fba7ff;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__card-head {
    height: 78px;
    padding-top: 18px;
  }
}
.recipe-section .recipe-section__eyebrow {
  font-family: "GT America", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.4px;
  text-transform: uppercase;
  margin: 0;
  color: #5c310b;
}
.recipe-section .recipe-section__card-title {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 397;
  line-height: 30.8px;
  line-height: 36px;
  color: #5c310b;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 10px);
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__card-title {
    font-family: "Exposure Trial[-30]", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 397;
    line-height: 22px;
  }
}
.recipe-section .recipe-section__card-media {
  width: 100%;
  height: 326px;
  overflow: hidden;
  position: relative;
}
.recipe-section .recipe-section__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.3s ease-in-out 0.3s;
}
.recipe-section .recipe-section__card-media span.halftone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background-image: var(--filter-image);
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out 0.3s;
}
.recipe-section .recipe-section__card-media:hover img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out 0.3s;
}
.recipe-section .recipe-section__card-media:hover span.halftone {
  opacity: 0.6;
  transition: all 0.3s ease-in-out 0.3s;
}
.recipe-section .recipe-section__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recipe-section .recipe-section__card-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  margin: 0;
  padding: 0 1.0416666667vw;
  text-align: center;
  background-color: #fba7ff;
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 397;
  line-height: 22px;
  color: #5c310b;
}
@media (prefers-reduced-motion: reduce) {
  .recipe-section .recipe-section__track {
    transition: none;
  }
  .recipe-section .recipe-section__arrow:hover,
  .recipe-section .recipe-section__arrow:focus-visible {
    background-color: transparent;
    color: inherit;
  }
}

/* 1️⃣ Abstracts (global tools only) */
.section-ingredient-strip {
  padding: 4.8611111111vw 0;
}
.section-ingredient-strip h1 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 397;
  line-height: 70px;
  text-align: center;
  margin-bottom: 50px;
}
.section-ingredient-strip .ingMarquee {
  max-width: 100%;
  overflow: hidden;
}
.section-ingredient-strip .ingMarquee .marquee__track {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.section-ingredient-strip .ingMarquee .marquee__group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 20px;
}
.section-ingredient-strip .ingItem {
  min-width: 270px;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.section-ingredient-strip .ingItem img {
  max-height: 210px;
}
.section-ingredient-strip .ingContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.section-ingredient-strip p {
  font-family: "GT America", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.48px;
}

/* 1️⃣ Abstracts (global tools only) */
.section-aboutus {
  display: flex;
  flex-direction: row;
  margin-top: 2px;
}
.section-aboutus[data-fsk-animate=on] .secLeftCol .contentWrp {
  background-color: #fba7ff;
  color: #5c310b;
  animation: bgChangePink 2s linear forwards;
}
.section-aboutus[data-fsk-animate=on] .secLeftCol .contentWrp h2 {
  -webkit-text-stroke-color: #5c310b;
  animation: bgChangePink 2s linear forwards;
  color: transparent !important;
}
.section-aboutus[data-fsk-animate=on] .secLeftCol .contentWrp p {
  color: #5c310b;
  animation: bgChangePink 2s linear forwards;
}
@keyframes bgChangePink {
  0% {
    background-color: #5c310b;
    color: #fba7ff;
    -webkit-text-stroke-color: #fba7ff;
  }
  50% {
    background-color: #5c310b;
    color: #fba7ff;
    -webkit-text-stroke-color: #fba7ff;
  }
  100% {
    background-color: #fba7ff;
    color: #5c310b;
    -webkit-text-stroke-color: #5c310b;
  }
}
.section-aboutus[data-fsk-animate=on] .textureFill {
  width: 100%;
  height: 100%;
  animation: textureFillIn 2s linear forwards;
  filter: blur(0px);
}
@keyframes textureFillIn {
  0% {
    width: 0%;
    height: 0%;
    border-radius: 0 100% 100% 100%;
    filter: blur(50px);
  }
  30% {
    width: 0%;
    height: 0%;
    border-radius: 0 100% 100% 100%;
    filter: blur(50px);
  }
  50% {
    border-radius: 0 100% 100% 100%;
    filter: blur(50px);
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0;
    filter: blur(0px);
  }
}
.section-aboutus[data-fsk-animate=on] .secRightCol .contentWrp {
  animation: slideInY_50px_2s 2s linear;
}
@keyframes slideInY_50px_2s {
  0% {
    transform: translateY(50px);
  }
  30% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.section-aboutus .secCol {
  width: 50%;
  aspect-ratio: 344/398;
  overflow: hidden;
}
.section-aboutus .secLeftCol {
  padding: 3.4722222222vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background-image: var(--bg-mushroom-texture);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-aboutus .secLeftCol .textureFill {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fba7ff;
}
.section-aboutus .secLeftCol .contentWrp {
  width: 100%;
  height: 100%;
  padding: 2.4305555556vw;
  color: #5c310b;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-aboutus .secLeftCol h2 {
  font-family: "Exposure[-60]", sans-serif;
  font-feature-settings: "liga" off, "calt" off;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.5px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #5c310b;
  color: transparent;
  margin-bottom: 10px;
}
.section-aboutus .secLeftCol .contentBody {
  width: 100%;
  aspect-ratio: 518/433;
  overflow: scroll;
}
.section-aboutus .secLeftCol p {
  color: #5c310b;
  font-family: "GT America", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.48px;
  margin-bottom: 10px;
}
.section-aboutus .secLeftCol a.abtCta {
  border-color: #5c310b;
  color: #5c310b;
}
.section-aboutus .secLeftCol a.abtCta span {
  border-color: #5c310b;
  color: #5c310b;
  position: relative;
  z-index: 1;
  display: block;
  transition: all 0.4s ease-in-out 0.4s;
}
.section-aboutus .secLeftCol a.abtCta {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 397;
  line-height: revert-rule;
  display: block;
  padding: 10px 15px;
  margin: 0;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100px;
  position: relative;
  transition: all 0.4s ease-in-out 0.4s;
  overflow: hidden;
}
.section-aboutus .secLeftCol a.abtCta::after {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  right: 102%;
  width: 105%;
  height: 105%;
  border-radius: 100px;
  background-color: #5c310b;
  z-index: 0;
  border: 0px;
  transition: all 0.4s ease-in-out 0.4s;
}
.section-aboutus .secLeftCol a.abtCta:hover {
  border-color: #5c310b;
  color: #fba7ff;
  transition: all 0.4s ease-in-out 0.4s;
}
.section-aboutus .secLeftCol a.abtCta:hover span {
  transition: all 0.4s ease-in-out 0.4s;
  border-color: #5c310b;
  color: #fba7ff;
}
.section-aboutus .secLeftCol a.abtCta:hover::after {
  right: -3px;
  transition: all 0.4s ease-in-out 0.4s;
}
.section-aboutus .secLeftCol a.abtCta {
  text-decoration: none;
  display: inline-block;
}
.section-aboutus .secRightCol .contentWrp {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Add Block CSS Here */
/* Add Block CSS Here */
@font-face {
  font-family: "Exposure[-60]";
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot");
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exposure_60/Exposure-60-Regular.woff2") format("woff2"), url("../fonts/Exposure_60/Exposure-60-Regular.woff") format("woff"), url("../fonts/Exposure_60/Exposure-60-Regular.ttf") format("truetype"), url("../fonts/Exposure_60/Exposure-60-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exposure Trial[-30]";
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot");
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot?#iefix") format("embedded-opentype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff2") format("woff2"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff") format("woff"), url("../fonts/ExposureTrial_30/ExposureTrial--30.ttf") format("truetype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.svg#ExposureTrial--30") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaExpandedBlack";
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot");
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff2") format("woff2"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff") format("woff"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.ttf") format("truetype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.svg#GTAmerica-ExpandedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaCompressedBlack";
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot");
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff2") format("woff2"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff") format("woff"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.ttf") format("truetype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.svg#GTAmerica-CompressedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot");
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff2") format("woff2"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff") format("woff"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.ttf") format("truetype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.svg#GTAmerica-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trim Poster TRIAL";
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot");
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot?#iefix") format("embedded-opentype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff2") format("woff2"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff") format("woff"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.ttf") format("truetype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.svg#TrimPosterTRIAL-Slim") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Typography
 **/
/**
 * Animations
 ***/
@keyframes strokeFillIn {
  0% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  30% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke: 2px #5c310b;
    color: transparent;
  }
}
.section-aboutus {
  display: flex;
  flex-direction: row;
  margin-top: 2px;
}
.section-aboutus[data-fsk-animate=on] .secLeftCol .contentWrp {
  background-color: #fba7ff;
  color: #5c310b;
  animation: bgChangePink 2s linear forwards;
}
.section-aboutus[data-fsk-animate=on] .secLeftCol .contentWrp h2 {
  -webkit-text-stroke-color: #5c310b;
  animation: bgChangePink 2s linear forwards;
  color: transparent !important;
}
.section-aboutus[data-fsk-animate=on] .secLeftCol .contentWrp p {
  color: #5c310b;
  animation: bgChangePink 2s linear forwards;
}
@keyframes bgChangePink {
  0% {
    background-color: #5c310b;
    color: #fba7ff;
    -webkit-text-stroke-color: #fba7ff;
  }
  50% {
    background-color: #5c310b;
    color: #fba7ff;
    -webkit-text-stroke-color: #fba7ff;
  }
  100% {
    background-color: #fba7ff;
    color: #5c310b;
    -webkit-text-stroke-color: #5c310b;
  }
}
.section-aboutus[data-fsk-animate=on] .textureFill {
  width: 100%;
  height: 100%;
  animation: textureFillIn 2s linear forwards;
  filter: blur(0px);
}
@keyframes textureFillIn {
  0% {
    width: 0%;
    height: 0%;
    border-radius: 0 100% 100% 100%;
    filter: blur(50px);
  }
  30% {
    width: 0%;
    height: 0%;
    border-radius: 0 100% 100% 100%;
    filter: blur(50px);
  }
  50% {
    border-radius: 0 100% 100% 100%;
    filter: blur(50px);
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0;
    filter: blur(0px);
  }
}
.section-aboutus[data-fsk-animate=on] .secRightCol .contentWrp {
  animation: slideInY_50px_2s 2s linear;
}
@keyframes slideInY_50px_2s {
  0% {
    transform: translateY(50px);
  }
  30% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.section-aboutus .secCol {
  width: 50%;
  aspect-ratio: 344/398;
  overflow: hidden;
}
.section-aboutus .secLeftCol {
  padding: 3.4722222222vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background-image: var(--bg-mushroom-texture);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-aboutus .secLeftCol .textureFill {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fba7ff;
}
.section-aboutus .secLeftCol .contentWrp {
  width: 100%;
  height: 100%;
  padding: 2.4305555556vw;
  color: #5c310b;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-aboutus .secLeftCol h2 {
  font-family: "Exposure[-60]", sans-serif;
  font-feature-settings: "liga" off, "calt" off;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.5px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #5c310b;
  color: transparent;
  margin-bottom: 10px;
}
.section-aboutus .secLeftCol .contentBody {
  width: 100%;
  aspect-ratio: 518/433;
  overflow: scroll;
}
.section-aboutus .secLeftCol p {
  color: #5c310b;
  font-family: "GT America", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.48px;
  margin-bottom: 10px;
}
.section-aboutus .secLeftCol a.abtCta {
  border-color: #5c310b;
  color: #5c310b;
}
.section-aboutus .secLeftCol a.abtCta span {
  border-color: #5c310b;
  color: #5c310b;
  position: relative;
  z-index: 1;
  display: block;
  transition: all 0.4s ease-in-out 0.4s;
}
.section-aboutus .secLeftCol a.abtCta {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 397;
  line-height: revert-rule;
  display: block;
  padding: 10px 15px;
  margin: 0;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100px;
  position: relative;
  transition: all 0.4s ease-in-out 0.4s;
  overflow: hidden;
}
.section-aboutus .secLeftCol a.abtCta::after {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  right: 102%;
  width: 105%;
  height: 105%;
  border-radius: 100px;
  background-color: #5c310b;
  z-index: 0;
  border: 0px;
  transition: all 0.4s ease-in-out 0.4s;
}
.section-aboutus .secLeftCol a.abtCta:hover {
  border-color: #5c310b;
  color: #fba7ff;
  transition: all 0.4s ease-in-out 0.4s;
}
.section-aboutus .secLeftCol a.abtCta:hover span {
  transition: all 0.4s ease-in-out 0.4s;
  border-color: #5c310b;
  color: #fba7ff;
}
.section-aboutus .secLeftCol a.abtCta:hover::after {
  right: -3px;
  transition: all 0.4s ease-in-out 0.4s;
}
.section-aboutus .secLeftCol a.abtCta {
  text-decoration: none;
  display: inline-block;
}
.section-aboutus .secRightCol .contentWrp {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* Add Block CSS Here */
@font-face {
  font-family: "Exposure[-60]";
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot");
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exposure_60/Exposure-60-Regular.woff2") format("woff2"), url("../fonts/Exposure_60/Exposure-60-Regular.woff") format("woff"), url("../fonts/Exposure_60/Exposure-60-Regular.ttf") format("truetype"), url("../fonts/Exposure_60/Exposure-60-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exposure Trial[-30]";
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot");
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot?#iefix") format("embedded-opentype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff2") format("woff2"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff") format("woff"), url("../fonts/ExposureTrial_30/ExposureTrial--30.ttf") format("truetype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.svg#ExposureTrial--30") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaExpandedBlack";
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot");
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff2") format("woff2"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff") format("woff"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.ttf") format("truetype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.svg#GTAmerica-ExpandedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaCompressedBlack";
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot");
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff2") format("woff2"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff") format("woff"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.ttf") format("truetype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.svg#GTAmerica-CompressedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot");
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff2") format("woff2"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff") format("woff"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.ttf") format("truetype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.svg#GTAmerica-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trim Poster TRIAL";
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot");
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot?#iefix") format("embedded-opentype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff2") format("woff2"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff") format("woff"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.ttf") format("truetype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.svg#TrimPosterTRIAL-Slim") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Typography
 **/
/**
 * Animations
 ***/
@keyframes strokeFillIn {
  0% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  30% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke: 2px #5c310b;
    color: transparent;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "GT America", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.48px;
}

html {
  margin-top: 0px !important;
}
html div#wpadminbar {
  display: none !important;
}

body {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 30px;
  max-width: calc(100% - 60px);
  overflow: hidden;
}
body.home {
  border: 2px solid #fba7ff;
}
body.lightTheme {
  color: #5c310b;
  border-color: #5c310b;
  fill: #5c310b;
  background-color: #eeeae6;
}
body.darkTheme {
  color: #fba7ff;
  border-color: #fba7ff;
  fill: #fba7ff;
  background-color: #5c310b;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  outline-offset: 0;
  overflow: hidden;
}
.mobile-menu__backdrop {
  display: none !important;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
}

[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity, transform;
}
[data-animate].is-visible {
  opacity: 1;
  transform: translate(0) scale(1);
}

[data-animate=fade-up] {
  transform: translateY(30px);
}

[data-animate=fade-down] {
  transform: translateY(-30px);
}

[data-animate=fade-left] {
  transform: translateX(-40px);
}

[data-animate=fade-right] {
  transform: translateX(40px);
}

[data-animate=fade] {
  transform: none;
}

[data-animate=scale-up] {
  transform: scale(0.95);
}

[data-animate-group] > *:not([data-animate]) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity, transform;
}
[data-animate-group] > *:not([data-animate]).is-visible {
  opacity: 1;
  transform: translate(0);
}

[data-animate-group] > *:nth-child(1) {
  transition-delay: 0s;
}

[data-animate-group] > *:nth-child(2) {
  transition-delay: 0.15s;
}

[data-animate-group] > *:nth-child(3) {
  transition-delay: 0.3s;
}

[data-animate-group] > *:nth-child(4) {
  transition-delay: 0.45s;
}

[data-animate-group] > *:nth-child(5) {
  transition-delay: 0.6s;
}

[data-animate-group] > *:nth-child(6) {
  transition-delay: 0.75s;
}

@media (prefers-reduced-motion: reduce) {
  [data-animate],
  [data-animate-group] > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
h1 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 397;
  line-height: 70px;
}

h2 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 397;
  line-height: 49.5px;
}

h3 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 397;
  line-height: 30.8px;
}

h4 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 397;
  line-height: 22px;
}

h5 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 397;
  line-height: 16.5px;
}

.heroSection {
  display: flex;
  max-width: 100%;
  aspect-ratio: 55/24;
  border-bottom: 2px solid #fba7ff;
}
@keyframes kf_textElm_translate {
  0% {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
    color: transparent;
  }
  50% {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #5c310b;
    color: #fba7ff;
  }
}
.heroSection .leftRightCol {
  width: 6.2%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.heroSection .leftRightCol.leftCol .textElm {
  transform: rotate(-90deg);
  top: 13.3333333333vw; /* 192px */
  animation: kf_textElm_left 2s linear, kf_textElm_translate 2s linear forwards;
}
@keyframes kf_textElm_left {
  0% {
    top: 12.4305555556vw; /* 179px */
  }
  30% {
    top: 12.4305555556vw; /* 179px */
  }
  100% {
    top: 13.3333333333vw; /* 192px */
  }
}
.heroSection .leftRightCol.rightCol .textElm {
  transform: rotate(90deg);
  top: 14.4444444444vw; /* 208px */
  animation: kf_textElm_right 2s linear, kf_textElm_translate 2s linear forwards;
}
@keyframes kf_textElm_right {
  0% {
    top: 8.3333333333vw; /* 120px */
  }
  30% {
    top: 8.3333333333vw; /* 120px */
  }
  100% {
    top: 14.4444444444vw; /* 208px */
  }
}
.heroSection .leftRightCol .textElm {
  z-index: 10;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  font-family: "GTAmericaCompressedBlack", sans-serif;
  font-size: 1.8055555556vw; /* 26px */
  font-style: normal;
  font-weight: 900;
  line-height: 2.5277777778vw; /* 36.4px */
  text-transform: uppercase;
  color: #fba7ff;
  animation: kf_textElm_translate 2s linear forwards;
}
.heroSection .colCenter {
  flex-grow: 1;
  max-width: 87.6%;
  border-left: 2px solid #fba7ff;
  border-right: 2px solid #fba7ff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}
.heroSection .logoTitle {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fba7ff;
  color: #5c310b;
  font-family: "Trim Poster TRIAL", sans-serif;
  font-size: 44.444vw;
  /* font-size: 639.907px; */
  line-height: 31.25vw;
  /* line-height: 450px; */
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1;
}
.heroSection .tagLine {
  color: #5c310b;
  text-align: center;
  font-family: "Exposure[-60]", sans-serif;
  /* font-size: 73.489px; */
  font-size: 5.0694vw;
  font-style: normal;
  font-weight: 400;
  /* line-height: 84.282px; */
  line-height: 5.8333vw;
  text-transform: uppercase;
  z-index: 1;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #5c310b;
  animation: kf_1740_13621_translate_0 2s linear forwards;
}
@keyframes kf_1740_13621_translate_0 {
  0% {
    animation-timing-function: ease-out;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
  }
  50% {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
  }
  100% {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #5c310b;
  }
}
.heroSection .bgFillIn {
  border-radius: 38.194vw;
  opacity: 1;
  background-color: #fba7ff;
  filter: blur(50px);
  position: absolute;
  top: -50%;
  left: -10%;
  width: 150%;
  height: 201%;
  animation: bgFillIn_hero-section_2s 2s linear;
}
@keyframes bgFillIn_hero-section_2s {
  0% {
    width: 38.194vw;
    height: 38.194vw;
    opacity: 0.09;
    top: -101%;
    left: -101%;
  }
  100% {
    opacity: 1;
    top: -50%;
    left: -10%;
    width: 150%;
    height: 201%;
  }
}
.heroSection .topPointer,
.heroSection .bottomPointer {
  display: block;
  width: calc(100% + 4px);
  margin-left: -2px;
  aspect-ratio: 85/76;
  position: relative;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: visible;
}
.heroSection .topPointer::before,
.heroSection .bottomPointer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fba7ff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%, calc(100% - 1.7455992155px) 100%, 50% 4.0976995825px, 1.7455992155px 100%);
}
.heroSection .topPointer {
  position: relative;
  top: 0;
  animation: colPointers 2s ease-in-out;
}
@keyframes colPointers {
  0% {
    top: 2.0833333333vw; /* 30px */
  }
  30% {
    top: 2.0833333333vw; /* 30px */
  }
  100% {
    top: 0;
  }
}
.heroSection .bottomPointer {
  transform: scaleY(-1);
  position: absolute;
  bottom: 0px;
}
@font-face {
  font-family: "Exposure[-60]";
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot");
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exposure_60/Exposure-60-Regular.woff2") format("woff2"), url("../fonts/Exposure_60/Exposure-60-Regular.woff") format("woff"), url("../fonts/Exposure_60/Exposure-60-Regular.ttf") format("truetype"), url("../fonts/Exposure_60/Exposure-60-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exposure Trial[-30]";
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot");
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot?#iefix") format("embedded-opentype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff2") format("woff2"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff") format("woff"), url("../fonts/ExposureTrial_30/ExposureTrial--30.ttf") format("truetype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.svg#ExposureTrial--30") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaExpandedBlack";
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot");
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff2") format("woff2"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff") format("woff"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.ttf") format("truetype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.svg#GTAmerica-ExpandedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaCompressedBlack";
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot");
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff2") format("woff2"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff") format("woff"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.ttf") format("truetype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.svg#GTAmerica-CompressedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot");
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff2") format("woff2"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff") format("woff"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.ttf") format("truetype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.svg#GTAmerica-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trim Poster TRIAL";
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot");
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot?#iefix") format("embedded-opentype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff2") format("woff2"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff") format("woff"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.ttf") format("truetype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.svg#TrimPosterTRIAL-Slim") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Typography
 **/
/**
 * Animations
 ***/
@keyframes strokeFillIn {
  0% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  30% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke: 2px #5c310b;
    color: transparent;
  }
}
.section-ingredient-strip {
  padding: 4.8611111111vw 0;
}
.section-ingredient-strip h1 {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 397;
  line-height: 70px;
  text-align: center;
  margin-bottom: 50px;
}
.section-ingredient-strip .ingMarquee {
  max-width: 100%;
  overflow: hidden;
}
.section-ingredient-strip .ingMarquee .marquee__track {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.section-ingredient-strip .ingMarquee .marquee__group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 20px;
}
.section-ingredient-strip .ingItem {
  min-width: 270px;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.section-ingredient-strip .ingItem img {
  max-height: 210px;
}
.section-ingredient-strip .ingContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.section-ingredient-strip p {
  font-family: "GT America", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.48px;
}
@font-face {
  font-family: "Exposure[-60]";
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot");
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exposure_60/Exposure-60-Regular.woff2") format("woff2"), url("../fonts/Exposure_60/Exposure-60-Regular.woff") format("woff"), url("../fonts/Exposure_60/Exposure-60-Regular.ttf") format("truetype"), url("../fonts/Exposure_60/Exposure-60-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exposure Trial[-30]";
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot");
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot?#iefix") format("embedded-opentype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff2") format("woff2"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff") format("woff"), url("../fonts/ExposureTrial_30/ExposureTrial--30.ttf") format("truetype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.svg#ExposureTrial--30") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaExpandedBlack";
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot");
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff2") format("woff2"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff") format("woff"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.ttf") format("truetype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.svg#GTAmerica-ExpandedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaCompressedBlack";
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot");
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff2") format("woff2"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff") format("woff"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.ttf") format("truetype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.svg#GTAmerica-CompressedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot");
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff2") format("woff2"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff") format("woff"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.ttf") format("truetype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.svg#GTAmerica-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trim Poster TRIAL";
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot");
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot?#iefix") format("embedded-opentype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff2") format("woff2"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff") format("woff"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.ttf") format("truetype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.svg#TrimPosterTRIAL-Slim") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Typography
 **/
/**
 * Animations
 ***/
@keyframes strokeFillIn {
  0% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  30% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke: 2px #5c310b;
    color: transparent;
  }
}
.recipe-section {
  position: relative;
  overflow: hidden;
  padding: 1.3888888889vw 0 4.1666666667vw;
  overflow: hidden;
}
.recipe-section .recipe-section__inner {
  position: relative;
}
.recipe-section .recipe-section__inner .bgFillIn {
  z-index: -1;
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .bgFillIn {
  border-radius: 38.194vw;
  opacity: 1;
  background-color: #fba7ff;
  filter: blur(50px);
  position: absolute;
  top: -50%;
  left: -10%;
  width: 150%;
  height: 201%;
  animation: bgFillIn_getrecipe-section_2s 2s linear;
}
@keyframes bgFillIn_getrecipe-section_2s {
  0% {
    width: 38.194vw;
    height: 38.194vw;
    opacity: 0.09;
    top: -101%;
    left: -101%;
  }
  100% {
    opacity: 1;
    top: -50%;
    left: -10%;
    width: 150%;
    height: 201%;
  }
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__title {
  animation: strokeFillIn 2s linear forwards;
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .secActions {
  color: #5c310b;
  animation: switchTheme 2s linear forwards;
}
@keyframes switchTheme {
  0% {
    color: #fba7ff;
  }
  50% {
    color: #fba7ff;
  }
  100% {
    color: #5c310b;
  }
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__cta {
  animation: bgFillTextTheme 2s linear forwards;
  border-color: #5c310b;
  color: #5c310b;
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__cta .ctaText {
  color: #5c310b;
  transition: all 0.4s ease-in-out 0.4s;
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__cta:hover {
  color: #fba7ff;
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__cta:hover .ctaText {
  color: #fba7ff;
  transition: all 0.4s ease-in-out 0.4s;
}
@keyframes bgFillTextTheme {
  0% {
    border-color: #fba7ff;
    color: #fba7ff;
  }
  30% {
    border-color: #fba7ff;
    color: #fba7ff;
  }
  100% {
    border-color: #5c310b;
    color: #5c310b;
  }
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__slider {
  animation: slideInY_66px_2s 2s linear;
}
@keyframes slideInY_66px_2s {
  0% {
    transform: translateY(66px);
  }
  30% {
    transform: translateY(66px);
  }
  100% {
    transform: translateY(0px);
  }
}
.recipe-section .recipe-section__inner[data-fsk-animate=on] .recipe-section__card {
  animation: cardBorderFillIn 2s linear forwards;
  border-color: #5c310b;
}
@keyframes cardBorderFillIn {
  0% {
    border-color: #fba7ff;
  }
  30% {
    border-color: #fba7ff;
  }
  100% {
    border-color: #5c310b;
  }
}
.recipe-section .secHead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 1.3888888889vw;
}
.recipe-section .recipe-section__decor {
  pointer-events: none;
  z-index: 0;
  display: flex;
  min-width: 344.53px;
  width: 344.53px;
  height: 229.121px;
  justify-content: center;
  align-items: center;
}
.recipe-section .recipe-section__decor img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  aspect-ratio: 344.13/229.1;
}
.recipe-section .recipe-section__decor--left img {
  animation: animFishOne 2s steps(1) infinite;
  transform: rotate(0deg);
}
@keyframes animFishOne {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.recipe-section .recipe-section__decor--right img {
  animation: animFishTwo 2s steps(1) infinite;
  transform: rotate(0deg);
}
@keyframes animFishTwo {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__decor {
    display: none;
  }
}
.recipe-section .recipe-section__fish-mobile {
  display: none;
  width: 81px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__fish-mobile {
    display: block;
  }
}
.recipe-section .recipe-section__title {
  font-family: "Exposure[-60]", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  width: 100%;
  margin: 0;
  -webkit-text-stroke: 2px #5c310b;
  color: transparent;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recipe-section .recipe-section__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__actions {
    width: 100%;
  }
}
.recipe-section .secActions {
  padding: 0 1.3888888889vw;
}
.recipe-section .recipe-section__cta {
  min-width: 169px;
  border-color: #5c310b;
  color: #5c310b;
  font-family: "Exposure[-60]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: block;
  padding: 8px 15px;
  margin: 0;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0.4s;
}
.recipe-section .recipe-section__cta .ctaText {
  position: relative;
  z-index: 1;
  display: block;
  color: #fba7ff;
}
.recipe-section .recipe-section__cta::after {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  right: 102%;
  width: 105%;
  height: 105%;
  border-radius: 100px;
  background-color: #5c310b;
  border: 0px;
  transition: all 0.4s ease-in-out 0.4s;
}
.recipe-section .recipe-section__cta:hover {
  color: #fba7ff !important;
  transition: all 0.4s ease-in-out 0.4s;
}
.recipe-section .recipe-section__cta:hover::after {
  right: -3px;
  z-index: 0;
  transition: all 0.4s ease-in-out 0.4s;
}
.recipe-section .recipe-section__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__nav--desktop {
    display: none;
  }
}
.recipe-section .recipe-section__arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  color: inherit;
  background: transparent;
  border: 2px solid currentColor;
  border-radius: 100px;
}
.recipe-section .recipe-section__arrow svg {
  display: block;
  width: 11px;
  height: 16px;
}
.recipe-section .recipe-section__arrow--prev svg {
  transform: rotate(180deg);
}
.recipe-section .recipe-section__arrow:hover, .recipe-section .recipe-section__arrow:focus-visible {
  background-color: #fba7ff;
  color: #5c310b;
}
.recipe-section .recipe-section__pager {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__pager--mobile {
    display: flex;
  }
}
.recipe-section .recipe-section__pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.recipe-section .recipe-section__pager-btn svg {
  display: block;
  width: 11px;
  height: 16px;
}
.recipe-section .recipe-section__pager-btn--prev svg {
  transform: rotate(180deg);
}
.recipe-section .recipe-section__pager-count {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 397;
  line-height: 22px;
  margin: 0;
}
.recipe-section .recipe-section__slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 2.9166666667vw;
  padding: 0;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__slider {
    margin-top: 0;
    padding: 0;
  }
}
.recipe-section .recipe-section__track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  will-change: transform;
  transition: transform 0.45s ease;
  padding: 0 1.3888888889vw;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__track {
    gap: 16px;
  }
}
.recipe-section .recipe-section__card {
  display: block;
  flex: 0 0 374px;
  width: 374px;
  height: 495px;
  overflow: hidden;
  text-decoration: none;
  color: #5c310b;
  background-color: #fba7ff;
  border: 2px solid #fba7ff;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__card {
    flex: 0 0 100%;
    width: 100%;
    height: 467px;
    border-color: #5c310b;
  }
}
.recipe-section .recipe-section__card-head {
  padding: 1.0416666667vw 0.6944444444vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  text-align: center;
  background-color: #fba7ff;
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__card-head {
    height: 78px;
    padding-top: 18px;
  }
}
.recipe-section .recipe-section__eyebrow {
  font-family: "GT America", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.4px;
  text-transform: uppercase;
  margin: 0;
  color: #5c310b;
}
.recipe-section .recipe-section__card-title {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 397;
  line-height: 30.8px;
  line-height: 36px;
  color: #5c310b;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 10px);
}
@media (max-width: 991px) {
  .recipe-section .recipe-section__card-title {
    font-family: "Exposure Trial[-30]", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 397;
    line-height: 22px;
  }
}
.recipe-section .recipe-section__card-media {
  width: 100%;
  height: 326px;
  overflow: hidden;
  position: relative;
}
.recipe-section .recipe-section__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.3s ease-in-out 0.3s;
}
.recipe-section .recipe-section__card-media span.halftone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background-image: var(--filter-image);
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out 0.3s;
}
.recipe-section .recipe-section__card-media:hover img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out 0.3s;
}
.recipe-section .recipe-section__card-media:hover span.halftone {
  opacity: 0.6;
  transition: all 0.3s ease-in-out 0.3s;
}
.recipe-section .recipe-section__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recipe-section .recipe-section__card-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  margin: 0;
  padding: 0 1.0416666667vw;
  text-align: center;
  background-color: #fba7ff;
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 397;
  line-height: 22px;
  color: #5c310b;
}
@media (prefers-reduced-motion: reduce) {
  .recipe-section .recipe-section__track {
    transition: none;
  }
  .recipe-section .recipe-section__arrow:hover,
  .recipe-section .recipe-section__arrow:focus-visible {
    background-color: transparent;
    color: inherit;
  }
}
@font-face {
  font-family: "Exposure[-60]";
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot");
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exposure_60/Exposure-60-Regular.woff2") format("woff2"), url("../fonts/Exposure_60/Exposure-60-Regular.woff") format("woff"), url("../fonts/Exposure_60/Exposure-60-Regular.ttf") format("truetype"), url("../fonts/Exposure_60/Exposure-60-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exposure Trial[-30]";
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot");
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot?#iefix") format("embedded-opentype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff2") format("woff2"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff") format("woff"), url("../fonts/ExposureTrial_30/ExposureTrial--30.ttf") format("truetype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.svg#ExposureTrial--30") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaExpandedBlack";
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot");
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff2") format("woff2"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff") format("woff"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.ttf") format("truetype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.svg#GTAmerica-ExpandedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaCompressedBlack";
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot");
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff2") format("woff2"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff") format("woff"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.ttf") format("truetype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.svg#GTAmerica-CompressedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot");
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff2") format("woff2"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff") format("woff"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.ttf") format("truetype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.svg#GTAmerica-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trim Poster TRIAL";
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot");
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot?#iefix") format("embedded-opentype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff2") format("woff2"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff") format("woff"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.ttf") format("truetype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.svg#TrimPosterTRIAL-Slim") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Typography
 **/
/**
 * Animations
 ***/
@keyframes strokeFillIn {
  0% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  30% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke: 2px #5c310b;
    color: transparent;
  }
}
.section-separator {
  height: 72px;
  overflow: hidden;
  width: 100%;
  padding: 0 40px;
  display: flex;
}
.section-separator.position--top {
  border-bottom: 2px solid;
  margin-bottom: -2px;
}
.section-separator.position--bottom {
  border-top: 2px solid;
  margin-top: -2px;
}
.section-separator .spiralWrp {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}
.section-separator .spiralWrp.position--top {
  align-items: flex-start;
  margin-bottom: -2px;
}
.section-separator .spiralWrp.position--bottom {
  align-items: flex-end;
  margin-top: -2px;
}
.section-separator span {
  min-width: 390px;
  max-width: 390px;
  min-height: 390px;
  max-height: 390px;
  position: relative;
  left: -161.5px;
  border-radius: 390px;
  border-width: 2px;
  border-style: solid;
  margin-right: -323px;
}
/* Add Block CSS Here */
@font-face {
  font-family: "Exposure[-60]";
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot");
  src: url("../fonts/Exposure_60/Exposure-60-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exposure_60/Exposure-60-Regular.woff2") format("woff2"), url("../fonts/Exposure_60/Exposure-60-Regular.woff") format("woff"), url("../fonts/Exposure_60/Exposure-60-Regular.ttf") format("truetype"), url("../fonts/Exposure_60/Exposure-60-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exposure Trial[-30]";
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot");
  src: url("../fonts/ExposureTrial_30/ExposureTrial--30.eot?#iefix") format("embedded-opentype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff2") format("woff2"), url("../fonts/ExposureTrial_30/ExposureTrial--30.woff") format("woff"), url("../fonts/ExposureTrial_30/ExposureTrial--30.ttf") format("truetype"), url("../fonts/ExposureTrial_30/ExposureTrial--30.svg#ExposureTrial--30") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaExpandedBlack";
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot");
  src: url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff2") format("woff2"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.woff") format("woff"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.ttf") format("truetype"), url("../fonts/GTAmericaExpandedBlack/GTAmerica-ExpandedBlack.svg#GTAmerica-ExpandedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaCompressedBlack";
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot");
  src: url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff2") format("woff2"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.woff") format("woff"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.ttf") format("truetype"), url("../fonts/GTAmericaCompressedBlack/GTAmerica-CompressedBlack.svg#GTAmerica-CompressedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot");
  src: url("../fonts/GTAmericaMedium/GTAmerica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff2") format("woff2"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.woff") format("woff"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.ttf") format("truetype"), url("../fonts/GTAmericaMedium/GTAmerica-Medium.svg#GTAmerica-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trim Poster TRIAL";
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot");
  src: url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.eot?#iefix") format("embedded-opentype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff2") format("woff2"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.woff") format("woff"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.ttf") format("truetype"), url("../fonts/TrimPosterTRIAL_Slim/TrimPosterTRIAL-Slim.svg#TrimPosterTRIAL-Slim") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Add Block CSS Here */
/**
 * Typography
 **/
/* Add Block CSS Here */
/**
 * Animations
 ***/
@keyframes strokeFillIn {
  0% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  30% {
    -webkit-text-stroke: 2px #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke: 2px #5c310b;
    color: transparent;
  }
}
.shopNowCtaSection {
  border-top: 2px solid #fba7ff;
  border-bottom: 2px solid #fba7ff;
  margin: -2px 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.sncLeftCol,
.sncRightCol {
  width: 50%;
  aspect-ratio: 1/1;
}

.sncLeftCol img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  animation: slideInY_120px_2s 2s linear;
}
@keyframes slideInY_120px_2s {
  0% {
    transform: translateY(120px);
  }
  30% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(0px);
  }
}

.sncRightCol {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3.4722222222vw;
}
.sncRightCol .colContent {
  padding-left: 2.7777777778vw;
  padding-right: 2.7777777778vw;
  animation: slideInY_20px_2s 2s linear;
}
@keyframes slideInY_20px_2s {
  0% {
    transform: translateY(20px);
  }
  30% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.sncRightCol h1 {
  width: 41.3888888889vw;
  margin: 0 0 1.0416666667vw;
  padding: 0 0.6944444444vw;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #5c310b;
  color: #fba7ff;
  animation: titleFillIn 2s linear;
}
@keyframes titleFillIn {
  0% {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
    color: transparent;
  }
  30% {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fba7ff;
    color: transparent;
  }
  100% {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    color: #fba7ff;
  }
}
.sncRightCol p {
  font-family: "GT America", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.48px;
  text-align: center;
}
.sncRightCol a.btn {
  border-color: #fba7ff;
  color: #fba7ff;
}
.sncRightCol a.btn span {
  border-color: #fba7ff;
  color: #fba7ff;
  position: relative;
  z-index: 1;
  display: block;
  transition: all 0.4s ease-in-out 0.4s;
}
.sncRightCol a.btn {
  font-family: "Exposure Trial[-30]", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 397;
  line-height: revert-rule;
  display: block;
  padding: 10px 15px;
  margin: 0;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100px;
  position: relative;
  transition: all 0.4s ease-in-out 0.4s;
  overflow: hidden;
}
.sncRightCol a.btn::after {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  right: 102%;
  width: 105%;
  height: 105%;
  border-radius: 100px;
  background-color: #fba7ff;
  z-index: 0;
  border: 0px;
  transition: all 0.4s ease-in-out 0.4s;
}
.sncRightCol a.btn:hover {
  border-color: #fba7ff;
  color: #5c310b;
  transition: all 0.4s ease-in-out 0.4s;
}
.sncRightCol a.btn:hover span {
  transition: all 0.4s ease-in-out 0.4s;
  border-color: #fba7ff;
  color: #5c310b;
}
.sncRightCol a.btn:hover::after {
  right: -3px;
  transition: all 0.4s ease-in-out 0.4s;
}
.sncRightCol a.btn {
  width: calc(100% - 20px);
}