/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.swiffy-slider {
    position: relative;
    display: block;
    width: 100%;
    --swiffy-slider-snap-align: center;
    --swiffy-slider-item-width: 100%;
    --swiffy-slider-item-gap: 1rem;
    --swiffy-slider-item-reveal: 0rem;
    --swiffy-slider-item-ratio: 2/1;
    --swiffy-slider-item-count: 1;
    --swiffy-slider-nav-light: #fff;
    --swiffy-slider-nav-dark: #333;
    --swiffy-slider-nav-zoom: 1;
    --swiffy-slider-track-opacity: 0.1;
    --swiffy-slider-track-height: 0;
    --swiffy-slider-nav-outside-size: 3.5rem;
    --swiffy-slider-indicator-outside-size: 1.5rem;
    --swiffy-slider-animation-duration: .75s;
    --swiffy-slider-animation-delay: 0s;
    --swiffy-slider-animation-timing: ease-in-out;
}

.swiffy-slider,
.swiffy-slider::after,
.swiffy-slider::before {
    box-sizing: border-box;
}

.swiffy-slider ::-webkit-scrollbar {
    height: var(--swiffy-slider-track-height);
}

.swiffy-slider ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, var(--swiffy-slider-track-opacity));
}

.swiffy-slider ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 1rem;
}

.swiffy-slider ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.6);
}

.slider-container {
    --swiffy-slider-item-gap-totalwidth: calc(var(--swiffy-slider-item-gap) * (var(--swiffy-slider-item-count) - 1));
    --swiffy-slider-item-width: calc((100% - var(--swiffy-slider-item-reveal) - var(--swiffy-slider-item-gap-totalwidth)) / var(--swiffy-slider-item-count));
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: grid;
    align-items: center;
    height: 100%;
    grid: auto / auto-flow max-content;
    grid-auto-rows: 100%;
    grid-auto-columns: var(--swiffy-slider-item-width);
    grid-auto-flow: column;
    grid-gap: var(--swiffy-slider-item-gap);
    list-style: none;
    margin: 0;
    padding: 0;
    scrollbar-width: none;
    scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, var(--swiffy-slider-track-opacity));
    background-clip: padding-box;
}

.slider-container>* {
    /*The slides*/
    scroll-snap-align: var(--swiffy-slider-snap-align);
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-item-helper .slider-container>* {
    background-size: cover;
    background-color: #e1e1e1;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item-helper:not(.slider-item-ratio) .slider-container>* {
    min-height: 20rem;
}

.slider-item-ratio .slider-container>*>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-item-ratio-contain .slider-container>*>* {
    object-fit: contain;
}

.slider-item-ratio .slider-container>*::after {
    display: block;
    padding-top: calc( 100% / (var(--swiffy-slider-item-ratio)));
    content: "";
}

.slider-item-ratio-32x9 {
    --swiffy-slider-item-ratio: 32/9;
}

.slider-item-ratio-21x9 {
    --swiffy-slider-item-ratio: 21/9;
}

.slider-item-ratio-16x9 {
    --swiffy-slider-item-ratio: 16/9;
}

.slider-item-ratio-4x3 {
    --swiffy-slider-item-ratio: 4/3;
}

.slider-item-ratio-2x1 {
    --swiffy-slider-item-ratio: 2/1;
}

.slider-item-ratio-1x1 {
    --swiffy-slider-item-ratio: 1/1;
}

.slider-item-ratio-3x4 {
    --swiffy-slider-item-ratio: 3/4;
}

.slider-nav-scrollbar {
    --swiffy-slider-track-height: 0.5rem;
}

.slider-nav-scrollbar .slider-container {
    scrollbar-width: thin;
}

.slider-nav-nodelay .slider-container {
    scroll-behavior: auto;
}

.slider-indicators {
    position: absolute;
    right: 2rem;
    bottom: 0;
    left: 2rem;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.slider-nav-scrollbar .slider-indicators {
    margin-bottom: calc(1rem + var(--swiffy-slider-track-height));
}

.slider-indicators>*.active {
    opacity: 1;
}

.swiffy-slider.slider-indicators-outside .slider-nav {
    margin-bottom: var(--swiffy-slider-indicator-outside-size);
}

.swiffy-slider.slider-indicators-outside {
    padding-bottom: var(--swiffy-slider-indicator-outside-size);
}

.swiffy-slider.slider-indicators-outside.slider-indicators,
.swiffy-slider.slider-indicators-outside .slider-indicators {
    margin-bottom: 0;
}

.slider-indicators>* {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 2rem;
    height: .2rem;
    padding: 0;
    border: .4rem solid transparent;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .4s ease;
}

.slider-indicators-square.slider-indicators>*,
.slider-indicators-square .slider-indicators>* {
    width: .5rem;
    height: .5rem;
    border: .4rem solid transparent;
}

.slider-indicators-round.slider-indicators>*,
.slider-indicators-round .slider-indicators>* {
    width: .5rem;
    height: .5rem;
    border: .4rem solid transparent;
    border-radius: 50%;
}

.slider-indicators-highlight.slider-indicators>*.active,
.slider-indicators-highlight .slider-indicators>*.active {
    border: .33rem solid transparent;
    padding: .07rem;
}

.slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    visibility: hidden;
    opacity: 0.8;
    transition: visibility 0.1s, opacity 0.2s linear;
    margin-bottom: var(--swiffy-slider-track-height);
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    filter: drop-shadow(0 0 .5rem rgba(0, 0, 0, .5));
    transform: scale(var(--swiffy-slider-nav-zoom));
}

.slider-nav::before {
    position: absolute;
    content: "";
    padding: .5rem;
    width: 3rem;
    height: 3rem;
}

.slider-nav::after {
    content: "";
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    mask-size: cover;
    background-color: var(--swiffy-slider-nav-light);
    background-origin: content-box;
    width: 3rem;
    height: 3rem;
}

.slider-nav-arrow .slider-nav::after {
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'></path></svg>");
}

.slider-nav-chevron .slider-nav::after {
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z'></path></svg>");
}

.slider-nav-caret .slider-nav::after {
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='M10 12.796V3.204L4.519 8 10 12.796zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z'></path></svg>");
}

.slider-nav-caretfill .slider-nav::after {
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z'></path></svg>");
}

.swiffy-slider:hover .slider-nav {
    visibility: visible;
}

.swiffy-slider.slider-nav-autohide.slider-item-first-visible .slider-nav:not(.slider-nav-next) {
    visibility: hidden;
}

.swiffy-slider.slider-nav-autohide.slider-item-last-visible .slider-nav.slider-nav-next {
    visibility: hidden;
}

.slider-nav-outside .slider-container {
    margin: 0 var(--swiffy-slider-nav-outside-size);
}

.slider-nav-outside .slider-nav {
    padding: 0;
}

.swiffy-slider .slider-nav:hover {
    opacity: 1;
}

.slider-nav-square .slider-nav {
    padding: 0;
}

.slider-nav-round .slider-nav::before,
.slider-nav-square .slider-nav::before {
    background-color: var(--swiffy-slider-nav-light);
}

.slider-nav-round .slider-nav::after,
.slider-nav-square .slider-nav::after {
    background-color: var(--swiffy-slider-nav-dark);
    width: 2rem;
    height: 2rem;
    margin: .5rem;
}

.slider-nav-round .slider-nav::before {
    border-radius: 50%;
}

.slider-nav-round .slider-nav::after {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'%3E%3C/path%3E%3C/svg%3E");
}

.slider-nav-dark .slider-nav::after {
    background-color: var(--swiffy-slider-nav-dark);
}

.slider-nav-dark.slider-nav-round .slider-nav::before,
.slider-nav-dark.slider-nav-square .slider-nav::before {
    background-color: var(--swiffy-slider-nav-dark);
}

.slider-nav-dark.slider-nav-round .slider-nav::after,
.slider-nav-dark.slider-nav-square .slider-nav::after {
    background-color: var(--swiffy-slider-nav-light);
}

.slider-nav-sm {
    --swiffy-slider-nav-zoom: .75;
    --swiffy-slider-nav-outside-size: 2.5rem;
}

.slider-nav.slider-nav-next::after {
    transform: rotate(180deg);
}

.slider-nav.slider-nav-next {
    right: 0;
    left: unset;
}

.slider-nav-visible .slider-nav {
    visibility: visible;
}

.slider-nav-dark .slider-nav {
    opacity: 0.6;
}

.slider-indicators-dark.slider-indicators>*,
.slider-indicators-dark .slider-indicators>* {
    filter: invert(1);
}

.slider-item-snapstart {
    --swiffy-slider-snap-align: start;
}

.slider-item-nosnap {
    --swiffy-slider-snap-align: unset;
}

.slider-item-nogap {
    --swiffy-slider-item-gap: 0rem;
}

.slider-item-reveal {
    --swiffy-slider-item-reveal: 8rem;
}

.slider-item-snapstart.slider-item-reveal {
    --swiffy-slider-item-reveal: 4rem;
}

.slider-item-show2 {
    --swiffy-slider-item-count: 2;
}

.slider-item-show3 {
    --swiffy-slider-item-count: 3;
}

.slider-item-show4 {
    --swiffy-slider-item-count: 4;
}

.slider-item-show5 {
    --swiffy-slider-item-count: 5;
}

.slider-item-show6 {
    --swiffy-slider-item-count: 6;
}

.slider-nav-mousedrag .slider-container {
    cursor: grab;
}

.slider-nav-mousedrag .slider-container.dragging {
    scroll-snap-type: unset;
    scroll-behavior: unset;
    user-select: none;
}

@media (hover: hover) {
    .slider-nav-mousedrag .slider-container::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .slider-nav-animation.slider-nav-animation-fast {
        --swiffy-slider-animation-duration: .25s;
    }
    .slider-nav-animation.slider-nav-animation-slow {
        --swiffy-slider-animation-duration: 1.25s;
    }
    .slider-nav-animation .slider-container>*>* {
        transition: opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing), transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);
        transition-delay: var(--swiffy-slider-animation-delay);
    }
    .slider-nav-animation .slider-container .slide-visible>* {
        transition: opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing), transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);
        transition-delay: var(--swiffy-slider-animation-delay);
    }
    .slider-nav-animation.slider-nav-animation-fadein .slider-container>*>* {
        opacity: 0.5;
    }
    .slider-nav-animation.slider-nav-animation-scale .slider-container>*>* {
        transform: scale(.9);
    }
    .slider-nav-animation.slider-nav-animation-appear .slider-container>*>* {
        opacity: 0.3;
        transform: scale(.9);
    }
    .slider-nav-animation.slider-nav-animation-scaleup .slider-container>*>* {
        transform: scale(.25);
    }
    .slider-nav-animation.slider-nav-animation-zoomout .slider-container>* {
        overflow: hidden;
    }
    .slider-nav-animation.slider-nav-animation-zoomout .slider-container>*>* {
        transform: scale(1.3);
    }
    .slider-nav-animation.slider-nav-animation-turn .slider-container>*>* {
        transform: rotateY(70deg);
    }
    .slider-nav-animation.slider-nav-animation-slideup .slider-container>*>* {
        transform: translateY(60%) scale(.99);
    }
    .slider-nav-animation.slider-nav-animation-slideup .slider-container {
        overflow-y: hidden;
    }
    .slider-nav-animation .slider-container>*.slide-visible>* {
        opacity: 1;
        transform: none;
    }
}

@media (min-width: 62rem) {
    .slider-item-show6:not(.slider-item-snapstart) .slider-container>*,
    .slider-item-show4:not(.slider-item-snapstart) .slider-container>*,
    .slider-item-show2:not(.slider-item-snapstart) .slider-container>* {
        scroll-snap-align: unset;
    }
    .slider-item-show6:not(.slider-item-snapstart) .slider-container>*::before,
    .slider-item-show4:not(.slider-item-snapstart) .slider-container>*::before,
    .slider-item-show2:not(.slider-item-snapstart) .slider-container>*::before {
        content: " ";
        display: block;
        position: absolute;
        left: calc((var(--swiffy-slider-item-gap)/2)*-1);
        top: 0;
        /*FF fix setting w+h to 1 px - otherwise snap will not occur*/
        width: 1px;
        height: 1px;
        scroll-snap-align: var(--swiffy-slider-snap-align);
    }
    .slider-nav-outside-expand .slider-nav {
        margin-left: -4rem;
    }
    .slider-nav-outside-expand .slider-nav.slider-nav-next {
        margin-right: -4rem;
    }
    .slider-nav-sm.slider-nav-outside-expand .slider-nav {
        margin-left: -3.5rem;
    }
    .slider-nav-sm.slider-nav-outside-expand .slider-nav.slider-nav-next {
        margin-right: -3.5rem;
    }
    .slider-indicators-sm.slider-indicators {
        display: none;
    }
}

@media (max-width: 62rem) {
    .swiffy-slider {
        --swiffy-slider-track-height: 0rem;
        --swiffy-slider-item-reveal: 0rem;
        --swiffy-slider-item-count: 1;
        --swiffy-slider-nav-zoom: .875;
    }
    .slider-item-reveal {
        --swiffy-slider-item-reveal: 4rem;
    }
    .slider-item-snapstart.slider-item-reveal {
        --swiffy-slider-item-reveal: 2rem;
    }
    .slider-item-show6 .slider-container {
        grid-auto-columns: calc(25% - (var(--swiffy-slider-item-gap)/4*3));
    }
    .slider-item-show6.slider-item-reveal .slider-container {
        grid-auto-columns: calc(25% - (var(--swiffy-slider-item-gap)/4*3) - .5rem);
    }
    .slider-item-show6.slider-item-reveal .slider-container>* {
        scroll-snap-align: unset;
    }
    .slider-item-show6.slider-item-reveal .slider-container>*::before {
        content: " ";
        display: block;
        position: absolute;
        left: calc((var(--swiffy-slider-item-gap)/2)*-1);
        top: 0;
        /*FF fix setting w+h to 1 px - otherwise snap will not occur*/
        width: 1px;
        height: 1px;
        scroll-snap-align: center;
    }
    .slider-nav::before,
    .slider-nav::after {
        width: 2rem;
        height: 2rem;
        padding: 0.3rem;
    }
    .slider-nav-round .slider-nav::after,
    .slider-nav-square .slider-nav::after {
        width: 1.75rem;
        height: 1.75rem;
        margin: 0.125rem;
    }
    .slider-nav-outside-expand .slider-container,
    .slider-nav-outside .slider-container {
        margin: 0 2rem;
    }
    .slider-nav-outside-expand .slider-container {
        margin: 0 var(--swiffy-slider-nav-outside-size);
    }
    .slider-nav-outside-expand .slider-nav {
        padding: 0;
    }
    .slider-indicators-square.slider-indicators>*,
    .slider-indicators-square .slider-indicators>*,
    .slider-indicators-round.slider-indicators>*,
    .slider-indicators-round .slider-indicators>* {
        width: .3rem;
        height: .3rem;
    }
    .slider-indicators {
        margin-bottom: .5rem;
        display: none;
    }
    .slider-nav-scrollbar .slider-indicators {
        margin-bottom: 0rem;
    }
    .slider-indicators>* {
        width: 1rem;
        height: 0.125rem;
        border-width: .25rem;
    }
    .slider-indicators-sm .slider-indicators,
    .slider-indicators-sm.slider-indicators {
        display: flex;
    }
}

@media (max-width: 48rem) {
    .slider-item-show6 .slider-container {
        grid-auto-columns: calc(50% - (var(--swiffy-slider-item-gap)/2));
    }
    .slider-item-show6.slider-item-reveal .slider-container {
        grid-auto-columns: calc(50% - (var(--swiffy-slider-item-gap)/2) - 1.5rem);
    }
}

@media (hover: none) {
    .swiffy-slider.slider-nav-touch .slider-nav {
        visibility: visible;
    }
    .swiffy-slider:not(.slider-nav-touch).slider-nav-outside-expand .slider-container,
    .swiffy-slider:not(.slider-nav-touch).slider-nav-outside .slider-container {
        margin: 0 0rem;
    }
    .slider-item-nosnap-touch {
        --swiffy-slider-snap-align: unset;
    }
}/**
 * These functions require unitless px values.
 */

/** Colors */

/** Box Model  */

/** Materialize */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* line 3, node_modules/materialize-css/sass/components/_global.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 6, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 20, node_modules/materialize-css/sass/components/_global.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: roboto, sans-serif;
}

/* line 29, node_modules/materialize-css/sass/components/_global.scss */

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 33, node_modules/materialize-css/sass/components/_global.scss */

ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 39, node_modules/materialize-css/sass/components/_global.scss */

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 49, node_modules/materialize-css/sass/components/_global.scss */

.valign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 56, node_modules/materialize-css/sass/components/_global.scss */

.clearfix {
  clear: both;
}

/* line 62, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* 2dp elevation modified*/

/* line 67, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-1,
.btn,
.btn-large,
.btn-small,
.btn-floating {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 72, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/

/* line 77, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/

/* line 84, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */

/* line 91, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */

/* line 98, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* line 104, node_modules/materialize-css/sass/components/_global.scss */

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

/* line 107, node_modules/materialize-css/sass/components/_global.scss */

.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 114, node_modules/materialize-css/sass/components/_global.scss */

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 123, node_modules/materialize-css/sass/components/_global.scss */

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

/* line 131, node_modules/materialize-css/sass/components/_global.scss */

i {
  line-height: inherit;
}

/* line 134, node_modules/materialize-css/sass/components/_global.scss */

i.left {
  float: left;
  margin-right: 15px;
}

/* line 138, node_modules/materialize-css/sass/components/_global.scss */

i.right {
  float: right;
  margin-left: 15px;
}

/* line 142, node_modules/materialize-css/sass/components/_global.scss */

i.tiny {
  font-size: 1rem;
}

/* line 145, node_modules/materialize-css/sass/components/_global.scss */

i.small {
  font-size: 2rem;
}

/* line 148, node_modules/materialize-css/sass/components/_global.scss */

i.medium {
  font-size: 4rem;
}

/* line 151, node_modules/materialize-css/sass/components/_global.scss */

i.large {
  font-size: 6rem;
}

/* line 157, node_modules/materialize-css/sass/components/_global.scss */

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 168, node_modules/materialize-css/sass/components/_global.scss */

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 175, node_modules/materialize-css/sass/components/_global.scss */

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 183, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.active a {
  color: #fff;
}

/* line 185, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.active {
  background-color: #ee6e73;
}

/* line 187, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 192, node_modules/materialize-css/sass/components/_global.scss */

.pagination li i {
  font-size: 2rem;
}

/* line 198, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  /* line 204, node_modules/materialize-css/sass/components/_global.scss */

  .pagination {
    width: 100%;
  }

  /* line 207, node_modules/materialize-css/sass/components/_global.scss */

  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }

  /* line 212, node_modules/materialize-css/sass/components/_global.scss */

  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 221, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 225, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 233, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 246, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:first-child:before {
  display: none;
}

/* line 250, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:last-child {
  color: #fff;
}

/* line 256, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 261, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 269, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 283, node_modules/materialize-css/sass/components/_global.scss */

.pin-top,
.pin-bottom {
  position: relative;
}

/* line 286, node_modules/materialize-css/sass/components/_global.scss */

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/

/* line 294, node_modules/materialize-css/sass/components/_global.scss */

ul.staggered-list li {
  opacity: 0;
}

/* line 298, node_modules/materialize-css/sass/components/_global.scss */

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/

@media only screen and (max-width: 600px) {
  /* line 307, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 312, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 317, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 322, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 327, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 332, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 337, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 342, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 347, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 352, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 357, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 362, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 370, node_modules/materialize-css/sass/components/_global.scss */

  .center-on-small-only {
    text-align: center;
  }
}

/* line 377, node_modules/materialize-css/sass/components/_global.scss */

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

/* line 382, node_modules/materialize-css/sass/components/_global.scss */

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 395, node_modules/materialize-css/sass/components/_global.scss */

table,
th,
td {
  border: none;
}

/* line 399, node_modules/materialize-css/sass/components/_global.scss */

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 406, node_modules/materialize-css/sass/components/_global.scss */

table.striped tr {
  border-bottom: none;
}

/* line 411, node_modules/materialize-css/sass/components/_global.scss */

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 415, node_modules/materialize-css/sass/components/_global.scss */

table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 421, node_modules/materialize-css/sass/components/_global.scss */

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

/* line 423, node_modules/materialize-css/sass/components/_global.scss */

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 429, node_modules/materialize-css/sass/components/_global.scss */

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

/* line 435, node_modules/materialize-css/sass/components/_global.scss */

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 439, node_modules/materialize-css/sass/components/_global.scss */

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  /* line 450, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }

  /* line 457, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table td:empty:before {
    content: '\A0';
  }

  /* line 461, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }

  /* line 467, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th {
    text-align: left;
  }

  /* line 468, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead {
    display: block;
    float: left;
  }

  /* line 472, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }

  /* line 476, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead tr th::before {
    content: "\A0";
  }

  /* line 481, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  /* line 488, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  /* line 493, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th {
    display: block;
    text-align: right;
  }

  /* line 497, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  /* line 502, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }

  /* line 508, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 518, node_modules/materialize-css/sass/components/_global.scss */

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 525, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 533, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 539, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* line 549, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 558, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 562, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar p {
  margin: 0;
}

/* line 566, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 575, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 579, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

/* line 583, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 588, node_modules/materialize-css/sass/components/_global.scss */

.collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  color: #26a69a;
}

/* line 593, node_modules/materialize-css/sass/components/_global.scss */

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 600, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 605, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 608, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 615, node_modules/materialize-css/sass/components/_global.scss */

.secondary-content {
  float: right;
  color: #26a69a;
}

/* line 619, node_modules/materialize-css/sass/components/_global.scss */

.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 627, node_modules/materialize-css/sass/components/_global.scss */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 633, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 643, node_modules/materialize-css/sass/components/_global.scss */

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

/* line 652, node_modules/materialize-css/sass/components/_global.scss */

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  -o-transition: width .3s linear;
  transition: width .3s linear;
}

/* line 660, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate {
  background-color: #26a69a;
}

/* line 662, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
       -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 674, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
       -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
       -o-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-o-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@-o-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/

/* line 723, node_modules/materialize-css/sass/components/_global.scss */

.hide {
  display: none !important;
}

/* line 728, node_modules/materialize-css/sass/components/_global.scss */

.left-align {
  text-align: left;
}

/* line 731, node_modules/materialize-css/sass/components/_global.scss */

.right-align {
  text-align: right;
}

/* line 734, node_modules/materialize-css/sass/components/_global.scss */

.center,
.center-align {
  text-align: center;
}

/* line 738, node_modules/materialize-css/sass/components/_global.scss */

.left {
  float: left !important;
}

/* line 741, node_modules/materialize-css/sass/components/_global.scss */

.right {
  float: right !important;
}

/* line 746, node_modules/materialize-css/sass/components/_global.scss */

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 750, node_modules/materialize-css/sass/components/_global.scss */

.circle {
  border-radius: 50%;
}

/* line 754, node_modules/materialize-css/sass/components/_global.scss */

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 760, node_modules/materialize-css/sass/components/_global.scss */

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 767, node_modules/materialize-css/sass/components/_global.scss */

.no-padding {
  padding: 0 !important;
}

/* line 2, node_modules/materialize-css/sass/components/_typography.scss */

a {
  text-decoration: none;
}

/* line 6, node_modules/materialize-css/sass/components/_typography.scss */

html {
  line-height: 1.5;
  font-family: roboto, sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 15px;
  }
}

/* line 25, node_modules/materialize-css/sass/components/_typography.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}

/* line 31, node_modules/materialize-css/sass/components/_typography.scss */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

/* line 32, node_modules/materialize-css/sass/components/_typography.scss */

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 33, node_modules/materialize-css/sass/components/_typography.scss */

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333rem 0 1.424rem 0;
}

/* line 34, node_modules/materialize-css/sass/components/_typography.scss */

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94667rem 0 1.168rem 0;
}

/* line 35, node_modules/materialize-css/sass/components/_typography.scss */

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 36, node_modules/materialize-css/sass/components/_typography.scss */

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333rem 0 0.656rem 0;
}

/* line 37, node_modules/materialize-css/sass/components/_typography.scss */

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0;
}

/* line 40, node_modules/materialize-css/sass/components/_typography.scss */

em {
  font-style: italic;
}

/* line 41, node_modules/materialize-css/sass/components/_typography.scss */

strong {
  font-weight: 500;
}

/* line 42, node_modules/materialize-css/sass/components/_typography.scss */

small {
  font-size: 75%;
}

/* line 43, node_modules/materialize-css/sass/components/_typography.scss */

.light {
  font-weight: 300;
}

/* line 44, node_modules/materialize-css/sass/components/_typography.scss */

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 2, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small,
.btn-flat,
.beige {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 16, node_modules/materialize-css/sass/components/_buttons.scss */

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.disabled.beige,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.beige:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled],
.beige[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 36, node_modules/materialize-css/sass/components/_buttons.scss */

.btn.disabled:hover,
.disabled.btn-large:hover,
.disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.disabled.beige:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.beige:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover,
.beige[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 43, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat,
.beige {
  font-size: 14px;
  outline: 0;
}

/* line 50, node_modules/materialize-css/sass/components/_buttons.scss */

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i,
.beige i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 59, node_modules/materialize-css/sass/components/_buttons.scss */

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

/* line 65, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 74, node_modules/materialize-css/sass/components/_buttons.scss */

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #2bbbad;
}

/* line 81, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 82, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating:hover {
  background-color: #26a69a;
}

/* line 86, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating:before {
  border-radius: 0;
}

/* line 89, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 90, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 96, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 101, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 102, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 107, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 112, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 113, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 136, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 147, node_modules/materialize-css/sass/components/_buttons.scss */

button.btn-floating {
  border: none;
}

/* line 152, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 154, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 160, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 163, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 172, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 178, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 180, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 185, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 190, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 192, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* line 197, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 202, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 204, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 210, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 215, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 221, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 232, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 245, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 253, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 256, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 260, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

/* line 274, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat,
.beige {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

/* line 280, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat:focus,
.beige:focus,
.btn-flat:hover,
.beige:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 284, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat:focus,
.beige:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 287, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat.disabled,
.disabled.beige,
.btn-flat.btn-flat[disabled],
.beige[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 296, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 303, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-large i {
  font-size: 1.6rem;
}

/* line 309, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 314, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-small i {
  font-size: 1.2rem;
}

/* line 320, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-block {
  display: block;
}

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

[class^="block("] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
}

/* line 7, resources/assets/styles/common/_global.scss */

[class^="block("] .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1370px;
          flex: 0 1 1370px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 15, resources/assets/styles/common/_global.scss */

.parallax {
  position: absolute;
}

@media all and (max-width: 850px) {
  /* line 15, resources/assets/styles/common/_global.scss */

  .parallax {
    width: 50px;
  }
}

/* line 1, resources/assets/styles/common/_typography.scss */

h1,
h2,
h3,
p {
  margin: 0;
}

/* line 9, resources/assets/styles/common/_typography.scss */

.hero {
  font-family: cormorant-garamond, serif;
  font-size: 5.125rem;
  line-height: 0.98;
  letter-spacing: -3.08px;
}

/* line 16, resources/assets/styles/common/_typography.scss */

.fz\(64\) {
  font-family: cormorant-garamond, serif;
  font-size: 4rem;
  line-height: 1.03;
  letter-spacing: -2.4px;
}

/* line 23, resources/assets/styles/common/_typography.scss */

.fz\(50\) {
  font-family: cormorant-garamond, serif;
  font-size: 3.125rem;
  line-height: 1.16;
  letter-spacing: 1.04px;
}

/* line 30, resources/assets/styles/common/_typography.scss */

.fz\(48\) {
  font-family: cormorant-garamond, serif;
  font-size: 3rem;
  line-height: 1.38;
  letter-spacing: -1.8px;
}

/* line 37, resources/assets/styles/common/_typography.scss */

.fz\(44\) {
  font-family: cormorant-garamond, serif;
  font-size: 2.75rem;
  font-weight: normal;
  letter-spacing: -2px;
}

/* line 44, resources/assets/styles/common/_typography.scss */

.fz\(40\) {
  font-family: cormorant-garamond, serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.1px;
}

/* line 52, resources/assets/styles/common/_typography.scss */

.fz\(30\) {
  font-family: cormorant-garamond, serif;
  font-size: 1.875rem;
  letter-spacing: 0.6px;
}

/* line 58, resources/assets/styles/common/_typography.scss */

.copy,
.block\(imageAndText\) .content p,
.block\(partner\) .content p,
.block\(shop\) .content p,
.block\(sliderAndText\) .content p,
.block\(staySlider\) .content p,
.block\(storySlider\) .content p,
.block\(textAndLinks\) .content p,
.block\(twoColAbout\) .right p {
  font-size: 1.125rem;
  line-height: 1.72;
  letter-spacing: 1.38px;
}

/* line 64, resources/assets/styles/common/_typography.scss */

.fz\(16\) {
  font-size: 1rem;
  font-weight: bold;
  line-height: 0.88;
  letter-spacing: 2.67px;
}

/* line 71, resources/assets/styles/common/_typography.scss */

.title-15 {
  font-family: cormorant-garamond, serif;
  font-size: 0.9375rem;
  line-height: 0.87;
}

/* line 77, resources/assets/styles/common/_typography.scss */

.fz\(14\),
.block\(eventTickets\) .link {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2.33px;
  text-transform: uppercase;
}

/* line 85, resources/assets/styles/common/_typography.scss */

.fz\(12\),
.banner .menu-item a {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 93, resources/assets/styles/common/_typography.scss */

.fz\(11\) {
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.09;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* line 102, resources/assets/styles/common/_typography.scss */

.ta\(l\) {
  text-align: left;
}

/* line 106, resources/assets/styles/common/_typography.scss */

.ta\(c\) {
  text-align: center;
}

/* line 114, resources/assets/styles/common/_typography.scss */

.fw\(100\) {
  font-weight: 100;
}

/* line 114, resources/assets/styles/common/_typography.scss */

.fw\(200\) {
  font-weight: 200;
}

/* line 114, resources/assets/styles/common/_typography.scss */

.fw\(300\) {
  font-weight: 300;
}

/* line 114, resources/assets/styles/common/_typography.scss */

.fw\(350\) {
  font-weight: 350;
}

/* line 114, resources/assets/styles/common/_typography.scss */

.fw\(400\) {
  font-weight: 400;
}

/* line 114, resources/assets/styles/common/_typography.scss */

.fw\(500\) {
  font-weight: 500;
}

/* line 114, resources/assets/styles/common/_typography.scss */

.fw\(600\) {
  font-weight: 600;
}

/* line 114, resources/assets/styles/common/_typography.scss */

.fw\(700\) {
  font-weight: 700;
}

/* line 114, resources/assets/styles/common/_typography.scss */

.fw\(800\) {
  font-weight: 800;
}

/* line 114, resources/assets/styles/common/_typography.scss */

.fw\(900\) {
  font-weight: 900;
}

/* line 132, resources/assets/styles/common/_typography.scss */

.bg\(beige\) {
  background-color: #faf8f2;
}

/* line 136, resources/assets/styles/common/_typography.scss */

.c\(beige\) {
  color: #faf8f2;
}

/* line 132, resources/assets/styles/common/_typography.scss */

.bg\(camo\) {
  background-color: #808352;
}

/* line 136, resources/assets/styles/common/_typography.scss */

.c\(camo\) {
  color: #808352;
}

/* line 132, resources/assets/styles/common/_typography.scss */

.bg\(charcoal\) {
  background-color: #3b4534;
}

/* line 136, resources/assets/styles/common/_typography.scss */

.c\(charcoal\),
.block\(eventTickets\) .link {
  color: #3b4534;
}

/* line 132, resources/assets/styles/common/_typography.scss */

.bg\(light-grey\) {
  background-color: #dde0d3;
}

/* line 136, resources/assets/styles/common/_typography.scss */

.c\(light-grey\) {
  color: #dde0d3;
}

/* line 132, resources/assets/styles/common/_typography.scss */

.bg\(tan\) {
  background-color: #ceb888;
}

/* line 136, resources/assets/styles/common/_typography.scss */

.c\(tan\) {
  color: #ceb888;
}

/* line 132, resources/assets/styles/common/_typography.scss */

.bg\(white\) {
  background-color: #fff;
}

/* line 136, resources/assets/styles/common/_typography.scss */

.c\(white\) {
  color: #fff;
}

/* line 132, resources/assets/styles/common/_typography.scss */

.bg\(white-ish\) {
  background-color: #f9f8f6;
}

/* line 136, resources/assets/styles/common/_typography.scss */

.c\(white-ish\) {
  color: #f9f8f6;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn-flat,
.beige {
  min-width: 263px;
  height: 45px;
  background-color: transparent;
  color: #3b4534;
  border: solid 1px #3b4534;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  padding: 3px 15px;
}

/* line 13, resources/assets/styles/components/_buttons.scss */

.beige {
  border: solid 1px #f0eee8;
  background-color: #f0eee8;
}

/* line 2, resources/assets/styles/components/_forms.scss */

#gform_wrapper_1 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 7, resources/assets/styles/components/_forms.scss */

#gform_wrapper_1 input[type="email"] {
  color: #3b4534;
}

/* line 11, resources/assets/styles/components/_forms.scss */

#gform_wrapper_1 input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #fff;
}

/* line 17, resources/assets/styles/components/_forms.scss */

#gform_wrapper_1 .gform_footer {
  padding: 0 !important;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 1, resources/assets/styles/layouts/_header.scss */

.banner {
  width: 100%;
  height: 133px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

/* line 9, resources/assets/styles/layouts/_header.scss */

.banner .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* padding: 9px 15px; */
}

/* line 17, resources/assets/styles/layouts/_header.scss */

.banner .head-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 126px;
          flex: 0 1 126px;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 25, resources/assets/styles/layouts/_header.scss */

.banner .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

/* line 29, resources/assets/styles/layouts/_header.scss */

.banner .socials > * {
  margin-left: 15px;
}

/* line 34, resources/assets/styles/layouts/_header.scss */

.banner .head-mid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 41, resources/assets/styles/layouts/_header.scss */

.banner .head-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 168px;
          flex: 0 1 168px;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 29px 15px;
}

/* line 50, resources/assets/styles/layouts/_header.scss */

.banner .head-right p {
  text-align: center;
}

/* line 54, resources/assets/styles/layouts/_header.scss */

.banner .header-bottom {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

/* line 59, resources/assets/styles/layouts/_header.scss */

.banner .header-bottom .container {
  padding: 15px;
}

/* line 63, resources/assets/styles/layouts/_header.scss */

.banner .nav {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
}

/* line 70, resources/assets/styles/layouts/_header.scss */

.banner .menu-item {
  margin-left: 20px;
}

/* line 74, resources/assets/styles/layouts/_header.scss */

.banner .menu-item a {
  color: #fff;
  font-weight: normal;
}

/* line 82, resources/assets/styles/layouts/_header.scss */

.headroom-top {
  -webkit-transition: height 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: height 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: height 0.3s ease, background-color 0.3s ease, -o-transform 0.3s ease;
  transition: transform 0.3s ease, height 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, height 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

/* line 89, resources/assets/styles/layouts/_header.scss */

.page .headroom--not-top,
.page-template-default:not(.home) .headroom--top {
  -webkit-transition: height 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: height 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: height 0.3s ease, background-color 0.3s ease, -o-transform 0.3s ease;
  transition: transform 0.3s ease, height 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, height 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  background-color: #fff;
  height: 114px;
}

/* line 98, resources/assets/styles/layouts/_header.scss */

.page .headroom--not-top .header-top,
.page-template-default:not(.home) .headroom--top .header-top {
  display: none;
}

/* line 102, resources/assets/styles/layouts/_header.scss */

.page .headroom--not-top .header-bottom,
.page-template-default:not(.home) .headroom--top .header-bottom {
  border-top: none;
  border-bottom: none;
}

/* line 107, resources/assets/styles/layouts/_header.scss */

.page .headroom--not-top .header-bottom .container,
.page-template-default:not(.home) .headroom--top .header-bottom .container {
  padding: 52px 15px 30px;
}

/* line 111, resources/assets/styles/layouts/_header.scss */

.page .headroom--not-top .menu-item a,
.page-template-default:not(.home) .headroom--top .menu-item a {
  color: #3b4534;
  font-weight: bold;
}

/* line 117, resources/assets/styles/layouts/_header.scss */

.headroom--pinned {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

/* line 121, resources/assets/styles/layouts/_header.scss */

.headroom--unpinned {
  -webkit-transform: translateY(-114px);
       -o-transform: translateY(-114px);
          transform: translateY(-114px);
}

/* line 125, resources/assets/styles/layouts/_header.scss */

body.admin-bar .banner {
  top: 32px;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.content-info {
  min-height: 738px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 8, resources/assets/styles/layouts/_footer.scss */

.content-info .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1441px;
          flex: 0 1 1441px;
  padding: 7.18686vh 15px 11.90965vh;
}

/* line 13, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 1300px) {
  /* line 13, resources/assets/styles/layouts/_footer.scss */

  .content-info .foot-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 22, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

/* line 29, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-left,
.content-info .bottom-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 475px;
          flex: 1 1 475px;
}

/* line 34, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-right,
.content-info .bottom-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 821px;
          flex: 0 1 821px;
}

@media all and (max-width: 1300px) {
  /* line 39, resources/assets/styles/layouts/_footer.scss */

  .content-info .foot-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 475px;
            flex: 0 1 475px;
  }
}

/* line 45, resources/assets/styles/layouts/_footer.scss */

.content-info .footer-logo {
  margin-bottom: 10px;
}

/* line 49, resources/assets/styles/layouts/_footer.scss */

.content-info h2 {
  margin-bottom: 19px;
}

/* line 53, resources/assets/styles/layouts/_footer.scss */

.content-info .gform_wrapper {
  margin-top: 37px;
  margin-bottom: 90px;
}

@media all and (max-width: 415px) {
  /* line 58, resources/assets/styles/layouts/_footer.scss */

  .content-info form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 65, resources/assets/styles/layouts/_footer.scss */

.content-info input {
  height: 45px;
  border: solid 1px #ceb888;
  font-size: 12px !important;
  letter-spacing: 2px;
}

/* line 72, resources/assets/styles/layouts/_footer.scss */

.content-info input[type="email"] {
  width: 275px !important;
}

/* line 76, resources/assets/styles/layouts/_footer.scss */

.content-info input[type="submit"] {
  width: 100px !important;
}

/* line 80, resources/assets/styles/layouts/_footer.scss */

.content-info .gform_footer {
  margin-top: 0 !important;
  margin-left: 11px !important;
}

@media all and (max-width: 415px) {
  /* line 80, resources/assets/styles/layouts/_footer.scss */

  .content-info .gform_footer {
    margin-left: 0 !important;
    margin-top: 11px !important;
  }
}

/* line 90, resources/assets/styles/layouts/_footer.scss */

.content-info nav ul {
  margin-top: 25px;
  margin-bottom: 0;
}

/* line 95, resources/assets/styles/layouts/_footer.scss */

.content-info .menu-item {
  margin-bottom: 20px;
}

/* line 99, resources/assets/styles/layouts/_footer.scss */

.content-info .menu-item a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.23px;
}

/* line 105, resources/assets/styles/layouts/_footer.scss */

.content-info .contact-nav {
  margin-bottom: 60px;
}

@media all and (max-width: 424px) {
  /* line 105, resources/assets/styles/layouts/_footer.scss */

  .content-info .contact-nav {
    margin-bottom: 40px;
  }
}

/* line 113, resources/assets/styles/layouts/_footer.scss */

.content-info .top-right {
  margin-top: 9.34292vh;
  margin-bottom: 11.3963vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

@media all and (max-width: 424px) {
  /* line 113, resources/assets/styles/layouts/_footer.scss */

  .content-info .top-right {
    margin-top: 0;
  }
}

/* line 125, resources/assets/styles/layouts/_footer.scss */

.content-info .col {
  margin-bottom: 20px;
}

@media all and (max-width: 1311px) {
  /* line 129, resources/assets/styles/layouts/_footer.scss */

  .content-info .bottom-left {
    text-align: center;
  }
}

/* line 135, resources/assets/styles/layouts/_footer.scss */

.content-info .bottom-right {
  max-width: 807px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 142, resources/assets/styles/layouts/_footer.scss */

.content-info .nav-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -41px;
}

@media all and (max-width: 625px) {
  /* line 142, resources/assets/styles/layouts/_footer.scss */

  .content-info .nav-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 151, resources/assets/styles/layouts/_footer.scss */

.content-info .nav-legal > * {
  margin-left: 41px;
}

/* line 156, resources/assets/styles/layouts/_footer.scss */

.content-info .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -21px;
}

/* line 161, resources/assets/styles/layouts/_footer.scss */

.content-info .social-link {
  margin-left: 21px;
}

/* line 164, resources/assets/styles/layouts/_footer.scss */

.content-info .social-link i {
  font-size: 30px;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/blocks/_about_hero.scss */

.block\(aboutHero\) {
  padding-top: 237px;
  overflow: hidden;
  min-height: 150vh;
}

/* line 6, resources/assets/styles/blocks/_about_hero.scss */

.block\(aboutHero\) p {
  margin-bottom: 10px;
}

/* line 10, resources/assets/styles/blocks/_about_hero.scss */

.block\(aboutHero\) h1 {
  max-width: 593px;
}

/* line 14, resources/assets/styles/blocks/_about_hero.scss */

.block\(aboutHero\) .image {
  width: 89.5vw;
  position: absolute;
  right: 0;
}

/* line 19, resources/assets/styles/blocks/_about_hero.scss */

.block\(aboutHero\) .image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) {
  padding: 11.80698vh 0;
  /* .blogposts {
    overflow: hidden;
  } */
}

/* line 4, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 1335px) {
  /* line 4, resources/assets/styles/blocks/_blog_slider.scss */

  .block\(blogSlider\) .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 13, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 280px;
          flex: 0 1 280px;
  margin-right: 96px;
}

@media all and (max-width: 1335px) {
  /* line 13, resources/assets/styles/blocks/_blog_slider.scss */

  .block\(blogSlider\) .text {
    margin-bottom: 30px;
  }
}

/* line 22, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) p.copy,
.block\(blogSlider\) .block\(imageAndText\) .content p,
.block\(imageAndText\) .content .block\(blogSlider\) p,
.block\(blogSlider\) .block\(partner\) .content p,
.block\(partner\) .content .block\(blogSlider\) p,
.block\(blogSlider\) .block\(shop\) .content p,
.block\(shop\) .content .block\(blogSlider\) p,
.block\(blogSlider\) .block\(sliderAndText\) .content p,
.block\(sliderAndText\) .content .block\(blogSlider\) p,
.block\(blogSlider\) .block\(staySlider\) .content p,
.block\(staySlider\) .content .block\(blogSlider\) p,
.block\(blogSlider\) .block\(storySlider\) .content p,
.block\(storySlider\) .content .block\(blogSlider\) p,
.block\(blogSlider\) .block\(textAndLinks\) .content p,
.block\(textAndLinks\) .content .block\(blogSlider\) p,
.block\(blogSlider\) .block\(twoColAbout\) .right p,
.block\(twoColAbout\) .right .block\(blogSlider\) p {
  margin-top: 24px;
  margin-bottom: 30px;
}

/* line 27, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .inner {
  max-width: 1030px;
}

/* line 35, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100% !important; */
  border-bottom: solid 2px #dde0d3;
}

/* line 42, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .slick-slide {
  width: 355px !important;
  margin-bottom: 75px;
}

@media all and (max-width: 370px) {
  /* line 42, resources/assets/styles/blocks/_blog_slider.scss */

  .block\(blogSlider\) .slick-slide {
    width: 295px !important;
  }
}

/* line 50, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .slick-slide > div {
  width: 355px !important;
}

@media all and (max-width: 370px) {
  /* line 50, resources/assets/styles/blocks/_blog_slider.scss */

  .block\(blogSlider\) .slick-slide > div {
    width: 295px !important;
  }
}

/* line 59, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .post-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 355px !important;
}

@media all and (max-width: 370px) {
  /* line 59, resources/assets/styles/blocks/_blog_slider.scss */

  .block\(blogSlider\) .post-link {
    width: 295px !important;
  }
}

/* line 67, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .post-link a {
  width: 320px;
}

@media all and (max-width: 370px) {
  /* line 67, resources/assets/styles/blocks/_blog_slider.scss */

  .block\(blogSlider\) .post-link a {
    width: 260px;
  }
}

/* line 76, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .image {
  width: 320px;
  height: 480px;
  margin-bottom: 20px;
}

@media all and (max-width: 370px) {
  /* line 76, resources/assets/styles/blocks/_blog_slider.scss */

  .block\(blogSlider\) .image {
    width: 260px;
    height: 390px;
  }
}

/* line 86, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 94, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) p.fz\(14\),
.block\(blogSlider\) .block\(eventTickets\) p.link,
.block\(eventTickets\) .block\(blogSlider\) p.link {
  color: #3b4534;
  line-height: 2;
  display: inline-block;
}

/* line 100, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .line {
  height: 480px;
  width: 1px;
  background-color: rgba(59, 69, 52, 0.5);
  margin-left: 17px;
  margin-right: 17px;
}

@media all and (max-width: 370px) {
  /* line 100, resources/assets/styles/blocks/_blog_slider.scss */

  .block\(blogSlider\) .line {
    height: 390px;
  }
}

/* line 112, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .slick-current {
  position: relative;
}

/* line 115, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .slick-current::after {
  content: "";
  position: absolute;
  bottom: -77px;
  left: 0;
  width: 220px;
  height: 2px;
  background-color: #3b4534;
}

/* line 125, resources/assets/styles/blocks/_blog_slider.scss */

.block\(blogSlider\) .slick-current p.fz\(14\),
.block\(blogSlider\) .slick-current .block\(eventTickets\) p.link,
.block\(eventTickets\) .block\(blogSlider\) .slick-current p.link {
  color: rgba(59, 69, 52, 0.51);
  padding-bottom: 9px;
  border-bottom: solid 2px rgba(59, 69, 52, 0.51);
}

/* line 1, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) {
  padding-top: 9.85626vh;
  padding-bottom: 8.52156vh;
}

/* line 5, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1406px;
          flex: 0 1 1406px;
}

/* line 12, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) h2 {
  max-width: 600px;
  margin: 0 auto 43px;
}

/* line 17, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -44px;
  margin-bottom: -30px;
  width: 100%;
}

/* line 27, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  margin-left: 44px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 36, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .contact-info p {
  color: #3b4534;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 1.08px;
  text-align: center;
}

/* line 1, resources/assets/styles/blocks/_contact_buttons.scss */

.block\(contactButtons\) {
  padding-top: 9.95893vh;
  padding-bottom: 19.91786vh;
}

/* line 5, resources/assets/styles/blocks/_contact_buttons.scss */

.block\(contactButtons\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1620px;
          flex: 0 1 1620px;
}

/* line 12, resources/assets/styles/blocks/_contact_buttons.scss */

.block\(contactButtons\) h2 {
  margin-bottom: 80px;
}

/* line 16, resources/assets/styles/blocks/_contact_buttons.scss */

.block\(contactButtons\) .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -210px;
  margin-bottom: -50px;
}

@media all and (max-width: 1275px) {
  /* line 16, resources/assets/styles/blocks/_contact_buttons.scss */

  .block\(contactButtons\) .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (max-width: 450px) {
  /* line 16, resources/assets/styles/blocks/_contact_buttons.scss */

  .block\(contactButtons\) .list {
    margin-left: 0;
  }
}

/* line 32, resources/assets/styles/blocks/_contact_buttons.scss */

.block\(contactButtons\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 320px;
          flex: 0 1 320px;
  margin-left: 210px;
  margin-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 450px) {
  /* line 32, resources/assets/styles/blocks/_contact_buttons.scss */

  .block\(contactButtons\) .item {
    margin-left: 0;
  }
}

/* line 48, resources/assets/styles/blocks/_contact_buttons.scss */

.block\(contactButtons\) .item:first-child::after,
.block\(contactButtons\) .item:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -105px;
  top: 32px;
  height: 178px;
  width: 1px;
  background-color: #808352;
}

@media all and (max-width: 1275px) {
  /* line 59, resources/assets/styles/blocks/_contact_buttons.scss */

  .block\(contactButtons\) .item:nth-child(2)::after {
    display: none;
  }
}

@media all and (max-width: 1089px) {
  /* line 65, resources/assets/styles/blocks/_contact_buttons.scss */

  .block\(contactButtons\) .item:first-child::after {
    display: none;
  }
}

/* line 71, resources/assets/styles/blocks/_contact_buttons.scss */

.block\(contactButtons\) h3 {
  max-width: 300px;
  margin: 0 auto 14px;
}

/* line 76, resources/assets/styles/blocks/_contact_buttons.scss */

.block\(contactButtons\) a.c\(charcoal\):nth-child(3),
.block\(contactButtons\) .block\(eventTickets\) a.link:nth-child(3),
.block\(eventTickets\) .block\(contactButtons\) a.link:nth-child(3) {
  margin-bottom: 20px;
}

/* line 1, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) {
  padding-top: 11.3963vh;
  padding-bottom: 9.13758vh;
  position: relative;
  overflow: hidden;
}

/* line 7, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\)::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 90px;
  width: 1px;
  background-color: rgba(59, 69, 52, 0.5);
}

/* line 18, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) .deco {
  position: absolute;
  left: 11px;
  top: 120px;
}

/* line 24, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 30, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) .sliderContainer {
  max-width: 1210px;
}

/* line 34, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) .logo {
  margin-bottom: 50px;
}

/* line 38, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) .item {
  width: 1020px !important;
  height: 690px;
  position: relative;
}

@media all and (max-width: 1160px) {
  /* line 38, resources/assets/styles/blocks/_event_slider.scss */

  .block\(eventSlider\) .item {
    width: 720px !important;
    height: 497px;
  }
}

@media all and (max-width: 850px) {
  /* line 38, resources/assets/styles/blocks/_event_slider.scss */

  .block\(eventSlider\) .item {
    width: 400px !important;
    height: 268px;
  }
}

@media all and (max-width: 525px) {
  /* line 38, resources/assets/styles/blocks/_event_slider.scss */

  .block\(eventSlider\) .item {
    width: 275px !important;
    height: 184px;
  }
}

/* line 59, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10.57495vh 5.41667vw;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media all and (max-width: 525px) {
  /* line 59, resources/assets/styles/blocks/_event_slider.scss */

  .block\(eventSlider\) .overlay {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 3.08008vh 2.60417vw;
  }
}

/* line 79, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -56px;
}

/* line 84, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) .slick-slide {
  width: 1020px !important;
  margin-left: 56px;
}

@media all and (max-width: 1160px) {
  /* line 84, resources/assets/styles/blocks/_event_slider.scss */

  .block\(eventSlider\) .slick-slide {
    width: 720px !important;
  }
}

@media all and (max-width: 850px) {
  /* line 84, resources/assets/styles/blocks/_event_slider.scss */

  .block\(eventSlider\) .slick-slide {
    width: 400px !important;
  }
}

@media all and (max-width: 525px) {
  /* line 84, resources/assets/styles/blocks/_event_slider.scss */

  .block\(eventSlider\) .slick-slide {
    width: 275px !important;
  }
}

/* line 101, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) .slick-dots {
  margin-top: 70px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -18px;
}

/* line 108, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) .slick-dots li {
  margin-left: 18px;
}

/* line 113, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
  background-color: #dde0d3;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
}

/* line 123, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) li.slick-active button {
  background-color: #808352;
  width: 18px;
  height: 18px;
}

/* line 129, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) h2 {
  max-width: 513px;
  margin-bottom: 15px;
}

@media all and (max-width: 850px) {
  /* line 129, resources/assets/styles/blocks/_event_slider.scss */

  .block\(eventSlider\) h2 {
    font-size: 2.25rem;
  }
}

/* line 138, resources/assets/styles/blocks/_event_slider.scss */

.block\(eventSlider\) p.copy,
.block\(eventSlider\) .block\(imageAndText\) .content p,
.block\(imageAndText\) .content .block\(eventSlider\) p,
.block\(eventSlider\) .block\(partner\) .content p,
.block\(partner\) .content .block\(eventSlider\) p,
.block\(eventSlider\) .block\(shop\) .content p,
.block\(shop\) .content .block\(eventSlider\) p,
.block\(eventSlider\) .block\(sliderAndText\) .content p,
.block\(sliderAndText\) .content .block\(eventSlider\) p,
.block\(eventSlider\) .block\(staySlider\) .content p,
.block\(staySlider\) .content .block\(eventSlider\) p,
.block\(eventSlider\) .block\(storySlider\) .content p,
.block\(storySlider\) .content .block\(eventSlider\) p,
.block\(eventSlider\) .block\(textAndLinks\) .content p,
.block\(textAndLinks\) .content .block\(eventSlider\) p,
.block\(eventSlider\) .block\(twoColAbout\) .right p,
.block\(twoColAbout\) .right .block\(eventSlider\) p {
  max-width: 513px;
  margin-bottom: 20px;
}

@media all and (max-width: 850px) {
  /* line 138, resources/assets/styles/blocks/_event_slider.scss */

  .block\(eventSlider\) p.copy,
  .block\(eventSlider\) .block\(imageAndText\) .content p,
  .block\(imageAndText\) .content .block\(eventSlider\) p,
  .block\(eventSlider\) .block\(partner\) .content p,
  .block\(partner\) .content .block\(eventSlider\) p,
  .block\(eventSlider\) .block\(shop\) .content p,
  .block\(shop\) .content .block\(eventSlider\) p,
  .block\(eventSlider\) .block\(sliderAndText\) .content p,
  .block\(sliderAndText\) .content .block\(eventSlider\) p,
  .block\(eventSlider\) .block\(staySlider\) .content p,
  .block\(staySlider\) .content .block\(eventSlider\) p,
  .block\(eventSlider\) .block\(storySlider\) .content p,
  .block\(storySlider\) .content .block\(eventSlider\) p,
  .block\(eventSlider\) .block\(textAndLinks\) .content p,
  .block\(textAndLinks\) .content .block\(eventSlider\) p,
  .block\(eventSlider\) .block\(twoColAbout\) .right p,
  .block\(twoColAbout\) .right .block\(eventSlider\) p {
    display: none;
  }
}

/* line 1, resources/assets/styles/blocks/_event_tickets.scss */

.block\(eventTickets\) {
  padding-top: 11.80698vh;
  padding-bottom: 17.24846vh;
}

/* line 5, resources/assets/styles/blocks/_event_tickets.scss */

.block\(eventTickets\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1458px;
          flex: 0 1 1458px;
}

/* line 12, resources/assets/styles/blocks/_event_tickets.scss */

.block\(eventTickets\) h2 {
  margin-bottom: 96px;
}

/* line 16, resources/assets/styles/blocks/_event_tickets.scss */

.block\(eventTickets\) .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -86px;
  margin-bottom: 95px;
}

/* line 25, resources/assets/styles/blocks/_event_tickets.scss */

.block\(eventTickets\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 390px;
          flex: 0 1 390px;
  margin-left: 86px;
  margin-bottom: 50px;
}

/* line 31, resources/assets/styles/blocks/_event_tickets.scss */

.block\(eventTickets\) img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 37px;
}

/* line 37, resources/assets/styles/blocks/_event_tickets.scss */

.block\(eventTickets\) h3 {
  margin: 29px 0 17px;
}

/* line 41, resources/assets/styles/blocks/_event_tickets.scss */

.block\(eventTickets\) p.fz\(16\) {
  margin-bottom: 28px;
  line-height: 1.69;
  letter-spacing: 1.38px;
}

/* line 47, resources/assets/styles/blocks/_event_tickets.scss */

.block\(eventTickets\) .link {
  padding-bottom: 7px;
  border-bottom: solid 2px #3b4534;
}

/* line 1, resources/assets/styles/blocks/_full_image.scss */

.block\(fullImage\) {
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* line 1, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 4, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) .top,
.block\(gallery\) .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 9, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) .left,
.block\(gallery\) .image-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

/* line 14, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 18, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) .left > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

/* line 23, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) .image {
  width: 100%;
  height: auto;
}

/* line 27, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) {
  min-height: 256px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 8, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) h2 {
  margin-bottom: 21px;
}

/* line 12, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 16, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) input {
  height: 54px;
  border: solid 1.2px #ceb888;
  font-size: 14.4px !important;
  letter-spacing: 2.4px;
}

/* line 23, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) input[type="email"] {
  width: 588px !important;
}

@media all and (max-width: 749px) {
  /* line 23, resources/assets/styles/blocks/_gravity_form.scss */

  .block\(gravityForm\) input[type="email"] {
    width: 100% !important;
  }
}

/* line 31, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) input[type="submit"] {
  width: 120px !important;
}

/* line 35, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) .gform_footer {
  margin-top: 0 !important;
  margin-left: 12px !important;
}

/* line 1, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) {
  min-height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 2.15606vh;
  padding-top: 2.15606vh;
}

/* line 10, resources/assets/styles/blocks/_hero.scss */

.block\(hero\)::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 90px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 21, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 27, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  z-index: 0;
}

/* line 37, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

/* line 45, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  margin: 26.48871vh auto;
}

/* line 53, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) h1 {
  margin-bottom: 26px;
}

/* line 57, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .fz\(12\),
.block\(hero\) .banner .menu-item a,
.banner .menu-item .block\(hero\) a {
  margin-bottom: 8px;
}

/* line 61, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .title-15 {
  margin-bottom: 30px;
}

/* line 65, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .list {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -29px;
  margin-bottom: -10px;
}

/* line 75, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .list > * {
  margin-left: 29px;
  margin-bottom: 10px;
}

/* line 1, resources/assets/styles/blocks/_image_and_contact.scss */

.block\(imageAndContact\) {
  padding-bottom: 12.32033vh;
}

/* line 4, resources/assets/styles/blocks/_image_and_contact.scss */

.block\(imageAndContact\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 9, resources/assets/styles/blocks/_image_and_contact.scss */

.block\(imageAndContact\) .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -100px;
  margin-bottom: -50px;
}

/* line 18, resources/assets/styles/blocks/_image_and_contact.scss */

.block\(imageAndContact\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 530px;
          flex: 0 1 530px;
  margin-left: 100px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/* line 28, resources/assets/styles/blocks/_image_and_contact.scss */

.block\(imageAndContact\) img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

/* line 34, resources/assets/styles/blocks/_image_and_contact.scss */

.block\(imageAndContact\) h3 {
  text-transform: uppercase;
}

/* line 38, resources/assets/styles/blocks/_image_and_contact.scss */

.block\(imageAndContact\) p.copy,
.block\(imageAndContact\) .block\(imageAndText\) .content p,
.block\(imageAndText\) .content .block\(imageAndContact\) p,
.block\(imageAndContact\) .block\(partner\) .content p,
.block\(partner\) .content .block\(imageAndContact\) p,
.block\(imageAndContact\) .block\(shop\) .content p,
.block\(shop\) .content .block\(imageAndContact\) p,
.block\(imageAndContact\) .block\(sliderAndText\) .content p,
.block\(sliderAndText\) .content .block\(imageAndContact\) p,
.block\(imageAndContact\) .block\(staySlider\) .content p,
.block\(staySlider\) .content .block\(imageAndContact\) p,
.block\(imageAndContact\) .block\(storySlider\) .content p,
.block\(storySlider\) .content .block\(imageAndContact\) p,
.block\(imageAndContact\) .block\(textAndLinks\) .content p,
.block\(textAndLinks\) .content .block\(imageAndContact\) p,
.block\(imageAndContact\) .block\(twoColAbout\) .right p,
.block\(twoColAbout\) .right .block\(imageAndContact\) p {
  max-width: 400px;
  margin: 25px auto;
}

/* line 43, resources/assets/styles/blocks/_image_and_contact.scss */

.block\(imageAndContact\) p.fz\(14\),
.block\(imageAndContact\) .block\(eventTickets\) p.link,
.block\(eventTickets\) .block\(imageAndContact\) p.link {
  margin-bottom: 5px;
}

/* line 47, resources/assets/styles/blocks/_image_and_contact.scss */

.block\(imageAndContact\) .hours {
  margin-bottom: 20px;
  font-size: 0.875rem;
}

/* line 1, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) {
  padding-top: 11.80698vh;
  padding-bottom: 16.73511vh;
}

/* line 6, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\).left .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 10, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\).left .image {
  margin-right: 0;
}

/* line 14, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\).left .text {
  margin-right: 15px;
}

/* line 19, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1161px) {
  /* line 19, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 30, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 575px;
          flex: 0 1 575px;
  margin-right: 15px;
}

@media all and (max-width: 1161px) {
  /* line 30, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .image {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 1146px) {
  /* line 30, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .image {
    margin-right: 0;
  }
}

/* line 42, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 50, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 542px;
          flex: 0 1 542px;
}

/* line 54, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) h2 {
  margin-bottom: 36px;
  max-width: 339px;
}

/* line 59, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .content {
  margin-bottom: 26px;
}

/* line 62, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .content p {
  margin-bottom: 20px;
}

/* line 1, resources/assets/styles/blocks/_large_image_hero.scss */

.block\(largeImageHero\) {
  min-height: 700px;
  margin-top: 114px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 77px;
}

/* line 10, resources/assets/styles/blocks/_large_image_hero.scss */

.block\(largeImageHero\) p {
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 15, resources/assets/styles/blocks/_large_image_hero.scss */

.block\(largeImageHero\) h1 {
  max-width: 443px;
}

@media all and (max-width: 340px) {
  /* line 15, resources/assets/styles/blocks/_large_image_hero.scss */

  .block\(largeImageHero\) h1 {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}

/* line 1, resources/assets/styles/blocks/_large_paragraph.scss */

.block\(largePara\) {
  padding-top: 8.21355vh;
  padding-bottom: 13.96304vh;
}

/* line 5, resources/assets/styles/blocks/_large_paragraph.scss */

.block\(largePara\) h2 {
  max-width: 805px;
  margin: 0 auto;
}

/* line 1, resources/assets/styles/blocks/_links.scss */

.block\(links\) {
  padding-top: 11.70431vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 6, resources/assets/styles/blocks/_links.scss */

.block\(links\) .box-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* line 12, resources/assets/styles/blocks/_links.scss */

.block\(links\) .box-links .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -15px;
  width: 100%;
}

@media all and (max-width: 1307px) {
  /* line 12, resources/assets/styles/blocks/_links.scss */

  .block\(links\) .box-links .inner {
    width: 1200px;
  }
}

/* line 25, resources/assets/styles/blocks/_links.scss */

.block\(links\) .box-link {
  height: 550px;
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 388px;
          flex: 0 1 388px;
}

@media all and (max-width: 1612px) {
  /* line 25, resources/assets/styles/blocks/_links.scss */

  .block\(links\) .box-link {
    height: 442px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 312px;
            flex: 0 1 312px;
  }
}

@media all and (max-width: 1307px) {
  /* line 25, resources/assets/styles/blocks/_links.scss */

  .block\(links\) .box-link {
    height: 550px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 388px;
            flex: 0 1 388px;
  }
}

@media all and (max-width: 790px) {
  /* line 25, resources/assets/styles/blocks/_links.scss */

  .block\(links\) .box-link {
    height: 442px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 312px;
            flex: 0 1 312px;
  }
}

/* line 47, resources/assets/styles/blocks/_links.scss */

.block\(links\) .box-link img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 55, resources/assets/styles/blocks/_links.scss */

.block\(links\) .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(59, 69, 52, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

/* line 69, resources/assets/styles/blocks/_links.scss */

.block\(links\) .box-link:hover .overlay {
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: rgba(59, 69, 52, 0.85);
}

/* line 74, resources/assets/styles/blocks/_links.scss */

.block\(links\) .overlay span {
  max-width: 265px;
  margin: 0 auto;
}

/* line 79, resources/assets/styles/blocks/_links.scss */

.block\(links\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12.32033vh 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 86, resources/assets/styles/blocks/_links.scss */

.block\(links\) .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -50px;
}

@media all and (max-width: 1153px) {
  /* line 86, resources/assets/styles/blocks/_links.scss */

  .block\(links\) .container .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 97, resources/assets/styles/blocks/_links.scss */

.block\(links\) h3 {
  margin-left: 50px;
  padding-bottom: 7px;
}

@media all and (max-width: 1138px) {
  /* line 97, resources/assets/styles/blocks/_links.scss */

  .block\(links\) h3 {
    margin-bottom: 30px;
  }
}

/* line 106, resources/assets/styles/blocks/_links.scss */

.block\(links\) .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -15px;
}

/* line 113, resources/assets/styles/blocks/_links.scss */

.block\(links\) .link {
  margin-left: 50px;
  margin-bottom: 15px;
  padding-bottom: 7px;
  text-transform: uppercase;
  border-bottom: solid 2px transparent;
  -webkit-transition: border-bottom 0.2s ease, color 0.2s ease;
  -o-transition: border-bottom 0.2s ease, color 0.2s ease;
  transition: border-bottom 0.2s ease, color 0.2s ease;
}

/* line 124, resources/assets/styles/blocks/_links.scss */

.block\(links\) .link:hover {
  -webkit-transition: border-bottom 0.2s ease, color 0.2s ease;
  -o-transition: border-bottom 0.2s ease, color 0.2s ease;
  transition: border-bottom 0.2s ease, color 0.2s ease;
  border-bottom: solid 2px rgba(59, 69, 52, 0.5);
  color: rgba(59, 69, 52, 0.5);
}

/* line 1, resources/assets/styles/blocks/_locations.scss */

.block\(locations\) {
  padding-top: 9.95893vh;
  padding-bottom: 15.40041vh;
}

/* line 5, resources/assets/styles/blocks/_locations.scss */

.block\(locations\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1549px;
          flex: 0 1 1549px;
}

/* line 12, resources/assets/styles/blocks/_locations.scss */

.block\(locations\) h2 {
  margin-bottom: 12.32033vh;
}

/* line 16, resources/assets/styles/blocks/_locations.scss */

.block\(locations\) .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: -200px;
  margin-bottom: -60px;
}

@media all and (max-width: 1215px) {
  /* line 16, resources/assets/styles/blocks/_locations.scss */

  .block\(locations\) .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (max-width: 450px) {
  /* line 16, resources/assets/styles/blocks/_locations.scss */

  .block\(locations\) .list {
    margin-left: 0;
  }
}

/* line 33, resources/assets/styles/blocks/_locations.scss */

.block\(locations\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 316px;
          flex: 0 1 316px;
  margin-left: 200px;
  margin-bottom: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 450px) {
  /* line 33, resources/assets/styles/blocks/_locations.scss */

  .block\(locations\) .item {
    margin-left: 0;
  }
}

/* line 49, resources/assets/styles/blocks/_locations.scss */

.block\(locations\) .item:first-child::after,
.block\(locations\) .item:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: 15%;
  height: 356px;
  width: 1px;
  background-color: #808352;
}

@media all and (max-width: 1215px) {
  /* line 60, resources/assets/styles/blocks/_locations.scss */

  .block\(locations\) .item:nth-child(2)::after {
    display: none;
  }
}

@media all and (max-width: 1061px) {
  /* line 66, resources/assets/styles/blocks/_locations.scss */

  .block\(locations\) .item:first-child::after {
    display: none;
  }
}

/* line 72, resources/assets/styles/blocks/_locations.scss */

.block\(locations\) h3 {
  max-width: 300px;
  margin: 10px auto 31px;
}

/* line 77, resources/assets/styles/blocks/_locations.scss */

.block\(locations\) p {
  font-size: 0.875rem;
  line-height: 1.86;
}

/* line 82, resources/assets/styles/blocks/_locations.scss */

.block\(locations\) p.fz\(14\),
.block\(locations\) .block\(eventTickets\) p.link,
.block\(eventTickets\) .block\(locations\) p.link {
  margin-top: 25px;
}

/* line 86, resources/assets/styles/blocks/_locations.scss */

.block\(locations\) p:last-of-type {
  margin-bottom: 39px;
}

/* line 1, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) {
  padding-top: 9.65092vh;
  padding-bottom: 17.65914vh;
}

/* line 5, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) h2 {
  margin-bottom: 10.78029vh;
}

/* line 9, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1222px) {
  /* line 9, resources/assets/styles/blocks/_partner.scss */

  .block\(partner\) .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 20, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 408px;
          flex: 0 1 408px;
  margin-right: 15px;
}

@media all and (max-width: 1222px) {
  /* line 20, resources/assets/styles/blocks/_partner.scss */

  .block\(partner\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 770px;
            flex: 0 1 770px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* line 31, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) h3 {
  max-width: 395px;
  margin-bottom: 40px;
}

/* line 36, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) .content {
  margin-bottom: 20px;
}

/* line 44, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 770px;
          flex: 0 1 770px;
}

/* line 47, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/blocks/_plan_hero.scss */

.block\(planHero\) {
  padding-top: 28.02875vh;
  padding-bottom: 13.65503vh;
}

/* line 5, resources/assets/styles/blocks/_plan_hero.scss */

.block\(planHero\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 1000px) {
  /* line 5, resources/assets/styles/blocks/_plan_hero.scss */

  .block\(planHero\) .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 15, resources/assets/styles/blocks/_plan_hero.scss */

.block\(planHero\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 593px;
          flex: 0 1 593px;
  margin-right: 15px;
}

@media all and (max-width: 1000px) {
  /* line 15, resources/assets/styles/blocks/_plan_hero.scss */

  .block\(planHero\) .text {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* line 25, resources/assets/styles/blocks/_plan_hero.scss */

.block\(planHero\) h1 {
  margin: 10px 0 50px;
}

@media all and (max-width: 370px) {
  /* line 25, resources/assets/styles/blocks/_plan_hero.scss */

  .block\(planHero\) h1 {
    font-size: 4.5rem;
  }
}

/* line 33, resources/assets/styles/blocks/_plan_hero.scss */

.block\(planHero\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 670px;
          flex: 0 1 670px;
}

/* line 36, resources/assets/styles/blocks/_plan_hero.scss */

.block\(planHero\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/blocks/_plan_links.scss */

.block\(planLinks\) {
  padding-top: 10.26694vh;
  padding-bottom: 10.26694vh;
}

/* line 5, resources/assets/styles/blocks/_plan_links.scss */

.block\(planLinks\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_plan_links.scss */

.block\(planLinks\) h2 {
  margin-bottom: 11.49897vh;
}

/* line 15, resources/assets/styles/blocks/_plan_links.scss */

.block\(planLinks\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -55px;
  margin-bottom: -55px;
  width: 100%;
}

/* line 24, resources/assets/styles/blocks/_plan_links.scss */

.block\(planLinks\) .copy,
.block\(planLinks\) .block\(imageAndText\) .content p,
.block\(imageAndText\) .content .block\(planLinks\) p,
.block\(planLinks\) .block\(partner\) .content p,
.block\(partner\) .content .block\(planLinks\) p,
.block\(planLinks\) .block\(shop\) .content p,
.block\(shop\) .content .block\(planLinks\) p,
.block\(planLinks\) .block\(sliderAndText\) .content p,
.block\(sliderAndText\) .content .block\(planLinks\) p,
.block\(planLinks\) .block\(staySlider\) .content p,
.block\(staySlider\) .content .block\(planLinks\) p,
.block\(planLinks\) .block\(storySlider\) .content p,
.block\(storySlider\) .content .block\(planLinks\) p,
.block\(planLinks\) .block\(textAndLinks\) .content p,
.block\(textAndLinks\) .content .block\(planLinks\) p,
.block\(planLinks\) .block\(twoColAbout\) .right p,
.block\(twoColAbout\) .right .block\(planLinks\) p {
  text-transform: uppercase;
  border-bottom: solid 2px transparent;
  -webkit-transform: color 0.2s ease, text-decoration 0.2s ease;
       -o-transform: color 0.2s ease, text-decoration 0.2s ease;
          transform: color 0.2s ease, text-decoration 0.2s ease;
}

/* line 32, resources/assets/styles/blocks/_plan_links.scss */

.block\(planLinks\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
  margin-left: 55px;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 41, resources/assets/styles/blocks/_plan_links.scss */

.block\(planLinks\) .item:hover .copy,
.block\(planLinks\) .item:hover .block\(imageAndText\) .content p,
.block\(imageAndText\) .content .block\(planLinks\) .item:hover p,
.block\(planLinks\) .item:hover .block\(partner\) .content p,
.block\(partner\) .content .block\(planLinks\) .item:hover p,
.block\(planLinks\) .item:hover .block\(shop\) .content p,
.block\(shop\) .content .block\(planLinks\) .item:hover p,
.block\(planLinks\) .item:hover .block\(sliderAndText\) .content p,
.block\(sliderAndText\) .content .block\(planLinks\) .item:hover p,
.block\(planLinks\) .item:hover .block\(staySlider\) .content p,
.block\(staySlider\) .content .block\(planLinks\) .item:hover p,
.block\(planLinks\) .item:hover .block\(storySlider\) .content p,
.block\(storySlider\) .content .block\(planLinks\) .item:hover p,
.block\(planLinks\) .item:hover .block\(textAndLinks\) .content p,
.block\(textAndLinks\) .content .block\(planLinks\) .item:hover p,
.block\(planLinks\) .item:hover .block\(twoColAbout\) .right p,
.block\(twoColAbout\) .right .block\(planLinks\) .item:hover p {
  color: rgba(59, 69, 52, 0.5);
  border-bottom: solid 2px rgba(59, 69, 52, 0.5);
  -webkit-transform: color 0.2s ease, text-decoration 0.2s ease;
       -o-transform: color 0.2s ease, text-decoration 0.2s ease;
          transform: color 0.2s ease, text-decoration 0.2s ease;
}

/* line 49, resources/assets/styles/blocks/_plan_links.scss */

.block\(planLinks\) .image {
  width: 100%;
  margin-bottom: 46px;
}

/* line 53, resources/assets/styles/blocks/_plan_links.scss */

.block\(planLinks\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/blocks/_shop.scss */

.block\(shop\) {
  padding-top: 11.80698vh;
  padding-bottom: 16.63244vh;
}

/* line 5, resources/assets/styles/blocks/_shop.scss */

.block\(shop\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1161px) {
  /* line 5, resources/assets/styles/blocks/_shop.scss */

  .block\(shop\) .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 16, resources/assets/styles/blocks/_shop.scss */

.block\(shop\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 575px;
          flex: 0 1 575px;
  margin-right: 15px;
}

@media all and (max-width: 1161px) {
  /* line 16, resources/assets/styles/blocks/_shop.scss */

  .block\(shop\) .image {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* line 25, resources/assets/styles/blocks/_shop.scss */

.block\(shop\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 33, resources/assets/styles/blocks/_shop.scss */

.block\(shop\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 542px;
          flex: 0 1 542px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 1161px) {
  /* line 33, resources/assets/styles/blocks/_shop.scss */

  .block\(shop\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 575px;
            flex: 0 1 575px;
  }
}

/* line 43, resources/assets/styles/blocks/_shop.scss */

.block\(shop\) h2 {
  max-width: 300px;
  margin-bottom: 36px;
}

/* line 48, resources/assets/styles/blocks/_shop.scss */

.block\(shop\) .content {
  margin-bottom: 23px;
}

/* line 51, resources/assets/styles/blocks/_shop.scss */

.block\(shop\) .content p {
  margin-bottom: 30px;
}

/* line 58, resources/assets/styles/blocks/_shop.scss */

.block\(shop\) .btn-flat,
.block\(shop\) .beige {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 62, resources/assets/styles/blocks/_shop.scss */

.block\(shop\) .btn-flat:first-of-type,
.block\(shop\) .beige:first-of-type {
  margin-bottom: 27px;
}

/* line 1, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) {
  padding-top: 11.60164vh;
  padding-bottom: 11.60164vh;
}

/* line 5, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1004px) {
  /* line 5, resources/assets/styles/blocks/_slider_and_text.scss */

  .block\(sliderAndText\) .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 16, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 504px;
          flex: 0 1 504px;
}

@media all and (max-width: 1004px) {
  /* line 16, resources/assets/styles/blocks/_slider_and_text.scss */

  .block\(sliderAndText\) .left {
    margin-bottom: 30px;
  }
}

/* line 24, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .full-slides {
  margin-bottom: 38px;
}

/* line 28, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .image {
  width: 100%;
  height: 635px;
}

/* line 32, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 40, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .thumb-slides .slick-track {
  margin-left: -15px;
}

/* line 43, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .thumb-slides .slick-track .slick-slide {
  margin-left: 15px;
}

/* line 48, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .thumb-image {
  width: 71px;
  height: 91px;
}

/* line 52, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .thumb-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 60, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 456px;
          flex: 0 1 456px;
  margin-left: 15px;
}

/* line 65, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) h2 {
  max-width: 339px;
  margin-bottom: 36px;
}

/* line 70, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 75, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .content {
  margin-bottom: 43px;
}

/* line 78, resources/assets/styles/blocks/_slider_and_text.scss */

.block\(sliderAndText\) .content p {
  margin-bottom: 20px;
}

/* line 1, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) {
  padding-top: 96px;
  padding-bottom: 160px;
}

/* line 5, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) h2 {
  margin-bottom: 68px;
}

/* line 9, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .slick-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 18, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .places {
  margin: 0 auto 150px;
  width: 1072px;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 27, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .slick-next,
.block\(staySlider\) .slick-prev {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  min-width: 28px;
}

/* line 35, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .thumbnail-button {
  width: 200px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}

/* line 42, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .thumbnail-button span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  text-transform: uppercase;
}

/* line 50, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .slick-current .thumbnail-button span {
  color: rgba(59, 69, 52, 0.5);
  text-decoration: underline;
  padding-bottom: 7px;
}

/* line 56, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/* line 61, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1275px) {
  /* line 61, resources/assets/styles/blocks/_stay_slider.scss */

  .block\(staySlider\) .slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 71, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 476px;
          flex: 0 1 476px;
}

@media all and (max-width: 1275px) {
  /* line 71, resources/assets/styles/blocks/_stay_slider.scss */

  .block\(staySlider\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 770px;
            flex: 0 1 770px;
    margin-bottom: 30px;
  }
}

/* line 80, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) h3 {
  margin-bottom: 36px;
}

/* line 84, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .content {
  margin-bottom: 20px;
}

/* line 92, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 770px;
          flex: 0 1 770px;
}

/* line 95, resources/assets/styles/blocks/_stay_slider.scss */

.block\(staySlider\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) {
  padding-top: 96px;
  padding-bottom: 160px;
}

/* line 5, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) h2 {
  margin-bottom: 68px;
}

/* line 9, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) .slick-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 18, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) .timeline {
  margin: 0 auto 150px;
  width: 1072px;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 27, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) .slick-next,
.block\(storySlider\) .slick-prev {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  min-width: 28px;
}

/* line 35, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) .thumbnail-button {
  width: 100px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}

/* line 42, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) .thumbnail-button span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
}

/* line 49, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/* line 54, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1275px) {
  /* line 54, resources/assets/styles/blocks/_story_slider.scss */

  .block\(storySlider\) .slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 64, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 476px;
          flex: 0 1 476px;
}

@media all and (max-width: 1275px) {
  /* line 64, resources/assets/styles/blocks/_story_slider.scss */

  .block\(storySlider\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 770px;
            flex: 0 1 770px;
    margin-bottom: 30px;
  }
}

/* line 73, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) h3 {
  margin-bottom: 36px;
}

/* line 81, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 770px;
          flex: 0 1 770px;
}

/* line 84, resources/assets/styles/blocks/_story_slider.scss */

.block\(storySlider\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) {
  padding-top: 11.0883vh;
  padding-bottom: 11.0883vh;
}

/* line 5, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 9.65092vh;
}

/* line 17, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 589px;
          flex: 0 1 589px;
}

/* line 21, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 526px;
          flex: 0 1 526px;
}

/* line 25, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) h3 {
  text-transform: uppercase;
  margin-bottom: 56px;
}

/* line 30, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .teams {
  width: 1305px;
  max-width: 100%;
}

/* line 35, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .section {
  margin-bottom: 84px;
}

/* line 39, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: -55px;
  margin-bottom: -43px;
}

@media all and (max-width: 900px) {
  /* line 39, resources/assets/styles/blocks/_team_list.scss */

  .block\(teamList\) .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 51, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .item {
  margin-left: 55px;
  margin-bottom: 43px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
}

/* line 57, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .image {
  width: 100%;
  margin-bottom: 23px;
}

/* line 61, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 69, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) p.fw\(700\) {
  margin-bottom: 15px;
}

/* line 1, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) {
  padding-top: 13.34702vh;
}

/* line 4, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 10, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) .top,
.block\(textAndLinks\) .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 16, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) .top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14.68172vh;
}

/* line 21, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 468px;
          flex: 0 1 468px;
  margin-right: 15px;
}

/* line 26, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 542px;
          flex: 0 1 542px;
}

/* line 30, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) .content {
  margin-bottom: 43px;
}

/* line 33, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) .content p {
  margin-bottom: 20px;
}

/* line 40, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) .bottom {
  padding: 12.62834vh 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -50px;
}

/* line 46, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) h3 {
  margin-left: 50px;
  padding-bottom: 7px;
}

/* line 51, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -15px;
}

/* line 58, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) .link {
  margin-left: 50px;
  margin-bottom: 15px;
  padding-bottom: 7px;
  text-transform: uppercase;
  border-bottom: solid 2px transparent;
  -webkit-transition: border-bottom 0.2s ease, color 0.2s ease;
  -o-transition: border-bottom 0.2s ease, color 0.2s ease;
  transition: border-bottom 0.2s ease, color 0.2s ease;
}

/* line 69, resources/assets/styles/blocks/_text_and_links.scss */

.block\(textAndLinks\) .link:hover {
  color: rgba(59, 69, 52, 0.5);
  border-bottom: solid 2px rgba(59, 69, 52, 0.5);
  -webkit-transition: border-bottom 0.2s ease, color 0.2s ease;
  -o-transition: border-bottom 0.2s ease, color 0.2s ease;
  transition: border-bottom 0.2s ease, color 0.2s ease;
}

/* line 1, resources/assets/styles/blocks/_text_and_wide_image.scss */

.block\(textAndWideImage\) {
  padding-top: 17.35113vh;
  padding-bottom: 19.91786vh;
}

/* line 5, resources/assets/styles/blocks/_text_and_wide_image.scss */

.block\(textAndWideImage\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1186px) {
  /* line 5, resources/assets/styles/blocks/_text_and_wide_image.scss */

  .block\(textAndWideImage\) .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 15, resources/assets/styles/blocks/_text_and_wide_image.scss */

.block\(textAndWideImage\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 408px;
          flex: 0 1 408px;
  margin-right: 15px;
}

@media all and (max-width: 1186px) {
  /* line 15, resources/assets/styles/blocks/_text_and_wide_image.scss */

  .block\(textAndWideImage\) .text {
    margin-bottom: 30px;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 734px;
            flex: 0 1 734px;
  }
}

/* line 26, resources/assets/styles/blocks/_text_and_wide_image.scss */

.block\(textAndWideImage\) h2 {
  max-width: 339px;
  margin-bottom: 36px;
}

/* line 31, resources/assets/styles/blocks/_text_and_wide_image.scss */

.block\(textAndWideImage\) p {
  margin-bottom: 25px;
}

/* line 35, resources/assets/styles/blocks/_text_and_wide_image.scss */

.block\(textAndWideImage\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 734px;
          flex: 0 1 734px;
}

/* line 38, resources/assets/styles/blocks/_text_and_wide_image.scss */

.block\(textAndWideImage\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/blocks/_two_col_about.scss */

.block\(twoColAbout\) {
  padding-top: 15.40041vh;
  padding-bottom: 5.44148vh;
}

/* line 5, resources/assets/styles/blocks/_two_col_about.scss */

.block\(twoColAbout\) .main-tainer,
.block\(twoColAbout\) .faded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 9.24025vh;
}

/* line 13, resources/assets/styles/blocks/_two_col_about.scss */

.block\(twoColAbout\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 613px;
          flex: 0 1 613px;
  margin-right: 15px;
  margin-bottom: 25px;
}

/* line 19, resources/assets/styles/blocks/_two_col_about.scss */

.block\(twoColAbout\) .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 542px;
          flex: 0 1 542px;
}

/* line 22, resources/assets/styles/blocks/_two_col_about.scss */

.block\(twoColAbout\) .right p {
  margin-bottom: 20px;
}

/* line 29, resources/assets/styles/blocks/_two_col_about.scss */

.block\(twoColAbout\) h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 34, resources/assets/styles/blocks/_two_col_about.scss */

.block\(twoColAbout\) h2 {
  margin-bottom: 21px;
}

/* line 48, stdin */

* {
  min-width: 0;
  min-height: 0;
}

/* line 53, stdin */

html {
  overflow-x: hidden;
  background-color: #f9f8f6;
}

/* line 58, stdin */

.faded {
  opacity: 0.001;
  -webkit-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out, -o-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out, -o-transform 1s ease-in-out;
}

/* line 65, stdin */

.faded.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}


/*# sourceMappingURL=main.css.map*/