.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}@font-face {
  font-family: "Delight Candles";
  src: url("../fonts/subset-DelightCandles.woff2") format("woff2"), url("../fonts/subset-DelightCandles.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/**
 * Easily add styling (margins / paddings) for a grid
 *
 * @param  {Value} $gutter   Combined top / right / bottom & left values
 * @param  {Value} $gutter-y Combined top & bottom values
 * @param  {Value} $gutter-x Combined right & left values
 * @param  {String} $item     The CSS selector for the child items
 * @param  {String} $parent   Optionally, the CSS selector for the parent. By default, this is the CSS selector in which the mixin is added
 *
 * @example scss - Add grid to a parent with child items
 *
 *    @include gutter(
 *        $gutter-y : 20px,
 *        $gutter-x : 30px,
 *        $item     : '&__column',
 *        $parent   : '&__inner'
 *    );
 *
 * @return Negative margin for $parent, positive padding for $item
 */
/* ===========================
   @normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css
   =========================== */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
/* Document
  ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
  padding: 0;
}

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
  ========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
  ========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0;
}

/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: 700;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
  ========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
  ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* Hidden
  ========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

*,
::after,
::before {
  box-sizing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  cursor: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Red Hat Display", "Helvetica", sans-serif;
  font-weight: 400;
  color: #686868;
  font-size: 1rem;
  line-height: 1.7;
  box-sizing: border-box;
  cursor: default;
  background-color: #FFFBEC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  margin: 0 auto;
  max-width: 87.25rem;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.loading,
.lazyload,
.lazyloaded {
  opacity: 1;
  transition: opacity 2s ease;
}

hr {
  display: block;
  border: 0;
  background: #FFFBEC;
  width: 100%;
  height: 1px;
  margin: 0;
}
hr:not(:last-child) {
  margin-bottom: 1.5rem;
}

figure {
  margin: 0;
  padding: 0;
}

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

figcaption {
  color: #000000;
  font-style: italic;
  text-align: center;
}

::-moz-selection {
  background-color: #def2e6;
}

::selection {
  background-color: #def2e6;
}

.entry-content-asset,
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
}

.entry-content-asset iframe,
.entry-content-asset object,
.entry-content-asset embed,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.screenreader {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.screenreader:active, .screenreader:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child),
.h1:not(:last-child), .h2:not(:last-child), .h3:not(:last-child), .h4:not(:last-child), .h5:not(:last-child), .h6:not(:last-child) {
  margin-bottom: 1.125rem;
}

h1, .h1 {
  font-size: 1.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
}

h3, .h3 {
  font-size: 1.125rem;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 1.125rem;
}

@media (min-width: 40rem) {
  h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child),
.h1:not(:last-child), .h2:not(:last-child), .h3:not(:last-child), .h4:not(:last-child), .h5:not(:last-child), .h6:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  h1, .h1 {
    font-size: 2rem;
  }

  h2, .h2 {
    font-size: 1.5rem;
  }

  h3, .h3 {
    font-size: 1.25rem;
  }
  h3:not(:last-child), .h3:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
i,
em,
.italic {
  font-style: italic;
}

b,
strong,
.bold {
  font-weight: 700;
}

small,
.small {
  font-size: 75%;
  vertical-align: text-bottom;
}

p:not(:last-child) {
  margin-bottom: 1.5rem;
}

a {
  color: #71C691;
  cursor: pointer;
  text-decoration: none;
  transition: 250ms;
}
a:hover, a:focus {
  color: #FFDF64;
}

ul,
ol {
  padding-left: 1.5rem;
}
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 1.5rem;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

ul ul {
  list-style-type: square;
}
ul ol {
  list-style-type: lower-roman;
}

ol ol {
  list-style-type: lower-roman;
}
ol ul {
  list-style-type: square;
}

blockquote {
  color: #000000;
  font-size: 1.875rem;
  font-family: "Aladin", "Helvetica", sans-serif;
  font-weight: regular;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  display: block;
}
blockquote:not(:last-child) {
  margin-bottom: 1.5rem;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  display: block;
  padding-top: 1.125rem;
  font-family: "Delight Candles", "Helvetica", sans-serif;
  font-weight: 400;
  color: #71C691;
  font-size: 0.9375rem;
}

code,
pre,
kbd,
samp {
  font-family: "Consolas", monospace;
  font-size: 0.875rem;
}

pre {
  padding: 0.75rem;
}

code {
  vertical-align: middle;
  white-space: nowrap;
}

code,
pre {
  background-color: white;
  border: 1px solid #FFFBEC;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

code {
  padding: 2px 3px;
}

pre code {
  background-color: transparent;
  border: none;
  padding: 0;
  vertical-align: inherit;
  white-space: pre;
}

address {
  font-style: normal;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  font-family: inherit;
  background: none;
  cursor: pointer;
}

.button, input[type=submit],
.frm_button_submit {
  font-family: "Delight Candles", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  border: none;
  text-align: center;
  text-decoration: none;
  border-radius: 1.5rem;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.03125rem;
  display: inline-block;
  padding: 1.125rem 1.875rem 1.0625rem;
  background-color: #FFDF64;
  box-shadow: 0 0.125rem 0 #e4b500;
  transition: 250ms;
  position: relative;
}
.button:hover, input[type=submit]:hover,
.frm_button_submit:hover, .button:focus, input[type=submit]:focus,
.frm_button_submit:focus {
  color: #000000;
  text-decoration: none;
  background-color: #ffd431;
}
.button:focus, input[type=submit]:focus,
.frm_button_submit:focus, .button:active, input[type=submit]:active,
.frm_button_submit:active {
  outline: none;
}
.button[disabled], input[disabled][type=submit],
[disabled].frm_button_submit {
  opacity: 0.4;
  cursor: not-allowed;
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  border: 0.0625rem solid #D9D9D9;
  border-radius: 0.3125rem;
  font-family: inherit;
  font-weight: inherit;
  font-size: 0.875rem;
  height: 3rem;
  padding: 0 1.125rem;
  color: #000000;
  font-weight: 400;
  transition: 250ms;
  width: 100%;
}
input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none !important;
  border-color: #71C691;
}
input[type=text][disabled], input[type=text]:read-only,
input[type=url][disabled],
input[type=url]:read-only,
input[type=email][disabled],
input[type=email]:read-only,
input[type=tel][disabled],
input[type=tel]:read-only,
input[type=number][disabled],
input[type=number]:read-only,
input[type=password][disabled],
input[type=password]:read-only,
textarea[disabled],
textarea:read-only {
  background-color: #f3f3f3;
  cursor: not-allowed;
}
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: gray;
}
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: gray;
}
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: gray;
}
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: gray;
}

input:not([type=submit])[type=checkbox]:focus, input:not([type=submit])[type=radio]:focus, input:not([type=submit])[type=range]:focus, input:not([type=submit])[type=file]:focus, input:not([type=submit])[type=color]:focus, input:not([type=submit])[type=submit]:focus {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  height: auto;
  padding: 0.9375rem;
  resize: vertical;
}

.frm_forms {
  width: 100%;
}
.frm_forms:not(:last-child) {
  margin-bottom: 1.5rem;
}
.frm_forms .frm_primary_label {
  color: #000000;
  font-weight: 500;
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 0.3125rem;
}
@media (min-width: 40rem) {
  .frm_forms .frm_fields_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.frm_forms .frm_required {
  color: #71C691;
  margin-left: 0.25rem;
}
.frm_forms fieldset {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.frm_forms .frm_form_field,
.frm_forms .form-field {
  width: 100%;
  margin-bottom: 1.5rem;
}
.frm_forms .frm_form_field.frm_none_container .frm_primary_label,
.frm_forms .form-field.frm_none_container .frm_primary_label {
  display: none;
}
@media (min-width: 40rem) {
  .frm_forms .frm_form_field.frm_half,
.frm_forms .form-field.frm_half {
    width: 49%;
  }
}
.frm_forms .frm_error {
  font-size: 0.75rem;
  color: #df3639;
  margin: 0;
  padding: 4px 0 0 0;
}
.frm_forms .frm_checkbox,
.frm_forms .frm_radio {
  margin-bottom: 4px;
}
.frm_forms .frm_checkbox input[type=radio],
.frm_forms .frm_checkbox input[type=checkbox],
.frm_forms .frm_radio input[type=radio],
.frm_forms .frm_radio input[type=checkbox] {
  display: none;
}
.frm_forms .frm_checkbox input[type=radio]:checked + span:before,
.frm_forms .frm_checkbox input[type=checkbox]:checked + span:before,
.frm_forms .frm_radio input[type=radio]:checked + span:before,
.frm_forms .frm_radio input[type=checkbox]:checked + span:before {
  opacity: 1;
}
.frm_forms .frm_checkbox span,
.frm_forms .frm_radio span {
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent;
  border: 1px solid #D9D9D9;
}
.frm_forms .frm_checkbox span:before,
.frm_forms .frm_radio span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  z-index: 3;
  background-color: #71C691;
  opacity: 0;
  transition: opacity 250ms ease;
}
.frm_forms .frm_checkbox label,
.frm_forms .frm_radio label {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.25;
  margin: 0;
}
.frm_forms .frm_radio span {
  border-radius: 50%;
}
.frm_forms .frm_radio span:before {
  border-radius: 50%;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
}
.frm_forms .frm_hidden,
.frm_forms .frm_screen_reader,
.frm_forms .frm_verify {
  display: none;
}
.frm_forms .frm_screen_reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
}
.frm_forms .frm_error_style {
  display: none;
}
.frm_forms .frm_ajax_loading {
  visibility: hidden;
  width: auto;
}
.frm_forms .frm_ajax_loading.frm_loading_now {
  visibility: visible !important;
}
.frm_forms .frm_clear_none {
  clear: none;
}
.frm_forms .frm_clear {
  clear: both;
}

.with_frm_style .frm_form_field {
  clear: both;
}

.frm_inline_form .frm_form_field.form-field {
  margin-right: 2.5%;
  display: inline-block;
}

.frm_inline_form .frm_submit {
  display: inline-block;
}

.table {
  border-top: 1px solid #FFFBEC;
  border-left: 1px solid #FFFBEC;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table:not(:last-child) {
  margin-bottom: 2rem;
}
.table caption {
  color: #000000;
  line-height: 40px;
  text-align: center;
}
.table thead {
  background-color: #FFFBEC;
  text-align: left;
}
.table tfoot {
  background-color: #FFFBEC;
  border-top: 1px solid #FFFBEC;
}
.table th {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.table th,
.table td {
  border-right: 1px solid #FFFBEC;
  border-bottom: 1px solid #FFFBEC;
  line-height: inherit;
  overflow: visible;
  padding: 0.625rem;
}
.table tr:nth-child(2n) {
  background-color: white;
}

/**
 * WordPress editor generated classes
 */
del, strike {
  text-decoration: line-through;
}

em {
  font-style: italic;
}

.alignleft:not(:last-child),
.alignright:not(:last-child),
.aligncenter:not(:last-child) {
  margin-bottom: 1.5rem;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption:not(:last-child) {
  margin-bottom: 1.5rem;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  display: block;
}
.wp-caption p.wp-caption-text {
  font-size: 0.8125rem;
  margin: 0;
  padding: 0.625rem 0 0 0;
}

@media (min-width: 40rem) {
  .alignleft {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    display: inline;
    float: left;
  }

  .alignright {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    display: inline;
    float: right;
  }

  .aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}
.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header-spacing {
  display: block;
  position: relative;
  width: 100%;
  height: 8.5rem;
  background-color: #71C691;
  background-image: url("../images/bg-pattern.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 67.125rem 17.25rem;
}
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 8.5rem;
  padding-bottom: 0.9375rem;
}
.header__logo {
  width: 6.25rem;
  font-family: "Delight Candles", "Helvetica", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 1.375rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.header__logo a {
  color: #000000;
}
.header__logo svg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.3125rem;
}
.header__mobile-nav {
  display: block;
  position: absolute;
  z-index: 5;
  top: 1.625rem;
  right: 1.125rem;
  z-index: 2;
  padding: 2.5rem 2.5rem 1.5rem 1.5rem;
  background-color: #FFDF64;
  box-shadow: 0 0.125rem 0 #e4b500;
  border-radius: 0.3125rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(8px, -8px);
  transition: opacity 250ms ease, transform 250ms ease, visibility 250ms ease;
}
body.active-responsive-nav .header__mobile-nav {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.header__mobile-nav ul {
  margin: 0;
  padding: 0;
}
.header__mobile-nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.header__mobile-nav ul li:not(:last-child) {
  margin-bottom: 1.125rem;
}
.header__mobile-nav ul li a {
  color: #000000;
  font-size: 1.0625rem;
  font-weight: 500;
  display: block;
}
.header__navigation {
  display: none;
}
.header__button {
  display: none;
}
.header__nav-toggle {
  margin-left: auto;
  position: relative;
  z-index: 10;
}
@media (min-width: 40rem) {
  .header__button {
    display: block;
    margin-left: auto;
  }
  .header__button .button, .header__button input[type=submit],
.header__button .frm_button_submit {
    box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.15);
  }
  .header__button .button:hover, .header__button input[type=submit]:hover,
.header__button .frm_button_submit:hover, .header__button .button:focus, .header__button input[type=submit]:focus,
.header__button .frm_button_submit:focus {
    box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 64rem) {
  .header-spacing {
    height: 11.125rem;
    background-position: center center;
  }
  .header__container {
    height: 11.125rem;
  }
  .header__logo {
    width: 9.25rem;
  }
  .header__navigation {
    display: block;
    flex: 1;
    text-align: center;
  }
  .header__navigation ul {
    margin: 0;
    padding: 0;
  }
  .header__navigation ul li {
    list-style: none;
    margin: 0 0.25rem;
    padding: 0;
    display: inline-block;
  }
  .header__navigation ul li a {
    color: #000000;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    display: block;
    padding: 0.75rem 1.375rem;
    border-radius: 1.375rem;
    border: 0.125rem solid transparent;
  }
  .header__navigation ul li a:hover {
    color: #000000;
    border-color: #80cc9c;
  }
  .header__navigation ul li.current-menu-item > a, .header__navigation ul li.active > a {
    background-color: #80cc9c;
    border-color: #80cc9c;
  }
  .header__mobile-nav {
    display: none;
  }
}

.section {
  display: block;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.section:last-child {
  padding-bottom: 4.375rem;
}
.section:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -1.875rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.875rem;
  background-image: url("../images/bg-paper-sand.png");
  background-size: 50rem 1.875rem;
  background-repeat: repeat-x;
}
.section__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section__label {
  color: #71C691;
  font-family: "Delight Candles", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.section__title {
  max-width: 30rem;
  margin: 0 auto;
}
.section__button {
  text-align: center;
}
.section__main {
  max-width: 50rem;
  margin: 0 auto;
}
.section__quote {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}
.section--panorama {
  padding-top: 0 !important;
}
.section--bg-white {
  background-color: white;
}
.section--bg-white:before {
  background-image: url("../images/bg-paper-white.png");
}
.section--bg-white + .section--bg-white {
  padding-top: 0;
}
.section--bg-white + .section--bg-white:before {
  display: none;
}
.section--bg-white + .section--bg-sand {
  padding-top: 4.375rem;
}
.section--bg-white + .section--bg-sand:before {
  top: 0;
  background-image: url("../images/bg-paper-white.png");
  transform: rotate(180deg);
}
.section--bg-sand + .section--bg-sand {
  padding-top: 0;
}
.section--bg-sand + .section--bg-sand:before {
  display: none;
}
@media (min-width: 40rem) {
  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .section:last-child {
    padding-bottom: 5.625rem;
  }
  .section--bg-white + .section--bg-sand {
    padding-top: 5.625rem;
  }
}
@media (min-width: 48rem) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section:last-child {
    padding-bottom: 6.875rem;
  }
  .section--bg-white + .section--bg-sand {
    padding-top: 6.875rem;
  }
}

.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71C691;
  background-image: url("../images/bg-pattern.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 67.125rem 18.75rem;
}
.footer__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.footer__text {
  text-align: center;
  font-size: 0.9375rem;
  color: #000000;
  margin-bottom: 1.5rem;
}
.footer__text-line {
  display: block;
}
.footer__text-line:not(:last-child) {
  margin-bottom: 0.3125rem;
}
@media (min-width: 30rem) {
  .footer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .footer__text {
    font-size: 1rem;
  }
}
@media (min-width: 48rem) {
  .footer__text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__text-line {
    display: inline-block;
  }
  .footer__text-line a {
    color: #000000;
  }
  .footer__text-line:not(:last-child) {
    margin-bottom: 0;
  }
  .footer__text-line:not(:last-child):after {
    content: "|";
    margin: 0 0.625rem;
  }
}

.grid:not(:last-child) {
  margin-bottom: 2rem;
}
.grid__item {
  margin-bottom: 1.125rem;
}
@media (min-width: 40rem) {
  .grid__container {
    display: flex;
    flex-wrap: wrap;
  }
  .grid__container {
    margin: -1rem;
  }
  .grid__container .grid__item {
    padding: 1rem;
  }
  .grid__item {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 48rem) {
  .grid__item {
    width: 25%;
  }
  .grid--2-columns .grid__item {
    width: 50%;
  }
  .grid--3-columns .grid__item {
    width: 33.3333333333%;
  }
}

.hamburger {
  display: block;
  background: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #000000;
  box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.15);
  transition: background-color 250ms ease, box-shadow 250ms ease;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  display: block;
  position: absolute;
  top: 23px;
  left: 12px;
  right: 12px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  transition: background-color 250ms ease;
}
.hamburger span:before, .hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  content: "";
  border-radius: 2px;
  transition: all 250ms ease;
}
.hamburger span:before {
  top: -7px;
}
.hamburger span:after {
  bottom: -7px;
}
body.active-responsive-nav .hamburger {
  background-color: transparent;
  box-shadow: none;
}
body.active-responsive-nav .hamburger span {
  background-color: transparent;
}
body.active-responsive-nav .hamburger span:before {
  top: 0;
  transform: rotate(45deg);
  background-color: #000000;
}
body.active-responsive-nav .hamburger span:after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #000000;
}
@media (min-width: 64rem) {
  .hamburger {
    display: none;
  }
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icon {
  margin: 0 0.3125rem;
  width: 2.25rem;
  height: 2.1875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFDF64;
  box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.15);
}
.social-icon:hover, .social-icon:focus {
  background-color: #ffd431;
  box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.15);
}

.usps {
  max-width: 70.5rem;
  overflow: hidden;
  margin: 0 auto;
}
.usps:not(:last-child) {
  margin-bottom: 2.5rem;
}
.usps__item {
  text-align: center;
}
.usps__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.usps__icon {
  margin-bottom: 0.625rem;
}
.usps__title {
  font-size: 1.125rem;
}
.usps__title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.usps__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: 15rem;
  margin: 0 auto;
}
@media (min-width: 30rem) {
  .usps__grid {
    display: flex;
    flex-wrap: wrap;
  }
  .usps__grid {
    margin: -1.25rem;
  }
  .usps__grid .usps__item {
    padding: 1.25rem;
  }
  .usps__item {
    width: 50%;
  }
  .usps__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 64rem) {
  .usps__item {
    width: 25%;
  }
}

.usps-bar {
  display: block;
  position: relative;
  width: 100%;
}
.usps-bar:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.875rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.875rem;
  background-image: url("../images/bg-paper-white.png");
  background-size: 50rem 1.875rem;
  background-repeat: repeat-x;
}
.usps-bar__main {
  background-color: white;
}
.usps-bar__container {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
.usps-bar__button {
  display: flex;
  justify-content: center;
}
.usps-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}
.usps-bar__item svg {
  margin-bottom: 0.875rem;
}
.usps-bar__item p {
  font-family: "Delight Candles", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1;
  color: #000000;
}
@media (min-width: 30rem) {
  .usps-bar__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .usps-bar__item {
    width: 50%;
  }
}
@media (min-width: 48rem) {
  .usps-bar__item {
    flex-direction: row;
    justify-content: center;
  }
  .usps-bar__item svg {
    margin-bottom: 0;
    margin-right: 0.875rem;
  }
}
@media (min-width: 80rem) {
  .usps-bar__button {
    margin-left: auto;
  }
  .usps-bar__items {
    flex: 1;
  }
  .usps-bar__item {
    width: auto;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .usps-bar__item svg {
    margin-right: 0.875rem;
  }
  .usps-bar__container {
    display: flex;
    align-items: center;
  }
}

.text-image {
  max-width: 70.5rem;
  margin: 0 auto;
}
.text-image__container {
  display: flex;
  flex-direction: column;
}
.text-image__image {
  margin-bottom: 1.5rem;
}
.text-image__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  max-height: 15.5rem;
  object-fit: cover;
}
.text-image__label {
  color: #71C691;
  font-family: "Delight Candles", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.25rem;
}
@media (min-width: 40rem) {
  .text-image__container {
    flex-direction: row;
    align-items: center;
  }
  .text-image__image {
    width: 48.58156028%;
    /* 548/1128 */
    align-self: flex-start;
    margin-bottom: 0;
  }
  .text-image__image img {
    max-height: 29rem;
  }
  .text-image__content {
    flex: 1;
    padding-left: 5%;
  }
  .text-image__label {
    font-size: 1.125rem;
  }
  .text-image--inverted .text-image__image {
    order: 2;
  }
  .text-image--inverted .text-image__content {
    order: 1;
    padding-left: 0;
    padding-right: 5%;
  }
}

.project-tiles {
  display: block;
  margin: 0 auto;
}
.project-tiles__item {
  margin-bottom: 1.5rem;
}
@media (min-width: 36.25rem) {
  .project-tiles {
    max-width: 48rem;
  }
}
@media (min-width: 64rem) {
  .project-tiles {
    max-width: 70.5rem;
  }
  .project-tiles__grid {
    display: flex;
    flex-wrap: wrap;
  }
  .project-tiles__grid {
    margin: -1rem;
  }
  .project-tiles__grid .project-tiles__item {
    padding: 1rem;
  }
  .project-tiles__item {
    width: 33.3333333333%;
  }
}

.project-tile {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0.25rem 0.25rem 0.875rem #F2EACB;
}
.project-tile__image {
  display: block;
  overflow: hidden;
}
.project-tile__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 250ms ease;
}
.project-tile__image a {
  display: block;
}
.project-tile__image a:hover img {
  transform: scale(1.05);
}
.project-tile__content {
  padding: 1.5rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.project-tile__title {
  font-size: 1.125rem;
}
.project-tile__title a {
  color: #000000;
}
.project-tile__title a:hover {
  color: #71C691;
}
.project-tile__title:not(:last-child) {
  margin-bottom: 0.75rem;
}
.project-tile__text {
  font-size: 0.9375rem;
  line-height: 1.6;
}
.project-tile__text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.project-tile__info {
  margin-top: auto;
}
@media (min-width: 36.25rem) {
  .project-tile {
    flex-direction: row;
  }
  .project-tile__image {
    max-width: 50%;
    display: flex;
    align-items: stretch;
  }
  .project-tile__image img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .project-tile__content {
    text-align: left;
  }
}
@media (min-width: 64rem) {
  .project-tile {
    flex-direction: column;
  }
  .project-tile__image {
    max-width: 100%;
  }
  .project-tile__content {
    text-align: center;
  }
}

.project-info__progress {
  margin-top: auto;
  padding-top: 0.25rem;
}
.project-info__progress:not(:last-child) {
  margin-bottom: 1.125rem;
}
.project-info__progress-bar {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 7px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.project-info__progress-fill {
  display: block;
  position: relative;
  height: 0.5rem;
  background-color: #71C691;
  border-radius: 0.5rem;
  transition: width 250ms ease-in-out;
}
.project-info__progress-fill:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -0.1875rem;
  right: 0;
  background-color: #71C691;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.project-info__progress-fill:before {
  content: attr(data-percentage);
  display: block;
  position: absolute;
  z-index: 2;
  top: -1.375rem;
  right: -0.375rem;
  font-size: 0.75rem;
  color: #71C691;
  font-weight: 700;
  text-align: center;
  width: 1.5rem;
}
.project-info__specs {
  display: flex;
  align-self: center;
  width: 100%;
}
.project-info__spec {
  flex: 1;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
}
.project-info__spec strong {
  display: block;
}
.project-info__spec--target {
  text-align: left;
}
.project-info__spec--succeed span {
  color: #71C691;
}
.project-info__spec--goal {
  text-align: right;
}
.project-info__spec--goal span {
  color: #df3639;
}

.project-single__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.project-single__subtitle {
  color: #71C691;
  font-family: "Delight Candles", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}
.project-single__title {
  max-width: 25rem;
  margin: 0 auto;
  font-size: 1.25rem;
}
.project-single__slider {
  max-width: 56rem;
  margin: 0 auto 1.125rem auto;
}
.project-single__slide img {
  border-radius: 0.5rem;
  display: block;
}
.project-single__info {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 1.5rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0.25rem 0.25rem 0.875rem #F2EACB;
}
.project-single__info:not(:last-child) {
  margin-bottom: 2.5rem;
}
.project-single__info .button, .project-single__info input[type=submit],
.project-single__info .frm_button_submit {
  display: block;
  width: 100%;
}
.project-single__summary {
  margin-bottom: 1.125rem;
}
.project-single__main {
  max-width: 50rem;
  margin: 0 auto;
}
@media (min-width: 30rem) {
  .project-single__subtitle {
    font-size: 1.125rem;
  }
  .project-single__title {
    font-size: 1.5rem;
  }
  .project-single__info {
    display: flex;
    align-items: flex-end;
    max-width: 36.75rem;
  }
  .project-single__info .button, .project-single__info input[type=submit],
.project-single__info .frm_button_submit {
    display: inline-block;
    width: auto;
  }
  .project-single__summary {
    flex: 1;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 40rem) {
  .project-single__slider {
    margin-bottom: 0;
  }
  .project-single__slider + .project-single__info {
    margin-top: -3.75rem;
  }
}

.panorama {
  display: block;
  position: relative;
  padding-top: 8.5rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  background-color: #71C691;
  background-image: url("../images/bg-pattern.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 67.125rem 17.25rem;
}
.panorama:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55%;
  background: white;
}
.panorama:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 55%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.875rem;
  background-image: url("../images/bg-paper-white.png");
  background-size: 50rem 1.875rem;
  background-repeat: repeat-x;
}
.panorama__container {
  margin: 0 auto;
  position: relative;
  z-index: 3;
  border-radius: 0.625rem;
}
.panorama__slider {
  max-width: 70.5rem;
  margin: 0 auto;
  position: relative;
}
.panorama__slide {
  position: relative;
}
.panorama__image {
  position: relative;
  z-index: 1;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}
.panorama__image img {
  display: block;
}
.panorama__item {
  position: relative;
}
.panorama__content {
  display: block;
  position: relative;
  z-index: 2;
  color: #000000;
  font-size: 0.9375rem;
  line-height: 1.5;
  background-color: #FFDF64;
  padding: 1.5rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
.panorama__content--bg-primary {
  background-color: #71C691;
}
.panorama__title {
  font-size: 1.375rem;
}
.panorama__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.panorama__pagination {
  position: absolute;
  z-index: 4;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
}
.panorama__pagination .swiper-pagination-bullet {
  display: block;
  position: relative;
  width: 3rem;
  height: 0.875rem;
  opacity: 0.5;
  transition: opacity 250ms ease;
}
.panorama__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.625rem;
}
.panorama__pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  border-radius: 0.125rem;
  background-color: white;
}
.panorama__pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
  opacity: 0.5;
}
.panorama__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (min-width: 40rem) {
  .panorama:after {
    height: 40%;
  }
  .panorama:before {
    bottom: 40%;
  }
  .panorama__image {
    border-radius: 0.625rem;
  }
  .panorama__content {
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    left: 2rem;
    max-width: 20rem;
    padding: 2rem;
    border-radius: 0.625rem;
  }
}
@media (min-width: 48rem) {
  .panorama__content {
    font-size: 1rem;
  }
  .panorama__pagination .swiper-pagination-bullet {
    width: 4rem;
  }
  .panorama__pagination .swiper-pagination-bullet:before {
    top: 0.3125rem;
    height: 0.25rem;
  }
}
@media (min-width: 64rem) {
  .panorama {
    padding-top: 11.125rem;
  }
  .panorama__content {
    font-size: 1.0625rem;
    max-width: 27rem;
  }
  .panorama__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 80rem) {
  .panorama__slider:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 2rem;
    background-color: #000000;
    border-radius: 0.625rem;
  }
  .panorama__slide {
    padding-left: 2rem;
  }
  .panorama__title {
    font-size: 2rem;
  }
  .panorama__content {
    left: 0;
  }
  .panorama__pagination {
    top: auto;
    right: 2rem;
    bottom: 2rem;
  }
}

.donate-popup {
  max-width: 23.25rem;
}
.donate-popup__title {
  color: #71C691;
  font-family: "Delight Candles", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}