/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
/* Core variables */
/**
 * Variables
*/
/* Typography */
@font-face {
  font-family: "Chaparral Pro";
  src: url(../fonts/ChaparralPro-Light.8adb9361ed898bb81e84.woff2) format("woff2");
  font-weight: 200; /* Light Display */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chaparral Pro";
  src: url(../fonts/ChaparralPro-LightIt.ff262564331e1d60492a.woff2) format("woff2");
  font-weight: 200; /* Light Display */
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Chaparral Pro";
  src: url(../fonts/ChaparralPro-LightDisp.99d952c2063dff10284f.woff2) format("woff2");
  font-weight: 300; /* Light Display */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chaparral Pro";
  src: url(../fonts/ChaparralPro-LightItDisp.8f2ec7882fcff25e040f.woff2) format("woff2");
  font-weight: 300; /* Light Display */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chaparral Pro";
  src: url(../fonts/ChaparralPro-Disp.4eb1116498ea63b495aa.woff2) format("woff2");
  font-weight: 400; /* Display (Regular) */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chaparral Pro";
  src: url(../fonts/ChaparralPro-ItDisp.d9f6ff3eb8412db92893.woff2) format("woff2");
  font-weight: 400; /* Display (Regular) */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chaparral Pro";
  src: url(../fonts/ChaparralPro-SemiboldDisp.518eebc6c81165b58f63.woff2) format("woff2");
  font-weight: 600; /* Semibold Display */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chaparral Pro";
  src: url(../fonts/ChaparralPro-BoldDisp.ff3331450c73ef2b1c8d.woff2) format("woff2");
  font-weight: 700; /* Bold Display */
  font-style: normal;
  font-display: swap;
}
/* Optional: a handy alias variable */
/* Color palette */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* CSS print */
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Grid */
.page-wrapper {
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-wrapper {
    padding: 0 3.75rem;
  }
}
@media (min-width: 991px) {
  .page-wrapper {
    padding: 0 5rem 0 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 1200px) {
  .page-wrapper {
    padding: 0 7.5rem 0 7.5rem;
  }
}

@media (min-width: 1200px) {
  .container {
    margin: 0 auto;
    max-width: 75rem;
  }
}
/* Buttons */
.btn {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
  padding: 1.9375rem 1.875rem;
  width: 140px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.4s color ease;
  letter-spacing: 0.125rem;
  text-decoration: none !important;
}
.btn__main {
  background-color: #373737;
  color: #fff;
}
.btn__inverted {
  background-color: #fff;
  color: #373737;
}
.btn--small {
  padding: 1.25rem;
}
.btn span {
  position: relative;
  top: 1px;
  z-index: 2;
}
.btn:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s width ease;
}
@media (min-width: 991px) {
  .btn:after {
    height: 30px;
  }
}
.btn.disabled {
  pointer-events: none;
  opacity: 0.4;
}
@media (min-width: 991px) {
  .btn:hover {
    text-decoration: none !important;
  }
  .btn:hover:after {
    width: calc(100% - 20px);
  }
}

.btn-wrapper {
  display: flex;
  gap: 20px;
}

/* Modal */
/**
 * 1. Make the dialog container, and its child overlay spread across
 *    the entire window.
 */
.dialog-container,
.dialog-overlay {
  position: fixed; /* 1 */
  top: 0; /* 1 */
  right: 0; /* 1 */
  bottom: 0; /* 1 */
  left: 0; /* 1 */
}

/**
  * 1. Make sure the dialog container and all its descendants sits on
  *    top of the rest of the page.
  * 2. Make the dialog container a flex container to easily center the
  *    dialog.
  */
.dialog-container {
  z-index: 2; /* 1 */
  display: flex; /* 2 */
}

/**
  * 1. Make sure the dialog container and all its descendants are not
  *    visible and not focusable when it is hidden.
  */
.dialog-container[aria-hidden=true] {
  display: none; /* 1 */
}

/**
  * 1. Make the overlay look like an overlay.
  */
.dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9); /* 1 */
  animation: fade-in 200ms both;
}

/**
  * 1. Vertically and horizontally center the dialog in the page.
  * 2. Make sure the dialog sits on top of the overlay.
  * 3. Make sure the dialog has an opaque background.
  */
.dialog-content {
  margin: auto; /* 1 */
  z-index: 2; /* 2 */
  position: relative; /* 2 */
  background-color: white; /* 3 */
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 0;
  max-width: 100%;
  width: 600px;
  border-radius: 5px;
}

@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .dialog-overlay,
  .dialog-content {
    animation: none;
  }
}
.dialog-content h1 {
  margin: 0;
  font-size: 1.25em;
}

.dialog-close {
  position: absolute;
  top: 0;
  right: -1.5em;
  border: 0;
  padding: 0.25em;
  background-color: transparent;
  font-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  border-radius: 50%;
}
.dialog-close svg path {
  fill: #fff;
}

.dialog-close:hover {
  background-color: rgba(50, 50, 0, 0.15);
}

/* Branding */
.branding {
  width: 100%;
  top: 0;
  transition: height 0.4s ease;
  z-index: 1000;
  background-color: #373737;
  padding: 1rem 0;
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 3.375rem;
  overflow: hidden;
}
@media (min-width: 991px) {
  .branding {
    width: 5rem;
    height: 100vh;
    right: 0;
    transition: width 0.4s ease;
    padding: 1.75rem 0;
  }
}
@media (min-width: 991px) {
  .branding .js-mobile-nav {
    opacity: 0;
    pointer-events: none;
    width: 0;
    transition: opacity 0.4s ease;
  }
}
.branding .branding__inner {
  display: grid;
  grid-template-columns: calc(50% + 22px) 1fr;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 0 2.25rem;
}
@media (min-width: 991px) {
  .branding .branding__inner {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0.3125rem;
  }
}
.branding .brand {
  transition: opacity 0.4s ease;
  opacity: 0;
  justify-self: flex-end;
}
@media (min-width: 991px) {
  .branding .brand {
    opacity: 1;
  }
}
.branding .brand img, .branding .brand svg {
  width: 2.375rem;
  height: 4.625rem;
}
@media (min-width: 991px) {
  .branding .brand img, .branding .brand svg {
    opacity: 1;
  }
}
.branding.open {
  height: 100vh;
}
.branding.open .brand {
  opacity: 1;
}
@media (min-width: 991px) {
  .branding.open {
    width: 31.25rem;
  }
}
@media (min-width: 991px) {
  .branding.open .js-mobile-nav {
    opacity: 1;
    pointer-events: all;
    width: auto;
  }
}
.branding .hamburger-trigger {
  width: 2rem;
  height: 1.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-left: auto;
  grid-column: 2;
  justify-self: end;
}
@media (min-width: 991px) {
  .branding .hamburger-trigger {
    margin: 0;
  }
}
.branding .hamburger-trigger span {
  display: block;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 0rem;
  transition: all 0.3s ease;
  transform-origin: center;
}
@media (min-width: 991px) {
  .branding .hamburger-trigger.open {
    position: relative;
    left: 0.5625rem;
  }
}
.branding .hamburger-trigger.open span:nth-child(1) {
  transform: rotate(45deg) translateY(0.875rem);
}
.branding .hamburger-trigger.open span:nth-child(2) {
  opacity: 0;
}
.branding .hamburger-trigger.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-0.875rem);
}
.branding .js-mobile-nav {
  width: 100%;
  text-align: center;
  padding-top: 2.5rem;
}
.branding .js-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.branding .js-mobile-nav ul li a {
  color: #fff;
  line-height: 4.625rem;
  font-family: "Chaparral Pro";
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .branding .js-mobile-nav ul li a {
    transition: background-color 0.4s ease;
  }
  .branding .js-mobile-nav ul li a:hover {
    background-color: #957181;
    color: #fff;
    text-decoration: none !important;
  }
}

/* Hero */
.hero {
  margin-top: 3.375rem;
  /* gray acts as yellow in the hero */
}
@media (min-width: 991px) {
  .hero {
    margin-top: 0;
  }
}
.hero__media-content {
  position: relative;
}
@media (min-width: 768px) {
  .hero__media-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .hero__media-content .hero__media {
    position: relative;
  }
}
.hero__media-content .hero__media img {
  height: 25rem;
  max-width: none;
  width: 100%;
  height: auto;
}
@media (min-width: 991px) {
  .hero__media-content .hero__media img {
    height: auto;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .hero__media-content .hero__media img {
    max-width: none;
    width: 100%;
  }
}
.hero__media-content .hero__media figure.color-overlay {
  position: relative;
}
.hero__media-content .hero__media figure.color-overlay:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.hero__media-content .hero__media .media-branding {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  text-align: right;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: rgba(55, 55, 55, 0.83);
  display: inline-block;
  font-size: 0.75rem;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 768px) {
  .hero__media-content .hero__media .media-branding {
    background-color: transparent;
    display: none;
  }
}
.hero__media-content .hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 90%;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__media-content .hero__content {
    position: static;
    transform: none;
    background-color: #373737;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 1.5rem;
  }
}
@media (min-width: 991px) {
  .hero__media-content .hero__content {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .hero__media-content .hero__content {
    padding: 0 4.625rem;
  }
}
.hero__media-content .hero__content h1 {
  padding: 1rem;
  color: #fff;
  background-color: rgba(55, 55, 55, 0.83);
  font-style: italic;
  font-weight: 300;
}
@media (min-width: 768px) {
  .hero__media-content .hero__content h1 {
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .hero__media-content .hero__content h1 {
    padding-right: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .hero__media-content .hero__content h1 {
    padding-right: 11.25rem;
    /*font-size: rem(100);
    line-height: rem(100);*/
  }
}
.hero__media-content .hero__content .media-branding {
  display: none;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 768px) {
  .hero__media-content .hero__content .media-branding {
    display: block;
    color: #fff;
    font-size: 0.875rem;
    position: absolute;
    bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hero__media-content .hero__content .media-branding {
    font-size: 1.125rem;
    line-height: 140%;
    bottom: 1.875rem;
    max-width: 21.25rem;
  }
}
.hero__media-content.hero--full-width {
  display: block;
}
@media (min-width: 768px) {
  .hero__media-content.hero--full-width .hero__media .media-branding {
    display: block;
    position: absolute;
    color: black;
    bottom: -1.875rem;
    right: 3.75rem;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .hero__media-content.hero--full-width .hero__media .media-branding {
    right: 10rem;
    font-size: 1.125rem;
    line-height: 140%;
    bottom: -3rem;
  }
}
@media (min-width: 768px) {
  .hero__media-content.hero--full-width .hero__media img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hero__media-content.hero--full-width .hero__content {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    background-color: transparent;
    padding: 0;
    max-width: 55%;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .hero__media-content.hero--full-width .hero__content {
    max-width: 51.875rem;
    display: block;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .hero__media-content.hero--full-width .hero__content .media-branding {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero__media-content.hero--full-width .hero__content h1 {
    padding: 2.5rem 1.25rem 1.25rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .hero__media-content.hero--full-width .hero__content h1 {
    text-align: left;
    padding: 3.75rem 2.5rem 2.5rem 5rem;
  }
}
.hero--peach .hero__content h1 {
  background-color: rgba(228, 163, 139, 0.83);
}
.hero--gray .hero__media .color-overlay:after {
  background-color: rgba(230, 165, 32, 0.45) !important;
}

/* Modules */
/* Footer */
.main-footer {
  background-color: #373737;
  padding: 4.375rem 1.375rem 11.875rem;
  color: #fff;
}
@media (min-width: 768px) {
  .main-footer {
    padding: 7.5rem 3.75rem;
    display: flex;
    gap: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .main-footer {
    padding: 5rem 7.5rem 7.5rem;
    gap: 8.75rem;
  }
}
.main-footer a {
  color: #fff;
}
.main-footer .footer__branding {
  margin-bottom: 2.75rem;
}
@media (min-width: 1200px) {
  .main-footer .footer__branding {
    margin-bottom: 0.75rem;
  }
}
.main-footer .footer__nav {
  display: none;
}
@media (min-width: 768px) {
  .main-footer .footer__nav {
    display: block;
    margin-top: 1.75rem;
  }
  .main-footer .footer__nav h3 {
    font-weight: 200;
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
    font-style: italic;
  }
  .main-footer .footer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .main-footer .footer__nav ul li {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .main-footer .footer__nav ul li {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .main-footer .footer__nav ul li a {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "Noto Sans";
    color: #D9D9D9;
  }
}

.home .main-footer {
  background-color: #957181;
}

/* Page */
.page-content {
  margin-top: 13.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
}
@media (min-width: 991px) {
  .page-content {
    padding-bottom: 7.5rem;
    margin-top: 16.25rem;
  }
}
.page-content h1 {
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media (min-width: 991px) {
  .page-content h1 {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 991px) {
  .page-content h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  margin-top: 14px;
}
@media (min-width: 991px) {
  .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
    margin-top: 34px;
  }
}
.page-content ul {
  margin-bottom: 1.5rem;
}
.page-content a {
  text-decoration: underline;
}

/* Frontpage */
.frontpage-wrapper {
  position: relative;
  background-image: url(../images/design/bjuggska-bg.5b01db96e483b34ecaef.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
}
@media (min-width: 768px) {
  .frontpage-wrapper {
    background-image: url(../images/design/bjuggska-bg-desktop.60b955bf751ab286876f.png);
  }
}
.frontpage-wrapper:before, .frontpage-wrapper:after {
  display: block;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 2.5rem;
  width: 75%;
  filter: blur(1.5625rem);
  height: 2.625rem;
  transform-origin: top;
  background: #E4A38B;
  z-index: 3;
  display: none;
}
.frontpage-wrapper:before {
  left: -20%;
  transform: rotate(-27deg);
}
.frontpage-wrapper:after {
  right: -20%;
  transform: rotate(27deg);
}
.frontpage-wrapper .gradients {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.module .module__inner .module__content > h3 {
  font-style: italic;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .module .module__inner .module__content > h3 {
    font-size: 5rem;
    line-height: 5.25rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .module .module__inner .module__content > h3 {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
}
.module .module__inner .module__footer .btn {
  display: block;
  width: 100%;
}

.hero__fp {
  text-align: center;
  padding-top: 7.25rem;
}
@media (min-width: 991px) {
  .hero__fp {
    margin-top: 0;
  }
}
.hero__fp .hero__branding {
  margin-bottom: 5rem;
}
@media (min-width: 1200px) {
  .hero__fp .hero__branding {
    margin-bottom: 4.4375rem;
  }
}
.hero__fp .hero__branding img, .hero__fp .hero__branding svg {
  width: 272px;
  height: 192px;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .hero__fp .hero__branding img, .hero__fp .hero__branding svg {
    width: 420px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .hero__fp .hero__branding img, .hero__fp .hero__branding svg {
    width: 538px;
  }
}
@media (min-width: 1200px) {
  .hero__fp .hero__content {
    width: 55.1875rem;
    margin: 0 auto;
  }
}
.hero__fp .hero__content p {
  font-size: 1.125rem;
  line-height: 140%;
  margin-bottom: 1.875rem;
}
.hero__fp .hero__content footer {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .hero__fp .hero__content footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .hero__fp .hero__content footer {
    padding-top: 0.75rem;
    justify-content: flex-start;
    gap: 8.375rem;
  }
}
.hero__fp .hero__content footer .btn {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hero__fp .hero__content footer .btn {
    margin-bottom: 0;
    width: 21.5625rem;
  }
}

.module__about {
  margin-top: 4.375rem;
}
@media (min-width: 768px) {
  .module__about {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .module__about {
    margin-top: 8.125rem;
  }
}
.module__about .module__inner .module__content h1 {
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 768px) {
  .module__about .module__inner .module__content h1 {
    font-size: 5rem;
    line-height: 5rem;
    text-align: center;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 991px) {
  .module__about .module__inner .module__content h1 br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .module__about .module__inner .module__content h1 {
    font-size: 10rem;
    line-height: 9.375rem;
  }
  .module__about .module__inner .module__content h1 br {
    display: block;
  }
}
.module__about .module__inner .module__content h1 .decorated {
  display: block;
  font-weight: 200;
}
@media (min-width: 768px) {
  .module__about .module__inner .module__content h1 .decorated {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .module__about .module__inner .module__content h1 .decorated {
    font-size: 6.125rem;
    line-height: 5.625rem;
  }
}
@media (min-width: 768px) {
  .module__about .module__inner .module__content p {
    padding-left: 34%;
  }
}
@media (min-width: 1200px) {
  .module__about .module__inner .module__content p {
    padding-left: 0;
    font-weight: 400;
    width: 42.3125rem;
    margin-left: auto;
  }
}

.module__history {
  border-top: 1px solid #fff;
  padding-top: 3.375rem;
  padding-bottom: 5rem;
  margin-top: 5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .module__history {
    padding-top: 5rem;
    margin-top: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .module__history {
    margin-top: 13.75rem;
    padding-top: 6.875rem;
  }
}
@media (min-width: 768px) {
  .module__history .module__inner .module__content > h3 {
    font-size: 7.5rem;
    line-height: 7.75rem;
    margin-bottom: 3.75rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .module__history .module__inner .module__content > h3 {
    margin-bottom: 6.875rem;
    font-size: 10rem;
    line-height: 10rem;
  }
}
.module__history .module__inner .module__content .history__items {
  border-top: 0.5625rem solid #fff;
  border-left: 0.0625rem solid #fff;
  padding-top: 2.75rem;
}
@media (min-width: 991px) {
  .module__history .module__inner .module__content .history__items {
    border-left: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.module__history .module__inner .module__content .history__items .item {
  padding: 0 0.5rem;
  margin-bottom: 4.0625rem;
}
@media (min-width: 768px) {
  .module__history .module__inner .module__content .history__items .item {
    padding: 0 1.25rem;
  }
}
@media (min-width: 991px) {
  .module__history .module__inner .module__content .history__items .item {
    border-left: 0.0625rem solid #fff;
    padding: 1.25rem 2.125rem 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .module__history .module__inner .module__content .history__items .item {
    padding: 2.5rem 2.125rem 0;
  }
}
.module__history .module__inner .module__content .history__items .item h3 {
  font-size: 8.125rem;
  margin-bottom: 0.625rem;
  line-height: 8.125rem;
  font-weight: 300;
}
@media (min-width: 991px) {
  .module__history .module__inner .module__content .history__items .item h3 {
    font-size: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .module__history .module__inner .module__content .history__items .item h3 {
    font-size: 8.125rem;
    margin-bottom: 1.125rem;
  }
}
.module__history .module__inner .module__content .history__items .item h5 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: none;
  font-style: normal;
}
@media (min-width: 768px) {
  .module__history .module__inner .module__content .history__items .item h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 991px) {
  .module__history .module__inner .module__content .history__items .item h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .module__history .module__inner .module__content .history__items .item h5 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.module__history .module__inner .module__content .history__items .item p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
}
@media (min-width: 991px) {
  .module__history .module__inner .module__content .history__items .item p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}
.module__history .module__inner .module__content .history__items .item:last-of-type {
  padding-top: 8.4375rem;
}
@media (min-width: 1200px) {
  .module__history .module__inner .module__content .history__items .item:last-of-type {
    padding-top: 11.25rem;
  }
}
.module__history .module__inner .module__footer {
  margin-top: 4.375rem;
}
@media (min-width: 1200px) {
  .module__history .module__inner .module__footer {
    margin-top: 6.5625rem;
  }
}
.module__history .module__inner .module__footer .btn {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .module__history .module__inner .module__footer .btn {
    width: 21.5625rem;
    margin: 0 auto;
  }
}

.module__events {
  color: #fff;
  background-color: #373737;
  padding-top: 4.0625rem;
  padding-bottom: 5.625rem;
}
@media (min-width: 768px) {
  .module__events {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .module__events {
    padding-top: 9.375rem;
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 1200px) {
  .module__events .module__inner .module__content .carousel {
    display: grid;
    grid-template-columns: 51.9375rem auto;
    gap: 2.5rem;
  }
}
.module__events .module__inner .module__content .carousel .color-overlay {
  position: relative;
  display: inline-block;
}
.module__events .module__inner .module__content .carousel .color-overlay:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(129, 179, 189, 0.65);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.module__events .module__inner .module__content .events__items {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .module__events .module__inner .module__content .events__items {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 991px) {
  .module__events .module__inner .module__content .events__items {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .module__events .module__inner .module__content .events__items {
    margin-top: 7.5rem;
    margin-left: 0;
  }
}
.module__events .module__inner .module__content .events__items .item .item__content {
  padding: 0 1.375rem;
  margin-top: 2.875rem;
}
@media (min-width: 991px) {
  .module__events .module__inner .module__content .events__items .item .item__content {
    max-width: 65%;
    padding-left: 5rem;
  }
}
@media (min-width: 1200px) {
  .module__events .module__inner .module__content .events__items .item .item__content {
    max-width: 36.875rem;
  }
}
.module__events .module__inner .module__content .events__items .item .item__content time {
  font-size: 0.875rem;
  line-height: 1rem;
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 768px) {
  .module__events .module__inner .module__content .events__items .item .item__content time {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .module__events .module__inner .module__content .events__items .item .item__content time {
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 768px) {
  .module__events .module__inner .module__content .events__items .item .item__content h4 {
    font-size: 3.125rem;
    line-height: 3.375rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .module__events .module__inner .module__content .events__items .item .item__content h4 {
    font-size: 4.375rem;
    line-height: 4.625rem;
    margin-bottom: 0;
    letter-spacing: 2px;
  }
}
.module__events .module__inner .module__content .events__items .item .item__content p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.module__events .module__inner .module__content .events__items .item .item__content a {
  margin-top: 0.75rem;
  display: inline-block;
}
.module__events .module__inner .module__footer {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .module__events .module__inner .module__footer {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .module__events .module__inner .module__footer {
    margin-top: 0.625rem;
  }
}
@media (min-width: 768px) {
  .module__events .module__inner .module__footer .btn {
    width: 21.5625rem;
    margin: 0 auto;
  }
}
.module__events .module__inner .carousel-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
@media (min-width: 1200px) {
  .module__events .module__inner .carousel-controls {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.module__events .module__inner .carousel-controls .swiper-index {
  font-size: 8.125rem;
  line-height: 1;
  position: relative;
  text-align: center;
  font-family: "Chaparral Pro";
  font-weight: 200;
  font-style: italic;
}
@media (min-width: 1200px) {
  .module__events .module__inner .carousel-controls .swiper-index {
    font-size: 14.375rem;
    color: #b0b0b0;
    grid-row: 1;
    text-align: center;
    align-self: flex-end;
    left: 1.875rem;
    top: 1.5625rem;
  }
}
.module__events .module__inner .carousel-controls .swiper-button-prev, .module__events .module__inner .carousel-controls .swiper-button-next {
  position: relative;
  top: -0.625rem;
  left: auto;
  color: #fff;
  font-size: 6.875rem;
  line-height: 1;
  margin-top: 0;
  text-align: left;
  width: auto;
  font-family: "Chaparral Pro";
  font-weight: 200;
  height: auto;
  display: block;
}
@media (min-width: 1200px) {
  .module__events .module__inner .carousel-controls .swiper-button-prev, .module__events .module__inner .carousel-controls .swiper-button-next {
    grid-row: 2;
    align-self: flex-start;
    top: 0rem;
  }
}
.module__events .module__inner .carousel-controls .swiper-button-prev img, .module__events .module__inner .carousel-controls .swiper-button-prev svg, .module__events .module__inner .carousel-controls .swiper-button-next img, .module__events .module__inner .carousel-controls .swiper-button-next svg {
  display: none;
}
.module__events .module__inner .carousel-controls .swiper-button-next {
  text-align: right;
}
.module__events .module__inner .carousel-controls .swiper-button-next {
  left: auto;
  right: auto;
}

/* XL layout stays, but allow the swiper grid item to shrink */
@media (min-width: 1200px) {
  .module__events .module__content .carousel {
    display: grid;
    grid-template-columns: 51.9375rem auto;
    gap: 2.5rem;
  }
}

/* critical: grid sizing fixes */
.module__events .module__content .carousel .events__items.swiper {
  min-width: 0; /* allow overflow along inline axis */
  min-height: 0; /* allow overflow along block axis */
  overflow: hidden; /* clip translated wrapper */
  width: 100%;
}

/* guard against global CSS overriding Swiper internals */
.module__events .events__items .swiper-wrapper {
  display: flex !important;
}

.module__events .events__items .swiper-slide {
  flex: 0 0 auto;
}

/* Page modules */
.page-wrapper--page {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
.page-wrapper--page .module {
  position: relative;
  z-index: 1;
}
.page-wrapper--page .module .module__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .page-wrapper--page .module p.intro {
    font-size: 1.5rem;
    line-height: 140%;
    font-weight: 300 !important;
  }
}
.page-wrapper--page .btn {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .page-wrapper--page .btn {
    display: inline-block;
    width: auto;
    padding: 1.25rem 1.875rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .page-wrapper--page .btn {
    font-size: 0.875rem;
    padding: 2.0625rem;
    width: 21.5625rem;
  }
}
.page-wrapper--page .decoration {
  position: absolute;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}
.page-wrapper--page .decoration--top {
  top: 0;
  left: 0;
}
.page-wrapper--page .decoration--top .left, .page-wrapper--page .decoration--top .right {
  position: absolute;
  height: 5rem;
  width: 70%;
  transform-origin: center;
  filter: blur(2.5rem);
  pointer-events: none;
}
.page-wrapper--page .decoration--top .left {
  left: -35%;
  transform: rotate(150deg);
}
.page-wrapper--page .decoration--top .right {
  right: -35%;
  transform: rotate(-150deg);
}
.page-wrapper--page .decoration--bottom {
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.page-wrapper--page .decoration--bottom .gaussian {
  position: absolute;
  width: 200%;
  bottom: 0;
  pointer-events: none;
}
.page-wrapper--page .decoration--bottom .gaussian-1 {
  left: -75%;
  height: 12.5rem;
  bottom: 6.25rem;
  transform: rotate(27deg);
  transform-origin: center;
  filter: blur(3.75rem);
}
@media (min-width: 768px) {
  .page-wrapper--page .decoration--bottom .gaussian-1 {
    height: 25rem;
  }
}
@media (min-width: 1200px) {
  .page-wrapper--page .decoration--bottom .gaussian-1 {
    height: 31.25rem;
    filter: blur(12.5rem);
  }
}
.page-wrapper--page .decoration--bottom .gaussian-2 {
  left: -60%;
  height: 18.75rem;
  bottom: -6.25rem;
  transform: rotate(-16deg);
  transform-origin: bottom;
  filter: blur(2.5rem);
}
@media (min-width: 768px) {
  .page-wrapper--page .decoration--bottom .gaussian-2 {
    height: 37.5rem;
  }
}
@media (min-width: 1200px) {
  .page-wrapper--page .decoration--bottom .gaussian-2 {
    height: 50rem;
    filter: blur(6.25rem);
    bottom: -18.75rem;
  }
}
.page-wrapper--page-triangles {
  position: relative;
}
.page-wrapper--page-triangles:before, .page-wrapper--page-triangles:after {
  content: "";
  display: block;
  width: 37.5rem;
  height: 37.5rem;
  position: absolute;
  background-color: #373737;
  transform: rotate(45deg);
  filter: blur(34px);
  pointer-events: none;
  opacity: 0.85;
}
.page-wrapper--page-triangles:before {
  top: var(--first-triangle-offset);
  left: -18.75rem;
  transform-origin: left;
}
.page-wrapper--page-triangles:after {
  top: calc(var(--second-triangle-offset) + 400px);
  right: -18.75rem;
  transform-origin: right;
}
.page-wrapper--page-yellow .decoration .left, .page-wrapper--page-yellow .decoration .right, .page-wrapper--page-yellow .decoration .gaussian {
  background-color: #E6A520;
}
.page-wrapper--page-yellow.page-wrapper--page-triangles:before, .page-wrapper--page-yellow.page-wrapper--page-triangles:after {
  background-color: #E6A520;
}
.page-wrapper--page-peach .decoration .left, .page-wrapper--page-peach .decoration .right, .page-wrapper--page-peach .decoration .gaussian {
  background-color: #E4A38B;
}
.page-wrapper--page-peach.page-wrapper--page-triangles:before, .page-wrapper--page-peach.page-wrapper--page-triangles:after {
  background-color: #E4A38B;
}
.page-wrapper--page-blue .decoration .left, .page-wrapper--page-blue .decoration .right, .page-wrapper--page-blue .decoration .gaussian {
  background-color: #81B3BD;
}
.page-wrapper--page-blue.page-wrapper--page-triangles:before, .page-wrapper--page-blue.page-wrapper--page-triangles:after {
  background-color: #81B3BD;
}
.page-wrapper--page-purple .decoration .left, .page-wrapper--page-purple .decoration .right, .page-wrapper--page-purple .decoration .gaussian {
  background-color: #957181;
}
.page-wrapper--page-purple.page-wrapper--page-triangles:before, .page-wrapper--page-purple.page-wrapper--page-triangles:after {
  background-color: #957181;
}

.page-wrapper--page + .page-wrapper--page-triangles {
  border-top: 0.5rem solid black;
}
@media (min-width: 1200px) {
  .page-wrapper--page + .page-wrapper--page-triangles {
    border-top: 0.625rem solid black;
  }
}

.module__text {
  max-width: 56.25rem;
  margin: 0 auto;
}
.module__text h3 {
  padding-top: 0.625rem;
}

.module__intro {
  padding: 0rem 0 2.5rem;
}
@media (min-width: 768px) {
  .module__intro {
    padding: 0rem 0 3.75rem;
  }
}
@media (min-width: 1200px) {
  .module__intro {
    padding-bottom: 5rem;
    max-width: 52.5rem;
    margin: 0 auto;
  }
}
.module__intro--index-0 {
  padding-top: 3.75rem;
}
@media (min-width: 768px) {
  .module__intro--index-0 {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .module__intro--index-0 {
    padding-top: 6.25rem;
  }
}
.module__intro p {
  text-align: center;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .module__intro p {
    font-size: 1.5rem;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .module__content-media {
    margin-bottom: 5rem;
  }
}
@media (min-width: 991px) {
  .module__content-media {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .module__content-media {
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 768px) {
  .module__content-media .module__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .module__content-media .module__inner {
    gap: 3.75rem;
  }
}
.module__content-media .module__inner .module__media {
  border-top: 0.5rem solid #000;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .module__content-media .module__inner .module__media {
    border-top: 0.625rem solid #000;
    margin: 0;
  }
}
.module__content-media .module__inner .module__media .media-wrapper img {
  width: 100%;
}
.module__content-media .module__inner .module__media .media__caption {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .module__content-media .module__inner .module__media .media__caption {
    margin-top: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .module__content-media .module__inner .module__media .media__caption {
    margin-top: 1.875rem;
    margin-left: 0.375rem;
    max-width: 70%;
  }
}
.module__content-media .module__inner .module__media .media__caption p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 768px) {
  .module__content-media .module__inner .module__media .media__caption p {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (min-width: 991px) {
  .module__content-media .module__inner .module__media .media__caption p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media (min-width: 991px) {
  .module__content-media .module__inner .module__media .media__caption p {
    font-size: 1.125rem;
    line-height: 140%;
  }
}
.module__content-media .module__inner .module__media.media--fill .media-wrapper {
  position: relative;
}
.module__content-media .module__inner .module__media.media--fill .media-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(230, 165, 32, 0.8);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.module__content-media .module__inner .module__media--yellow {
  border-color: #E6A520;
}
.module__content-media .module__inner .module__media--yellow.media--fill .media-wrapper:after {
  background-color: rgba(230, 165, 32, 0.5);
}
.module__content-media .module__inner .module__media--peach {
  border-color: #E4A38B;
}
.module__content-media .module__inner .module__media--peach.media--fill .media-wrapper:after {
  background-color: rgba(228, 163, 139, 0.5);
}
.module__content-media .module__inner .module__media--blue {
  border-color: #81B3BD;
}
.module__content-media .module__inner .module__media--blue.media--fill .media-wrapper:after {
  background-color: rgba(129, 179, 189, 0.5);
}
.module__content-media .module__inner .module__media--purple {
  border-color: #957181;
}
.module__content-media .module__inner .module__media--purple.media--fill .media-wrapper:after {
  background-color: rgba(149, 113, 129, 0.5);
}
@media (min-width: 1200px) {
  .module__content-media .module__inner .module__content {
    padding-top: 0.375rem;
  }
}
@media (min-width: 1200px) {
  .module__content-media .module__inner .module__content p {
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .module__content-media .module__inner .module__content p span.decorated {
    font-weight: 400;
    font-size: 1.625rem;
  }
}
.module__content-media .module__inner .module__content p.desciption {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: 0.75rem;
}
.module__content-media .module__inner .module__content a {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .module__content-media .module__inner .module__content .btn {
    margin-top: -0.5rem;
  }
}
.module__content-media .module__inner .module__content .btn + p {
  margin-top: 1.75rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module__content-media .module__inner .module__content .btn + p {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .module__content-media .module__inner .module__content .btn + p {
    font-size: 1.125rem;
    line-height: 140%;
    margin-top: 1.625rem;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .module__content-media.media--right .module__inner .module__media {
    order: 2;
  }
}
@media (min-width: 768px) {
  .module__content-media.media--right .module__inner .module__content {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .module__content-media.media--large .module__inner {
    gap: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .module__content-media.media--large .module__inner .module__media {
    width: 45rem;
  }
}
@media (min-width: 1200px) {
  .module__content-media.media--large .module__inner .module__content {
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .module__centered-content {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 991px) {
  .module__centered-content {
    max-width: 65%;
  }
}
@media (min-width: 1200px) {
  .module__centered-content {
    max-width: none;
    width: 40.3125rem;
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 768px) {
  .module__centered-content.less-margin {
    margin-bottom: 0rem;
  }
}
.module__centered-content .module__inner {
  text-align: center;
}
.module__centered-content .module__inner h2 {
  font-style: italic;
  font-weight: 400;
  font-weight: 200;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2.5rem;
  margin-top: 3.75rem;
}
@media (min-width: 991px) {
  .module__centered-content .module__inner h2.h1 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .module__centered-content .module__inner p {
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .module__centered-content .module__inner p span.decorated {
    font-weight: 400;
    font-size: 1.625rem;
  }
}

.module__fwm {
  margin: 0 -1.25rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .module__fwm {
    margin: 0 -3.75rem 3.75rem;
  }
}
@media (min-width: 991px) {
  .module__fwm {
    margin: 0 -5rem 6.25rem;
    padding: 0 3.75rem;
  }
}
@media (min-width: 1200px) {
  .module__fwm {
    margin-bottom: 10rem;
    padding: 0 5rem;
  }
}
.module__fwm .module__inner {
  margin: 0 1.25rem;
}
@media (min-width: 768px) {
  .module__fwm .module__inner {
    margin: 0;
  }
}
.module__fwm .module__inner .module__media {
  margin-bottom: 2rem;
  border-top: 0.625rem solid black;
}
@media (min-width: 768px) {
  .module__fwm .module__inner .module__media .media-inner {
    padding: 0 3.75rem;
    padding: 0;
  }
}
@media (min-width: 991px) {
  .module__fwm .module__inner .module__media .media-inner {
    padding: 0 5rem;
    padding: 0;
  }
}
.module__fwm .module__inner .module__media .media-inner.color-overlay {
  position: relative;
}
.module__fwm .module__inner .module__media .media-inner.color-overlay:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .module__fwm .module__inner .module__media {
    margin-bottom: 3.75rem;
  }
}
.module__fwm .module__inner .module__media img {
  width: 100%;
}
.module__fwm .module__inner .module__content {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .module__fwm .module__inner .module__content {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .module__fwm .module__inner .module__content {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .module__fwm .module__inner .module__content .content-wrapper {
    max-width: 47%;
  }
}
@media (min-width: 991px) {
  .module__fwm .module__inner .module__content .content-wrapper {
    max-width: 52.5%;
  }
}
@media (min-width: 1200px) {
  .module__fwm .module__inner .module__content .content-wrapper {
    max-width: none;
    width: 38.125rem;
  }
}
.module__fwm .module__inner .module__content .content-wrapper p {
  font-weight: 400;
}
.module__fwm .module__inner .module__content .content-wrapper p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module__fwm .module__inner .header-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .module__fwm .module__inner .header-wrapper {
    display: grid;
    grid-template-columns: 38.125rem 25.5625rem;
  }
}
.module__fwm .module__inner .media__desc {
  display: none;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 768px) {
  .module__fwm .module__inner .media__desc {
    display: block;
    font-size: 0.75rem;
    font-weight: 300;
  }
}
@media (min-width: 1200px) {
  .module__fwm .module__inner .media__desc {
    font-size: 1.125rem;
    line-height: 140%;
    width: 25.5625rem;
  }
}
.module__fwm.index-0 .module__inner {
  border-bottom: 0.375rem solid black;
}
@media (min-width: 768px) {
  .module__fwm.index-0 .module__inner {
    padding-bottom: 2.5rem;
    position: relative;
    border-bottom: 0;
  }
}
@media (min-width: 991px) {
  .module__fwm.index-0 .module__inner {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .module__fwm.index-0 .module__inner {
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 768px) {
  .module__fwm.index-0 .module__inner:after {
    content: "";
    display: block;
    width: calc(100% - 120px);
    height: 0.375rem;
    background-color: black;
    position: absolute;
    left: 60px;
    bottom: 0;
  }
}
@media (min-width: 991px) {
  .module__fwm.index-0 .module__inner:after {
    width: calc(100% - 160px);
    left: 80px;
  }
}
@media (min-width: 1200px) {
  .module__fwm.index-0 .module__inner:after {
    width: 100%;
    left: 0;
    height: 0.625rem;
  }
}
.module__fwm.index-0 .module__inner .module__media {
  border: none;
}
@media (min-width: 1200px) {
  .module__fwm.content--right .module__inner .module__content .header-wrapper {
    grid-template-columns: 25.5625rem 38.125rem;
  }
}
@media (min-width: 768px) {
  .module__fwm.content--right .module__inner .module__content .header-wrapper h4 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .module__fwm.content--right .module__inner .module__content .header-wrapper .media__desc {
    order: 1;
  }
}
.module__fwm.content--right .module__inner .module__content .content-wrapper {
  margin-left: auto;
}

@media (min-width: 1200px) {
  .module__fwm + .module__content-media {
    margin-top: -2.5rem;
  }
}

.page-wrapper--page-yellow {
  border-color: #EBC15B !important;
}
.page-wrapper--page-yellow .module__fwm .module__inner .module__media {
  border-color: #E6A520;
}
.page-wrapper--page-yellow .module__fwm .module__inner .module__media .media-inner:after {
  background-color: rgba(230, 165, 32, 0.45) !important;
}
.page-wrapper--page-yellow .module__fwm.index-0 {
  border-color: #EBC15B;
}
.page-wrapper--page-yellow .module__fwm.index-0 .module__inner {
  border-color: #E6A520;
}
.page-wrapper--page-yellow .module__fwm.index-0 .module__inner:after {
  background-color: #E6A520;
}

.page-wrapper--page-peach {
  border-color: #D08D75 !important;
}
.page-wrapper--page-peach .module__fwm .module__inner .module__media {
  border-color: #E4A38B;
}
.page-wrapper--page-peach .module__fwm.index-0 {
  border-color: #E4A38B;
}
.page-wrapper--page-peach .module__fwm.index-0 .module__inner {
  border-color: #E4A38B;
}
.page-wrapper--page-peach .module__fwm.index-0 .module__inner:after {
  background-color: #E4A38B;
}

.page-wrapper--page-blue {
  border-color: #81B3BD !important;
}
.page-wrapper--page-blue .module__fwm .module__inner .module__media {
  border-color: #81B3BD;
}
.page-wrapper--page-blue .module__fwm.index-0 {
  border-color: #81B3BD;
}
.page-wrapper--page-blue .module__fwm.index-0 .module__inner {
  border-color: #81B3BD;
}
.page-wrapper--page-blue .module__fwm.index-0 .module__inner:after {
  background-color: #81B3BD;
}

.page-wrapper--page-purple {
  border-color: #957181 !important;
}
.page-wrapper--page-purple .module__fwm .module__inner .module__media {
  border-color: #957181;
}
.page-wrapper--page-purple .module__fwm.index-0 {
  border-color: #957181;
}
.page-wrapper--page-purple .module__fwm.index-0 .module__inner {
  border-color: #957181;
}
.page-wrapper--page-purple .module__fwm.index-0 .module__inner:after {
  background-color: #957181;
}

.module__heading {
  padding-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .module__heading {
    padding-bottom: 6.25rem;
  }
}
.module__heading h2 {
  font-style: italic;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 4rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (min-width: 991px) {
  .module__heading h2 {
    font-size: 6.25rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .module__heading h2 {
    font-size: 10rem;
    margin-bottom: 0;
  }
}
.module__heading h2 br {
  display: none;
}
.module__heading h2 small {
  display: block;
  font-weight: 200;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 991px) {
  .module__heading h2 small {
    font-size: 3.25rem;
  }
}
@media (min-width: 1200px) {
  .module__heading h2 small {
    font-size: 5.625rem;
  }
}

.page-wrapper--page-yellow .module__heading h2 {
  color: #E6A520;
}

.page-wrapper--page-peach .module__heading h2 {
  color: #E4A38B;
}

.page-wrapper--page-blue .module__heading h2 {
  color: #81B3BD;
}

.page-wrapper--page-purple .module__heading h2 {
  color: #957181;
}

.module__gallery {
  margin-top: 3.75rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .module__gallery {
    margin-top: 0rem;
  }
}
@media (min-width: 991px) {
  .module__gallery {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .module__gallery {
    margin-top: 6.25rem;
  }
}
.module__gallery .module__inner .module__content {
  text-align: center;
}
@media (min-width: 991px) {
  .module__gallery .module__inner .module__content {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .module__gallery .module__inner .module__content {
    max-width: none;
    width: 52.5rem;
  }
}
@media (min-width: 1200px) {
  .module__gallery .module__inner .module__content p {
    font-size: 1.5rem;
    line-height: 140%;
  }
}
.module__gallery .module__inner h2 {
  font-style: italic;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 4rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (min-width: 991px) {
  .module__gallery .module__inner h2 {
    margin-bottom: 2.5rem;
    font-size: 6.25rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .module__gallery .module__inner h2 {
    font-size: 10rem;
    margin-bottom: 5rem;
  }
}
.module__gallery .module__inner h2 small {
  display: block;
  font-weight: 200;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .module__gallery .module__inner .height-check {
    max-height: 800px;
    overflow: auto;
  }
}
@media (min-width: 991px) {
  .module__gallery .module__inner .height-check {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .module__gallery .module__inner .height-check {
    margin-top: 5rem;
    max-height: 62.5rem;
  }
}
.module__gallery .module__inner .gallery-wrapper {
  border-top: 0.5rem solid black;
  display: grid;
  gap: 0.625rem;
  max-height: 50rem;
  overflow: auto;
}
@media (min-width: 768px) {
  .module__gallery .module__inner .gallery-wrapper {
    display: block;
    column-count: 2;
    column-gap: 0;
    grid-template-columns: unset;
    gap: unset;
    max-height: none;
    overflow: visible;
  }
}
@media (min-width: 991px) {
  .module__gallery .module__inner .gallery-wrapper {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .module__gallery .module__inner .gallery-wrapper {
    border-top: 0.625rem solid black;
    column-count: 4;
    column-gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .module__gallery .module__inner .gallery-wrapper .gallery-item {
    width: 100%;
    display: block;
    break-inside: avoid;
    page-break-inside: avoid;
    margin: 0 0 1.25rem 0;
  }
}
@media (min-width: 991px) {
  .module__gallery .module__inner .gallery-wrapper .gallery-item {
    overflow: hidden;
    cursor: pointer;
  }
  .module__gallery .module__inner .gallery-wrapper .gallery-item img {
    transition: 0.4s all ease;
  }
  .module__gallery .module__inner .gallery-wrapper .gallery-item:hover img {
    opacity: 0.85;
    transform: scale(1.05);
  }
}

.page-wrapper--page-yellow .module__gallery .module__inner h2 {
  color: #E6A520;
}
.page-wrapper--page-yellow .module__gallery .module__inner .gallery-wrapper {
  border-color: #E6A520;
}

.page-wrapper--page-peach .module__gallery .module__inner h2 {
  color: #E4A38B;
}
.page-wrapper--page-peach .module__gallery .module__inner .gallery-wrapper {
  border-color: #E4A38B;
}

.page-wrapper--page-blue .module__gallery .module__inner h2 {
  color: #81B3BD;
}
.page-wrapper--page-blue .module__gallery .module__inner .gallery-wrapper {
  border-color: #81B3BD;
}

.page-wrapper--page-purple .module__gallery .module__inner h2 {
  color: #957181;
}
.page-wrapper--page-purple .module__gallery .module__inner .gallery-wrapper {
  border-color: #957181;
}

.module__contact-form {
  padding: 3.75rem 0;
}
@media (min-width: 991px) {
  .module__contact-form .module__inner {
    padding: 0 15%;
  }
}
@media (min-width: 1200px) {
  .module__contact-form .module__inner {
    padding: 0;
  }
}
.module__contact-form .module__inner .module__content {
  text-align: center;
}
.module__contact-form .module__inner .module__content h2 {
  font-style: italic;
  font-weight: 200;
  font-size: 2.625rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .module__contact-form .module__inner .module__content h2 {
    font-size: 6.25rem;
    margin-bottom: 3.125rem;
  }
}
.module__contact-form .module__inner .module__content a {
  text-decoration: underline;
}
.module__contact-form .module__inner .module__content p {
  margin-bottom: 1rem;
}
@media (min-width: 991px) {
  .module__contact-form .module__inner .module__content p {
    font-weight: 300;
  }
}
@media (min-width: 1200px) {
  .module__contact-form .module__inner .module__content p {
    font-size: 1.5rem;
    line-height: 140%;
    margin-bottom: 2.5rem;
  }
}
.module__contact-form .module__inner .form-wrapper {
  border-top: 0.375rem solid black;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 1200px) {
  .module__contact-form .module__inner .form-wrapper {
    border-top: 0.625rem solid black;
    margin-top: 5.25rem;
    padding-top: 5.625rem;
  }
}
.module__contact-form .module__inner .form-wrapper .form__inner {
  width: 46.875rem;
  margin: 0 auto;
}
.module__contact-form .module__inner .form-wrapper .form__inner .hf-fields-wrap {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 1200px) {
  .module__contact-form .module__inner .form-wrapper .form__inner .hf-fields-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .module__contact-form .module__inner .form-wrapper .one-col {
    grid-column: span 1;
  }
}
@media (min-width: 1200px) {
  .module__contact-form .module__inner .form-wrapper .two-col {
    grid-column: 1/-1;
  }
}
.module__contact-form .module__inner .form-wrapper .input-wrapper {
  width: 100%;
}
.module__contact-form .module__inner .form-wrapper .input-wrapper input, .module__contact-form .module__inner .form-wrapper .input-wrapper textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #373737;
  padding: 0.6875rem 0.875rem;
  font-size: 0.875rem;
}
.module__contact-form .module__inner .form-wrapper .input-wrapper input::placeholder, .module__contact-form .module__inner .form-wrapper .input-wrapper textarea::placeholder {
  font-size: 0.875rem;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
}
.module__contact-form .module__inner .form-wrapper .input-wrapper textarea {
  min-height: 9.375rem;
}
.module__contact-form .module__inner .form-wrapper .submit-wrapper {
  text-align: center;
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .module__contact-form .module__inner .form-wrapper .submit-wrapper {
    margin-top: 2.5rem;
  }
}
.module__contact-form .module__inner .form-wrapper .submit-wrapper .btn {
  border: none;
  font-family: "Chaparral Pro";
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}

.page-wrapper--page-yellow .module__contact-form .module__inner h2 {
  color: #E6A520;
}
.page-wrapper--page-yellow .module__contact-form .module__inner .form-wrapper {
  border-color: #E6A520;
}

.page-wrapper--page-peach .module__contact-form .module__inner h2 {
  color: #E4A38B;
}
.page-wrapper--page-peach .module__contact-form .module__inner .form-wrapper {
  border-color: #E4A38B;
}

.page-wrapper--page-blue .module__contact-form .module__inner h2 {
  color: #81B3BD;
}
.page-wrapper--page-blue .module__contact-form .module__inner .form-wrapper {
  border-color: #81B3BD;
}

.page-wrapper--page-purple .module__contact-form .module__inner h2 {
  color: #957181;
}
.page-wrapper--page-purple .module__contact-form .module__inner .form-wrapper {
  border-color: #957181;
}

.module__basic-hero {
  padding-top: 6.75rem;
}
@media (min-width: 1200px) {
  .module__basic-hero {
    padding-top: 8.75rem;
  }
}
.module__basic-hero h1 {
  font-style: italic;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 4rem;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .module__basic-hero h1 {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .module__basic-hero h1 {
    font-size: 10rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .module__basic-hero .module__content {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 991px) {
  .module__basic-hero .module__content {
    max-width: 65%;
  }
}
@media (min-width: 1200px) {
  .module__basic-hero .module__content {
    max-width: none;
    width: 55.1875rem;
    margin-bottom: 7.5rem;
  }
}
.module__basic-hero p {
  text-align: center;
}
@media (min-width: 991px) {
  .module__basic-hero p {
    font-size: 1.5rem;
    line-height: 140%;
  }
}

.page-wrapper--page-yellow .module__basic-hero h1 {
  color: #E6A520;
}

.page-wrapper--page-peach .module__basic-hero h1 {
  color: #E4A38B;
}

.page-wrapper--page-blue .module__basic-hero h1 {
  color: #81B3BD;
}

.page-wrapper--page-purple .module__basic-hero h1 {
  color: #957181;
}
.module__cta {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .module__cta {
    margin-top: -5rem;
    margin-bottom: 3.75rem;
  }
}

/* Archives */
@media (min-width: 768px) {
  .page-wrapper.archive {
    padding-top: 2.5rem;
  }
}
.page-wrapper.archive .archive-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-wrapper.archive .archive-wrapper {
    margin-top: 5rem;
  }
}
@media (min-width: 991px) {
  .page-wrapper.archive .archive-wrapper {
    margin-top: 6.25rem;
  }
}
.page-wrapper.archive .archive-wrapper .featured-posts {
  border-bottom: 0.625rem solid black;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .page-wrapper.archive .archive-wrapper .featured-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
@media (min-width: 991px) {
  .page-wrapper.archive .archive-wrapper .featured-posts {
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .page-wrapper.archive .archive-wrapper .featured-posts {
    gap: 6.25rem;
    grid-template-columns: 43.75rem 1fr;
  }
}
.page-wrapper.archive .archive-wrapper .featured-posts .post {
  margin-bottom: 3.75rem;
}
@media (min-width: 1200px) {
  .page-wrapper.archive .archive-wrapper .featured-posts .post {
    margin-bottom: 6.25rem;
  }
}
.page-wrapper.archive .archive-wrapper .featured-posts .post a {
  text-decoration: none !important;
}
@media (min-width: 991px) {
  .page-wrapper.archive .archive-wrapper .featured-posts .post a .post__media {
    transition: opacity 0.4s ease;
  }
  .page-wrapper.archive .archive-wrapper .featured-posts .post a:hover .post__media {
    opacity: 0.75;
  }
}
.page-wrapper.archive .archive-wrapper .featured-posts .post .post__media {
  border-top: 0.5rem solid black;
}
@media (min-width: 768px) {
  .page-wrapper.archive .archive-wrapper .featured-posts .post .post__media {
    max-height: 14rem;
    overflow: hidden;
  }
}
@media (min-width: 991px) {
  .page-wrapper.archive .archive-wrapper .featured-posts .post .post__media {
    max-height: 14.625rem;
  }
}
@media (min-width: 1200px) {
  .page-wrapper.archive .archive-wrapper .featured-posts .post .post__media {
    max-height: 28.8125rem;
  }
}
.page-wrapper.archive .archive-wrapper .featured-posts .post .post__content time {
  font-size: 0.75rem;
  display: block;
  margin: 0.75rem 0 1rem;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 1200px) {
  .page-wrapper.archive .archive-wrapper .featured-posts .post .post__content time {
    font-size: 1rem;
    line-height: 1;
  }
}
.page-wrapper.archive .archive-wrapper .featured-posts .post .post__content h2 {
  font-style: italic;
  font-weight: 300;
  font-size: 2.25rem;
  margin-bottom: 0.875rem;
  line-height: 2.375rem;
}
@media (min-width: 768px) {
  .page-wrapper.archive .archive-wrapper .featured-posts .post .post__content h2 {
    font-size: 1.8125rem;
    line-height: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .page-wrapper.archive .archive-wrapper .featured-posts .post .post__content h2 {
    font-size: 4.375rem;
    line-height: 1;
  }
}
.page-wrapper.archive .archive-wrapper .featured-posts .post .post__content p {
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 1200px) {
  .page-wrapper.archive .archive-wrapper .featured-posts .post .post__content p {
    font-size: 1rem;
    line-height: 140%;
  }
}
@media (min-width: 1200px) {
  .page-wrapper.archive .archive-wrapper .featured-posts .post.post--small .post__content h2 {
    font-size: 1.875rem;
    max-height: 3.625rem;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .page-wrapper.archive .archive-wrapper .archive {
    margin-top: 6.875rem;
    margin-bottom: 6.25rem;
  }
}
.page-wrapper.archive .archive-wrapper .archive h2 {
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-size: 2.625rem;
  margin-bottom: 2.5rem;
  line-height: 2.75rem;
}
@media (min-width: 1200px) {
  .page-wrapper.archive .archive-wrapper .archive h2 {
    font-size: 6.25rem;
    line-height: 1;
    margin-bottom: 5rem;
  }
}
.page-wrapper.archive .archive-wrapper .archive .post-wrapper {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .page-wrapper.archive .archive-wrapper .archive .post-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
@media (min-width: 991px) {
  .page-wrapper.archive .archive-wrapper .archive .post-wrapper {
    gap: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .page-wrapper.archive .archive-wrapper .archive .post-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.75rem;
  }
}

.post-card {
  height: 100%;
  background: white;
}
.post-card a {
  text-decoration: none !important;
}
@media (min-width: 991px) {
  .post-card a .card__media {
    transition: opacity 0.4s ease;
    max-height: 263px;
    overflow: hidden;
    width: 100%;
  }
  .post-card a:hover {
    text-decoration: none !important;
  }
  .post-card a:hover .card__media {
    opacity: 0.75;
  }
}
.post-card .card__media {
  border-top: 0.375rem solid black;
}
@media (min-width: 1200px) {
  .post-card .card__media {
    max-height: 263px;
    overflow: hidden;
  }
}
.post-card .card__media img {
  width: 100%;
  height: auto;
}
.post-card .card__content {
  background-color: #fff;
  padding: 2.5rem 1.75rem;
}
.post-card .card__content time {
  display: block;
  margin-bottom: 0.75rem;
}
.post-card .card__content h4 {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .post-card .card__content h4 {
    overflow: hidden;
    max-height: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .post-card .card__content h4 {
    font-size: 2rem;
    line-height: 2.25rem;
    letter-spacing: -1px;
  }
}
.post-card .card__content p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 768px) {
  .post-card .card__content p {
    overflow: hidden;
    max-height: 5rem;
  }
}
@media (min-width: 1200px) {
  .post-card .card__content p {
    font-size: 1rem;
    line-height: 140%;
    max-height: 5.625rem;
    overflow: hidden;
  }
}

.page-wrapper--page-yellow.archive h1 {
  color: #E6A520;
}
.page-wrapper--page-yellow.archive .archive-wrapper .featured-posts {
  border-color: #E6A520;
}
.page-wrapper--page-yellow.archive .archive-wrapper .featured-posts .post .post__media {
  border-color: #E6A520;
}
.page-wrapper--page-yellow.archive .archive-wrapper .archive .post-wrapper .post-card .card__media {
  border-color: #E6A520;
}
.page-wrapper--page-yellow .archive-wrapper {
  border-color: #E6A520 !important;
}

.page-wrapper--page-peach.archive h1 {
  color: #E4A38B;
}
.page-wrapper--page-peach.archive .archive-wrapper .featured-posts {
  border-color: #E4A38B;
}
.page-wrapper--page-peach.archive .archive-wrapper .featured-posts .post .post__media {
  border-color: #E4A38B;
}
.page-wrapper--page-peach.archive .archive-wrapper .archive .post-wrapper .post-card .card__media {
  border-color: #E4A38B;
}
.page-wrapper--page-peach .archive-wrapper {
  border-color: #E4A38B !important;
}

.page-wrapper--page-blue.archive h1 {
  color: #81B3BD;
}
.page-wrapper--page-blue.archive .archive-wrapper .featured-posts {
  border-color: #81B3BD;
}
.page-wrapper--page-blue.archive .archive-wrapper .featured-posts .post .post__media {
  border-color: #81B3BD;
}
.page-wrapper--page-blue.archive .archive-wrapper .archive .post-wrapper .post-card .card__media {
  border-color: #81B3BD;
}
.page-wrapper--page-blue .archive-wrapper {
  border-color: #81B3BD !important;
}

.page-wrapper--page-purple.archive h1 {
  color: #957181;
}
.page-wrapper--page-purple.archive .archive-wrapper .featured-posts {
  border-color: #957181;
}
.page-wrapper--page-purple.archive .archive-wrapper .featured-posts .post .post__media {
  border-color: #957181;
}
.page-wrapper--page-purple.archive .archive-wrapper .archive .post-wrapper .post-card .card__media {
  border-color: #957181;
}
.page-wrapper--page-purple .archive-wrapper {
  border-color: #957181 !important;
}

.color-grade {
  position: relative;
  display: inline-block;
}
.color-grade img {
  display: block;
  filter: grayscale(1) contrast(1.05) brightness(1.03) sepia(0.2) hue-rotate(165deg) saturate(1.6);
}
.color-grade:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: red;
  mix-blend-mode: multiply;
  opacity: 0.15;
  pointer-events: none;
}
.color-grade--blue:after {
  background-color: #81B3BD;
}
.color-grade--yellow:after {
  background-color: #E6A520;
}
.color-grade--peach:after {
  background-color: #E4A38B;
}
.color-grade--purple:after {
  background-color: #957181;
  opacity: 0.65;
}

/* Single post */
.page-wrapper.single-post {
  padding-top: 4.875rem;
}
.page-wrapper.single-post:before, .page-wrapper.single-post:after {
  content: "";
  display: block;
  width: 37.5rem;
  height: 37.5rem;
  position: absolute;
  background-color: #81B3BD;
  transform: rotate(45deg);
  filter: blur(34px);
  pointer-events: none;
  opacity: 0.85;
  z-index: -1;
}
.page-wrapper.single-post:before {
  top: -6.25rem;
  left: -18.75rem;
  transform-origin: left;
}
.page-wrapper.single-post:after {
  bottom: 12.5rem;
  right: -18.75rem;
  transform-origin: right;
}
@media (min-width: 1200px) {
  .page-wrapper.single-post {
    padding-top: 9.375rem;
  }
}
.page-wrapper.single-post ul {
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .page-wrapper.single-post ul {
    margin-bottom: 2.5rem;
  }
}
.page-wrapper.single-post h1 {
  font-style: italic;
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 2.75rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-wrapper.single-post h1 {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 991px) {
  .page-wrapper.single-post h1 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .page-wrapper.single-post h1 {
    margin-bottom: 8.75rem;
    font-size: 4.375rem;
    line-height: 1;
  }
}
.page-wrapper.single-post .post__hero {
  position: relative;
  z-index: 1;
}
.page-wrapper.single-post .post__hero .meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 768px) {
  .page-wrapper.single-post .post__hero .meta {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 991px) {
  .page-wrapper.single-post .post__hero .meta {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .page-wrapper.single-post .post__hero .meta {
    font-size: 1.125rem;
    line-height: 1;
  }
}
.page-wrapper.single-post .archive-wrapper {
  border-top: 0.625rem solid black;
  margin-top: 3.75rem;
  padding-top: 3.75rem;
}
@media (min-width: 1200px) {
  .page-wrapper.single-post .archive-wrapper {
    padding-top: 4.6875rem;
    margin-bottom: 5rem;
  }
}
.page-wrapper.single-post .archive-wrapper h2 {
  font-style: italic;
  font-weight: 300;
  font-size: 2.125rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .page-wrapper.single-post .archive-wrapper h2 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 3.125rem;
  }
}
.page-wrapper.single-post .archive-wrapper .card-wrapper {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .page-wrapper.single-post .archive-wrapper .card-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 991px) {
  .page-wrapper.single-post .archive-wrapper .card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.page-wrapper--page-yellow.single-post .single-post-wrapper .featured-posts {
  border-color: #E6A520;
}
.page-wrapper--page-yellow.single-post .single-post-wrapper .featured-posts .post .post__media {
  border-color: #E6A520;
}
.page-wrapper--page-yellow.single-post .single-post-wrapper .single-post .post-wrapper .post-card .card__media {
  border-color: #E6A520;
}
.page-wrapper--page-yellow .post-card .card__media {
  border-color: #E6A520;
}

.page-wrapper--page-peach.single-post .single-post-wrapper .featured-posts {
  border-color: #E4A38B;
}
.page-wrapper--page-peach.single-post .single-post-wrapper .featured-posts .post .post__media {
  border-color: #E4A38B;
}
.page-wrapper--page-peach.single-post .single-post-wrapper .single-post .post-wrapper .post-card .card__media {
  border-color: #E4A38B;
}
.page-wrapper--page-peach .post-card .card__media {
  border-color: #E4A38B;
}

.page-wrapper--page-blue.single-post .single-post-wrapper .featured-posts {
  border-color: #81B3BD;
}
.page-wrapper--page-blue.single-post .single-post-wrapper .featured-posts .post .post__media {
  border-color: #81B3BD;
}
.page-wrapper--page-blue.single-post .single-post-wrapper .single-post .post-wrapper .post-card .card__media {
  border-color: #81B3BD;
}
.page-wrapper--page-blue .post-card .card__media {
  border-color: #81B3BD;
}

.page-wrapper--page-purple.single-post .single-post-wrapper .featured-posts {
  border-color: #957181;
}
.page-wrapper--page-purple.single-post .single-post-wrapper .featured-posts .post .post__media {
  border-color: #957181;
}
.page-wrapper--page-purple.single-post .single-post-wrapper .single-post .post-wrapper .post-card .card__media {
  border-color: #957181;
}
.page-wrapper--page-purple .post-card .card__media {
  border-color: #957181;
}

/* Grantees */
.module__grantees {
  padding: 3.75rem 0;
}
.module__grantees .module__inner .module__content h2 {
  font-style: italic;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 4rem;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media (min-width: 991px) {
  .module__grantees .module__inner .module__content h2 {
    font-size: 6.25rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .module__content h2 {
    font-size: 10rem;
    margin-bottom: 7.5rem;
  }
}
.module__grantees .module__inner .module__content h2 br {
  display: none;
}
.module__grantees .module__inner .module__content h2 small {
  display: block;
  font-weight: 200;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 991px) {
  .module__grantees .module__inner .module__content h2 small {
    font-size: 3.25rem;
  }
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .module__content h2 small {
    font-size: 5.625rem;
  }
}
@media (min-width: 768px) {
  .module__grantees .module__inner .grantees {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.module__grantees .module__inner .grantees .grantee-card {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .module__grantees .module__inner .grantees .grantee-card {
    width: 45%;
    justify-self: start;
  }
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .grantees .grantee-card {
    width: 50rem;
    display: grid;
    grid-template-columns: 21.5625rem 27.1875rem;
    gap: 1.25rem;
    align-items: flex-start;
  }
}
.module__grantees .module__inner .grantees .grantee-card .grantee__media {
  border-top: 0.375rem solid black;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .grantees .grantee-card .grantee__media {
    border-top: 0.625rem solid black;
  }
}
.module__grantees .module__inner .grantees .grantee-card .grantee__media img {
  width: 100%;
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .grantees .grantee-card .grantee__content {
    padding-top: 6.25rem;
  }
}
.module__grantees .module__inner .grantees .grantee-card .grantee__content h4 {
  font-style: italic;
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 2.375rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .grantees .grantee-card .grantee__content h4 {
    font-size: 4.375rem;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
}
.module__grantees .module__inner .grantees .grantee-card .grantee__content p {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .grantees .grantee-card .grantee__content p {
    font-size: 1rem;
    line-height: 140%;
  }
}
@media (min-width: 768px) {
  .module__grantees .module__inner .grantees .grantee-card:nth-child(even) {
    justify-self: end;
    margin: -18.75rem 0;
  }
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .grantees .grantee-card:nth-child(even) {
    margin: 0;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .grantees .grantee-card:nth-child(even) .grantee__content {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .grantees .grantee-card:nth-child(2) {
    margin-top: -8.75rem;
  }
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .grantees .grantee-card:nth-child(3) {
    margin-top: -2.5rem;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .grantees .grantee-card:nth-child(3) .grantee__content {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .module__grantees .module__inner .grantees .grantee-card:nth-child(4) .grantee__content {
    padding-bottom: 3.75rem;
  }
}
.module__grantees .module__inner .grantees .grantee-card:last-of-type {
  margin-bottom: 0;
}

.page-wrapper--page-yellow .module__inner h2 {
  color: #E6A520;
}
.page-wrapper--page-yellow .module__inner .grantees .grantee-card .grantee__media {
  border-color: #E6A520;
}

.page-wrapper--page-purple .module__inner h2 {
  color: #957181;
}
.page-wrapper--page-purple .module__inner .grantees .grantee-card .grantee__media {
  border-color: #957181;
}

.page-wrapper--page-blue .module__inner h2 {
  color: #81B3BD;
}
.page-wrapper--page-blue .module__inner .grantees .grantee-card .grantee__media {
  border-color: #81B3BD;
}

.page-wrapper--page-peach .module__inner h2 {
  color: #E4A38B;
}
.page-wrapper--page-peach .module__inner .grantees .grantee-card .grantee__media {
  border-color: #E4A38B;
}

/* Common styles */
html {
  scroll-behavior: smooth;
}

body, html {
  overflow-x: hidden;
}

body {
  background-color: #ebebeb;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #000;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 1.125rem;
    line-height: 140%;
    margin-bottom: 2rem;
  }
}
p span.decorated {
  font-family: "Chaparral Pro";
  font-weight: 300;
  font-style: italic;
  font-size: 1.4375rem;
}
@media (min-width: 768px) {
  p span.decorated {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  p span.decorated {
    font-size: 1.4375rem;
  }
}

p strong, strong p, strong {
  font-weight: 600;
}

em, p em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200 !important;
  font-family: "Chaparral Pro";
  font-synthesis: none;
}

h1 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 991px) {
  h1 {
    font-size: 3.375rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.375rem;
    line-height: 4.625rem;
    margin-bottom: 2rem;
  }
}
h1 .decorated {
  font-size: 2rem;
  line-height: 1;
}
h1 small {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 400;
}

h2 {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 991px) {
  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

h3 {
  font-size: 1.375rem;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (min-width: 991px) {
  h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 1.125rem;
}
@media (min-width: 991px) {
  h4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 2.5rem;
    line-height: 2.625rem;
    margin-bottom: 1.75rem;
  }
}

h5 {
  font-size: 0.8125rem;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}

ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 0.5rem;
}

a {
  color: #000;
}
@media (min-width: 991px) {
  a:hover {
    text-decoration: underline !important;
  }
}

.text-color--gray {
  color: #373737 !important;
}
.text-color--black {
  color: black !important;
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************/
/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/swiper/modules/navigation.css ***!
  \****************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/swiper/modules/pagination.css ***!
  \****************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/swiper/modules/effect-fade.css ***!
  \*****************************************************************************************************************************************/
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}


/*# sourceMappingURL=app.min.css.map*/