@charset "UTF-8";
/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

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

button,
input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  line-height: inherit;
  font: inherit;
  resize: none;
  letter-spacing: inherit;
  color: inherit; }
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

figure {
  margin: 0;
  padding: 0; }

button {
  cursor: pointer; }

dl, dt, dd {
  margin: 0;
  display: block; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@font-face {
  font-family: "Domaine";
  src: url("../font/DomaineDisplayWeb-Regular.woff") format("woff"), url("../font/DomaineDisplayWeb-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "GT America";
  src: url("../font/GT-America-Extended-Bold.woff") format("woff"), url("../font/GT-America-Extended-Bold.woff2") format("woff2"); }

body {
  font-family: "Domaine", "Times New Roman", serif;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px; }

@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 16px; } }
  @media (min-width: 1024px) {
    body {
      font-size: 12px; } }
  @media (min-width: 1280px) {
    body {
      font-size: 14px; } }
  @media (min-width: 2000px) {
    body {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0; }

a {
  color: inherit;
  text-decoration: none; }

p {
  margin: 0; }

::-moz-selection {
  background-color: #fff;
  color: #000; }

::selection {
  background-color: #fff;
  color: #000; }

.t-uc,
.text-section h3 {
  font-family: 'GT America';
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media (max-width: 767px) {
    .t-uc,
    .text-section h3 {
      font-size: 11px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .t-uc,
  .text-section h3 {
    font-size: 14px; } }

.t-display {
  font-family: 'Domaine';
  line-height: 1;
  text-transform: none;
  letter-spacing: 0.06em; }
  @media (max-width: 567px) {
    .t-display {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .t-display {
      font-size: 32px;
      letter-spacing: 0.03em; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .t-display {
    font-size: 75px; } }
  @media (min-width: 1024px) {
    .t-display {
      font-size: 51px; } }
  @media (min-width: 1280px) {
    .t-display {
      font-size: 64px; } }
  @media (min-width: 2000px) {
    .t-display {
      font-size: 72px; } }

.t-large {
  font-size: 18px;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .t-large {
      font-size: 26px; } }
  @media (min-width: 1024px) {
    .t-large {
      font-size: 20px; } }
  @media (min-width: 1280px) {
    .t-large {
      font-size: 25px; } }
  @media (min-width: 2000px) {
    .t-large {
      font-size: 28px; } }

.text-statement {
  text-align: center;
  margin: 0 -.2em;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .text-statement {
      font-size: 11px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .text-statement {
    font-size: 25px; } }
  .text-statement .t-display {
    line-height: 1;
    margin: 0 .2em; }
  .text-statement a {
    position: relative; }
    .text-statement a:after {
      content: '';
      position: absolute;
      bottom: .1em;
      right: 0;
      left: 0;
      display: block;
      height: 3px;
      width: 100%;
      -webkit-transition: background-color 250ms;
      -o-transition: background-color 250ms;
      transition: background-color 250ms; }
      @media (max-width: 767px) {
        .text-statement a:after {
          height: 2px; } }
    .text-statement a:hover:after {
      background-color: #000; }

.text-section {
  width: 100%;
  max-width: 36em;
  margin: 0 auto; }
  .text-section.text-section--wide {
    max-width: 43.75em; }
  .text-section > p,
  .text-section > ul,
  .text-section > ol {
    line-height: 1.25;
    letter-spacing: 0.06em; }
    .text-section > p + p,
    .text-section > p + h3,
    .text-section > ul + p,
    .text-section > ul + h3,
    .text-section > ol + p,
    .text-section > ol + h3 {
      margin-top: 1.25rem; }
  .text-section ul li:before {
    content: '– '; }
  .text-section .text-section__title {
    margin-bottom: 1.25rem; }
  .text-section p a {
    border-bottom: 1px solid;
    padding-bottom: 1px;
    -webkit-transition: border-color 250ms;
    -o-transition: border-color 250ms;
    transition: border-color 250ms; }
    .text-section p a:not([href^="mailto:"]):hover {
      border-color: transparent; }
    .text-section p a[href^="mailto:"] {
      border-color: transparent; }
      .text-section p a[href^="mailto:"]:hover {
        border-color: #000; }
  .text-section h3,
  .text-section .t-uc,
  .text-section blockquote {
    line-height: 1.3125; }
  .text-section blockquote {
    font-family: 'GT America';
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    max-width: 23em;
    margin: 1.4rem auto; }

@media (min-width: 768px) and (max-width: 1023px) {
  .text-section blockquote {
    font-size: 14px; } }
  .text-section p:first-child,
  .text-section blockquote:first-child {
    margin-top: 0; }
  .text-section p:last-child,
  .text-section blockquote:last-child {
    margin-bottom: 0; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1; }

.lazyload--fade {
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms; }

/* This used to work for the parent element of button divs */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

:root {
  --ios-gap: 0px; }

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

html,
body,
.site,
.content {
  width: 100%;
  height: 100%; }

.content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.homepage-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%; }
  @media (max-width: 1023px) {
    .homepage-nav {
      display: none; } }

.homepage-nav__single {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8d2c9), to(#f6a19e));
  background-image: -webkit-linear-gradient(top, #f8d2c9, #f6a19e);
  background-image: -o-linear-gradient(top, #f8d2c9, #f6a19e);
  background-image: linear-gradient(to bottom, #f8d2c9, #f6a19e);
  opacity: 0;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms; }
  .homepage-nav__single:first-child {
    margin-left: 20%; }

.is-home .homepage-nav__single:hover {
  opacity: 1; }

.page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8d2c9), to(#f6a19e));
  background-image: -webkit-linear-gradient(top, #f8d2c9, #f6a19e);
  background-image: -o-linear-gradient(top, #f8d2c9, #f6a19e);
  background-image: linear-gradient(to bottom, #f8d2c9, #f6a19e);
  height: 100%;
  position: relative;
  z-index: 2; }

.page-scroller {
  position: relative;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 767px) {
    .page-scroller {
      -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50px, black 67px);
              mask-image: linear-gradient(rgba(0, 0, 0, 0) 50px, black 67px); } }

@media (min-width: 768px) and (max-width: 1023px) {
  .page-scroller {
    -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60px, black 120px);
            mask-image: linear-gradient(rgba(0, 0, 0, 0) 60px, black 120px); } }
  @media (min-width: 1024px) {
    .page-scroller {
      -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 45px, black 90px);
              mask-image: linear-gradient(rgba(0, 0, 0, 0) 45px, black 90px); } }
  @media (min-width: 1280px) {
    .page-scroller {
      -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 55px, black 110px);
              mask-image: linear-gradient(rgba(0, 0, 0, 0) 55px, black 110px); } }
  @media (min-width: 2000px) {
    .page-scroller {
      -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 62.5px, black 125px);
              mask-image: linear-gradient(rgba(0, 0, 0, 0) 62.5px, black 125px); } }

@media (min-width: 1024px) {
  .page--who,
  .page--default,
  .page--404 {
    width: 80%;
    margin-left: 20%; }
  .page--what {
    width: 60%;
    margin-left: 40%; }
  .page--where {
    width: 40%;
    margin-left: 60%; }
  .page--hi {
    width: 20%;
    margin-left: 80%; } }

.page-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.page-section__inner {
  width: 100%;
  min-height: 100vh;
  min-height: calc(100vh - var(--ios-gap));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .page-section__inner {
      padding: 94px 24px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .page-section__inner {
    padding: 210px 32px; } }
  @media (min-width: 1024px) {
    .page-section__inner {
      padding: 90px 32px; } }
  @media (min-width: 1280px) {
    .page-section__inner {
      padding: 110px 50px; } }
  @media (min-width: 2000px) {
    .page-section__inner {
      padding: 125px 50px; } }

.section-image {
  display: block; }
  @media (max-width: 767px) {
    .section-image {
      margin: 24px auto;
      width: 120px;
      height: 120px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .section-image {
    margin: 64px auto;
    width: 180px;
    height: 180px; } }
  @media (min-width: 1024px) {
    .section-image {
      margin: 22px auto;
      width: 180px;
      height: 180px; } }
  @media (min-width: 1280px) {
    .section-image {
      margin: 28px auto; } }
  @media (min-width: 2000px) {
    .section-image {
      margin: 32px auto;
      width: 200px;
      height: 200px; } }
  .section-image:first-child {
    margin-top: 0; }

.page-section__text {
  text-align: center; }

@media (min-width: 1024px) {
  .page-title {
    text-align: center;
    margin-bottom: 1.25rem; } }

@media (max-width: 1023px) {
  .sticky-page-title,
  .page-title {
    position: fixed;
    z-index: 10;
    top: 120px;
    left: 32px;
    font-size: 18px;
    border-bottom: 2px solid;
    padding-bottom: 2px; } }

@media (max-width: 767px) {
  .sticky-page-title,
  .page-title {
    font-size: 14px;
    top: 64px;
    left: 24px; } }

@media (min-width: 1024px) {
  .sticky-page-title,
  .page-title {
    display: none; } }

.proceed-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms; }
  @media (max-width: 767px) {
    .proceed-arrow {
      bottom: 24px;
      width: 26px;
      height: 26px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .proceed-arrow {
    bottom: 32px;
    width: 40px;
    height: 40px; } }
  @media (min-width: 1024px) {
    .proceed-arrow {
      bottom: 22px;
      width: 32px;
      height: 32px; } }
  @media (min-width: 1280px) {
    .proceed-arrow {
      bottom: 28px; } }
  @media (min-width: 2000px) {
    .proceed-arrow {
      bottom: 32px; } }
  .proceed-arrow.is-hidden {
    opacity: 0;
    pointer-events: none; }
  .proceed-arrow svg {
    display: block;
    width: 100%;
    height: 100%; }
  .proceed-arrow:hover .proceed-arrow__bg {
    opacity: 0.3; }
  .proceed-arrow .proceed-arrow__bg {
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms; }

.page-section__key-points {
  width: 100%;
  max-width: 36.25em;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .page-section__key-points {
      max-width: 33em; } }
  @media (min-width: 1024px) {
    .page-section__key-points {
      max-width: 36em; } }

.key-points {
  text-align: center; }

.key-points__title {
  margin: 32px 0 22px; }
  @media (min-width: 1280px) {
    .key-points__title {
      margin: 50px 0 28px; } }
  @media (min-width: 2000px) {
    .key-points__title {
      margin: 50px 0 32px; } }

@media (max-width: 1023px) {
  .page-section__locations {
    width: 100%;
    max-width: 33em;
    margin: 0 auto; } }

.location__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .location__header sup {
    top: -.25em; }

.location__place {
  display: block; }
  .location__place h3 {
    display: inline-block;
    line-height: 1;
    margin-bottom: .25em;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    -webkit-transition: border-color 250ms;
    -o-transition: border-color 250ms;
    transition: border-color 250ms; }
  .location__place:hover h3 {
    border-color: #000; }
  .location__place + .location__place {
    margin-top: 1.25rem; }

.page--hi .sticky-page-title {
  display: block;
  position: absolute; }

.page--hi .proceed-arrow {
  display: none; }

.contact .page-section__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .contact .page-section__inner {
      padding-left: 32px;
      padding-right: 32px;
      padding-bottom: 32px; } }
  @media (min-width: 1024px) {
    .contact .page-section__inner {
      padding-left: 22px;
      padding-right: 22px;
      padding-bottom: 22px; } }
  @media (min-width: 1280px) {
    .contact .page-section__inner {
      padding-left: 28px;
      padding-right: 28px;
      padding-bottom: 28px; } }
  @media (min-width: 2000px) {
    .contact .page-section__inner {
      padding-left: 32px;
      padding-right: 32px;
      padding-bottom: 32px; } }

.contact .text-section h3 {
  font-size: 11px; }
  @media (min-width: 768px) {
    .contact .text-section h3 {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .contact .text-section h3 {
      font-size: 9px; } }
  @media (min-width: 1280px) {
    .contact .text-section h3 {
      font-size: 11px; } }
  @media (min-width: 2000px) {
    .contact .text-section h3 {
      font-size: 12px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .contact .text-section {
    margin-left: 0; } }

@media (max-width: 767px) {
  .contact .text-section {
    margin-left: 0; } }

.footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  margin-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1280px) {
    .footer {
      margin-top: 28px; } }
  @media (min-width: 2000px) {
    .footer {
      margin-top: 32px; } }
  .footer > a {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    -webkit-transition: border-color 250ms;
    -o-transition: border-color 250ms;
    transition: border-color 250ms; }
    .footer > a:hover {
      border-color: #000; }
  .footer .t-uc {
    font-size: 11px; }
    @media (min-width: 768px) {
      .footer .t-uc {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .footer .t-uc {
        font-size: 9px; } }
    @media (min-width: 1280px) {
      .footer .t-uc {
        font-size: 11px; } }
    @media (min-width: 2000px) {
      .footer .t-uc {
        font-size: 12px; } }

.social-icons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-icons a {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .social-icons a {
        margin-right: -3px; } }
    @media (min-width: 768px) {
      .social-icons a {
        width: 24px;
        height: 24px;
        margin-left: 20px; } }
    @media (min-width: 1024px) {
      .social-icons a {
        width: 12px;
        height: 12px;
        margin-left: 12px; } }
    @media (min-width: 1280px) {
      .social-icons a {
        width: 15px;
        height: 15px;
        margin-left: 15px; } }

@media (max-width: 1023px) {
  .page--default .page-section {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media (min-width: 1024px) {
  .page--default .page-title {
    display: block; } }

.page-not-found {
  text-align: center; }
  .page-not-found p {
    margin-top: 1.5em;
    line-height: 1.5; }
    .page-not-found p a {
      position: relative;
      display: inline-block; }
      .page-not-found p a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        -webkit-transition: background-color 250ms;
        -o-transition: background-color 250ms;
        transition: background-color 250ms; }
      .page-not-found p a:hover:after {
        background-color: transparent; }

@media (min-width: 1024px) {
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .col {
    width: 20%; } }

.background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.slats {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .slats canvas {
    width: 100vw;
    height: 100%; }

#v {
  width: 1280px;
  height: 720px;
  display: block;
  opacity: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

#c {
  width: 100%;
  height: 100%; }

.slat {
  width: 20%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .slat {
      width: 25%; }
      .slat:last-child {
        display: none; } }

.background--reveal {
  display: none; }

.first-load .background--reveal {
  display: block;
  z-index: 1; }

.first-load .background--reveal .slat {
  background-color: #fff;
  -webkit-animation: fadeOut 650ms;
          animation: fadeOut 650ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .first-load .background--reveal .slat:nth-child(1) {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  .first-load .background--reveal .slat:nth-child(2) {
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms; }
  .first-load .background--reveal .slat:nth-child(3) {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }
  .first-load .background--reveal .slat:nth-child(4) {
    -webkit-animation-delay: 750ms;
            animation-delay: 750ms; }
  .first-load .background--reveal .slat:nth-child(5) {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }

.slat__img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%; }
  @media (max-width: 1023px) {
    .slat:nth-child(1) .slat__img {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transform: translateX(calc(-50% + (3.75vw * 2)));
          -ms-transform: translateX(calc(-50% + (3.75vw * 2)));
              transform: translateX(calc(-50% + (3.75vw * 2))); }
    .slat:nth-child(2) .slat__img {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transform: translateX(calc(-50% + 3.75vw));
          -ms-transform: translateX(calc(-50% + 3.75vw));
              transform: translateX(calc(-50% + 3.75vw)); }
    .slat:nth-child(3) .slat__img {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      transform: translateX(-50%); }
    .slat:nth-child(4) .slat__img {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transform: translateX(calc(-50% - 3.75vw));
          -ms-transform: translateX(calc(-50% - 3.75vw));
              transform: translateX(calc(-50% - 3.75vw)); } }
  @media (min-width: 1024px) {
    .slat:nth-child(1) .slat__img {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transform: translateX(calc(-50% + (3.75vw * 3)));
          -ms-transform: translateX(calc(-50% + (3.75vw * 3)));
              transform: translateX(calc(-50% + (3.75vw * 3))); }
    .slat:nth-child(2) .slat__img {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transform: translateX(calc(-50% + (3.75vw * 2)));
          -ms-transform: translateX(calc(-50% + (3.75vw * 2)));
              transform: translateX(calc(-50% + (3.75vw * 2))); }
    .slat:nth-child(3) .slat__img {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transform: translateX(calc(-50% + 3.75vw));
          -ms-transform: translateX(calc(-50% + 3.75vw));
              transform: translateX(calc(-50% + 3.75vw)); }
    .slat:nth-child(4) .slat__img {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      transform: translateX(-50%); }
    .slat:nth-child(5) .slat__img {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transform: translateX(calc(-50% - 3.75vw));
          -ms-transform: translateX(calc(-50% - 3.75vw));
              transform: translateX(calc(-50% - 3.75vw)); } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  pointer-events: none; }
  .site-header a,
  .site-header button {
    pointer-events: all; }
  @media (max-width: 1023px) {
    .site-header .columns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

@media (min-width: 1024px) {
  .first-load .site-header .col {
    -webkit-animation: fadeIn 650ms;
            animation: fadeIn 650ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .first-load .site-header .col:nth-child(1) {
      -webkit-animation-delay: 800ms;
              animation-delay: 800ms; }
    .first-load .site-header .col:nth-child(2) {
      -webkit-animation-delay: 950ms;
              animation-delay: 950ms; }
    .first-load .site-header .col:nth-child(3) {
      -webkit-animation-delay: 1100ms;
              animation-delay: 1100ms; }
    .first-load .site-header .col:nth-child(4) {
      -webkit-animation-delay: 1250ms;
              animation-delay: 1250ms; }
    .first-load .site-header .col:nth-child(5) {
      -webkit-animation-delay: 1400ms;
              animation-delay: 1400ms; }
  .first-load .homepage-nav {
    -webkit-animation: fadeIn 650ms 650ms;
            animation: fadeIn 650ms 650ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; } }

.site-header__single {
  display: block;
  padding: 22px; }
  @media (max-width: 1023px) {
    .site-header__single {
      display: none; } }
  @media (min-width: 1280px) {
    .site-header__single {
      padding: 28px; } }
  @media (min-width: 2000px) {
    .site-header__single {
      padding: 32px; } }
  .site-header__single span {
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    -webkit-transition: 250ms border-color;
    -o-transition: 250ms border-color;
    transition: 250ms border-color; }
  .site-header__single.is-active span, .site-header__single:hover span {
    border-color: #000; }

.is-home .site-header__single {
  pointer-events: none; }

.site-header__logo {
  display: block;
  padding: 16px 14px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .site-header__logo {
    padding: 22px 18px; } }
  @media (min-width: 1024px) {
    .site-header__logo {
      padding: 22px 16px; } }
  @media (min-width: 1280px) {
    .site-header__logo {
      padding: 28px 20px; } }
  @media (min-width: 2000px) {
    .site-header__logo {
      padding: 32px 21px; } }

.logo {
  display: block;
  -webkit-transition: width 500ms cubic-bezier(0.19, 1, 0.22, 1), height 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 500ms cubic-bezier(0.19, 1, 0.22, 1), height 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 500ms cubic-bezier(0.19, 1, 0.22, 1), height 500ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media (max-width: 767px) {
    .logo {
      width: 80px;
      height: 35px; }
      .is-home .logo {
        width: 124px;
        height: 54px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .logo {
    width: 148px;
    height: 64px; } }
  @media (min-width: 1024px) {
    .logo {
      width: 106px;
      height: 57px; } }
  @media (min-width: 1280px) {
    .logo {
      width: 132px;
      height: 46px; } }
  @media (min-width: 2000px) {
    .logo {
      width: 150px;
      height: 65px; } }

.crop-circle {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

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

.video-clicker {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .video-clicker .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .video-clicker .play-icon svg {
      display: block;
      width: 100%;
      height: 100%; }
    @media (max-width: 767px) {
      .video-clicker .play-icon {
        bottom: 24px;
        width: 56px;
        height: 56px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .video-clicker .play-icon {
    width: 80px;
    height: 80px; } }
    @media (min-width: 1024px) {
      .video-clicker .play-icon {
        width: 56px;
        height: 56px; } }
    @media (min-width: 1280px) {
      .video-clicker .play-icon {
        width: 64px;
        height: 64px; } }
    @media (min-width: 2000px) {
      .video-clicker .play-icon {
        width: 68px;
        height: 68px; } }

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.85);
  display: none; }
  .is-video-active .video-overlay {
    display: block; }

.video-toggle {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0; }

@media (max-width: 767px) {
  .video-toggle {
    padding: 24px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .video-toggle {
    padding: 32px; } }

@media (min-width: 1024px) {
  .video-toggle {
    padding: 22px; } }

@media (min-width: 1280px) {
  .video-toggle {
    padding: 28px; } }

@media (min-width: 2000px) {
  .video-toggle {
    padding: 32px; } }

.video-overlay__inner {
  height: 100%;
  width: 100%; }
  @media (max-width: 767px) {
    .video-overlay__inner {
      padding: 59px 24px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .video-overlay__inner {
    padding: 78px 32px; } }
  @media (min-width: 1024px) {
    .video-overlay__inner {
      padding: 58px 22px; } }
  @media (min-width: 1280px) {
    .video-overlay__inner {
      padding: 70px 28px; } }
  @media (min-width: 2000px) {
    .video-overlay__inner {
      padding: 80px 32px; } }
  .video-overlay__inner iframe {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto; }

.embed-snippet {
  display: none; }

.page-section__grid {
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .page-section__grid {
      width: 85%;
      max-width: calc((100vh - 90px) * 1.33333);
      min-width: 585px; } }
  @media (min-width: 1280px) {
    .page-section__grid {
      width: 80%;
      max-width: calc((100vh - 110px) * 1.33333); } }
  @media (min-width: 2000px) {
    .page-section__grid {
      width: 70%;
      max-width: calc((100vh - 125px) * 1.33333); } }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 767px) {
    .grid {
      margin: -12px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .grid {
    margin: -16px; } }
  @media (min-width: 1024px) {
    .grid {
      margin: -16px; } }
  @media (min-width: 1280px) {
    .grid {
      margin: -25px; } }
  @media (min-width: 2000px) {
    .grid {
      margin: -25px; } }

.grid-item {
  width: 33.33%; }
  @media (max-width: 568px) {
    .grid-item {
      width: 50%; } }
  @media (max-width: 767px) {
    .grid-item {
      padding: 12px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .grid-item {
    padding: 16px; } }
  @media (min-width: 1024px) {
    .grid-item {
      padding: 16px; } }
  @media (min-width: 1280px) {
    .grid-item {
      padding: 25px; } }
  @media (min-width: 2000px) {
    .grid-item {
      padding: 25px; } }

.grid-item__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }
  .grid-item__inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .grid-item__inner:hover .grid-item__overlay {
    opacity: 1; }

.touchevents .grid-item__inner {
  cursor: pointer; }

div.grid-item__inner {
  cursor: default; }

.grid-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  font-size: 11px; }
  @media (max-width: 767px) {
    .grid-item__overlay {
      padding: 12px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .grid-item__overlay {
    padding: 16px; } }
  @media (min-width: 1024px) {
    .grid-item__overlay {
      padding: 11px;
      font-size: 9px; } }
  @media (min-width: 1280px) {
    .grid-item__overlay {
      padding: 14px;
      font-size: 11px; } }
  @media (min-width: 2000px) {
    .grid-item__overlay {
      padding: 16px;
      font-size: 12px; } }

.slideshow {
  position: relative;
  margin: 16px 0; }
  .slideshow:first-child {
    margin-top: 0; }
  .slideshow:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .slideshow {
      margin: 22px 0; } }
  @media (min-width: 1280px) {
    .slideshow {
      margin: 28px 0; } }
  @media (min-width: 2000px) {
    .slideshow {
      margin: 32px 0; } }

.slideshow__slide {
  visibility: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63%; }
  .flickity-enabled .slideshow__slide {
    visibility: visible; }
  .slideshow__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.flickity-page-dots {
  bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .flickity-page-dots {
      bottom: 14px; } }
  @media (min-width: 1280px) {
    .flickity-page-dots {
      bottom: 18px; } }
  .flickity-page-dots .dot {
    opacity: 0.8;
    margin: 0 4px;
    background-color: transparent;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    -webkit-transition: background-color 250ms;
    -o-transition: background-color 250ms;
    transition: background-color 250ms; }
    .flickity-page-dots .dot:only-child {
      display: none; }
    @media (max-width: 767px) {
      .flickity-page-dots .dot {
        margin: 0 3px;
        width: 7px;
        height: 7px; } }
    .flickity-page-dots .dot.is-selected {
      opacity: 0.8;
      background-color: #fff; }

.slideshow__caption {
  margin-top: 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .slideshow__caption {
      margin-top: 16px; } }
  @media (min-width: 1024px) {
    .slideshow__caption {
      margin-top: 10px; } }
  @media (min-width: 1280px) {
    .slideshow__caption {
      margin-top: 14px; } }

.accordion {
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  margin: 50px 0; }
  .accordion:first-child {
    margin-top: 0; }
  .accordion:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .accordion {
      margin: 70px 0; } }
  @media (min-width: 1024px) {
    .accordion {
      margin: 32px 0; } }
  @media (min-width: 1280px) {
    .accordion {
      margin: 50px 0; } }
  @media (min-width: 2000px) {
    .accordion {
      margin: 50px 0; } }

.accordion__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  height: 40px; }
  @media (min-width: 768px) {
    .accordion__header {
      height: 48px; } }
  @media (min-width: 1024px) {
    .accordion__header {
      height: 36px; } }
  @media (min-width: 1280px) {
    .accordion__header {
      height: 44px; } }
  @media (min-width: 2000px) {
    .accordion__header {
      height: 50px; } }
  .accordion__header .title {
    padding-top: 4px;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    -webkit-transition: border-color 250ms;
    -o-transition: border-color 250ms;
    transition: border-color 250ms; }
  .accordion__header:hover .title {
    border-color: #000; }
  .accordion__header .icon {
    position: relative;
    display: block;
    width: 8px;
    height: 8px; }
    @media (min-width: 768px) {
      .accordion__header .icon {
        width: 12px;
        height: 12px; } }
    @media (min-width: 1024px) {
      .accordion__header .icon {
        width: 10px;
        height: 10px; } }
    @media (min-width: 1280px) {
      .accordion__header .icon {
        width: 14px;
        height: 14px; } }
    .accordion__header .icon:before {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -1px; }
    .accordion__header .icon:after {
      content: '';
      display: block;
      height: 100%;
      width: 2px;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      -webkit-transition: opacity 250ms;
      -o-transition: opacity 250ms;
      transition: opacity 250ms; }

.accordion__group {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
  .accordion__group.is-active .accordion__content {
    display: block; }
  .accordion__group.is-active .accordion__header .icon:after {
    opacity: 0; }

.accordion__content {
  display: none; }
  .accordion__content .text-section {
    margin-left: 0; }

.accordion__content-inner {
  padding: 10px 0 16px; }
  @media (min-width: 1024px) {
    .accordion__content-inner {
      padding: 10px 0 16px; } }
  @media (min-width: 1280px) {
    .accordion__content-inner {
      padding: 10px 0 25px; } }
  @media (min-width: 2000px) {
    .accordion__content-inner {
      padding: 10px 0 25px; } }

[data-accordion-content] {
  overflow: hidden; }

@media (max-width: 767px) {
  .nav-toggle {
    padding: 24px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .nav-toggle {
    padding: 32px; } }

@media (min-width: 1024px) {
  .nav-toggle {
    display: none; } }

.nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8d2c9), to(#f6a19e));
  background-image: -webkit-linear-gradient(top, #f8d2c9, #f6a19e);
  background-image: -o-linear-gradient(top, #f8d2c9, #f6a19e);
  background-image: linear-gradient(to bottom, #f8d2c9, #f6a19e);
  display: none;
  -webkit-box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 767px) {
    .nav-overlay {
      width: 75%;
      padding: 24px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .nav-overlay {
    padding: 32px;
    width: 50%; } }
  @media (min-width: 1024px) {
    .nav-overlay {
      display: none !important; } }
  .is-nav-active .nav-overlay {
    display: block; }
  .nav-overlay .nav-toggle {
    position: absolute;
    top: 0;
    right: 0; }

.nav-overlay__menu {
  font-size: 14px; }
  .nav-overlay__menu li + li {
    margin-top: 18px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .nav-overlay__menu {
    font-size: 24px; }
    .nav-overlay__menu li + li {
      margin-top: 32px; } }
