/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;-webkit-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
:root {
  font-size: 100%;
}

/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*
* Base styles for HTML elements.
*/
html {
  width: 100%;
  display: block;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}
html body {
  width: 100%;
  display: block;
  background-color: #000000;
  overflow-x: hidden;
}
html body.menu-is-open, html body.no-scroll {
  height: 100vh;
  overflow: hidden;
}
html body button:active, html body button:focus {
  outline: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

code,
pre {
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #e8e8e8;
  padding: 0.1rem 0.25rem 0.1rem 0.25rem;
  margin: 0.5rem 0;
  font-size: 0.85rem;
}

hr {
  margin: 1rem 0;
}

@font-face {
  font-family: "Rustico";
  src: url("../fonts/Rustico-V2-Regular.otf") format("opentype"), url("../fonts/Rustico-V2-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold_Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html {
  font: normal 400 1rem/1 "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  margin: 1rem 0 0.5rem;
}
h1.is-extra-small,
h2.is-extra-small,
h3.is-extra-small,
h4.is-extra-small,
h5.is-extra-small,
h6.is-extra-small {
  font-size: 0.8em;
}
h1.is-small,
h2.is-small,
h3.is-small,
h4.is-small,
h5.is-small,
h6.is-small {
  font-size: 0.9em;
}
h1.is-large,
h2.is-large,
h3.is-large,
h4.is-large,
h5.is-large,
h6.is-large {
  font-size: 1.1em;
}
h1.is-extra-large,
h2.is-extra-large,
h3.is-extra-large,
h4.is-extra-large,
h5.is-extra-large,
h6.is-extra-large {
  font-size: 1.2em;
}

h1 {
  font: 400 2.5rem/1.15 "Rustico", helvetica, arial, sans-serif;
}

h2 {
  font: 400 2rem/1.15 "Rustico", helvetica, arial, sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

h3 {
  font: 400 1.66rem/1.15 "Rustico", helvetica, arial, sans-serif;
}

h4 {
  font: 640 1.33rem/1.15 "Rustico", helvetica, arial, sans-serif;
}

h5 {
  font: 400 1.15rem/1.15 "Rustico", helvetica, arial, sans-serif;
}

h6 {
  font: 400 1rem/1.15 "Rustico", helvetica, arial, sans-serif;
}

ul,
ol {
  margin: 0;
  padding: 1rem 0 0 2.25rem;
}
ul li,
ol li {
  font: 400 1rem/1.6 "Helvetica Neue", helvetica, arial, sans-serif;
  color: #ffffff;
}

p {
  font: 300 0.9375rem/1.6 "Helvetica Neue", helvetica, arial, sans-serif;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

a {
  color: #B2186A;
}

/*
* Containers
*/
.is-flex {
  display: flex;
  flex-flow: row wrap;
}

.container {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (max-width: 76.99875em) {
  .container {
    padding: 0 2.5rem;
  }
}
.container.is-large {
  max-width: 100%;
  padding: 0 3.5rem;
}
.container.is-full {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}
.container.is-half {
  width: 50%;
  max-width: calc(75rem / 2);
}
@media print, screen and (max-width: 63.99875em) {
  .container.is-half {
    width: 100%;
    max-width: 75rem;
  }
}
.container.is-half--margin-left {
  margin-left: auto;
  margin-right: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .container.is-half--margin-left {
    margin-right: auto;
  }
}
.container.is-half--margin-right {
  margin-right: auto;
  margin-left: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .container.is-half--margin-right {
    margin-left: auto;
  }
}

.side-global-margin {
  max-width: calc(75rem / 2);
}
.side-global-margin.side-global-margin--margin-left {
  margin-left: auto;
  margin-right: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .side-global-margin.side-global-margin--margin-left {
    margin-right: auto;
    padding: 0 2.5rem;
  }
}
.side-global-margin.side-global-margin--margin-right {
  margin-right: auto;
  margin-left: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .side-global-margin.side-global-margin--margin-right {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}
/*
* Fonts
*/
.weight-bold {
  font-weight: 700;
}

.weight-normal {
  font-weight: 400;
}

.weight-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.antialias {
  -webkit-font-smoothing: antialiased;
}

/*
* Shadows
*/
.shadow {
  box-shadow: 0 20px 20px -50px rgba(0, 0, 0, 0.35), 0 25px 60px -35px rgba(0, 0, 0, 0.35);
}

.shadow--circle {
  box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.5), 0 15px 10px -35px rgba(0, 0, 0, 0.5);
}

.shadow--dark {
  box-shadow: 0 10px 50px -30px rgba(0, 0, 0, 0.5), 0 20px 30px -20px rgba(0, 0, 0, 0.5);
}

/*
* Embed.
*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .embed-container.is-sitemap, .embed-container.is-sightmap {
    height: 90vh;
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .embed-container.is-sitemap, .embed-container.is-sightmap {
    height: 95vh;
  }
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-loading {
  width: 20px;
  height: 20px;
  z-index: 1;
  background: transparent url("../img/icon-loading-white.svg") no-repeat 50% 50%/100%;
  animation: spin 1.5s forwards infinite;
  display: none;
}
.is-loading.is-dark {
  background: transparent url("../img/icon-loading-dark.svg") no-repeat 50% 50%/100%;
}
.is-loading.is-active {
  display: block;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  display: block;
  margin: 0 1rem 1rem 0;
  float: left;
}

.alignright {
  display: block;
  margin: 0 0 1rem 1rem;
  float: right;
}

#player {
  display: block;
  margin: 1rem 0;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  text-align: center;
}

.button {
  background: #B2186A;
  border: 1px solid #B2186A;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: center;
  transition: all 0.25s ease;
}
.button:hover {
  background: #FFFFFF;
  color: #B2186A;
}
.button:active, .button:focus {
  outline: none;
}
.button.button--white-outline {
  border: 1px solid #FFFFFF;
}
.button.button--white-outline:hover {
  background: #FFFFFF;
  color: #B2186A;
}
.button.button--thick {
  border-width: 3px;
}
.button.button--white {
  background: #FFFFFF;
  color: #B2186A;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 1.2rem 1.5rem;
}
.button.button--white:hover {
  background: #B2186A;
  color: #FFFFFF;
}
.button.button--no-border {
  border-width: 0;
}

.link {
  color: #FFFFFF;
}
.link.link--white {
  color: #FFFFFF;
}
.gform_wrapper {
  width: 100%;
  max-width: 750px;
  padding: 0;
  margin: 100px auto 0;
}
.gform_wrapper form {
  width: 100%;
}
.gform_wrapper .gform_body {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
}
.gform_wrapper .gform_page {
  width: 100%;
  position: relative;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  width: 100%;
  grid-gap: 1.25rem 1rem !important;
}
.gform_wrapper .gfield {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.gform_wrapper .gfield.is-half {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.gform_wrapper .gfield_checkbox {
  list-style: none;
  padding-left: 1.5rem;
}
.gform_wrapper .gfield_checkbox label {
  font: 400 0.9rem/1 "Helvetica Neue", helvetica, arial, sans-serif;
  color: #ffffff;
}
.gform_wrapper .gf_name_has_2 {
  display: flex;
  flex-flow: row wrap;
}
.gform_wrapper .gf_name_has_2 span {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.gform_wrapper .gf_name_has_2 span:first-of-type {
  padding-right: 0.33rem;
}
.gform_wrapper .gf_name_has_2 span:last-of-type {
  padding-left: 0.33rem;
}
.gform_wrapper .gfield_label,
.gform_wrapper label {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font: 600 1rem/1.2 "Rustico", helvetica, arial, sans-serif;
}
.gform_wrapper .gform_page_footer {
  padding: 1.5rem 0 0;
  text-align: center;
}
.gform_wrapper .gform_page_footer .button {
  min-width: 140px;
}
.gform_wrapper .ginput_recaptcha > div {
  margin: 0 auto;
}
.gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  display: none;
}
.gform_wrapper .gform_footer {
  width: 100%;
  justify-content: center;
  margin-top: 2rem !important;
}

.floor-plan-card {
  flex: 0 0 auto;
  width: 33.3333333333%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  display: none;
  margin-bottom: 2rem;
  padding: 1rem 1rem 0;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan-card {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    padding: 1rem 0.5rem 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plan-card {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.floor-plan-card.is-active {
  display: flex;
  align-content: flex-start;
}

.floor-plan-card__unit-count {
  background-color: #255D7D;
  color: #FFFFFF;
  padding: 0.75rem;
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.floor-plan-card__image {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  height: 25.3125rem;
  background: white;
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plan-card__image {
    margin-bottom: 0;
  }
}
.floor-plan-card__image.is-placeholder:after {
  background-color: #E9E9E9;
  width: calc(100% - 3rem);
  height: 100%;
  background-image: none;
  left: 0;
  right: auto;
}
.floor-plan-card__image.is-placeholder > span {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(178, 24, 106, 0.25);
  z-index: 2;
  display: block;
  text-transform: uppercase;
}
.floor-plan-card__image picture,
.floor-plan-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.floor-plan-card__image .open-button {
  width: 28px;
  height: 28px;
  background-image: url(../img/button-open-floor-plan.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 21px 21px;
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer;
  transition: background-size 0.25s ease;
}
.floor-plan-card__image .open-button:hover {
  background-size: 28px 28px;
}

.floor-plan-card__name h3 {
  flex: 0 0 auto;
  width: 41.6666666667%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.85rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plan-card__name h3 {
    font-size: 1.5rem;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .floor-plan-card__name h3 {
    font-size: 1.25rem;
  }
}
.floor-plan-card__name h3:after {
  display: block;
  content: "";
  background: url("../img/paint-underline-green-smx.svg") no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 11.875rem;
  height: 0.8125rem;
  margin-top: 1rem;
}
.floor-plan-card__name .floor-plan-card__size-price {
  flex: 0 0 auto;
  width: 58.3333333333%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  align-self: flex-start;
}
.floor-plan-card__name .floor-plan-card__size,
.floor-plan-card__name .floor-plan-card__price {
  font: 400 1rem/1.2 "Rustico", helvetica, arial, sans-serif;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plan-card__name .floor-plan-card__size,
  .floor-plan-card__name .floor-plan-card__price {
    font-size: 0.9375rem;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .floor-plan-card__name .floor-plan-card__size,
  .floor-plan-card__name .floor-plan-card__price {
    font-size: 0.75rem;
  }
}
.floor-plan-card__name .floor-plan-card__size span,
.floor-plan-card__name .floor-plan-card__price span {
  font-family: "Rustico", helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-right: 1rem;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plan-card__name .floor-plan-card__size span,
  .floor-plan-card__name .floor-plan-card__price span {
    font-size: 0.9375rem;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .floor-plan-card__name .floor-plan-card__size span,
  .floor-plan-card__name .floor-plan-card__price span {
    font-size: 0.75rem;
    margin-right: 0;
  }
}
.floor-plan-card__name .floor-plan-card__size {
  color: #A5C620;
}

.floor-plan-card__details {
  padding: 0;
  list-style: none;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
.floor-plan-card__details > li {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plan-card__details > li {
    font-size: 0.875rem;
  }
}
.floor-plan-card__details > li:last-child {
  margin-right: 0;
}
.floor-plan-card__details > li span {
  font-family: "Rustico", helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-right: 1rem;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plan-card__details > li span {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .floor-plan-card__details > li span {
    font-size: 1.25rem;
  }
}

button.link--arrow {
  all: unset;
}

.floor-plan-card__link {
  margin: 0 0 2rem;
  padding: 0;
}
.floor-plan-card__link li {
  list-style: none;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.9375rem;
}
.floor-plan-card__link li:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plan-card__link li {
    font-size: 0.75rem;
  }
}
.floor-plan-card__link .link--arrow:before {
  content: "";
  position: relative;
  width: 5.125rem;
  height: 1.25rem;
  background-image: url(../img/arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  display: inline-block;
  transition: all 0.25s ease;
  margin-right: 1rem;
  margin-bottom: -0.25rem;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plan-card__link .link--arrow:before {
    width: 3rem;
    height: 1rem;
  }
}
.floor-plan-card__link .link--arrow:hover:before {
  background-position: right;
}

.floor-plan-card__button a {
  margin-bottom: 1rem;
}
.floor-plan-card__button > .button {
  color: #000000;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  border: none;
  line-height: 1.2;
  border: 1px solid #FFFFFF;
  font-size: 1rem;
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plan-card__button > .button {
    height: auto;
    min-height: unset;
    padding: 1rem 1.5rem;
  }
}
.floor-plan-card__button > .button:hover {
  border: 1px solid #B2186A;
}

.floor-plan-card__content {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  background: #255D7D;
  padding: 2rem;
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plan-card__content {
    padding: 3rem 2.25rem;
    margin: 0;
  }
}

form {
  display: flex;
  flex-flow: row wrap;
}
form p {
  margin: 0;
}
form label {
  font: 400 0.95rem "Helvetica Neue", helvetica, arial, sans-serif;
  color: #B2186A;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=search],
form input[type=tel] {
  padding: 1.375rem 1.5rem !important;
  box-sizing: border-box;
  margin: 0;
  border: none;
  box-shadow: 0;
  background: white;
  border-radius: 0;
  width: 100%;
  transition: all 0.25s ease;
  font: 700 1.25rem/1.25 "Helvetica Neue", helvetica, arial, sans-serif !important;
  color: #B2186A;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=search]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder {
  color: #3f2f60;
  letter-spacing: 0;
}
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=search]:-moz-placeholder,
form input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #3f2f60;
  letter-spacing: 0;
}
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=search]::-moz-placeholder,
form input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #3f2f60;
  letter-spacing: 0;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=search]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder {
  color: #3f2f60;
  letter-spacing: 0;
}
form input[type=text] ::-ms-input-placeholder,
form input[type=email] ::-ms-input-placeholder,
form input[type=password] ::-ms-input-placeholder,
form input[type=search] ::-ms-input-placeholder,
form input[type=tel] ::-ms-input-placeholder {
  color: #3f2f60;
  letter-spacing: 0;
}
form input[type=text]:focus, form input[type=text]:active,
form input[type=email]:focus,
form input[type=email]:active,
form input[type=password]:focus,
form input[type=password]:active,
form input[type=search]:focus,
form input[type=search]:active,
form input[type=tel]:focus,
form input[type=tel]:active {
  outline: none;
}
form input[type=text]:focus:-moz-placeholder, form input[type=text]:active:-moz-placeholder,
form input[type=email]:focus:-moz-placeholder,
form input[type=email]:active:-moz-placeholder,
form input[type=password]:focus:-moz-placeholder,
form input[type=password]:active:-moz-placeholder,
form input[type=search]:focus:-moz-placeholder,
form input[type=search]:active:-moz-placeholder,
form input[type=tel]:focus:-moz-placeholder,
form input[type=tel]:active:-moz-placeholder { /* Firefox 18- */ }
form input[type=text]:focus::-moz-placeholder, form input[type=text]:active::-moz-placeholder,
form input[type=email]:focus::-moz-placeholder,
form input[type=email]:active::-moz-placeholder,
form input[type=password]:focus::-moz-placeholder,
form input[type=password]:active::-moz-placeholder,
form input[type=search]:focus::-moz-placeholder,
form input[type=search]:active::-moz-placeholder,
form input[type=tel]:focus::-moz-placeholder,
form input[type=tel]:active::-moz-placeholder { /* Firefox 19+ */ }
form textarea {
  padding: 1.375rem 1.5rem !important;
  box-sizing: border-box;
  margin: 0;
  border: none;
  box-shadow: 0;
  background: white;
  border-radius: 0;
  width: 100%;
  transition: all 0.25s ease;
  font: 700 1.25rem/1.25 "Helvetica Neue", helvetica, arial, sans-serif !important;
  color: #B2186A;
}
form textarea::-webkit-input-placeholder {
  color: #3f2f60;
  letter-spacing: 0;
}
form textarea:-moz-placeholder { /* Firefox 18- */
  color: #3f2f60;
  letter-spacing: 0;
}
form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #3f2f60;
  letter-spacing: 0;
}
form textarea:-ms-input-placeholder {
  color: #3f2f60;
  letter-spacing: 0;
}
form textarea ::-ms-input-placeholder {
  color: #3f2f60;
  letter-spacing: 0;
}
form textarea:focus, form textarea:active {
  outline: none;
}
form textarea:focus:-moz-placeholder, form textarea:active:-moz-placeholder { /* Firefox 18- */ }
form textarea:focus::-moz-placeholder, form textarea:active::-moz-placeholder { /* Firefox 19+ */ }
form select {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(233, 233, 233, 0.25);
  height: 44px;
  border: 0;
  font: 400 0.9rem/1.25 "Helvetica Neue", helvetica, arial, sans-serif;
  color: #ffffff;
  text-transform: none;
  margin: 0;
}
form select:focus {
  outline-width: medium;
}
form select:active {
  outline: none;
}
form input[type=submit] {
  background: #FFFFFF;
  color: #B2186A;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 1.2rem 1.5rem;
  border-width: 0;
}
form input[type=submit]:hover {
  background: #B2186A;
  color: #FFFFFF;
}

.search-module {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.5s ease;
  overflow: hidden;
  z-index: -999;
  transform: scale(1.2) translateY(-5rem);
  opacity: 0;
}
.search-module.search-module--is-active {
  opacity: 0.9;
  visibility: visible;
  z-index: 9999;
  transform: scale(1) translateY(0);
}
.search-module .close {
  background: transparent;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  font: 300 0.9rem/1 "Rustico", helvetica, arial, sans-serif;
  cursor: pointer;
  border-radius: 0.1rem;
  transition: all 0.1s ease;
  transform: scale(1);
}
.search-module .close:focus, .search-module .close:active {
  transform: scale(0.95);
}
.search-module .close i {
  margin-left: 0.85rem;
}
.search-module > .container {
  height: 100%;
}
.search-module .form-wrap {
  align-self: center;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  position: relative;
}
.search-module form {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  margin: 0 0;
  position: relative;
}
.search-module form .icon {
  flex: 0 0 auto;
  width: 16.6666666667%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  font-size: 2.25rem;
  text-align: center;
  padding: 1.6rem 0 0;
  transform: scale(1);
  transition: all 0.15s ease;
  color: #FFFFFF;
}
.search-module form .icon:hover {
  transform: scale(0.95);
}
.search-module form .icon input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  color: transparent;
  margin: 0;
  transition: all 0.25s ease;
}
.search-module form input[type=search] {
  flex: 0 0 auto;
  width: 75%;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  padding: 1rem 0 1rem 3.5rem;
  display: block;
  width: calc(100% - 3.5rem);
  background: transparent;
  border: 0;
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
  font: 300 3rem/175% "Rustico", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.search-module form input[type=search]::-webkit-input-placeholder {
  color: #FFFFFF;
}
.search-module form input[type=search]:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}
.search-module form input[type=search]::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}
.search-module form input[type=search]:-ms-input-placeholder {
  color: #FFFFFF;
}
.search-module form input[type=search] ::-ms-input-placeholder {
  color: #FFFFFF;
}
.search-module form input[type=search]:active, .search-module form input[type=search]:focus {
  outline: none;
}

.header .menu-icon {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  position: absolute;
  top: 2.25rem;
  right: 0;
  cursor: pointer;
  padding: 0;
  display: none;
  float: right;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #FFFFFF;
  z-index: 101;
}
.header .menu-icon .menu-word {
  position: absolute;
  left: -84px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  display: none;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 76.99875em) {
  .header .menu-icon {
    display: block;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .menu-icon {
    right: calc(2rem - 14px);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .header .menu-icon {
    right: 2rem;
    top: 2.125rem;
  }
}
.header .menu-icon:focus, .header .menu-icon:active {
  outline: none;
}
.header .menu-icon:after, .header .menu-icon:before,
.header .menu-icon span {
  width: 30px;
  height: 2px;
  border-radius: 0;
  position: absolute;
  display: block;
  background: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.header .menu-icon:after, .header .menu-icon:before {
  content: "";
}
.header .menu-icon:after {
  top: 5px;
  margin-top: 0px;
}
.header .menu-icon:before {
  bottom: 5px;
  margin-bottom: 0px;
}
.header .menu-icon span {
  top: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  font-size: 0;
}
.header .menu-icon span:before {
  background: #FFFFFF;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  position: absolute;
}
.header .menu-icon.is-active {
  margin-right: 5rem !important;
}
@media print, screen and (max-width: 47.99875em) {
  .header .menu-icon.is-active {
    margin-right: 0.5rem !important;
  }
}
.header .menu-icon.is-active .menu-word {
  display: block;
}
.header .menu-icon.is-active span {
  transition: all 0.2s;
  opacity: 0;
}
.header .menu-icon.is-active:after {
  transition: all 0.2s;
  left: -2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .menu-icon.is-active:before {
  transition: all 0.2s;
  right: 0px;
  top: 50%;
  left: auto;
  transform: translateY(-50%) rotate(-45deg);
}
.header.is-scrolled .menu-icon {
  top: 2.25rem;
}
@media print, screen and (max-width: 63.99875em) {
  .header.is-scrolled .menu-icon {
    top: 1.9rem;
  }
}

.notification {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 101;
  background: #FFD9E3;
  padding: 13px 0;
}
.notification.is-top {
  max-height: 200px;
}
.notification.is-top.is-dismissed {
  max-height: 0;
  transform: translateY(-100px);
  padding: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .notification.is-top .notification__button {
    flex: 0 0 auto;
    width: 41.6666666667%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1.75rem;
    text-align: center;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .notification.is-top .notification__button a {
    padding: 0.5rem 0.75rem;
    font-size: 0.55rem;
    letter-spacing: 0.033rem;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .notification.is-top .notification__title .notification__title-icon {
    display: inline-block;
  }
}
.notification.is-top .notification__title .notification__title-icon img {
  width: 25px;
}
.notification.is-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.5s ease, max-height 0.5s ease;
  max-height: 200px;
}
.notification.is-bottom.is-dismissed {
  max-height: 0;
  transform: translateY(100px);
  padding: 0;
}
.notification.is-bottom .notification__title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  flex: none;
  margin: 0;
}
.notification.is-bottom .notification__title-icon {
  align-self: center;
  width: auto;
}
.notification.is-bottom .notification__title-icon img {
  position: relative;
  width: auto;
  height: 20px;
  display: block;
}
.notification.is-bottom .notification__button {
  flex: 0 0 auto;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.notification.is-bottom .notification__close {
  left: 1rem;
  right: 0;
}
.notification.is-hidden {
  opacity: 0;
  padding: 0 0;
  max-height: 0;
}
.notification > .container {
  justify-content: center;
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 47.99875em) {
  .notification > .container {
    padding: 0 3rem;
    justify-content: center;
  }
}
.notification .notification__title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  flex: none;
  text-align: center;
  font: 600 1.2rem/2 "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 0;
  color: #B2186A;
}
.notification .notification__title span {
  display: inline-block;
  font: 700 1rem/1.2 "Helvetica Neue", helvetica, arial, sans-serif;
  align-self: center;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 47.99875em) {
  .notification .notification__title span {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font: 600 0.75rem/1.5 "Helvetica Neue", helvetica, arial, sans-serif;
    padding-right: 0.33rem;
    padding-left: 0.33rem;
  }
}
.notification .notification__close {
  display: flex;
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 25px;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 9999;
  transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
  border: none;
}
@media print, screen and (max-width: 89.99875em) {
  .notification .notification__close {
    right: 1rem;
  }
}
.notification .notification__close:hover {
  cursor: pointer;
}
.notification .notification__close svg {
  position: relative;
  align-self: center;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  fill: #B2186A;
  transform: scale(1);
  transition: all 0.25s ease;
  z-index: 9999;
}
.notification .notification__close svg:hover {
  transform: scale(0.975);
}
.notification .button--notification {
  font-size: 0.9375rem;
  font-weight: 700;
  border: none;
  background: #FFFFFF;
  color: #B2186A;
}
.notification .button--notification:hover {
  background: #B2186A;
  color: #FFFFFF;
}

.page-header {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 200px;
  margin: 0 auto;
  z-index: 8;
  position: relative;
  overflow: hidden;
  background-color: rgba(233, 233, 233, 0.25);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.page-header .page-header__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.85;
  z-index: 1;
}
.page-header .page-header__content {
  align-self: center;
  width: 100%;
  z-index: 10;
}
.page-header .page-header__title {
  margin: 0;
  position: relative;
  z-index: 10;
  color: #B2186A;
}
.page-header .page-header__subtitle {
  display: block;
  margin: 0.5em auto 0;
  position: relative;
  color: white;
  text-align: center;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
}
.page-header .page-header__breadcrumbs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.75rem 0;
  box-sizing: border-box;
  background: #e53c96;
  z-index: 9;
}
.page-header .page-header__breadcrumbs span {
  align-self: center;
  color: #660e3d;
  box-sizing: border-box;
  line-height: 1;
}
.page-header .page-header__breadcrumbs span:first-of-type a {
  padding-left: 0;
}
.page-header .page-header__breadcrumbs span a,
.page-header .page-header__breadcrumbs span strong {
  font-weight: 300;
  letter-spacing: 0.05rem;
  color: #660e3d;
  padding: 0 0.5rem;
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 1rem 0;
}
.pagination .page-numbers {
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font: 500 1rem/2.8 "Rustico", helvetica, arial, sans-serif;
  color: #B2186A;
  border-radius: 0.1rem;
  letter-spacing: 0.033rem;
  margin: 0 0.75rem 0;
  opacity: 0.5;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  display: flex;
  flex-flow: row wrap;
  align-self: center;
  margin: 0;
}
.pagination .page-numbers.next svg, .pagination .page-numbers.prev svg {
  align-self: center;
}
.pagination .page-numbers.next {
  padding-left: 1rem;
}
.pagination .page-numbers.prev {
  padding-right: 1rem;
}
.pagination .page-numbers.current {
  color: #B2186A;
  position: relative;
  transform: scale(1.33);
  opacity: 1;
}

.post__share {
  margin: 0;
  padding-top: 0.33rem;
  align-item: flex-start;
  height: auto;
  width: 100%;
}
.post__share > .post__share-link {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.75rem;
}
@media print, screen and (max-width: 47.99875em) {
  .post__share > .post__share-link:last-of-type {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .post__share > .post__share-link {
    flex: none;
    margin-right: 1rem;
  }
}
.post__share svg {
  width: 30px;
  height: auto;
}
.post__meta {
  width: 100%;
  padding: 1rem 0;
  margin: 0;
}
.post__meta .post__author,
.post__meta .post__category {
  margin-right: 0.5rem;
}
.sidebar {
  flex: 0 0 auto;
  width: 29.1666666667%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .sidebar {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5rem;
  }
}
.sidebar .widget {
  display: block;
  clear: both;
  margin: 0 auto 2.5rem;
}
.sidebar .widget:after {
  clear: both;
  display: table;
  content: "";
}
.sidebar .widget:first-of-type .widget__title {
  margin-top: 0;
}
.sidebar .widget .widget__title {
  position: relative;
  margin: 0 0 1rem;
}
.sidebar .widget ul, .sidebar .widget ol {
  list-style: none;
  padding: 0 0 0 0.75rem;
}
.sidebar .widget ul li, .sidebar .widget ol li {
  padding: 0.5rem 0;
}
.sidebar .widget p,
.sidebar .widget ul,
.sidebar .widget li,
.sidebar .widget a {
  font: 300 1rem/1 "Rustico", helvetica, arial, sans-serif;
  letter-spacing: 0.085rem;
}
.sidebar .widget .search-form {
  position: relative;
}
.sidebar .widget .search-form input[type=search]:-moz-placeholder { /* Firefox 18- */ }
.sidebar .widget .search-form input[type=search]::-moz-placeholder { /* Firefox 19+ */ }
.sidebar .widget .search-form input[type=submit] {
  position: absolute;
  top: 0.5rem;
  right: 0rem;
  bottom: 1.5rem;
  padding: 0 0.5rem;
  margin: 0;
}

.social-links {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding: 0;
}
.social-links.social-links--show-names .social-link {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  padding-bottom: 1rem;
}
.social-links.social-links--show-names .social-link:last-of-type {
  padding-bottom: 0;
}
.social-links .social-link {
  list-style: none;
  display: inline-block;
  list-style: none;
  margin: 0 1rem 0 0;
}
.social-links .social-link__icon {
  align-self: center;
  height: 22px;
  width: auto;
}
.social-links .social-link__icon svg {
  transform: translateY(-1px);
}
.social-links .social-link__name {
  align-self: center;
  font: 400 0.9rem/1 "Helvetica Neue", helvetica, arial, sans-serif;
  padding-left: 0.75rem;
}

.si-float-wrapper {
  position: absolute;
  width: 100%;
}
.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}

[class*=si-wrapper] {
  display: flex;
  position: absolute;
  align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  transform: translate(-100%, -50%);
}

.si-wrapper-right {
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  transform: translate(0, -50%);
}

[class*=si-shadow-wrapper] {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.298039;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  order: -1;
}

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000;
}

[class*=si-shadow-pointer] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.7071067812px 0.7071067812px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #B2186A !important;
}
.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.si-close-button:hover, .si-close-button:focus {
  opacity: 0.7;
}

[class*=si-pointer-border] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*=si-pointer-bg] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}
.si-has-border [class*=si-pointer-bg] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #B2186A !important;
}
.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #B2186A !important;
}
.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #B2186A !important;
}
.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #B2186A !important;
}
.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}

.tabs-content-item {
  display: none;
}
.tabs-content-item.is-active {
  display: block;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  flex-grow: 1;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
}

.os-resize-observer-host.observed > .os-resize-observer:before {
  content: "";
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  transition: none !important;
  flex: none !important;
}

.os-resize-observer {
  animation-duration: 0.001s;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  box-sizing: border-box !important;
}
@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999; /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 3;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/*
os-theme-thick-light
*/
.os-theme-thick-light > .os-scrollbar {
  padding: 2px;
}

.os-theme-thick-light > .os-scrollbar:before {
  content: "";
  display: block;
  position: absolute;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.os-theme-thick-light > .os-scrollbar:hover:before {
  border: 1px solid white;
}

.os-theme-thick-light > .os-scrollbar.active:before {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.os-theme-thick-light > .os-scrollbar-horizontal {
  right: 18px;
  height: 18px;
}

.os-theme-thick-light > .os-scrollbar-vertical {
  bottom: 18px;
  width: 18px;
}

.os-theme-thick-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 18px;
  right: 0;
}

.os-theme-thick-light > .os-scrollbar-corner {
  height: 18px;
  width: 18px;
  background-color: transparent;
}

.os-theme-thick-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-thick-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #b2186a;
  border-radius: 15px;
}

.os-theme-thick-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover {
  background: #b2186a;
}

.os-theme-thick-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: #b2186a;
}

.os-theme-thick-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-thick-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-thick-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  bottom: -5px;
  display: block;
}

.os-theme-thick-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  top: -3px;
  bottom: -5px;
}

.os-theme-thick-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  left: -3px;
  right: -5px;
}

.os-theme-thick-light.os-host-rtl > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  right: -3px;
  left: -5px;
}

.os-theme-thick-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  transition: background 0.3s;
}

.os-theme-thick-light.os-host-transition > .os-scrollbar:before {
  transition: border 0.3s;
}

#privacy-policy {
  max-height: 90vh;
}
#privacy-policy .container {
  overflow-y: scroll;
}
#privacy-policy .container p, #privacy-policy .container li, #privacy-policy .container a, #privacy-policy .container h2 {
  color: #000000;
}
#privacy-policy .container p, #privacy-policy .container li, #privacy-policy .container a {
  font-weight: 400;
}
#privacy-policy .container h2 {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}
#privacy-policy .container ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0;
}

.privacy__table-container {
  overflow-x: scroll;
  max-width: 90vw;
}

.privacy__table {
  border-collapse: collapse;
  min-width: 722px;
}
.privacy__table td, .privacy__table th {
  width: 25%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  vertical-align: top;
  line-height: 18px;
}
.privacy__table td ul, .privacy__table th ul {
  margin-top: 0 !important;
}
.privacy__table th {
  background: #255D7D;
  color: #FFFFFF;
  text-align: left;
}
.privacy__table p, .privacy__table li {
  line-height: 18px;
}

.logo-animation {
  position: relative;
  width: 100%;
  max-width: 375px;
  height: 600px;
}
.logo-animation svg {
  width: 100%;
  height: auto;
}
.logo-animation .courtland-505 {
  position: absolute;
  top: 50%;
  transform: translateY(10%);
  left: 0;
  opacity: 0;
}
.logo-animation .lime-505 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.logo-animation .white-505 {
  position: absolute;
  top: 25%;
  left: 0;
  opacity: 0;
}
.logo-animation .pink-505 {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
}
.logo-animation .teal-505 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.logo-animation.is-animated .lime-505 {
  animation: logoFadeIn 0s 0.5s forwards, limeDown 0.75s 2s forwards, logoFadeOut 0.75s 2s forwards;
}
.logo-animation.is-animated .white-505 {
  animation: logoFadeIn 0s 0.75s forwards, whiteDown 0.75s 2s forwards;
}
.logo-animation.is-animated .pink-505 {
  animation: logoFadeIn 0s 1s forwards, pinkUp 0.75s 2s forwards, logoFadeOut 0.75s 2s forwards;
}
.logo-animation.is-animated .teal-505 {
  animation: logoFadeIn 0s 1.25s forwards, teamUp 0.75s 2s forwards, logoFadeOut 0.75s 2s forwards;
}
.logo-animation.is-animated .courtland-505 {
  animation: logoFadeIn 0.25s 2.75s forwards, courtlandDown 0.75s 2.75s forwards;
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes limeDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(145%);
  }
}
@keyframes whiteDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50%);
  }
}
@keyframes pinkUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes teamUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-145%);
  }
}
@keyframes courtlandDown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(40%);
  }
}
.footer {
  width: 100%;
  background: transparent;
}

.footer__column {
  flex: 0 0 auto;
  width: calc(22.5% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__column {
    flex: 0 0 auto;
    width: calc(100% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 4.875rem;
  }
  .footer__column:last-child {
    margin-bottom: 0;
  }
}
.footer__column a {
  color: #FFFFFF;
}
.footer__column a:hover {
  color: #A5C620;
}
.footer__column p, .footer__column li {
  font-weight: 400;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__column .inner {
    max-width: 20rem;
    margin: 0 auto;
  }
  .footer__column .inner h4, .footer__column .inner p, .footer__column .inner li, .footer__column .inner a {
    text-align: center;
  }
}
.footer__column.footer__column--one {
  display: flex;
  align-items: center;
  margin-top: -128px;
  margin-bottom: -128px;
  height: 600px;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .footer__column.footer__column--one {
    width: 46%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer__column.footer__column--one {
    margin-bottom: 2rem;
  }
}
.footer__column.footer__column--one img {
  width: 23.4375rem;
  max-width: 100%;
  height: 1px !important;
}
.footer__column.footer__column--one .widget:nth-child(2) {
  height: 0;
}
.footer__column.footer__column--two ul {
  padding: 0;
  margin: 0;
}
.footer__column.footer__column--two ul li {
  list-style: none;
  margin-bottom: 0.6875rem;
  font-weight: 700;
}
.footer__column.footer__column--two ul li:last-child {
  margin-bottom: 0;
}
.footer__column.footer__column--three .textwidget ul {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-template-rows: auto;
  margin: 2.375rem 0 0;
  padding: 0;
}
.footer__column.footer__column--three .textwidget ul li {
  list-style: none;
  text-align: left;
}
.footer__column.footer__column--three ul.social-links {
  grid-template-columns: 2rem 2rem !important;
  margin-bottom: 1.25rem;
  display: none !important;
}
@media print, screen and (max-width: 76.99875em) {
  .footer__column.footer__column--three ul.social-links {
    display: grid !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer__column.footer__column--three ul.social-links {
    justify-content: center;
  }
}
.footer__column.footer__column--four {
  width: 65px !important;
}
.footer__column.footer__column--four .container {
  padding: 0;
}
.footer__column.footer__column--four .social-links {
  flex-flow: row;
  justify-content: center;
}
@media print, screen and (max-width: 76.99875em) {
  .footer__column.footer__column--four {
    display: none !important;
  }
}

.footer__top {
  width: 100%;
  padding: 5rem 0;
  background-color: #B2186A;
}
.footer__top h4.widget__title {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 2rem;
}
.footer__top p, .footer__top li {
  font-size: 1.25rem;
}

.footer__bottom {
  width: 100%;
  padding: 0;
  background-color: #000000;
}
.footer__bottom > .container {
  justify-content: center;
  text-align: center;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.footer__bottom .widget {
  width: 100%;
}
.footer__bottom .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__bottom .menu-item {
  display: inline-block;
  padding: 0 1rem;
  line-height: 1;
}
.footer__bottom .menu-item > a {
  line-height: 1;
  color: #FFFFFF;
}
.footer__bottom a {
  color: #FFFFFF;
}
.footer__bottom p {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.header {
  background-color: rgba(178, 24, 106, 0);
  padding: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
  height: 5.5rem;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.header.mobile-active {
  position: fixed;
  width: 100%;
  max-width: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-name: fadeInOpacity;
  align-items: flex-start;
}
@media print, screen and (max-width: 63.99875em) {
  .header.mobile-active {
    height: 100%;
  }
}

.header .header__bottom {
  width: 100%;
  padding: 0;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom {
    background: #000000;
  }
}
body.menu-is-open .header .header__bottom > .container {
  padding: 0;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}
.header .header__bottom .header__menu {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: flex-start;
}
body.menu-is-open .header .header__bottom .header__menu {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  height: calc(100vh - 2rem);
  height: 100%;
}
.header .header__bottom .main-menu {
  clear: both;
  padding: 5.5rem 0 0;
  margin: 0;
  text-align: right;
  position: absolute;
  background: #B2186A;
  transition: transform 0.25s ease;
  right: -1px;
  top: 0;
  height: 100vh;
  width: 394px;
  transform: translateX(394px);
  max-width: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .header .header__bottom .main-menu {
    width: 100vw;
    transform: translateX(100vw);
  }
}
.header .header__bottom .main-menu .main-nav {
  padding-left: 3.875rem;
}
@media print, screen and (max-width: 47.99875em) {
  .header .header__bottom .main-menu {
    align-self: flex-start;
  }
}
.header .header__bottom .main-menu .main-menu__links, .header .header__bottom .main-menu .main-menu__button {
  text-align: left;
  margin-left: 3.875rem;
  margin-top: 2.875rem;
}
.header .header__bottom .main-menu .main-menu__links .link, .header .header__bottom .main-menu .main-menu__button .link {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
.header .header__bottom .main-menu .main-menu__links .link:first-child, .header .header__bottom .main-menu .main-menu__button .link:first-child {
  margin-bottom: 1.5rem;
}
.header .header__bottom .main-menu .main-menu__links .link:hover, .header .header__bottom .main-menu .main-menu__button .link:hover {
  color: #A5C620;
}
body.menu-is-open .header .header__bottom .main-menu {
  max-height: none;
  opacity: 1;
  z-index: 99;
  visibility: visible;
  transform: translateX(0);
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(1) {
    transition-delay: 0.075s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(2) {
    transition-delay: 0.15s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(3) {
    transition-delay: 0.225s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(4) {
    transition-delay: 0.3s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(5) {
    transition-delay: 0.375s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(6) {
    transition-delay: 0.45s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(7) {
    transition-delay: 0.525s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(8) {
    transition-delay: 0.6s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(9) {
    transition-delay: 0.675s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(10) {
    transition-delay: 0.75s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(11) {
    transition-delay: 0.825s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(12) {
    transition-delay: 0.9s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(13) {
    transition-delay: 0.975s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item:nth-child(14) {
    transition-delay: 1.05s;
  }
}
.header .header__bottom .main-menu .menu-item {
  align-self: center;
  position: relative;
  display: inline-block;
  margin: 0 0.5em;
  padding: 0;
  width: 100%;
}
.header .header__bottom .main-menu .menu-item:hover a {
  color: #A5C620;
}
body.menu-is-open .header .header__bottom .main-menu .menu-item {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  margin: 0;
  padding: 0;
  opacity: 1;
}
.header .header__bottom .main-menu .menu-item.menu-item--has-icon {
  padding-left: 2rem;
}
.header .header__bottom .main-menu .menu-item > a {
  color: #FFFFFF;
}
.header .header__bottom .main-menu .menu-item > a .menu-item__description {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  font: 400 0.7rem/1 "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.1rem 0 0;
}
.header .header__bottom .main-menu .menu-item > a .menu-item__icon {
  position: absolute;
  left: 0.66rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: auto;
}
.header .header__bottom .main-menu .menu-item > a .menu-item__icon img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.header .header__bottom .main-menu .menu-item a {
  display: block;
  font: 300 2.5rem/1.5 "Rustico", helvetica, arial, sans-serif;
  padding: 0.5rem 0;
  transition: all 0.2s ease;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-menu .menu-item a {
    padding: 0.5rem 0;
    font: 300 1.325rem/1.5 "Rustico", helvetica, arial, sans-serif;
  }
}
@media screen and (min-width: 90em) {
  .header .header__bottom .main-menu .menu-item.menu-item-has-children {
    transition: 0.5s ease;
  }
}
.header .header__bottom .main-menu .menu-item.menu-item-has-children > a > span {
  display: inline-block;
  margin-left: 0.75rem;
  transform: translateY(-2px);
}
.header .header__bottom .main-menu .menu-item.menu-item-has-children .sub-menu {
  display: none;
  position: relative;
  background: transparent;
  text-align: left;
  padding: 0.25rem 1.5rem;
  width: auto;
  min-width: 175px;
  transition: all 0.5s ease 0.1s;
  width: 100%;
  /*    @include breakpoint($show_menu down) {
  @include xy-cell($size: 12, $gutters: 0);
  width: 100%;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  opacity: 1;
  padding: 0 1.5rem;
      }*/
}
.header .header__bottom .main-menu .menu-item.menu-item-has-children .sub-menu.sub-menu--is-open {
  display: block;
}
.header .header__bottom .main-menu .menu-item.menu-item-has-children .sub-menu:hover {
  opacity: 1;
  display: block;
}
.header .header__bottom .main-menu .menu-item.menu-item-has-children .sub-menu li {
  margin: 0;
  background: white;
  width: auto;
  display: block;
  text-align: left;
  cursor: pointer;
}
.header .header__bottom .main-menu .menu-item.menu-item-has-children .sub-menu li:hover {
  transform: none;
}
.header .header__bottom .main-menu .menu-item.menu-item-has-children .sub-menu li a {
  color: #A5C620;
  padding: 0.75em 4em 0.75em 1em;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}
.header .header__bottom .main-menu .menu-item.menu-item-has-children .sub-menu li a:after, .header .header__bottom .main-menu .menu-item.menu-item-has-children .sub-menu li a:before {
  display: none;
}
.current-menu-item .header .header__bottom .main-menu .menu-item.menu-item-has-children .sub-menu li a {
  color: #B2186A;
}
.header .header__bottom .main-menu .menu-item.menu-item-has-children:hover {
  opacity: 1;
}
.header .header__bottom .main-menu .menu-item.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}
.header .header__bottom .main-menu .menu-item.menu-item-has-children:hover .sub-menu:hover {
  display: block;
  opacity: 1;
}
.header .header__bottom .main-menu .menu-item:last-child {
  margin-right: 0;
}
.header .header__bottom .main-menu .menu-item.current-menu-item a {
  color: #A5C620;
}
.header .header__bottom .main-menu .menu-item.current-menu-item a:after {
  content: "";
  background: url(../img/paint-underline-green.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 12px;
  display: block;
}

.nav-buttons {
  position: absolute;
  z-index: 99;
  right: 0;
  left: 0;
  transition: background-color 0.5s ease;
  padding: 1.25rem 0;
  background-color: #B2186A;
  top: 0;
  /*.is-scrolled & {
  	background-color: $color-a;
  	top: 0;
  }*/
  /*.nav-buttons__links {
  	align-self: center;
  	@include breakpoint(small down) {
  		width: rem-calc(180);
  		text-align: right;
  		.link {
  			margin-right: 0;
  		}
  	}
  }*/
}
@media print, screen and (max-width: 47.99875em) {
  .nav-buttons {
    top: 0;
  }
}
.nav-buttons .nav-buttons__logo {
  width: 6.25rem;
  height: 3.8125rem;
  z-index: 3;
  transition: all 0.25s ease;
}
@media print, screen and (max-width: 63.99875em) {
  .nav-buttons .nav-buttons__logo {
    width: 5.8125rem;
    height: 3.5625rem;
  }
}
.nav-buttons .nav-buttons__logo img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 63.99875em) {
  .is-scrolled .nav-buttons .nav-buttons__logo {
    width: 4.375rem;
    height: 2.875rem;
  }
}
.nav-buttons .container {
  justify-content: space-between;
}
@media print, screen and (max-width: 76.99875em) {
  .nav-buttons .container {
    padding: 0 8rem 0 2rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .nav-buttons .container {
    padding: 0 4rem 0 2rem;
  }
}
.nav-buttons .link {
  display: inline-block;
  margin-right: 3.5625rem;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.35;
}
.nav-buttons .link:nth-child(2) {
  margin-right: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .nav-buttons .link {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 76.99875em) {
  .nav-buttons .nav-buttons__links {
    display: none;
  }
}
.nav-buttons .nav-buttons__links .main-nav {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item {
  align-self: center;
  margin: 0 1rem;
  position: relative;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item > a {
  color: #FFFFFF;
  font: 700 1rem/1.5 "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-out;
  opacity: 0;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item:hover:after, .nav-buttons .nav-buttons__links .main-nav .menu-item.current-menu-item:after {
  opacity: 1;
}
@media screen and (min-width: 90em) {
  .nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children {
    transition: 0.5s ease;
  }
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children > a > span {
  display: inline-block;
  margin-left: 0.75rem;
  transform: translateY(-2px);
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 1.25rem;
  left: -1em;
  background: transparent;
  text-align: left;
  padding: 1.25rem 0 0 0;
  width: auto;
  min-width: 175px;
  opacity: 0;
  z-index: 1001;
  transition: all 0.5s ease 0.1s;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children .sub-menu.sub-menu--is-open {
  display: block;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children .sub-menu:hover {
  opacity: 1;
  display: block;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children .sub-menu li {
  margin: 0;
  background: white;
  width: auto;
  display: block;
  text-align: left;
  cursor: pointer;
  padding: 0;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children .sub-menu li:hover {
  transform: none;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children .sub-menu li a {
  color: #B2186A;
  padding: 0.75em 4em 0.75em 1em;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children .sub-menu li a:hover, .current-menu-item .nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children .sub-menu li a {
  color: #A5C620;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children .sub-menu li:after {
  display: none;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children:hover {
  opacity: 1;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}
.nav-buttons .nav-buttons__links .main-nav .menu-item.menu-item-has-children:hover .sub-menu:hover {
  display: block;
  opacity: 1;
}

.header .header__top {
  width: 100%;
  padding: 0.75rem 0;
}
.header .header__top .menu {
  flex: 0 0 auto;
  width: 83.3333333333%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
}
.header .header__top .top-nav {
  display: block;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  text-align: right;
}
.header .header__top .top-nav > .menu-item {
  align-self: center;
  position: relative;
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
  text-align: center;
  transition: all 0.33s ease;
}
.header .header__top .top-nav > .menu-item.menu-item--search svg {
  width: 20px;
  height: auto;
  display: block;
  color: white;
}
.header .header__top .top-nav > .menu-item:last-of-type {
  margin-right: 0;
}
.header .header__top .top-nav > .menu-item a {
  display: block;
  font: 400 0.85rem/1.5 "Helvetica Neue", helvetica, arial, sans-serif;
  padding: 0 0.25em;
  transition: all 0.2s ease;
}

body.index .page-wrap > .container,
body.search .page-wrap > .container,
body.archive .page-wrap > .container {
  max-width: 50rem;
}
@media print, screen and (max-width: 47.99875em) {
  body.index .page-wrap > .container,
  body.search .page-wrap > .container,
  body.archive .page-wrap > .container {
    max-width: 100%;
  }
}
body.index .content-area,
body.search .content-area,
body.archive .content-area {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (max-width: 47.99875em) {
  body.index .content-area,
  body.search .content-area,
  body.archive .content-area {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
  }
}
body.index .sidebar,
body.search .sidebar,
body.archive .sidebar {
  display: none;
}

body.index .post,
body.search .post,
body.archive .post {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
  background: #FFFFFF;
  border-bottom: 1px solid #F0F0F0;
  padding: 2.5rem 0;
}
body.index .post:first-of-type,
body.search .post:first-of-type,
body.archive .post:first-of-type {
  padding-top: 0;
}
body.index .post__body,
body.search .post__body,
body.archive .post__body {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
body.index .post__image,
body.search .post__image,
body.archive .post__image {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
body.index .post__image img,
body.search .post__image img,
body.archive .post__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
body.index .post__title,
body.search .post__title,
body.archive .post__title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 1rem 0 1rem;
  transition: all 0.25s ease;
  color: #ffffff;
}
body.index .post__title > a,
body.search .post__title > a,
body.archive .post__title > a {
  color: #ffffff;
}
body.index .post__title:hover,
body.search .post__title:hover,
body.archive .post__title:hover {
  opacity: 0.8;
}
body.index .post__content,
body.search .post__content,
body.archive .post__content {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.25rem;
}
body.index .post__content p,
body.search .post__content p,
body.archive .post__content p {
  color: #ffffff;
  letter-spacing: 0;
}
body.index .post__link,
body.search .post__link,
body.archive .post__link {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
body.search .post {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}

body.search .page-header {
  max-width: none;
  width: 100%;
  height: 50vh;
}
@media print, screen and (max-width: 47.99875em) {
  body.search .page-header {
    height: 66vh;
  }
}
body.search .page-header > .container {
  width: 100%;
}
body.search .page-header .page-header__content {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  width: 100%;
  z-index: 10;
}
body.search .page__content {
  flex: 0 0 auto;
  width: 66.6666666667%;
  margin-left: 0;
  margin-right: 0;
}

.page--404 .content-area {
  width: 100%;
  position: relative;
  padding: 10rem 0;
  min-height: 75vh;
}
.page--404 .content-area > .container {
  align-self: center;
  align-content: center;
  justify-content: center;
}
.page--404 .title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  color: #B2186A;
  text-align: center;
  margin: 0 0 1.5rem;
}
.page--404 p {
  text-align: center;
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 0 0 1.5rem;
}

.single.single--post .content-area {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 5rem 0 0;
}
.single.single--post .content-area.has-sidebar {
  flex: 0 0 auto;
  width: 70.8333333333%;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
}
.single.single--post .content-area.has-sidebar .post {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
}
.single.single--post .sidebar {
  padding-top: 5rem;
}
.single.single--post .page-header .page-header__overlay {
  opacity: 0.75;
}
.single.single--post .post {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
  align-items: flex-start;
}
.single.single--post .post__body {
  flex: 0 0 auto;
  width: 91.6666666667%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 4rem;
}
@media print, screen and (max-width: 47.99875em) {
  .single.single--post .post__body {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    order: 0;
  }
}
.single.single--post .post__share {
  flex: 0 0 auto;
  width: 8.3333333333%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .single.single--post .post__share {
    order: 1;
    flex: 0 0 auto;
    width: 87.5%;
    margin-left: 0;
    margin-right: 0;
    margin: 1rem auto 0;
  }
}
.single.single--post .post__image {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.single.single--post .post__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.single.single--post .post__title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 1rem 0 1rem;
}
@media print, screen and (max-width: 47.99875em) {
  .single.single--post .post__title {
    flex: 0 0 auto;
    width: 87.5%;
    margin-left: 0;
    margin-right: 0;
    margin: 1rem auto 1rem;
  }
}
.single.single--post .post__content {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .single.single--post .post__content {
    flex: 0 0 auto;
    width: 87.5%;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
  }
}

.leaseleads-floor-plan {
  margin-top: 18rem;
  margin-bottom: 8rem;
}
.leaseleads-floor-plan::before {
  display: none;
}
.leaseleads-floor-plan .leaseleads-floor-plans__availability-title {
  font-size: 5rem;
}
.leaseleads-floor-plan .leaseleads-tabs-content {
  background-color: transparent;
}
.leaseleads-floor-plan .leaseleads-floor-plan__date-filter {
  background-color: #000000;
}
.leaseleads-floor-plan .leaseleads-tabs-content.is-active {
  border: none;
}
.leaseleads-floor-plan .leaseleads-floor-plan__unit-labels,
.leaseleads-floor-plan .leaseleads-floor-plan__unit-type-labels {
  background-color: #000000;
  border-bottom: 1px solid #FFFFFF;
}
.leaseleads-floor-plan .leaseleads-floor-plan__unit-type.is-even, .leaseleads-floor-plan .leaseleads-floor-plan__unit-type.is-odd,
.leaseleads-floor-plan .leaseleads-floor-plan__unit.is-even,
.leaseleads-floor-plan .leaseleads-floor-plan__unit.is-odd {
  background-color: #000000;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.leaseleads-floor-plan .leaseleads-floor-plan__unit-type a,
.leaseleads-floor-plan .leaseleads-floor-plan__unit a {
  color: #FFFFFF;
}
.leaseleads-floor-plan .leaseleads-floor-plan__unit-type > li .expand svg path,
.leaseleads-floor-plan .leaseleads-floor-plan__unit > li .expand svg path {
  stroke: #FFFFFF;
}
.leaseleads-floor-plan .leaseleads-floor-plan__details > li > .label {
  color: #FFFFFF;
}
.leaseleads-floor-plan .leaseleads-floor-plan__date-filter label {
  color: #FFFFFF;
}
.leaseleads-floor-plan .leaseleads-floor-plan__date-filter-field {
  background-color: #FFFFFF;
}
.leaseleads-floor-plan .leaseleads-floor-plan__actions button,
.leaseleads-floor-plan .leaseleads-floor-plan__actions a,
.leaseleads-floor-plan .leaseleads-floor-plan__actions .button {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #B2186A;
  padding: 0.75rem;
  margin: 0 0.5rem 0.5rem;
}
@media print, screen and (max-width: 47.99875em) {
  .leaseleads-floor-plan .leaseleads-floor-plan__actions button,
  .leaseleads-floor-plan .leaseleads-floor-plan__actions a,
  .leaseleads-floor-plan .leaseleads-floor-plan__actions .button {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .leaseleads-floor-plan .leaseleads-floor-plan__actions button,
  .leaseleads-floor-plan .leaseleads-floor-plan__actions a,
  .leaseleads-floor-plan .leaseleads-floor-plan__actions .button {
    width: inherit;
    padding: 0.75rem 1.5rem;
    margin: 0 0.5rem 0.75rem;
  }
}
.leaseleads-floor-plan .leaseleads-floor-plan__actions button:hover,
.leaseleads-floor-plan .leaseleads-floor-plan__actions a:hover,
.leaseleads-floor-plan .leaseleads-floor-plan__actions .button:hover {
  background-color: #B2186A;
  color: #FFFFFF;
  border: 1px solid #B2186A;
  cursor: pointer;
}

.leaseleads-specials__form .gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield {
  width: calc(50% - 10px);
}
@media print, screen and (max-width: 47.99875em) {
  .leaseleads-specials__form .gform_wrapper.gravity-theme .gfield,
  .leaseleads-specials__form .gform_wrapper.gravity-theme .gfield {
    width: 100%;
  }
}
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text],
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email],
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel],
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text],
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email],
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel] {
  width: 100%;
  padding: 8px 15px 11px !important;
}
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text]::-webkit-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email]::-webkit-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel]::-webkit-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text]::-webkit-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email]::-webkit-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel]::-webkit-input-placeholder {
  font: normal 1rem/1 "Helvetica Neue", helvetica, arial, sans-serif !important;
}
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text]:-moz-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email]:-moz-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel]:-moz-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text]:-moz-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email]:-moz-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel]:-moz-placeholder { /* Firefox 18- */
  font: normal 1rem/1 "Helvetica Neue", helvetica, arial, sans-serif !important;
}
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text]::-moz-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email]::-moz-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel]::-moz-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text]::-moz-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email]::-moz-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  font: normal 1rem/1 "Helvetica Neue", helvetica, arial, sans-serif !important;
}
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text]:-ms-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email]:-ms-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel]:-ms-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text]:-ms-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email]:-ms-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel]:-ms-input-placeholder {
  font: normal 1rem/1 "Helvetica Neue", helvetica, arial, sans-serif !important;
}
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text] ::-ms-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email] ::-ms-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel] ::-ms-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=text] ::-ms-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=email] ::-ms-input-placeholder,
.leaseleads-specials__form .gform_wrapper.gravity-theme .gfield input[type=tel] ::-ms-input-placeholder {
  font: normal 1rem/1 "Helvetica Neue", helvetica, arial, sans-serif !important;
}
.leaseleads-specials__form .leaseleads-form-disclaimer a {
  color: #FFFFFF;
  text-decoration: underline;
}

.leadesleads-tour__footer {
  min-height: 40px;
}
.leadesleads-tour__footer span,
.leadesleads-tour__footer a {
  display: none;
}

.leaseleads-floor-plan__date-filter input[type=text] {
  padding: 1rem !important;
  padding-left: 50px !important;
}
.leaseleads-floor-plan__date-filter input[type=text]::-webkit-input-placeholder {
  font: 600 1.15rem/1.15 "Helvetica Neue", helvetica, arial, sans-serif;
}
.leaseleads-floor-plan__date-filter input[type=text]:-moz-placeholder { /* Firefox 18- */
  font: 600 1.15rem/1.15 "Helvetica Neue", helvetica, arial, sans-serif;
}
.leaseleads-floor-plan__date-filter input[type=text]::-moz-placeholder { /* Firefox 19+ */
  font: 600 1.15rem/1.15 "Helvetica Neue", helvetica, arial, sans-serif;
}
.leaseleads-floor-plan__date-filter input[type=text]:-ms-input-placeholder {
  font: 600 1.15rem/1.15 "Helvetica Neue", helvetica, arial, sans-serif;
}
.leaseleads-floor-plan__date-filter input[type=text] ::-ms-input-placeholder {
  font: 600 1.15rem/1.15 "Helvetica Neue", helvetica, arial, sans-serif;
}

@media print, screen and (max-width: 47.99875em) {
  .leaseleads-floor-plan__actions-top {
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .leaseleads-floor-plan__actions-top {
    justify-content: center;
  }
}

.leaseleads-floor-plan__unit-labels > li,
.leaseleads-floor-plan__unit > li {
  width: 20%;
}

.leaseleads-floor-plan__unit-labels > li:nth-child(4),
.leaseleads-floor-plan__unit > li:nth-child(4) {
  display: none;
}

@media screen and (max-width: 78.125em) {
  body.page--pep .hero.hero--content-small .hero-item__content {
    margin-top: 4rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body.page--pep .hero.hero--content-small .hero-item__content {
    margin-top: 0;
  }
}
body.page--pep .gallery-preview .gallery-preview__images.images_1 .gallery-preview__container {
  height: 532px;
}
@media print, screen and (max-width: 63.99875em) {
  body.page--pep .gallery-preview .gallery-preview__images.images_1 .gallery-preview__container {
    height: 500px;
  }
}

.content-area {
  padding: 0;
}
.content-area h2 {
  font-size: 5rem;
  margin: 0;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 63.99875em) {
  .content-area h2 {
    font-size: 3.125rem;
  }
}
.content-area.content-area--title-left {
  padding: 2rem 0;
}
.content-area.content-area--title-left > .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6.25rem;
}
@media print, screen and (max-width: 47.99875em) {
  .content-area.content-area--title-left > .container {
    grid-template-columns: 1fr;
    grid-gap: 3.125rem;
  }
}

.floor-plans {
  padding: 2rem 0;
  position: relative;
  z-index: 3;
}
#floor-plans__form {
  flex-flow: column;
}
#floor-plans__form h2 {
  text-align: center;
  font-size: 2.5rem;
}

.header-title {
  color: #FFFFFF;
}

.floor-plans__tab-nav {
  padding: 0;
  max-width: 47.5rem;
  justify-content: center;
  list-style: none;
  margin: 0 auto 4rem;
  padding: 1.75rem 2rem;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plans__tab-nav {
    max-width: calc(100% - 3rem);
  }
}
@media print, screen and (max-width: 29.99875em) {
  .floor-plans__tab-nav {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.floor-plans__tab-nav > li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
}
.floor-plans__tab-nav > li:last-child {
  margin-bottom: 0;
}
.floor-plans__tab-nav > li div {
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.floor-plans__tab-nav > li div:last-child {
  justify-content: end;
}
.floor-plans__tab-nav > li select, .floor-plans__tab-nav > li input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000000;
  background: #FFFFFF url(../img/select-arrow.svg) no-repeat right 10px center;
  font-size: 0.875rem !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
}
.floor-plans__tab-nav > li input[type=text] {
  padding: 0.85rem 1rem !important;
}
.floor-plans__tab-nav > li input[type=text]::-moz-placeholder {
  letter-spacing: 0.15em !important;
}
.floor-plans__tab-nav > li input[type=text]::placeholder {
  letter-spacing: 0.15em !important;
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plans__tab-nav > li {
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plans__tab-nav > li:last-of-type {
    margin-bottom: 0;
  }
}
.floor-plans__tab-nav > li > .button {
  margin: 0 0.75rem;
  background-color: transparent;
  border: 1px solid white;
  color: #FFFFFF;
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plans__tab-nav > li > .button {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.floor-plans__tab-nav > li > .button:hover {
  background-color: #FFFFFF;
  color: #A5DCCE;
}
.floor-plans__tab-nav > li > .button.is-active {
  background-color: #FFFFFF;
  color: #B2186A;
}

.floor-plan__categories {
  padding: 0;
  justify-content: center;
  margin-bottom: 4rem;
  transition: all 0.4s ease;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories {
    height: 40px;
    overflow: hidden;
    margin-bottom: 2rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plan__categories {
    max-width: calc(100% - 3rem);
    margin: 0 auto 0.15rem;
  }
}
.floor-plan__categories.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories.is-open {
    height: auto;
    padding-bottom: 2rem;
  }
}
.floor-plan__categories > .floor-plans__selected {
  display: none;
  height: 40px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories > .floor-plans__selected {
    display: block;
  }
}
.floor-plan__categories > .floor-plans__selected span {
  font: 900 0.95rem/1 "Rustico", helvetica, arial, sans-serif;
  letter-spacing: 0.15em;
  color: #B2186A;
  text-transform: uppercase;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories > .floor-plans__selected span {
    border: none;
    color: #B2186A;
    padding-right: 2rem;
    background: url("../img/icon-chevron-down.svg") no-repeat 100% calc(50% - 1px)/16px;
  }
}
.floor-plan__categories > li {
  margin: 0 0.75rem;
  display: inline-block;
  list-style: none;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories > li {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.floor-plan__categories .button {
  border: 1px solid #A5DCCE;
  color: #A5DCCE;
  background: transparent;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories .button {
    border: none;
    color: #B2186A;
  }
}
.floor-plan__categories .button:hover {
  background-color: #A5DCCE;
  color: #FFFFFF;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories .button:hover {
    color: #A5C620;
    background-color: transparent;
  }
}
.floor-plan__categories .button.is-active {
  background-color: #A5DCCE;
  color: #FFFFFF;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories .button.is-active {
    color: #B2186A;
    background-color: transparent;
  }
}

.floor-plans__tabs {
  padding: 0;
  list-style-type: none;
  flex: 0 0 auto;
  width: 75%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto 2rem;
  text-align: center;
  border-bottom: 2px solid #FFFFFF;
  display: flex;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plans__tabs {
    margin-top: 0;
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.floor-plans__tabs > li {
  flex: 0 0 auto;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  font: 500 2rem/1.4 "Rustico", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  color: #FFFFFF;
  padding: 0 2rem 1rem;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plans__tabs > li {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.5rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plans__tabs > li {
    display: block;
    padding-bottom: 0.5rem;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
  }
}
.floor-plans__tabs > li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 7px;
  z-index: 0;
  background: #FFFFFF;
  opacity: 0;
  transition: all 0.5s;
}
.floor-plans__tabs > li:hover {
  opacity: 0.8;
}
.floor-plans__tabs > li.is-active:after {
  opacity: 1;
}

.floor-plans__tab-content {
  display: none;
}
.floor-plans__tab-content.is-active {
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .embed-container.is-sitemap, .embed-container.is-sightmap {
    height: 90vh;
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .embed-container.is-sitemap, .embed-container.is-sightmap {
    height: 95vh;
  }
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  margin: 5px auto 0;
  background-color: #E9E9E9;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: #B2186A;
  padding: 0.625rem 0.5rem;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 0.75rem;
  color: #FFFFFF;
}

.ui-datepicker-prev {
  float: left;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 0.75rem;
}

.ui-datepicker-next {
  float: right;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 0.75rem;
}

.ui-datepicker th {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.875rem;
  padding: 0.5rem 0;
}

.ui-datepicker tbody td {
  padding: 0;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
}

.ui-datepicker-calendar .ui-state-default {
  background: transparent;
  color: #000000;
}

.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-active {
  background: #B2186A;
  color: #FFFFFF;
}

.galleries {
  width: 100%;
  padding: 2rem 0;
}

.galleries__nav {
  width: 100%;
  max-width: 18.75rem;
  display: block;
  position: absolute;
  left: 12%;
  z-index: 1;
}
@media print, screen and (max-width: 47.99875em) {
  .galleries__nav {
    position: relative;
    left: auto;
    margin: 0 auto 1.25rem;
  }
}
.galleries__nav > ul {
  list-style: none;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  max-width: 18.75rem;
  z-index: 1;
}

.galleries__nav-item {
  margin: 0 0 1.25rem;
  display: block;
  width: 100%;
  max-width: 18.75rem;
}
.galleries__nav-item:last-child {
  margin-bottom: 0;
}
.galleries__nav-item:last-child:after {
  display: none;
}
.galleries__nav-item:after {
  content: "";
  width: 100%;
  max-width: 18.75rem;
  height: 0.8125rem;
  background: url(../img/paint-underline-green-sm.svg) no-repeat;
  background-size: contain;
  display: block;
  margin-top: 1.375rem;
}
.galleries__nav-item.is-active > button {
  color: #A5DCCE;
}
.galleries__nav-item > button {
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 0 0.75rem;
  font-family: "Rustico", helvetica, arial, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.galleries__nav-item > button:hover {
  color: #A5DCCE;
}

.galleries__images {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 0.5125rem;
  height: auto !important;
}
@media print, screen and (max-width: 47.99875em) {
  .galleries__images {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.galleries__images .none {
  grid-area: none;
  grid-column: 1/2;
  grid-row: 1/2;
  height: 200px;
}

@keyframes ishidden {
  from {
    max-height: 1000px;
  }
  to {
    max-height: 0;
  }
}
@keyframes isvisible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.galleries__image {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: none;
  cursor: pointer;
  overflow: hidden;
}
.galleries__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 47.99875em) {
  .galleries__image img {
    width: 100%;
    height: auto;
    -o-object-fit: none;
       object-fit: none;
    position: relative;
  }
}
.galleries__image:hover .galleries__image-background {
  transform: scale(1.04);
}
.galleries__image.shuffle-item {
  display: block;
}
.galleries__image.shuffle-item.shuffle-item--hidden {
  animation-name: ishidden;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.galleries__image > .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  background-color: transparent;
  border: none;
  width: 145px;
  height: 145px;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.125s ease;
}
.galleries__image > .play:focus {
  transform: translate(-50%, -50%) scale(0.975);
}
.galleries__image > .play > img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 48em) {
  .galleries__image:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .galleries__image:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1/3;
    height: 758px;
  }
  .galleries__image:nth-child(3) {
    grid-column: 1;
    grid-row: 2/4;
    height: 608px;
    align-self: end;
  }
  .galleries__image:nth-child(4) {
    grid-column: 2/3;
    grid-row: 3/4;
    height: 300px;
  }
  .galleries__image:nth-child(5) {
    grid-column: 3/4;
    grid-row: 3/4;
    height: 300px;
  }
  .galleries__image:nth-child(6) {
    grid-column: 1/4;
    grid-row: 4/5;
    height: 713px;
  }
  .galleries__image:nth-child(7n+1) {
    height: 300px;
  }
}

.galleries__image-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.33s ease;
  z-index: 1;
}

.galleries__image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.galleries__show-more {
  margin: 6.25rem auto;
  display: block;
  text-align: center;
  display: none;
}

.fancy-gallery .fancybox__nav {
  position: absolute;
  height: 1.5rem;
  bottom: 60px;
  width: 90%;
  max-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
}
.fancy-gallery .fancybox__nav .carousel__button {
  top: auto;
  transform: none;
  width: 4.5rem;
}
.fancy-gallery .fancybox__nav .carousel__button.is-prev {
  left: 0;
}
.fancy-gallery .fancybox__nav .carousel__button.is-next {
  right: 0;
}
.fancy-gallery .fancybox__nav .carousel__button svg {
  stroke: none;
  width: 4.5rem;
}
.fancy-gallery .carousel__button {
  border-radius: 0;
}
.fancy-gallery .carousel__button.fancybox__button--close {
  font: 700 1.25rem/1 "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 0.05em;
}
.fancy-gallery .fancybox__content img {
  max-width: 1200px;
}
.fancy-gallery .fancybox__slide {
  padding-bottom: 100px;
}
.fancy-gallery .fancybox__counter {
  display: none;
}
.fancy-gallery .fancybox__toolbar {
  width: calc(100% - 2rem);
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.hero {
  display: block;
  position: relative;
  padding: 0 0 5rem;
  width: 100%;
}
.hero .paint-pink {
  background: url(../img/paint-pink.svg) no-repeat;
  width: 584px;
  height: 633px;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: calc(50% + 126px);
  transform: rotate(-21deg);
  left: -500px;
}
@media screen and (min-width: 100em) {
  .hero .paint-pink {
    width: 504px;
    height: 557px;
    left: -570px;
  }
}
@media print, screen and (max-width: 76.99875em) {
  .hero .paint-pink {
    width: 504px;
    height: 557px;
    left: -311px;
  }
}
@media screen and (max-width: 77.5em) {
  .hero.hero--content-small .paint-pink {
    left: auto;
    right: calc(100% - 4rem);
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero.hero--content-small .paint-pink {
    right: calc(100% - 10rem);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .hero.hero--content-small .paint-pink {
    right: calc(100% - 5rem);
  }
}
.hero.hero--carousel {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero.hero--carousel .swiper-button-prev,
.hero.hero--carousel .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.hero.hero--carousel .swiper-button-prev {
  left: 1.5rem;
}
.hero.hero--carousel .swiper-button-next {
  right: 1.5rem;
}

.hero-item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background-color: black;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow: inherit;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-item {
    flex-direction: column;
    max-height: none;
    height: auto !important;
  }
}
.hero-item > .container {
  height: 100%;
  flex-direction: column;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-item > .container {
    width: 100%;
  }
}
.hero-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(to right, #000000 0%, #000000 100%);
  opacity: 0.55;
  z-index: 2;
}

.scroll {
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.scroll:hover #Group_663 {
  animation: bounce 0.5s ease-in-out;
}
.scroll svg {
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .scroll {
    bottom: auto;
    top: 430px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .scroll {
    bottom: auto;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .scroll {
    width: 60px;
    height: 60px;
  }
}

.hero-item__buttons {
  position: absolute;
  bottom: 4.75rem;
  right: auto;
  left: 0;
  z-index: 3;
  width: 100%;
}
.hero-item__buttons .container {
  justify-content: end;
  width: 100%;
}
.hero-item__buttons .container .button:nth-last-child(1) {
  margin-left: 2rem;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-item__buttons {
    display: none;
  }
}

@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-3px, 0, 0);
  }
  80% {
    transform: translate3d(6px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    transition: all 0.25s ease;
  }
}
.hero-item__content {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  transition: all 0.5s ease-out 0.1s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (max-width: 76.99875em) {
  .hero-item__content {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-item__content {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 11.25rem 0 7.25rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .hero-item__content {
    text-align: center;
  }
}

.hero-item__image {
  position: relative;
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  z-index: 3;
  overflow: hidden;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-item__image {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
}
.hero-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-item__title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  color: #B2186A;
  position: relative;
  font: 400 6.75rem/1 "Rustico", helvetica, arial, sans-serif;
  letter-spacing: 0;
  margin: 0 0 0;
  padding: 0;
  text-align: left;
}
@media print, screen and (min-width: 48em) {
  .page--contact .hero-item__title {
    font-size: 8.1875rem;
    letter-spacing: 0.04em;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-item__title {
    font-size: 4.0625rem;
    padding-left: 0.25rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .hero-item__title {
    text-align: center;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .hero-item__title {
    font-size: 3.5rem;
  }
}
.hero--content-small .hero-item__title {
  font-size: 3.75rem;
}
@media print, screen and (max-width: 29.99875em) {
  .hero--content-small .hero-item__title {
    font-size: 3rem;
  }
}

.hero-item__description {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 3;
}
.hero-item__description p {
  flex: 0 0 auto;
  width: 83.3333333333%;
  margin-left: 0;
  margin-right: 0;
  color: white;
  font: 400 1.5rem "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 1.5;
  margin: 0.25rem 0 1.15rem;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-item__description p {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .hero-item__description p {
    text-align: center;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .hero-item__description p {
    font-size: 1.25rem;
  }
}
.hero--content-small .hero-item__description p {
  font-size: 1.25rem;
}
@media print, screen and (max-width: 76.99875em) {
  .hero--content-small .hero-item__description p {
    font-size: 1.125rem;
  }
}
.hero-item__description .button {
  margin-bottom: 1rem;
  line-height: 1;
}

.hero-item__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero-item__video.loading {
  opacity: 0;
}
.hero-item__video.loading .hero-item__video-background {
  opacity: 0;
}

.hero-item__video-background {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  transition: 2s opacity ease;
  opacity: 1;
  overflow: hidden;
}

.hero-item__video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.5s ease;
}

.hero-item__video-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .hero-item__video-embed iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-item__video-embed iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

.hot-spots {
  width: 100%;
}

.hot-spots__filters {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 4rem;
}
@media print, screen and (max-width: 47.99875em) {
  .hot-spots__filters {
    padding: 4rem 2rem;
  }
  .hot-spots__filters > .container {
    padding: 0;
  }
}

.hot-spots__cta {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

#hot-spots-map {
  height: 600px;
  width: 100%;
  display: block;
}

.hot-spots__map {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.hot-spots__map .si-pointer-top {
  background-color: transparent;
  border-top-color: transparent !important;
}
.hot-spots__map .si-pointer-top:before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 24px);
  width: 1px;
  height: 40px;
  background-color: #A5DCCE;
  z-index: 99;
}
.hot-spots__map .si-content {
  position: relative;
  text-align: center;
  padding: 1rem;
}
.hot-spots__map .si-close-button {
  z-index: 999;
}
.hot-spots__map .marker__title {
  color: #FFFFFF;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 800 0.95rem/1 "Rustico", helvetica, arial, sans-serif;
}
.hot-spots__map .marker__address > a {
  display: block;
  color: #FFFFFF;
  font: 600 0.775rem/1.5 "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hot-spots__map .marker__directions {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #B2186A;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  display: block;
  width: 100%;
  border-radius: 0;
  font: 600 0.775rem/1.2 "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.hot-spots__map .marker__directions:hover {
  background-color: #B2186A;
  border-color: #B2186A;
  color: #FFFFFF;
}

.hot-spots__category-group {
  padding: 0 0 0 1rem;
  list-style: none;
  border-top: 3px solid #FFFFFF;
  position: relative;
}
.hot-spots__category-group:last-child {
  border-bottom: 3px solid #FFFFFF;
}
.hot-spots__category-group:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: opacity 0.25s ease;
  z-index: -1;
}
.hot-spots__category-group > li {
  display: grid;
  grid-template-columns: 387px 1fr;
}
@media print, screen and (max-width: 63.99875em) {
  .hot-spots__category-group > li {
    grid-template-columns: auto;
    padding: 2rem 0 2rem;
  }
}
.hot-spots__category-group:nth-child(3n+1):after {
  background: linear-gradient(to bottom, #000000 0%, #000000 5%, #B2186A 5%, #B2186A 95%, #000000 95%, #000000 100%);
  opacity: 0;
}
.hot-spots__category-group:nth-child(3n+2):after {
  background: linear-gradient(to bottom, #000000 0%, #000000 5%, #3F2F60 5%, #3F2F60 95%, #000000 95%, #000000 100%);
  opacity: 0;
}
.hot-spots__category-group:nth-child(3n+3):after {
  background: linear-gradient(to bottom, #000000 0%, #000000 5%, #255D7D 5%, #255D7D 95%, #000000 95%, #000000 100%);
  opacity: 0;
}
.hot-spots__category-group:nth-child(3n+1).is-active:after, .hot-spots__category-group:nth-child(3n+1):hover:after {
  opacity: 1;
}
.hot-spots__category-group:nth-child(3n+2).is-active:after, .hot-spots__category-group:nth-child(3n+2):hover:after {
  opacity: 1;
}
.hot-spots__category-group:nth-child(3n+3).is-active:after, .hot-spots__category-group:nth-child(3n+3):hover:after {
  opacity: 1;
}
.hot-spots__category-group .hot-spot__category-posts {
  padding: 1rem 0;
  margin-bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .hot-spots__category-group .hot-spot__category-posts {
    padding: 1rem 0 3rem;
  }
}
.hot-spots__category-group .hot-spot__category-posts > li {
  animation: fadeInUp 0.5s forwards;
  margin-bottom: 0;
  z-index: 1;
}
.hot-spots__category-group .hot-spot__category-posts > li:last-of-type {
  margin-bottom: 0;
}

.hot-spots__category-name {
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  font: 300 2.5rem/1 "Rustico", helvetica, arial, sans-serif;
  letter-spacing: 0.15em;
  padding: 0;
  text-align: left;
}
@media print, screen and (max-width: 63.99875em) {
  .hot-spots__category-name {
    text-align: center;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .hot-spots__category-name span {
    font: 300 1.625rem/1 "Rustico", helvetica, arial, sans-serif;
  }
}

.hot-spot__category-posts {
  position: relative;
  list-style: none;
  padding: 0;
  transition: all 0.5s ease;
  padding-right: 0;
  overflow: scroll;
  height: 160px;
}
@media print, screen and (max-width: 63.99875em) {
  .hot-spot__category-posts {
    height: 200px;
  }
}
.hot-spot__category-posts .os-scrollbar.os-scrollbar-vertical {
  top: 1rem;
  bottom: 1rem;
}
.hot-spot__category-posts div.hot-spot__item {
  position: relative;
  color: #FFFFFF;
  font: 400 0.875rem/1.25 "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 0.075em;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  padding: 0 1.25rem 0 0;
}
@media print, screen and (max-width: 47.99875em) {
  .hot-spot__category-posts div.hot-spot__item {
    width: 100%;
  }
}
.hot-spot__category-posts div.hot-spot__item a {
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: border 0.25s ease;
}
.hot-spot__category-posts div.hot-spot__item a:hover {
  border-bottom: 1px solid #FFFFFF;
}
.hot-spot__category-posts div.hot-spot__item a.directions {
  text-transform: uppercase;
}
.hot-spot__category-posts div.hot-spot__item.is-active {
  color: #A5C620;
}
.hot-spot__category-posts div.hot-spot__item h4 {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  white-space: normal;
  margin-top: 0;
}
.hot-spot__category-posts div.hot-spot__item p {
  white-space: normal;
  margin-bottom: 0.3rem;
}
.hot-spot__category-posts .hot-spot__slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  width: 100%;
  height: 160px;
}
@media print, screen and (max-width: 63.99875em) {
  .hot-spot__category-posts .hot-spot__slide {
    height: auto;
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .hot-spot__category-posts .hot-spot__slide {
    grid-template-columns: 1fr;
  }
}
.hot-spot__category-posts .carousel__nav {
  display: none;
}
.hot-spot__category-posts .carousel__dots {
  z-index: 8;
  top: auto;
  top: 50%;
  transform: rotate(90deg);
  left: auto;
  right: -40px;
  margin-top: -9px;
  width: 90px;
}
.hot-spot__category-posts .carousel__dots .carousel__dot {
  width: 1.125rem;
  height: 1.125rem;
}
.hot-spot__category-posts .carousel__dots .carousel__dot:after {
  background: #FFFFFF;
  border: 1px solid #FFFFFF !important;
  opacity: 1;
}
.hot-spot__category-posts .carousel__dots .carousel__dot.is-selected:after {
  background: none;
  opacity: 1;
}
@media print, screen and (max-width: 63.99875em) {
  .hot-spot__category-posts .carousel__dots {
    top: auto;
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    bottom: 0;
    right: auto;
  }
}

.hot-spot-home {
  margin: 3.125rem 0;
  overflow: hidden;
}
@media print, screen and (max-width: 47.99875em) {
  .hot-spot-home {
    margin: 2rem 0 0;
  }
}
.hot-spot-home > .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media print, screen and (max-width: 63.99875em) {
  .hot-spot-home > .container {
    grid-template-columns: 1fr;
    grid-gap: 6.25rem;
  }
}
.hot-spot-home > .container .container {
  width: 100% !important;
}
.hot-spot-home #hot-spot-home__map {
  height: 100%;
  min-height: 31.25rem;
}
.hot-spot-home #hot-spot-home__map .marker {
  width: 9.4375rem;
  height: 4rem;
}
.hot-spot-home .hot-spot-home__content {
  margin: 1rem 6.25rem 2.75rem 0;
}
@media print, screen and (max-width: 63.99875em) {
  .hot-spot-home .hot-spot-home__content {
    margin-right: 0;
  }
}
.hot-spot-home h2 {
  max-width: 350px;
}

@media print, screen and (max-width: 47.99875em) {
  .hot-spot-home__content-area .container {
    padding: 0;
  }
}

.amenities-preview {
  margin: 6.25rem 0;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities-preview {
    margin-top: 0;
  }
}
.amenities-preview p {
  font-weight: 300;
}
.amenities-preview > .container {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "apimage apintro" "apimage apgallery1" "apdescription apgallery2";
}
@media print, screen and (max-width: 63.99875em) {
  .amenities-preview > .container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "apintro" "apimage" "apdescription" "apgallery1" "apgallery2";
  }
}

.amenities-preview__intro {
  grid-area: apintro;
  padding: 2rem 0;
}
.amenities-preview__intro p {
  margin-right: 10rem;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities-preview__intro {
    margin: 0 2.5rem;
  }
  .amenities-preview__intro h2 {
    text-align: center;
  }
  .amenities-preview__intro p {
    margin-right: 0 !important;
    text-align: center;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .amenities-preview__intro {
    padding: 6rem 0 3rem;
  }
}

.amenities-preview__image {
  grid-area: apimage;
  margin-bottom: 11.6875rem;
  margin-right: 11.625rem;
}
.amenities-preview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities-preview__image {
    margin: 0 0 0 2.5rem;
  }
}

.amenities-preview__content {
  margin-top: -2rem;
  margin-left: 4.5rem;
  grid-area: apdescription;
  padding-right: 11.625rem;
  padding-left: 2rem;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities-preview__content {
    margin: 6.25rem auto !important;
    padding-right: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .amenities-preview__content {
    padding-left: 0;
    margin: 2.5rem auto 6.25rem !important;
  }
}
.amenities-preview__content h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.amenities-preview__content .button {
  margin-top: 1.75rem;
}

.amenities-preview__gallery {
  max-width: 31.8125rem;
  width: calc(100% - 2.5rem);
}
.amenities-preview__gallery img {
  width: 100%;
  height: auto;
  max-width: 31.8125rem;
}
.amenities-preview__gallery h3 {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.375rem;
  margin-top: -1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities-preview__gallery h3 {
    margin-top: -3.5rem;
  }
}
.amenities-preview__gallery .os-scrollbar.os-scrollbar-horizontal {
  width: 40%;
  left: auto;
}

.amenities-preview__gallery1 {
  grid-area: apgallery1;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities-preview__gallery1 {
    margin-right: auto;
  }
  .amenities-preview__gallery1 h3 {
    text-align: right;
  }
  .amenities-preview__gallery1 .os-scrollbar.os-scrollbar-horizontal {
    width: 70%;
    left: auto;
  }
}

.amenities-preview__gallery2 {
  grid-area: apgallery2;
  padding-top: 4rem;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities-preview__gallery2 {
    margin-left: auto;
  }
  .amenities-preview__gallery2 .os-scrollbar.os-scrollbar-horizontal {
    width: 70%;
    left: 0;
  }
}

.amenities-preview__images {
  max-width: 31.8125rem;
  width: 100%;
  height: auto;
  overflow-x: scroll;
  white-space: nowrap;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities-preview__images {
    max-width: 31.8125rem;
    width: calc(100vw - 2.5rem);
    padding-bottom: 4.5rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .amenities-preview__images {
    padding-bottom: 0;
  }
}

.floor-plans-preview {
  padding-top: 6.25rem;
  background: #A5DCCE;
  overflow-x: hidden;
}
.floor-plans-preview:after {
  content: "";
  background: #000000;
  height: 12.5rem;
  width: 100%;
  display: block;
}

.floor-plans-preview__content-area {
  padding: 0 0 2rem;
}
.floor-plans-preview__content-area > .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  position: relative;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plans-preview__content-area > .container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 0;
  }
}
.floor-plans-preview__content-area > .container:before {
  content: "";
  background: url(../img/paint-blue-1.svg) no-repeat;
  background-size: contain;
  width: 616px;
  height: 649px;
  left: -438px;
  top: 109px;
  position: absolute;
}
@media screen and (min-width: 100em) {
  .floor-plans-preview__content-area > .container:before {
    display: none;
  }
}
.floor-plans-preview__content-area h2 {
  font-size: 5rem;
  color: #000000;
  letter-spacing: 0.05em;
  align-self: center;
  text-align: right;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plans-preview__content-area h2 {
    margin-top: 2.625rem;
    grid-row: 1;
  }
}
.floor-plans-preview__content-area p {
  color: black;
}
.floor-plans-preview__content-area .floor-plans-preview__content {
  margin-left: 2.625rem;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plans-preview__content-area .floor-plans-preview__content {
    margin-left: 0;
  }
}
.floor-plans-preview__content-area .floor-plans-preview__content .floor-plans-preview__buttons {
  margin: 0 6.875rem 2.625rem 0;
}
.floor-plans-preview__content-area .floor-plans-preview__content .floor-plans-preview__buttons .button-container:first-of-type {
  margin-right: 2.875rem;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plans-preview__content-area .floor-plans-preview__content .floor-plans-preview__buttons {
    margin: 0 0 2.625rem 0;
  }
}

.floor-plans-preview__plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 2.25rem;
  margin-bottom: -6.25rem;
  position: relative;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plans-preview__plans {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 12.5rem;
  }
}
.floor-plans-preview__plans:after {
  content: "";
  background: url(../img/paint-blue-2.svg) no-repeat;
  background-size: contain;
  width: 400px;
  height: 436px;
  right: -331px;
  bottom: 151px;
  position: absolute;
}
@media screen and (min-width: 100em) {
  .floor-plans-preview__plans:after {
    display: none;
  }
}

.floor-plans-preview__carousel {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.floor-plans-preview__carousel .floor-plans-preview__plan {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background: #FFFFFF;
}
.floor-plans-preview__carousel .floor-plans-preview__plan.is-active {
  opacity: 1;
  pointer-events: all;
}
.floor-plans-preview__carousel .floor-plans-preview__plan .floor-plans-preview__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.floor-plans-preview__carousel .floor-plans-preview__plan .floor-plans-preview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.floor-plans-preview__carousel .floor-plans-preview__plan .floor-plans-preview__title-mobile {
  display: none;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.875rem;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: -2rem;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plans-preview__carousel .floor-plans-preview__plan .floor-plans-preview__title-mobile {
    display: block;
  }
}
.floor-plans-preview__carousel .floor-plans-preview__plan .floor-plans-preview__title-mobile:after {
  content: "";
  display: block;
  width: 316px;
  height: 11px;
  background: url(../img/floor-plan-underline.svg) no-repeat;
  background-size: contain;
  margin: 23px 0 36px -30px;
  transform: scaleX(-1);
}
.floor-plans-preview__carousel .floor-plans-preview__plan ul {
  position: absolute;
  right: calc(-100% - 36px);
  width: calc(100% + 36px);
  padding: 0 0 0 2.25rem;
  top: -1.1875rem;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plans-preview__carousel .floor-plans-preview__plan ul {
    right: auto;
    top: auto;
    padding: 0;
    bottom: -154px;
    text-align: center;
    width: 100%;
  }
}
.floor-plans-preview__carousel .floor-plans-preview__plan ul li {
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
  margin-right: 3.125rem;
}
.floor-plans-preview__carousel .floor-plans-preview__plan ul li:first-child {
  display: block;
}
.floor-plans-preview__carousel .floor-plans-preview__plan ul li:first-child:after {
  content: "";
  display: block;
  width: 383px;
  height: 11px;
  background: url(../img/floor-plan-underline.svg) no-repeat;
  background-size: contain;
  margin: 23px 0 36px -150px;
}
.floor-plans-preview__carousel .floor-plans-preview__plan ul li:last-child {
  margin-right: 0;
}
.floor-plans-preview__carousel .floor-plans-preview__plan ul li h3 {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.875rem;
  color: #000000;
  margin-top: 0;
}
.floor-plans-preview__carousel .floor-plans-preview__plan ul li span {
  font-family: "Rustico", helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-right: 1rem;
}
@media print, screen and (max-width: 76.99875em) {
  .floor-plans-preview__carousel .floor-plans-preview__plan ul li:first-child {
    display: none;
  }
  .floor-plans-preview__carousel .floor-plans-preview__plan ul li:nth-last-child(2) {
    margin-right: 0;
  }
  .floor-plans-preview__carousel .floor-plans-preview__plan ul li:last-child {
    display: block;
  }
}

.floor-plans-preview__nav {
  align-self: end;
  justify-self: start;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 2.25rem;
  width: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plans-preview__nav {
    grid-template-columns: auto;
    grid-template-rows: auto;
    max-width: 80%;
    margin: 0 auto;
  }
}
.floor-plans-preview__nav .floor-plans-preview__plan {
  background: #FFFFFF;
  opacity: 1;
  pointer-events: all;
}
.floor-plans-preview__nav .floor-plans-preview__plan.is-active {
  display: none;
  opacity: 0;
  pointer-events: none;
  width: 0;
  margin: 0;
}
.floor-plans-preview__nav .floor-plans-preview__plan .floor-plans-preview__image {
  height: 366px;
  overflow: hidden;
}
.floor-plans-preview__nav .floor-plans-preview__plan .floor-plans-preview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.floor-plans-preview__nav .floor-plans-preview__plan ul {
  display: none;
  margin: 0;
  padding: 0;
  padding-bottom: 2rem;
  width: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .floor-plans-preview__nav .floor-plans-preview__plan ul {
    display: block;
  }
  .floor-plans-preview__nav .floor-plans-preview__plan ul li {
    list-style: none;
    text-align: center;
    color: #000000;
  }
  .floor-plans-preview__nav .floor-plans-preview__plan ul li h3 {
    color: black;
  }
}

.gallery-preview {
  padding: 5rem 0;
}
@media print, screen and (max-width: 47.99875em) {
  .gallery-preview {
    padding: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-preview > .container {
    padding: 0;
  }
}
.gallery-preview h2 {
  font-size: 6.75rem;
  color: #B2186A;
  letter-spacing: 0.05em;
  transform: rotate(-6deg);
  width: 90%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.gallery-preview h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  background: url(../img/paint-underline-pink.svg) no-repeat center;
  background-size: contain;
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-preview h2 {
    font-size: 3.125rem;
  }
  .gallery-preview h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 21px;
    background: url(../img/paint-underline-pink.svg) no-repeat center;
    background-size: contain;
  }
}
.gallery-preview .gallery-preview__images.images_1 {
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-preview .gallery-preview__images.images_1 {
    margin-bottom: 4.75rem;
  }
}
.gallery-preview .gallery-preview__images.images_1 .os-scrollbar.os-scrollbar-vertical {
  height: 280px;
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-preview .gallery-preview__images.images_1 .os-scrollbar.os-scrollbar-vertical {
    right: 1.4rem;
  }
}
.gallery-preview .gallery-preview__images.images_1 .gallery-preview__container {
  display: grid;
  grid-template-columns: 460px 6fr;
  grid-template-rows: auto;
  height: 530px;
  width: 100%;
  grid-gap: 0.5125rem;
  padding: 0 calc(2rem + 18px);
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-preview .gallery-preview__images.images_1 .gallery-preview__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: 500px;
    padding: 0 calc(3rem + 18px) 0 0;
  }
}
.gallery-preview .gallery-preview__images.images_1 .gallery-preview__image {
  height: 530px;
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-preview .gallery-preview__images.images_1 .gallery-preview__image {
    height: 500px;
  }
}
.gallery-preview .gallery-preview__images.images_2 .os-scrollbar.os-scrollbar-vertical {
  height: 280px;
  right: auto;
  left: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-preview .gallery-preview__images.images_2 .os-scrollbar.os-scrollbar-vertical {
    left: 1.5rem;
  }
}
.gallery-preview .gallery-preview__images.images_2 .gallery-preview__container {
  display: grid;
  grid-template-columns: 460px 3fr 3fr;
  grid-template-rows: auto;
  height: 280px;
  width: 100%;
  grid-gap: 0.5125rem;
  padding: 0 calc(2rem + 18px);
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-preview .gallery-preview__images.images_2 .gallery-preview__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: 334px;
    padding: 0 0 0 calc(3rem + 18px);
  }
}
.gallery-preview .gallery-preview__images.images_2 .gallery-preview__image {
  height: 280px;
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-preview .gallery-preview__images.images_2 .gallery-preview__image {
    height: 334px;
  }
}
.gallery-preview .gallery-preview__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-preview .button-container {
  margin: 5rem auto 0;
  text-align: center;
}

.gallery-single {
  padding: 5rem 0;
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-single > .container {
    padding: 0;
  }
}
.gallery-single h2 {
  font-size: 6.75rem;
  color: #A5C620;
  letter-spacing: 0.05em;
  transform: rotate(-6deg);
  width: 90%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 47.99875em) {
  .gallery-single h2 {
    width: 98%;
    overflow: hidden;
  }
}
.gallery-single h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  background: url(../img/paint-underline-green-lg.svg) no-repeat center;
  background-size: contain;
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-single h2 {
    font-size: 3.125rem;
  }
  .gallery-single h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 21px;
    background: url(../img/paint-underline-green-lg.svg) no-repeat center;
    background-size: contain;
  }
}
.gallery-single .gallery-single__container {
  white-space: nowrap;
  height: 79vh;
  min-height: 400px;
  max-height: 800px;
  width: 100%;
}
.gallery-single .gallery-single__image {
  display: inline-block;
  margin-right: 1.25rem;
  height: calc(100% - 4rem);
}
.gallery-single .gallery-single__image img {
  width: auto;
  height: 100%;
}
.gallery-single .gallery-single__image:last-child {
  margin-right: 0;
}
.gallery-single .os-scrollbar.os-scrollbar-horizontal {
  width: 75rem;
  max-width: 90vw;
  margin: 0 auto;
}

.pre-footer {
  padding: 5rem 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 100em) {
  .pre-footer {
    overflow: hidden;
  }
}
.pre-footer:after {
  content: "";
  position: absolute;
  top: -100px;
  right: -7.1875rem;
  background: url(../img/paint-dabs-mint.svg) no-repeat;
  background-size: contain;
  width: 13.75rem;
  height: 24rem;
}
@media print, screen and (max-width: 63.99875em) {
  .pre-footer:after {
    z-index: -1;
  }
}
@media screen and (min-width: 100em) {
  .pre-footer:after {
    display: none;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .pre-footer {
    padding-top: 0;
  }
  .pre-footer:after {
    top: 200px;
    width: 11.75rem;
    height: 16rem;
  }
}
.pre-footer > .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "kuimage kucontent" "kuimage kusocial";
  grid-gap: 9.375rem 6.25rem;
}
@media print, screen and (max-width: 63.99875em) {
  .pre-footer > .container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "kucontent" "kuimage" "kusocial";
    grid-gap: 3.125rem;
  }
}
.pre-footer > .container .container {
  grid-area: kucontent;
  align-self: center;
  width: 100%;
}

.pre-footer__image {
  grid-area: kuimage;
  overflow: hidden;
}
.pre-footer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 63.99875em) {
  .pre-footer__image {
    margin-right: 2rem;
  }
}

.pre-footer__content {
  padding: 7.5rem 0 0;
}
@media print, screen and (max-width: 63.99875em) {
  .pre-footer__content {
    margin-bottom: 10px;
    padding: 3.75rem 0 0;
  }
}

.pre-footer__buttons {
  margin-top: 2rem;
}
.pre-footer__buttons .button:last-child {
  margin-left: 2.5rem;
}
.pre-footer__buttons .button:first-child {
  margin-left: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .pre-footer__buttons .button:last-child {
    margin-left: 1rem;
  }
  .pre-footer__buttons .button:first-child {
    margin-left: 0;
  }
}

.pre-footer__social {
  grid-area: kusocial;
  padding: 0;
  padding-bottom: 7.5rem;
}
.pre-footer__social li {
  list-style: none;
  margin-bottom: 4rem;
  position: relative;
  font-weight: 700;
}
@media print, screen and (max-width: 47.99875em) {
  .pre-footer__social li {
    margin-bottom: 2rem;
  }
}
.pre-footer__social li a {
  color: #FFFFFF;
  transition: left 0.25s ease;
}
.pre-footer__social li a:before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -10.1875rem;
  width: 8rem;
  height: 2.1875rem;
  background: url(../img/arrow-green.svg) no-repeat;
  background-size: contain;
  transition: left 0.25s ease;
}
@media print, screen and (max-width: 63.99875em) {
  .pre-footer__social li a:before {
    position: relative;
    left: auto;
    display: inline-block;
    top: 10px;
    margin-right: 2rem;
  }
}
.pre-footer__social li a:hover:before {
  left: -8.125rem;
}
.pre-footer__social li:last-child {
  margin-bottom: 0;
}

.content-image {
  padding: 5rem 0;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 47.99875em) {
  .content-image {
    padding-bottom: 2rem;
  }
}

.content-image__container {
  display: grid;
  grid-template-columns: 4.4fr 6.6fr;
  grid-template-rows: auto;
  grid-gap: 8.3125rem;
}
@media print, screen and (max-width: 47.99875em) {
  .content-image__container {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
}

.content-image__image {
  overflow: hidden;
  height: 29.375rem;
}
@media print, screen and (max-width: 47.99875em) {
  .content-image__image {
    height: 26.25rem;
  }
}
.content-image__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media print, screen and (max-width: 47.99875em) {
  .content-image__image {
    grid-row: 2;
    padding-left: 2rem;
  }
}

.content-image__content {
  padding: 0 4rem 0 0;
  align-self: center;
}
@media print, screen and (max-width: 47.99875em) {
  .content-image__content {
    grid-row: 1;
    padding: 0 2rem 3rem;
  }
}
.content-image__content h2 {
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 47.99875em) {
  .smaller-header .content-image__content h2 {
    font-size: 2.25rem;
  }
}
.content-image__content p {
  max-width: 27.5rem;
}
.content-image__content .button-container {
  margin-top: 2.75rem;
}
@media print, screen and (max-width: 47.99875em) {
  .content-image__content .button-container {
    margin-top: 2.5rem;
  }
}

.amenities {
  padding: 4rem 0 0;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities {
    padding: 6.25rem 0 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .amenities {
    padding: 5rem 0 0;
  }
}

.amenities__group {
  margin-bottom: 8.125rem;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities__group {
    margin-bottom: 9.375rem;
  }
}
.amenities__group h2 {
  font-size: 6.75rem;
  color: #B2186A;
  letter-spacing: 0.05em;
  transform: rotate(-6deg);
  width: 90%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.amenities__group h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities__group h2 {
    font-size: 3.125rem;
  }
  .amenities__group h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 21px;
  }
}
.amenities__group:first-child h2 {
  color: #A5DCCE;
}
.amenities__group:first-child h2:after {
  background-image: url(../img/paint-underline-blue.svg);
}
.amenities__group:first-child span {
  color: #255D7D;
}
.amenities__group:last-child {
  margin-bottom: 4rem;
}
.amenities__group:last-child h2 {
  color: #A5C620;
}
.amenities__group:last-child h2:after {
  background-image: url(../img/paint-underline-green-lg.svg);
}
.amenities__group:last-child span {
  color: #B2186A;
}

.amenities__image {
  height: 38.4375rem;
  margin-bottom: 7.375rem;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities__image {
    margin-bottom: 3.6875rem;
  }
}
.amenities__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.amenities__features {
  max-width: 1000px;
  margin: 0 auto;
}

.amenities__scroll-group {
  width: 100%;
}

.amenities__six {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities__six {
    grid-template-rows: auto;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .amenities__six {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 0;
  }
}
.amenities__six .amenity {
  color: #FFFFFF;
  position: relative;
  margin-bottom: 1.375rem;
}
.amenities__six .amenity span {
  font-family: "Rustico", helvetica, arial, sans-serif;
  font-size: 6.25rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
}
.amenities__six .amenity p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0 3.125rem;
  z-index: 1;
  position: relative;
}
.amenities__six .amenity p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/hot-spot.png") no-repeat center/100%;
  height: 22px;
  width: 28px;
}

.amenities--carousel.os-host {
  height: 400px;
}
@media print, screen and (max-width: 63.99875em) {
  .amenities--carousel.os-host {
    height: 632px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .amenities--carousel.os-host {
    height: 1080px;
  }
}
.amenities--carousel.os-host .amenities__scroll-group {
  white-space: nowrap;
}
.amenities--carousel.os-host .amenities__six {
  margin-right: 80px;
  display: inline-grid;
  white-space: normal;
}
.amenities--carousel.os-host .amenities__six:last-child {
  margin-right: 0;
}
.amenities--carousel.os-host .os-scrollbar-horizontal {
  right: 50%;
  margin-right: -144px;
  left: auto;
  width: 288px;
}

.contact-us {
  position: relative;
}
.contact-us:before {
  content: "";
  position: absolute;
  top: -400px;
  right: 0;
  background-image: url(../img/paint-green.svg);
  background-size: 360px 850px;
  background-repeat: no-repeat;
  width: 160px;
  height: 850px;
}
@media print, screen and (max-width: 63.99875em) {
  .contact-us:before {
    top: 0;
  }
}
.contact-us h2 {
  font-size: 6.75rem;
  color: #A5DCCE;
  letter-spacing: 0.05em;
  transform: rotate(-6deg);
  width: 90%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.contact-us h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/paint-underline-blue-sm.svg);
}
@media print, screen and (max-width: 63.99875em) {
  .contact-us h2 {
    font-size: 3.125rem;
  }
  .contact-us h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 21px;
  }
}

.tilt-title-content {
  padding: 19.5625rem 0;
  min-height: 50rem;
  flex-flow: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: url(../img/paint-blue-3.svg) no-repeat right -250px top 100px;
}
@media print, screen and (max-width: 63.99875em) {
  .tilt-title-content {
    background: url(../img/paint-blue-3.svg) no-repeat right -500px top 26px;
  }
}
@media screen and (min-width: 100em) {
  .tilt-title-content {
    background: none;
  }
}
.tilt-title-content:before {
  content: "";
  background-image: url(../img/paint-dabs-mint-wide.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22.9375rem;
  height: 28.5625rem;
  position: absolute;
  top: 50%;
  left: -11.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .tilt-title-content:before {
    left: -21rem;
  }
}
@media screen and (min-width: 100em) {
  .tilt-title-content:before {
    display: none;
  }
}
.tilt-title-content:after {
  content: "";
  background-image: url(../img/paint-pink-lg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 54.375rem;
  height: 16.625rem;
  position: absolute;
  bottom: -5rem;
  right: 0;
  transform: rotate(18deg);
}
@media print, screen and (max-width: 63.99875em) {
  .tilt-title-content:after {
    bottom: -10rem;
    right: -31rem;
  }
}
@media screen and (min-width: 100em) {
  .tilt-title-content:after {
    display: none;
  }
}
.tilt-title-content h2 {
  font-size: 10.8125rem;
  margin: 0;
  letter-spacing: 0.05em;
  text-align: center;
  color: #B2186A;
  transform: rotate(-6deg);
}
@media print, screen and (max-width: 63.99875em) {
  .tilt-title-content h2 {
    font-size: 4.375rem;
  }
}
.page--404 .tilt-title-content h2 {
  font-size: 6.25rem;
  max-width: 50rem;
  margin: 0 auto;
}
.tilt-title-content .tilt-title-content__content {
  max-width: 26.875rem;
  margin: 2rem auto 0;
}
.tilt-title-content .tilt-title-content__content p {
  text-align: center;
}
.tilt-title-content .tilt-title-content__content a {
  color: #A5C620;
}

.specials {
  padding: 4.1875rem 0 7rem;
  flex-flow: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.specials h2 {
  font-size: 7.0625rem;
  margin: 0 0 4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #A5DCCE;
  transform: rotate(-6deg);
}
.specials h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  margin-top: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/paint-underline-blue.svg);
}
@media print, screen and (max-width: 63.99875em) {
  .specials h2 {
    font-size: 4.375rem;
  }
}
.specials .specials__content {
  max-width: 26.875rem;
  margin: 2rem auto 0;
  text-align: center;
}
.specials .specials__content p {
  text-align: center;
  font-size: 1.25rem;
}
.specials .specials__content .button {
  margin-top: 2rem;
}

.padding-top-none {
  padding-top: 0;
}

.padding-top-xsmall {
  padding-top: 1rem;
}

.padding-top-small {
  padding-top: 3rem;
}

.padding-top-medium {
  padding-top: 5rem;
}

.padding-top-large {
  padding-top: 7rem;
}

.padding-top-xlarge {
  padding-top: 9rem;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.padding-bottom-xsmall {
  padding-bottom: 1rem;
}

.padding-bottom-small {
  padding-bottom: 3rem;
}

.padding-bottom-medium {
  padding-bottom: 5rem;
}

.padding-bottom-large {
  padding-bottom: 7rem;
}

.padding-bottom-xlarge {
  padding-bottom: 9rem;
}

.grid-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .xsmall-shrink, .grid-x > .xsmall-full, .grid-x > .xsmall-1, .grid-x > .xsmall-2, .grid-x > .xsmall-3, .grid-x > .xsmall-4, .grid-x > .xsmall-5, .grid-x > .xsmall-6, .grid-x > .xsmall-7, .grid-x > .xsmall-8, .grid-x > .xsmall-9, .grid-x > .xsmall-10, .grid-x > .xsmall-11, .grid-x > .xsmall-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 30em) {
  .grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 77em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .xsmall-12, .grid-x > .xsmall-11, .grid-x > .xsmall-10, .grid-x > .xsmall-9, .grid-x > .xsmall-8, .grid-x > .xsmall-7, .grid-x > .xsmall-6, .grid-x > .xsmall-5, .grid-x > .xsmall-4, .grid-x > .xsmall-3, .grid-x > .xsmall-2, .grid-x > .xsmall-1 {
  flex: 0 0 auto;
}

.grid-x > .xsmall-1 {
  width: 8.3333333333%;
}

.grid-x > .xsmall-2 {
  width: 16.6666666667%;
}

.grid-x > .xsmall-3 {
  width: 25%;
}

.grid-x > .xsmall-4 {
  width: 33.3333333333%;
}

.grid-x > .xsmall-5 {
  width: 41.6666666667%;
}

.grid-x > .xsmall-6 {
  width: 50%;
}

.grid-x > .xsmall-7 {
  width: 58.3333333333%;
}

.grid-x > .xsmall-8 {
  width: 66.6666666667%;
}

.grid-x > .xsmall-9 {
  width: 75%;
}

.grid-x > .xsmall-10 {
  width: 83.3333333333%;
}

.grid-x > .xsmall-11 {
  width: 91.6666666667%;
}

.grid-x > .xsmall-12 {
  width: 100%;
}

@media print, screen and (min-width: 30em) {
  .grid-x > .small-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1, .grid-x > .small-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .small-shrink {
    width: auto;
  }
  .grid-x > .small-1 {
    width: 8.3333333333%;
  }
  .grid-x > .small-2 {
    width: 16.6666666667%;
  }
  .grid-x > .small-3 {
    width: 25%;
  }
  .grid-x > .small-4 {
    width: 33.3333333333%;
  }
  .grid-x > .small-5 {
    width: 41.6666666667%;
  }
  .grid-x > .small-6 {
    width: 50%;
  }
  .grid-x > .small-7 {
    width: 58.3333333333%;
  }
  .grid-x > .small-8 {
    width: 66.6666666667%;
  }
  .grid-x > .small-9 {
    width: 75%;
  }
  .grid-x > .small-10 {
    width: 83.3333333333%;
  }
  .grid-x > .small-11 {
    width: 91.6666666667%;
  }
  .grid-x > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 77em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0;
  margin-right: -0;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-x {
    margin-left: -0;
    margin-right: -0;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0;
    margin-right: -0;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -0;
    margin-right: -0;
  }
}
@media screen and (min-width: 77em) {
  .grid-margin-x {
    margin-left: -0;
    margin-right: -0;
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x {
    margin-left: -0;
    margin-right: -0;
  }
}
.grid-margin-x > .cell {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-x > .cell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 77em) {
  .grid-margin-x > .cell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .cell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .xsmall-1 {
  width: 8.3333333333%;
}
.grid-margin-x > .xsmall-2 {
  width: 16.6666666667%;
}
.grid-margin-x > .xsmall-3 {
  width: 25%;
}
.grid-margin-x > .xsmall-4 {
  width: 33.3333333333%;
}
.grid-margin-x > .xsmall-5 {
  width: 41.6666666667%;
}
.grid-margin-x > .xsmall-6 {
  width: 50%;
}
.grid-margin-x > .xsmall-7 {
  width: 58.3333333333%;
}
.grid-margin-x > .xsmall-8 {
  width: 66.6666666667%;
}
.grid-margin-x > .xsmall-9 {
  width: 75%;
}
.grid-margin-x > .xsmall-10 {
  width: 83.3333333333%;
}
.grid-margin-x > .xsmall-11 {
  width: 91.6666666667%;
}
.grid-margin-x > .xsmall-12 {
  width: 100%;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .xsmall-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .xsmall-3 {
    width: 25%;
  }
  .grid-margin-x > .xsmall-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .xsmall-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .xsmall-6 {
    width: 50%;
  }
  .grid-margin-x > .xsmall-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .xsmall-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .xsmall-9 {
    width: 75%;
  }
  .grid-margin-x > .xsmall-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .xsmall-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .xsmall-12 {
    width: 100%;
  }
  .grid-margin-x > .small-auto {
    width: auto;
  }
  .grid-margin-x > .small-shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .small-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .small-3 {
    width: 25%;
  }
  .grid-margin-x > .small-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .small-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .small-6 {
    width: 50%;
  }
  .grid-margin-x > .small-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .small-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .small-9 {
    width: 75%;
  }
  .grid-margin-x > .small-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .small-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .xsmall-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .xsmall-3 {
    width: 25%;
  }
  .grid-margin-x > .xsmall-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .xsmall-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .xsmall-6 {
    width: 50%;
  }
  .grid-margin-x > .xsmall-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .xsmall-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .xsmall-9 {
    width: 75%;
  }
  .grid-margin-x > .xsmall-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .xsmall-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .xsmall-12 {
    width: 100%;
  }
  .grid-margin-x > .small-auto {
    width: auto;
  }
  .grid-margin-x > .small-shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .small-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .small-3 {
    width: 25%;
  }
  .grid-margin-x > .small-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .small-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .small-6 {
    width: 50%;
  }
  .grid-margin-x > .small-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .small-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .small-9 {
    width: 75%;
  }
  .grid-margin-x > .small-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .small-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .small-12 {
    width: 100%;
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .medium-3 {
    width: 25%;
  }
  .grid-margin-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .medium-6 {
    width: 50%;
  }
  .grid-margin-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .medium-9 {
    width: 75%;
  }
  .grid-margin-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .xsmall-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .xsmall-3 {
    width: 25%;
  }
  .grid-margin-x > .xsmall-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .xsmall-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .xsmall-6 {
    width: 50%;
  }
  .grid-margin-x > .xsmall-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .xsmall-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .xsmall-9 {
    width: 75%;
  }
  .grid-margin-x > .xsmall-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .xsmall-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .xsmall-12 {
    width: 100%;
  }
  .grid-margin-x > .small-auto {
    width: auto;
  }
  .grid-margin-x > .small-shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .small-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .small-3 {
    width: 25%;
  }
  .grid-margin-x > .small-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .small-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .small-6 {
    width: 50%;
  }
  .grid-margin-x > .small-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .small-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .small-9 {
    width: 75%;
  }
  .grid-margin-x > .small-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .small-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .small-12 {
    width: 100%;
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .medium-3 {
    width: 25%;
  }
  .grid-margin-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .medium-6 {
    width: 50%;
  }
  .grid-margin-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .medium-9 {
    width: 75%;
  }
  .grid-margin-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .medium-12 {
    width: 100%;
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .large-3 {
    width: 25%;
  }
  .grid-margin-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .large-6 {
    width: 50%;
  }
  .grid-margin-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .large-9 {
    width: 75%;
  }
  .grid-margin-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 77em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .xsmall-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .xsmall-3 {
    width: 25%;
  }
  .grid-margin-x > .xsmall-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .xsmall-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .xsmall-6 {
    width: 50%;
  }
  .grid-margin-x > .xsmall-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .xsmall-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .xsmall-9 {
    width: 75%;
  }
  .grid-margin-x > .xsmall-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .xsmall-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .xsmall-12 {
    width: 100%;
  }
  .grid-margin-x > .small-auto {
    width: auto;
  }
  .grid-margin-x > .small-shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .small-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .small-3 {
    width: 25%;
  }
  .grid-margin-x > .small-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .small-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .small-6 {
    width: 50%;
  }
  .grid-margin-x > .small-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .small-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .small-9 {
    width: 75%;
  }
  .grid-margin-x > .small-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .small-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .small-12 {
    width: 100%;
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .medium-3 {
    width: 25%;
  }
  .grid-margin-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .medium-6 {
    width: 50%;
  }
  .grid-margin-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .medium-9 {
    width: 75%;
  }
  .grid-margin-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .medium-12 {
    width: 100%;
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .large-3 {
    width: 25%;
  }
  .grid-margin-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .large-6 {
    width: 50%;
  }
  .grid-margin-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .large-9 {
    width: 75%;
  }
  .grid-margin-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .large-12 {
    width: 100%;
  }
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-3 {
    width: 25%;
  }
  .grid-margin-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-6 {
    width: 50%;
  }
  .grid-margin-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-9 {
    width: 75%;
  }
  .grid-margin-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .xsmall-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .xsmall-3 {
    width: 25%;
  }
  .grid-margin-x > .xsmall-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .xsmall-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .xsmall-6 {
    width: 50%;
  }
  .grid-margin-x > .xsmall-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .xsmall-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .xsmall-9 {
    width: 75%;
  }
  .grid-margin-x > .xsmall-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .xsmall-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .xsmall-12 {
    width: 100%;
  }
  .grid-margin-x > .small-auto {
    width: auto;
  }
  .grid-margin-x > .small-shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .small-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .small-3 {
    width: 25%;
  }
  .grid-margin-x > .small-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .small-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .small-6 {
    width: 50%;
  }
  .grid-margin-x > .small-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .small-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .small-9 {
    width: 75%;
  }
  .grid-margin-x > .small-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .small-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .small-12 {
    width: 100%;
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .medium-3 {
    width: 25%;
  }
  .grid-margin-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .medium-6 {
    width: 50%;
  }
  .grid-margin-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .medium-9 {
    width: 75%;
  }
  .grid-margin-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .medium-12 {
    width: 100%;
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .large-3 {
    width: 25%;
  }
  .grid-margin-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .large-6 {
    width: 50%;
  }
  .grid-margin-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .large-9 {
    width: 75%;
  }
  .grid-margin-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .large-12 {
    width: 100%;
  }
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-3 {
    width: 25%;
  }
  .grid-margin-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-6 {
    width: 50%;
  }
  .grid-margin-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-9 {
    width: 75%;
  }
  .grid-margin-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-12 {
    width: 100%;
  }
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-margin-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-margin-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-margin-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-12 {
    width: 100%;
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0;
  margin-left: -0;
}
@media print, screen and (min-width: 30em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0;
    margin-left: -0;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0;
    margin-left: -0;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0;
    margin-left: -0;
  }
}
@media screen and (min-width: 77em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0;
    margin-left: -0;
  }
}
@media screen and (min-width: 90em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0;
    margin-left: -0;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0;
  margin-left: -0;
}
@media print, screen and (min-width: 30em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0;
    margin-left: -0;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0;
    margin-left: -0;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0;
    margin-left: -0;
  }
}
@media screen and (min-width: 77em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0;
    margin-left: -0;
  }
}
@media screen and (min-width: 90em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0;
    margin-left: -0;
  }
}
.grid-padding-x > .cell {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 30em) {
  .grid-padding-x > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 77em) {
  .grid-padding-x > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .grid-padding-x > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.xsmall-up-1 > .cell {
  width: 100%;
}

.xsmall-up-2 > .cell {
  width: 50%;
}

.xsmall-up-3 > .cell {
  width: 33.3333333333%;
}

.xsmall-up-4 > .cell {
  width: 25%;
}

.xsmall-up-5 > .cell {
  width: 20%;
}

.xsmall-up-6 > .cell {
  width: 16.6666666667%;
}

.xsmall-up-7 > .cell {
  width: 14.2857142857%;
}

.xsmall-up-8 > .cell {
  width: 12.5%;
}

.xsmall-up-9 > .cell {
  width: 11.1111111111%;
}

.xsmall-up-10 > .cell {
  width: 10%;
}

.xsmall-up-11 > .cell {
  width: 9.0909090909%;
}

.xsmall-up-12 > .cell {
  width: 8.3333333333%;
}

@media print, screen and (min-width: 30em) {
  .small-up-1 > .cell {
    width: 100%;
  }
  .small-up-2 > .cell {
    width: 50%;
  }
  .small-up-3 > .cell {
    width: 33.3333333333%;
  }
  .small-up-4 > .cell {
    width: 25%;
  }
  .small-up-5 > .cell {
    width: 20%;
  }
  .small-up-6 > .cell {
    width: 16.6666666667%;
  }
  .small-up-7 > .cell {
    width: 14.2857142857%;
  }
  .small-up-8 > .cell {
    width: 12.5%;
  }
  .small-up-9 > .cell {
    width: 11.1111111111%;
  }
  .small-up-10 > .cell {
    width: 10%;
  }
  .small-up-11 > .cell {
    width: 9.0909090909%;
  }
  .small-up-12 > .cell {
    width: 8.3333333333%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
  .medium-up-9 > .cell {
    width: 11.1111111111%;
  }
  .medium-up-10 > .cell {
    width: 10%;
  }
  .medium-up-11 > .cell {
    width: 9.0909090909%;
  }
  .medium-up-12 > .cell {
    width: 8.3333333333%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
  .large-up-9 > .cell {
    width: 11.1111111111%;
  }
  .large-up-10 > .cell {
    width: 10%;
  }
  .large-up-11 > .cell {
    width: 9.0909090909%;
  }
  .large-up-12 > .cell {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 77em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
  .xlarge-up-9 > .cell {
    width: 11.1111111111%;
  }
  .xlarge-up-10 > .cell {
    width: 10%;
  }
  .xlarge-up-11 > .cell {
    width: 9.0909090909%;
  }
  .xlarge-up-12 > .cell {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
  .xxlarge-up-9 > .cell {
    width: 11.1111111111%;
  }
  .xxlarge-up-10 > .cell {
    width: 10%;
  }
  .xxlarge-up-11 > .cell {
    width: 9.0909090909%;
  }
  .xxlarge-up-12 > .cell {
    width: 8.3333333333%;
  }
}
.grid-margin-x.xsmall-up-1 > .cell {
  width: 100%;
}

.grid-margin-x.xsmall-up-2 > .cell {
  width: 50%;
}

.grid-margin-x.xsmall-up-3 > .cell {
  width: 33.3333333333%;
}

.grid-margin-x.xsmall-up-4 > .cell {
  width: 25%;
}

.grid-margin-x.xsmall-up-5 > .cell {
  width: 20%;
}

.grid-margin-x.xsmall-up-6 > .cell {
  width: 16.6666666667%;
}

.grid-margin-x.xsmall-up-7 > .cell {
  width: 14.2857142857%;
}

.grid-margin-x.xsmall-up-8 > .cell {
  width: 12.5%;
}

.grid-margin-x.xsmall-up-9 > .cell {
  width: 11.1111111111%;
}

.grid-margin-x.xsmall-up-10 > .cell {
  width: 10%;
}

.grid-margin-x.xsmall-up-11 > .cell {
  width: 9.0909090909%;
}

.grid-margin-x.xsmall-up-12 > .cell {
  width: 8.3333333333%;
}

@media print, screen and (min-width: 30em) {
  .grid-margin-x.xsmall-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.xsmall-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.xsmall-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.xsmall-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.xsmall-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.xsmall-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.xsmall-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.xsmall-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.xsmall-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.xsmall-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.xsmall-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.xsmall-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.small-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.small-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.small-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.small-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.small-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.small-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.small-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.small-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.small-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.small-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.small-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.small-up-12 > .cell {
    width: 8.3333333333%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x.xsmall-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.small-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.xsmall-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.small-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.xsmall-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.small-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.xsmall-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.small-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.xsmall-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.small-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.xsmall-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.small-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.xsmall-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.small-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.xsmall-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.small-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.xsmall-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.small-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.xsmall-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.small-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.xsmall-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.small-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.xsmall-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.small-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.medium-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.medium-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.medium-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.medium-up-12 > .cell {
    width: 8.3333333333%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.xsmall-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.small-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.xsmall-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.small-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.xsmall-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.small-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.xsmall-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.small-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.xsmall-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.small-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.xsmall-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.small-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.xsmall-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.small-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.xsmall-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.small-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.xsmall-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.small-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.medium-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.xsmall-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.small-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.medium-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.xsmall-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.small-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.medium-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.xsmall-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.small-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.medium-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.large-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.large-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.large-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.large-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.large-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.large-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.large-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.large-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.large-up-12 > .cell {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 77em) {
  .grid-margin-x.xsmall-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.small-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.large-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.xsmall-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.small-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.large-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.xsmall-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.small-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.xsmall-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.small-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.large-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.xsmall-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.small-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.large-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.xsmall-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.small-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.xsmall-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.small-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.xsmall-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.small-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.large-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.xsmall-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.small-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.medium-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.large-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.xsmall-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.small-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.medium-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.large-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.xsmall-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.small-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.medium-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.large-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.xsmall-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.small-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.medium-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.large-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.xlarge-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.xlarge-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.xlarge-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.xlarge-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.xlarge-up-12 > .cell {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xsmall-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.small-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.large-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.xlarge-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.xsmall-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.small-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.large-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.xsmall-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.small-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.xsmall-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.small-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.large-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.xsmall-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.small-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.large-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.xsmall-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.small-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.xsmall-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.small-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.xsmall-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.small-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.large-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.xsmall-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.small-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.medium-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.large-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.xlarge-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.xsmall-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.small-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.medium-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.large-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.xlarge-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.xsmall-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.small-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.medium-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.large-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.xlarge-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.xsmall-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.small-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.medium-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.large-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.xlarge-up-12 > .cell {
    width: 8.3333333333%;
  }
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: 100%;
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: 50%;
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: 20%;
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.xxlarge-up-9 > .cell {
    width: 11.1111111111%;
  }
  .grid-margin-x.xxlarge-up-10 > .cell {
    width: 10%;
  }
  .grid-margin-x.xxlarge-up-11 > .cell {
    width: 9.0909090909%;
  }
  .grid-margin-x.xxlarge-up-12 > .cell {
    width: 8.3333333333%;
  }
}
.xsmall-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.xsmall-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.xsmall-margin-collapse > .xsmall-1 {
  width: 8.3333333333%;
}
.xsmall-margin-collapse > .xsmall-2 {
  width: 16.6666666667%;
}
.xsmall-margin-collapse > .xsmall-3 {
  width: 25%;
}
.xsmall-margin-collapse > .xsmall-4 {
  width: 33.3333333333%;
}
.xsmall-margin-collapse > .xsmall-5 {
  width: 41.6666666667%;
}
.xsmall-margin-collapse > .xsmall-6 {
  width: 50%;
}
.xsmall-margin-collapse > .xsmall-7 {
  width: 58.3333333333%;
}
.xsmall-margin-collapse > .xsmall-8 {
  width: 66.6666666667%;
}
.xsmall-margin-collapse > .xsmall-9 {
  width: 75%;
}
.xsmall-margin-collapse > .xsmall-10 {
  width: 83.3333333333%;
}
.xsmall-margin-collapse > .xsmall-11 {
  width: 91.6666666667%;
}
.xsmall-margin-collapse > .xsmall-12 {
  width: 100%;
}
@media print, screen and (min-width: 30em) {
  .xsmall-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .small-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .small-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .small-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .xsmall-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .xsmall-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .large-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .large-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .large-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 77em) {
  .xsmall-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xsmall-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xsmall-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xsmall-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xsmall-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xsmall-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xsmall-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xsmall-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xsmall-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xsmall-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.xsmall-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.xsmall-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 30em) {
  .small-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 30em) {
  .small-margin-collapse > .xsmall-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .small-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .small-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .small-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 30em) {
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .small-3 {
    width: 25%;
  }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .small-6 {
    width: 50%;
  }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .small-9 {
    width: 75%;
  }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 77em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 30em) {
  .small-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .xsmall-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 77em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .xsmall-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .large-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .large-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .large-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 77em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 77em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 77em) {
  .xlarge-margin-collapse > .xsmall-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}
@media screen and (min-width: 77em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 77em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 77em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 77em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 77em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xsmall-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.xsmall-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .xsmall-offset-0 {
  margin-left: calc(0% + 0rem / 2);
}

.xsmall-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .xsmall-offset-1 {
  margin-left: calc(8.3333333333% + 0rem / 2);
}

.xsmall-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .xsmall-offset-2 {
  margin-left: calc(16.6666666667% + 0rem / 2);
}

.xsmall-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .xsmall-offset-3 {
  margin-left: calc(25% + 0rem / 2);
}

.xsmall-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .xsmall-offset-4 {
  margin-left: calc(33.3333333333% + 0rem / 2);
}

.xsmall-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .xsmall-offset-5 {
  margin-left: calc(41.6666666667% + 0rem / 2);
}

.xsmall-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .xsmall-offset-6 {
  margin-left: calc(50% + 0rem / 2);
}

.xsmall-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .xsmall-offset-7 {
  margin-left: calc(58.3333333333% + 0rem / 2);
}

.xsmall-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .xsmall-offset-8 {
  margin-left: calc(66.6666666667% + 0rem / 2);
}

.xsmall-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .xsmall-offset-9 {
  margin-left: calc(75% + 0rem / 2);
}

.xsmall-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .xsmall-offset-10 {
  margin-left: calc(83.3333333333% + 0rem / 2);
}

.xsmall-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .xsmall-offset-11 {
  margin-left: calc(91.6666666667% + 0rem / 2);
}

@media print, screen and (min-width: 30em) {
  .small-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 0rem / 2);
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .small-offset-1 {
    margin-left: calc(8.3333333333% + 0rem / 2);
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .small-offset-2 {
    margin-left: calc(16.6666666667% + 0rem / 2);
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0rem / 2);
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .small-offset-4 {
    margin-left: calc(33.3333333333% + 0rem / 2);
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .small-offset-5 {
    margin-left: calc(41.6666666667% + 0rem / 2);
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0rem / 2);
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .small-offset-7 {
    margin-left: calc(58.3333333333% + 0rem / 2);
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .small-offset-8 {
    margin-left: calc(66.6666666667% + 0rem / 2);
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0rem / 2);
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .small-offset-10 {
    margin-left: calc(83.3333333333% + 0rem / 2);
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .small-offset-11 {
    margin-left: calc(91.6666666667% + 0rem / 2);
  }
}
@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0rem / 2);
  }
}
@media screen and (min-width: 77em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .xsmall-shrink, .grid-y > .xsmall-full, .grid-y > .xsmall-1, .grid-y > .xsmall-2, .grid-y > .xsmall-3, .grid-y > .xsmall-4, .grid-y > .xsmall-5, .grid-y > .xsmall-6, .grid-y > .xsmall-7, .grid-y > .xsmall-8, .grid-y > .xsmall-9, .grid-y > .xsmall-10, .grid-y > .xsmall-11, .grid-y > .xsmall-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 30em) {
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 77em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .xsmall-12, .grid-y > .xsmall-11, .grid-y > .xsmall-10, .grid-y > .xsmall-9, .grid-y > .xsmall-8, .grid-y > .xsmall-7, .grid-y > .xsmall-6, .grid-y > .xsmall-5, .grid-y > .xsmall-4, .grid-y > .xsmall-3, .grid-y > .xsmall-2, .grid-y > .xsmall-1 {
  flex: 0 0 auto;
}
.grid-y > .xsmall-1 {
  height: 8.3333333333%;
}
.grid-y > .xsmall-2 {
  height: 16.6666666667%;
}
.grid-y > .xsmall-3 {
  height: 25%;
}
.grid-y > .xsmall-4 {
  height: 33.3333333333%;
}
.grid-y > .xsmall-5 {
  height: 41.6666666667%;
}
.grid-y > .xsmall-6 {
  height: 50%;
}
.grid-y > .xsmall-7 {
  height: 58.3333333333%;
}
.grid-y > .xsmall-8 {
  height: 66.6666666667%;
}
.grid-y > .xsmall-9 {
  height: 75%;
}
.grid-y > .xsmall-10 {
  height: 83.3333333333%;
}
.grid-y > .xsmall-11 {
  height: 91.6666666667%;
}
.grid-y > .xsmall-12 {
  height: 100%;
}
@media print, screen and (min-width: 30em) {
  .grid-y > .small-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1, .grid-y > .small-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .small-shrink {
    height: auto;
  }
  .grid-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-y > .small-3 {
    height: 25%;
  }
  .grid-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-y > .small-6 {
    height: 50%;
  }
  .grid-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-y > .small-9 {
    height: 75%;
  }
  .grid-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-y > .small-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 77em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0;
  margin-bottom: -0;
}
@media print, screen and (min-width: 30em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media screen and (min-width: 77em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media screen and (min-width: 90em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
.grid-padding-y > .cell {
  padding-top: 0;
  padding-bottom: 0;
}
@media print, screen and (min-width: 30em) {
  .grid-padding-y > .cell {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 77em) {
  .grid-padding-y > .cell {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 90em) {
  .grid-padding-y > .cell {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.grid-margin-y {
  margin-top: -0;
  margin-bottom: -0;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media screen and (min-width: 77em) {
  .grid-margin-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
.grid-margin-y > .cell {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 77em) {
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .xsmall-1 {
  height: 8.3333333333%;
}
.grid-margin-y > .xsmall-2 {
  height: 16.6666666667%;
}
.grid-margin-y > .xsmall-3 {
  height: 25%;
}
.grid-margin-y > .xsmall-4 {
  height: 33.3333333333%;
}
.grid-margin-y > .xsmall-5 {
  height: 41.6666666667%;
}
.grid-margin-y > .xsmall-6 {
  height: 50%;
}
.grid-margin-y > .xsmall-7 {
  height: 58.3333333333%;
}
.grid-margin-y > .xsmall-8 {
  height: 66.6666666667%;
}
.grid-margin-y > .xsmall-9 {
  height: 75%;
}
.grid-margin-y > .xsmall-10 {
  height: 83.3333333333%;
}
.grid-margin-y > .xsmall-11 {
  height: 91.6666666667%;
}
.grid-margin-y > .xsmall-12 {
  height: 100%;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xsmall-3 {
    height: 25%;
  }
  .grid-margin-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xsmall-6 {
    height: 50%;
  }
  .grid-margin-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xsmall-9 {
    height: 75%;
  }
  .grid-margin-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xsmall-12 {
    height: 100%;
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .small-3 {
    height: 25%;
  }
  .grid-margin-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .small-6 {
    height: 50%;
  }
  .grid-margin-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .small-9 {
    height: 75%;
  }
  .grid-margin-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .small-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xsmall-3 {
    height: 25%;
  }
  .grid-margin-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xsmall-6 {
    height: 50%;
  }
  .grid-margin-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xsmall-9 {
    height: 75%;
  }
  .grid-margin-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xsmall-12 {
    height: 100%;
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .small-3 {
    height: 25%;
  }
  .grid-margin-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .small-6 {
    height: 50%;
  }
  .grid-margin-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .small-9 {
    height: 75%;
  }
  .grid-margin-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .small-12 {
    height: 100%;
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .medium-3 {
    height: 25%;
  }
  .grid-margin-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .medium-6 {
    height: 50%;
  }
  .grid-margin-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .medium-9 {
    height: 75%;
  }
  .grid-margin-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xsmall-3 {
    height: 25%;
  }
  .grid-margin-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xsmall-6 {
    height: 50%;
  }
  .grid-margin-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xsmall-9 {
    height: 75%;
  }
  .grid-margin-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xsmall-12 {
    height: 100%;
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .small-3 {
    height: 25%;
  }
  .grid-margin-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .small-6 {
    height: 50%;
  }
  .grid-margin-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .small-9 {
    height: 75%;
  }
  .grid-margin-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .small-12 {
    height: 100%;
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .medium-3 {
    height: 25%;
  }
  .grid-margin-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .medium-6 {
    height: 50%;
  }
  .grid-margin-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .medium-9 {
    height: 75%;
  }
  .grid-margin-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .medium-12 {
    height: 100%;
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .large-3 {
    height: 25%;
  }
  .grid-margin-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .large-6 {
    height: 50%;
  }
  .grid-margin-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .large-9 {
    height: 75%;
  }
  .grid-margin-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 77em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xsmall-3 {
    height: 25%;
  }
  .grid-margin-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xsmall-6 {
    height: 50%;
  }
  .grid-margin-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xsmall-9 {
    height: 75%;
  }
  .grid-margin-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xsmall-12 {
    height: 100%;
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .small-3 {
    height: 25%;
  }
  .grid-margin-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .small-6 {
    height: 50%;
  }
  .grid-margin-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .small-9 {
    height: 75%;
  }
  .grid-margin-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .small-12 {
    height: 100%;
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .medium-3 {
    height: 25%;
  }
  .grid-margin-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .medium-6 {
    height: 50%;
  }
  .grid-margin-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .medium-9 {
    height: 75%;
  }
  .grid-margin-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .medium-12 {
    height: 100%;
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .large-3 {
    height: 25%;
  }
  .grid-margin-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .large-6 {
    height: 50%;
  }
  .grid-margin-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .large-9 {
    height: 75%;
  }
  .grid-margin-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .large-12 {
    height: 100%;
  }
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xlarge-3 {
    height: 25%;
  }
  .grid-margin-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xlarge-6 {
    height: 50%;
  }
  .grid-margin-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xlarge-9 {
    height: 75%;
  }
  .grid-margin-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xsmall-3 {
    height: 25%;
  }
  .grid-margin-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xsmall-6 {
    height: 50%;
  }
  .grid-margin-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xsmall-9 {
    height: 75%;
  }
  .grid-margin-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xsmall-12 {
    height: 100%;
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .small-3 {
    height: 25%;
  }
  .grid-margin-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .small-6 {
    height: 50%;
  }
  .grid-margin-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .small-9 {
    height: 75%;
  }
  .grid-margin-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .small-12 {
    height: 100%;
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .medium-3 {
    height: 25%;
  }
  .grid-margin-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .medium-6 {
    height: 50%;
  }
  .grid-margin-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .medium-9 {
    height: 75%;
  }
  .grid-margin-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .medium-12 {
    height: 100%;
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .large-3 {
    height: 25%;
  }
  .grid-margin-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .large-6 {
    height: 50%;
  }
  .grid-margin-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .large-9 {
    height: 75%;
  }
  .grid-margin-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .large-12 {
    height: 100%;
  }
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xlarge-3 {
    height: 25%;
  }
  .grid-margin-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xlarge-6 {
    height: 50%;
  }
  .grid-margin-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xlarge-9 {
    height: 75%;
  }
  .grid-margin-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xlarge-12 {
    height: 100%;
  }
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-margin-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-margin-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-margin-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 30em) {
  .small-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .small-grid-frame {
    width: 100%;
  }
  .small-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .small-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .small-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .small-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 77em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 30em) {
  .grid-y.small-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 77em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 30em) {
  .cell .grid-y.small-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 77em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0;
  margin-bottom: -0;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media screen and (min-width: 77em) {
  .grid-margin-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y {
    margin-top: -0;
    margin-bottom: -0;
  }
}
.grid-margin-y > .cell {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 77em) {
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .xsmall-1 {
  height: 8.3333333333%;
}
.grid-margin-y > .xsmall-2 {
  height: 16.6666666667%;
}
.grid-margin-y > .xsmall-3 {
  height: 25%;
}
.grid-margin-y > .xsmall-4 {
  height: 33.3333333333%;
}
.grid-margin-y > .xsmall-5 {
  height: 41.6666666667%;
}
.grid-margin-y > .xsmall-6 {
  height: 50%;
}
.grid-margin-y > .xsmall-7 {
  height: 58.3333333333%;
}
.grid-margin-y > .xsmall-8 {
  height: 66.6666666667%;
}
.grid-margin-y > .xsmall-9 {
  height: 75%;
}
.grid-margin-y > .xsmall-10 {
  height: 83.3333333333%;
}
.grid-margin-y > .xsmall-11 {
  height: 91.6666666667%;
}
.grid-margin-y > .xsmall-12 {
  height: 100%;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xsmall-3 {
    height: 25%;
  }
  .grid-margin-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xsmall-6 {
    height: 50%;
  }
  .grid-margin-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xsmall-9 {
    height: 75%;
  }
  .grid-margin-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xsmall-12 {
    height: 100%;
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .small-3 {
    height: 25%;
  }
  .grid-margin-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .small-6 {
    height: 50%;
  }
  .grid-margin-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .small-9 {
    height: 75%;
  }
  .grid-margin-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .small-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xsmall-3 {
    height: 25%;
  }
  .grid-margin-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xsmall-6 {
    height: 50%;
  }
  .grid-margin-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xsmall-9 {
    height: 75%;
  }
  .grid-margin-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xsmall-12 {
    height: 100%;
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .small-3 {
    height: 25%;
  }
  .grid-margin-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .small-6 {
    height: 50%;
  }
  .grid-margin-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .small-9 {
    height: 75%;
  }
  .grid-margin-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .small-12 {
    height: 100%;
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .medium-3 {
    height: 25%;
  }
  .grid-margin-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .medium-6 {
    height: 50%;
  }
  .grid-margin-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .medium-9 {
    height: 75%;
  }
  .grid-margin-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xsmall-3 {
    height: 25%;
  }
  .grid-margin-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xsmall-6 {
    height: 50%;
  }
  .grid-margin-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xsmall-9 {
    height: 75%;
  }
  .grid-margin-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xsmall-12 {
    height: 100%;
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .small-3 {
    height: 25%;
  }
  .grid-margin-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .small-6 {
    height: 50%;
  }
  .grid-margin-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .small-9 {
    height: 75%;
  }
  .grid-margin-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .small-12 {
    height: 100%;
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .medium-3 {
    height: 25%;
  }
  .grid-margin-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .medium-6 {
    height: 50%;
  }
  .grid-margin-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .medium-9 {
    height: 75%;
  }
  .grid-margin-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .medium-12 {
    height: 100%;
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .large-3 {
    height: 25%;
  }
  .grid-margin-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .large-6 {
    height: 50%;
  }
  .grid-margin-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .large-9 {
    height: 75%;
  }
  .grid-margin-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 77em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xsmall-3 {
    height: 25%;
  }
  .grid-margin-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xsmall-6 {
    height: 50%;
  }
  .grid-margin-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xsmall-9 {
    height: 75%;
  }
  .grid-margin-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xsmall-12 {
    height: 100%;
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .small-3 {
    height: 25%;
  }
  .grid-margin-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .small-6 {
    height: 50%;
  }
  .grid-margin-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .small-9 {
    height: 75%;
  }
  .grid-margin-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .small-12 {
    height: 100%;
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .medium-3 {
    height: 25%;
  }
  .grid-margin-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .medium-6 {
    height: 50%;
  }
  .grid-margin-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .medium-9 {
    height: 75%;
  }
  .grid-margin-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .medium-12 {
    height: 100%;
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .large-3 {
    height: 25%;
  }
  .grid-margin-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .large-6 {
    height: 50%;
  }
  .grid-margin-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .large-9 {
    height: 75%;
  }
  .grid-margin-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .large-12 {
    height: 100%;
  }
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xlarge-3 {
    height: 25%;
  }
  .grid-margin-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xlarge-6 {
    height: 50%;
  }
  .grid-margin-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xlarge-9 {
    height: 75%;
  }
  .grid-margin-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xsmall-3 {
    height: 25%;
  }
  .grid-margin-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xsmall-6 {
    height: 50%;
  }
  .grid-margin-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xsmall-9 {
    height: 75%;
  }
  .grid-margin-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xsmall-12 {
    height: 100%;
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .small-3 {
    height: 25%;
  }
  .grid-margin-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .small-6 {
    height: 50%;
  }
  .grid-margin-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .small-9 {
    height: 75%;
  }
  .grid-margin-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .small-12 {
    height: 100%;
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .medium-3 {
    height: 25%;
  }
  .grid-margin-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .medium-6 {
    height: 50%;
  }
  .grid-margin-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .medium-9 {
    height: 75%;
  }
  .grid-margin-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .medium-12 {
    height: 100%;
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .large-3 {
    height: 25%;
  }
  .grid-margin-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .large-6 {
    height: 50%;
  }
  .grid-margin-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .large-9 {
    height: 75%;
  }
  .grid-margin-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .large-12 {
    height: 100%;
  }
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xlarge-3 {
    height: 25%;
  }
  .grid-margin-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xlarge-6 {
    height: 50%;
  }
  .grid-margin-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xlarge-9 {
    height: 75%;
  }
  .grid-margin-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xlarge-12 {
    height: 100%;
  }
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-margin-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-margin-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-margin-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-margin-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-margin-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-margin-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-margin-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-margin-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-margin-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-margin-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-margin-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 0rem);
}
@media print, screen and (min-width: 30em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0rem);
  }
}
@media screen and (min-width: 77em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0rem);
  }
}

@media print, screen and (min-width: 30em) {
  .grid-margin-y.small-grid-frame {
    height: calc(100vh + 0rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 0rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 0rem);
  }
}
@media screen and (min-width: 77em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 0rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 0rem);
  }
}
