@import url("https://use.typekit.net/jhh2ijf.css");
@font-face {
  font-family: "Unna Regular";
  src: url("/assets/fonts/Unna-Regular.woff2") format("woff2"), url("/assets/fonts/Unna-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Unna Italic";
  src: url("/assets/fonts/Unna-Italic.woff2") format("woff2"), url("/assets/fonts/Unna-Italic.woff") format("woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Unna Bold Italic";
  src: url("/assets/fonts/Unna-BoldItalic.woff2") format("woff2"), url("/assets/fonts/Unna-BoldItalic.woff") format("woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Unna Bold";
  src: url("/assets/fonts/Unna-Bold.woff2") format("woff2"), url("/assets/fonts/Unna-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 400; }

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

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

@-webkit-keyframes animTitle {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@keyframes animTitle {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

/*!
Theme Name: Flipp Theme Framework
Description: This is the framework that your theme is built on, please do not delete or activate this theme, it will break your site.
Author: FLIPP Advertising
Author URI: https://thinkflipp.com
Version: 1.0
Text Domain: flipp
*/
/*
 * Mixins ---
 * -------------------------- */
/* ###################################
 A FEW HELPERS
####################################*/
/** VARIABLES CREATED BY INIT FUNCTION **/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
 * Base Styles
 * ============= */
* {
  box-sizing: border-box; }

html,
html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

html {
  height: 100%; }

body {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  min-width: 320px;
  color: #1D1D1B;
  background-position: center;
  background-color: #FFFFFF;
  font-family: "quasimoda", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto; }

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

section {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #1D1D1B;
  color: white;
  text-shadow: none; }

::selection {
  background: #1D1D1B;
  color: white;
  text-shadow: none; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Fix default figure styles
 */
figure {
  margin: 0; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * Reset link color to inherit so it is pulled from the parent styles.
 */
a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/*
 * Reset link color to inherit so it is pulled from the parent styles.
 */
li,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.inline {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  color: inherit;
  background-color: transparent;
  text-decoration: none; }
  li:last-child,
  dt:last-child,
  dd:last-child,
  p:last-child,
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  .inline:last-child {
    margin-bottom: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  background-color: transparent; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*
 * Typography Styles
 * ================= */
/*
 * Page Layout
 * =========== */
.container {
  display: block;
  max-width: 1280px;
  min-width: 280px;
  width: 87.5%;
  margin: 0 auto; }

[class*="aspect-"].aspect-2x1::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50%; }

[class*="aspect-"].aspect-16x9::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%; }

[class*="aspect-"].aspect-16x10::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 62.5%; }

[class*="aspect-"].aspect-4x3::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%; }

[class*="aspect-"].aspect-1x1::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%; }

[class*="aspect-"].aspect-3x4::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 133.333334%; }

[class*="aspect-"].aspect-10x16::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 160%; }

[class*="aspect-"].aspect-9x16::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 177.7777778%; }

[class*="aspect-"].aspect-1x2::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 200%; }

/*
 * Modal Layout
 * =========== */
[data-modal] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(193, 193, 193, 0.62);
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  pointer-events: none;
  overflow: hidden;
  overflow-y: auto;
  transition: z-index 150ms 0ms linear, visibility 150ms 0ms linear, opacity 150ms 0ms linear; }
  [data-modal] > a {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default; }
  [data-modal] > [data-close] {
    position: absolute;
    width: 100%;
    height: 100%; }
  [data-modal] > *:not(a) {
    display: inline-block;
    background-color: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
  [data-modal] .modal-content {
    box-shadow: 0 24px 48px -16px black; }
  [data-modal]:target, [data-modal].open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 1000; }
  [data-modal] .content {
    text-align: center; }
  [data-modal] .close {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #1D1D1B;
    border: 8px solid #1D1D1B;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1001;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2035%2035%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M17.207,16.5L33.707,0C33.943,0.236%2034.179,0.471%2034.414,0.707L17.914,17.207L34.414,33.707L33.707,34.414L17.207,17.914L0.707,34.414L0,33.707L16.5,17.207L0,0.707L0.707,0L17.207,16.5Z%22%20/%3E%3C/svg%3E"); }
    @media screen and (min-width: 640px) {
      [data-modal] .close {
        bottom: auto;
        top: -20px;
        right: 8px; } }
  [data-modal] .close-txt {
    background-color: white;
    text-indent: -99999px;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-slider button {
  border: 0;
  outline: none;
  text-indent: -99999px;
  margin: 0;
  padding: 0; }

.slick-prev,
.slick-next {
  width: 53px;
  height: 53px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1D1D1B;
  background-size: 14px;
  top: 255px; }
  @media screen and (min-width: 768px) {
    .slick-prev,
    .slick-next {
      top: 33.20312vw; } }
  @media screen and (min-width: 1747px) {
    .slick-prev,
    .slick-next {
      top: 580px; } }
  @media screen and (min-width: 960px) {
    .slick-prev,
    .slick-next {
      display: none !important; } }

.slick-prev {
  right: 53px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2023%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M0,11.369L12.402,0L13.078,0.737L1.48,11.369L13.078,22L12.402,22.737C8.268,18.948%204.134,15.158%200,11.369Z%22%20/%3E%3C/svg%3E"); }

.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2023%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M13.078,11.369L0.676,22.737L0,22L11.598,11.369L0,0.737L0.676,0C4.81,3.79%208.944,7.579%2013.078,11.369Z%22%20/%3E%3C/svg%3E"); }

.slick-dots {
  text-align: right;
  margin-top: 13px;
  display: none !important; }
  @media screen and (min-width: 960px) {
    .slick-dots {
      width: 50%;
      display: block !important; } }
  .slick-dots li {
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
    border-radius: 100%; }
  .slick-dots button {
    background-color: #A2A2A2;
    width: 100%;
    height: 100%;
    border-radius: 100%; }
  .slick-dots .slick-active button {
    background-color: #1D1D1B; }

/*! lightgallery - v1.6.7 - 2018-02-11
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("fonts/lg.eot?n1z373");
  src: url("fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("fonts/lg.woff?n1z373") format("woff"), url("fonts/lg.ttf?n1z373") format("truetype"), url("fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23A2A2A2%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2023%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M13.078,11.369L0.676,22.737L0,22L11.598,11.369L0,0.737L0.676,0C4.81,3.79%208.944,7.579%2013.078,11.369Z%22%20/%3E%3C/svg%3E"); }

.lg-actions .lg-prev {
  left: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23A2A2A2%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2023%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M0,11.369L12.402,0L13.078,0.737L1.48,11.369L13.078,22L12.402,22.737C8.268,18.948%204.134,15.158%200,11.369Z%22%20/%3E%3C/svg%3E"); }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.95px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("images/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("images/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("images/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("images/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  background-color: #F6F6F6; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  display: none; }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  border-radius: 50%;
  display: block;
  height: 7px;
  width: 7px;
  background-color: #A2A2A2; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 0.85; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

body {
  font-size: 15px;
  font-size: 15px;
  line-height: 23px; }
  @media screen and (min-width: 960px) {
    body {
      font-size: 1.5625vw; } }
  @media screen and (min-width: 1024px) {
    body {
      font-size: 16px; } }
  @media screen and (min-width: 960px) {
    body {
      line-height: 2.39583vw; } }
  @media screen and (min-width: 1044px) {
    body {
      line-height: 25px; } }
  @media screen and (min-width: 960px) {
    body {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  body.no-scroll {
    overflow: hidden; }

p small {
  line-height: 17px;
  display: inline-block; }

.bg-white {
  background-color: #FFFFFF;
  color: #1D1D1B; }

.bg-black {
  background-color: #1D1D1B;
  color: #FFFFFF; }

.bg-grey {
  background-color: #F3F3F3;
  color: #1D1D1B; }

@media screen and (min-width: 960px) {
  .container-desktop {
    display: block;
    max-width: 1280px;
    min-width: 280px;
    width: 87.5%;
    margin: 0 auto; } }

.parallax-left,
.parallax-right {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  top: 0;
  transition: width 100ms; }
  @media screen and (min-width: 960px) {
    .parallax-left,
    .parallax-right {
      width: 75%; } }

.parallax-left {
  right: 0; }

.parallax-right {
  left: 0; }

.nav-bar {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
  padding: 19px 0;
  background-color: #FFFFFF; }
  @media screen and (min-width: 960px) {
    .nav-bar {
      padding: 53px 0; } }
  .nav-bar .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    -webkit-animation: fadeIn 400ms forwards;
            animation: fadeIn 400ms forwards;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms; }
  .nav-bar .logo {
    position: relative; }
    .nav-bar .logo svg {
      width: 154px;
      fill: #1D1D1B; }
      @media screen and (min-width: 960px) {
        .nav-bar .logo svg {
          width: 265px; } }
  .nav-bar nav {
    position: fixed;
    z-index: 1;
    background-color: #1D1D1B;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: left 250ms;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 45px 0; }
    @media screen and (min-height: 400px) {
      .nav-bar nav {
        padding: 75px 0; } }
    @media screen and (min-width: 960px) {
      .nav-bar nav {
        position: static;
        background-color: transparent;
        width: auto;
        height: auto;
        display: block;
        padding: 0; } }
    .nav-bar nav [for="toggle-menu"] {
      width: 20px;
      height: 20px;
      margin-bottom: 20px;
      display: block;
      position: absolute;
      top: 22px;
      right: calc(((100% - 87.5%) / 2)); }
      @media screen and (min-width: 960px) {
        .nav-bar nav [for="toggle-menu"] {
          display: none; } }
      .nav-bar nav [for="toggle-menu"]:before, .nav-bar nav [for="toggle-menu"]:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
        display: block;
        position: absolute;
        top: 50%; }
      .nav-bar nav [for="toggle-menu"]:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .nav-bar nav [for="toggle-menu"]:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .nav-bar nav a {
      display: block;
      font-size: 16px;
      color: #A2A2A2;
      letter-spacing: 2.2px;
      transition: opacity 250ms;
      text-transform: uppercase;
      position: relative; }
      @media screen and (min-width: 960px) {
        .nav-bar nav a {
          color: #1D1D1B;
          display: inline-block;
          font-size: 16px;
          margin-left: 20px; } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    .nav-bar nav a {
      font-size: 1.66667vw; } }
  @media screen and (min-width: 960px) and (min-width: 840px) {
    .nav-bar nav a {
      font-size: 14px; } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    .nav-bar nav a {
      margin-left: 2.08333vw; } }
  @media screen and (min-width: 960px) and (min-width: 1680px) {
    .nav-bar nav a {
      margin-left: 35px; } }
      @media screen and (min-width: 960px) {
          .nav-bar nav a:first-of-type {
            margin-left: 0; }
          .nav-bar nav a:hover {
            /*opacity: .5;*/ }
          .nav-bar nav a:hover:after {
            width: 100%;
            right: auto;
            left: 0; } }
      .nav-bar nav a:after {
        content: '';
        width: 0;
        height: 1px;
        background-color: #FFFFFF;
        position: absolute;
        bottom: -2px;
        right: 0;
        transition: width 500ms;
        -webkit-transform: translateX(-2px);
            -ms-transform: translateX(-2px);
                transform: translateX(-2px); }
        @media screen and (min-width: 960px) {
          .nav-bar nav a:after {
            background-color: #1D1D1B;
            bottom: 0; } }
      .nav-bar nav a.active {
        color: #FFFFFF; }
        @media screen and (min-width: 960px) {
          .nav-bar nav a.active {
            color: #1D1D1B; } }
        .nav-bar nav a.active:after {
          width: calc(100% - 2px); }
    @media screen and (min-width: 960px) {
      .nav-bar nav #nav-home {
        display: none; } }
  @media screen and (min-width: 960px) {
    .nav-bar [for="toggle-menu"] {
      display: none; } }
  .nav-bar [for="toggle-menu"] .button {
    display: block;
    width: 24px;
    border-top: 1px solid #1D1D1B;
    border-bottom: 1px solid #1D1D1B; }
    .nav-bar [for="toggle-menu"] .button:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #1D1D1B;
      margin: 7px 0; }
  #toggle-menu:checked ~ .nav-bar nav {
    left: 0%; }
  #toggle-menu:checked ~ .nav-bar.fixed {
    pointer-events: none; }
  .nav-bar.invert:not(.fixed) {
    background-color: transparent; }
    .nav-bar.invert:not(.fixed) .logo svg {
      fill: #FFFFFF; }
    @media screen and (min-width: 960px) {
      .nav-bar.invert:not(.fixed) nav a {
        color: #FFFFFF; }
        .nav-bar.invert:not(.fixed) nav a:after {
          background-color: #FFFFFF; } }
    .nav-bar.invert:not(.fixed) [for="toggle-menu"] .button {
      border-color: #FFFFFF; }
      .nav-bar.invert:not(.fixed) [for="toggle-menu"] .button:after {
        background-color: #FFFFFF; }
  .nav-bar.fixed {
    position: fixed;
    background-color: #FFFFFF;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    overflow: hidden; }
    .nav-bar.fixed.scroll-up {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    @media screen and (min-width: 960px) {
      .nav-bar.fixed {
        padding: 33px 0; } }

.header, [class*="header-"] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #FFFFFF;
  padding-top: 61px;
  height: 400px; }
  @media screen and (min-width: 960px) {
    .header, [class*="header-"] {
      padding-top: 152px; } }
  @media screen and (min-width: 1280px) {
    .header, [class*="header-"] {
      background-attachment: fixed; } }
  @media screen and (min-width: 960px) {
    .header, [class*="header-"] {
      height: 41.66667vw; } }
  @media screen and (min-width: 1548px) {
    .header, [class*="header-"] {
      height: 645px; } }
  .header.header-full, [class*="header-"].header-full {
    height: 100vh;
    background-position: center; }
    @media screen and (min-width: 960px) {
      .header.header-full, [class*="header-"].header-full {
        height: 85vh; } }
    .header.header-full::before, [class*="header-"].header-full::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #A2A2A2;
      height: 175px;
      opacity: 0.85;
      background: linear-gradient(to bottom, rgba(62, 62, 58, 0.74), rgba(29, 29, 27, 0)); }
    .header.header-full::after, [class*="header-"].header-full::after {
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .header.header-full .heading, [class*="header-"].header-full .heading {
      color: #FFFFFF;
      z-index: 1;
      font-size: 28px; }
      @media screen and (min-width: 640px) {
        .header.header-full .heading, [class*="header-"].header-full .heading {
          font-size: 4.375vw; } }
      @media screen and (min-width: 1486px) {
        .header.header-full .heading, [class*="header-"].header-full .heading {
          font-size: 65px; } }
  .header.header-short, [class*="header-"].header-short {
    height: 210px; }
    @media screen and (min-width: 768px) {
      .header.header-short, [class*="header-"].header-short {
        height: 27.34375vw; } }
    @media screen and (min-width: 1427px) {
      .header.header-short, [class*="header-"].header-short {
        height: 390px; } }
    .header.header-short .heading, [class*="header-"].header-short .heading {
      top: calc(50% + 2px); }
      @media screen and (min-width: 960px) {
        .header.header-short .heading, [class*="header-"].header-short .heading {
          top: calc(50% + 13px); } }
  .header.center, [class*="header-"].center {
    text-align: center; }
    .header.center .heading, [class*="header-"].center .heading {
      left: 50%;
      -webkit-transform: translate(-50%, calc(-50% - 65px));
          -ms-transform: translate(-50%, calc(-50% - 65px));
              transform: translate(-50%, calc(-50% - 65px)); }
      @media screen and (min-width: 1280px) {
        .header.center .heading, [class*="header-"].center .heading {
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  .header .container, [class*="header-"] .container {
    position: relative;
    height: 100%; }
  .header .heading, [class*="header-"] .heading {
    width: 100%;
    max-width: 865px;
    position: absolute;
    top: calc(50% + 20px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 0;
    line-height: 1.2em; }
    @media screen and (min-width: 960px) {
      .header .heading, [class*="header-"] .heading {
        padding-right: 0;
        width: auto; } }
    .header .heading small, [class*="header-"] .heading small {
      font-family: "quasimoda", sans-serif;
      font-size: 0.384616em;
      line-height: 2.785711em;
      font-weight: 600;
      letter-spacing: 1.93px;
      text-transform: uppercase;
      display: block; }
      @media screen and (min-width: 832px) {
        .header .heading small, [class*="header-"] .heading small {
          font-size: 14px; } }
    .header .heading br, [class*="header-"] .heading br {
      display: none; }
      @media screen and (min-width: 960px) {
        .header .heading br, [class*="header-"] .heading br {
          display: block; } }
    .header .heading .animate, [class*="header-"] .heading .animate {
      display: block;
      position: relative; }
      .header .heading .animate span, [class*="header-"] .heading .animate span {
        display: block;
        opacity: 0;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-animation: animTitle 800ms forwards;
                animation: animTitle 800ms forwards;
        -webkit-animation-timing-function: cubic-bezier(0.1, 0.5, 0, 1);
                animation-timing-function: cubic-bezier(0.1, 0.5, 0, 1); }
      .header .heading .animate:nth-child(1) span, [class*="header-"] .heading .animate:nth-child(1) span {
        -webkit-animation-delay: 750ms;
                animation-delay: 750ms; }
      .header .heading .animate:nth-child(2) span, [class*="header-"] .heading .animate:nth-child(2) span {
        -webkit-animation-delay: 1050ms;
                animation-delay: 1050ms; }
      .header .heading .animate:nth-child(3) span, [class*="header-"] .heading .animate:nth-child(3) span {
        -webkit-animation-delay: 1350ms;
                animation-delay: 1350ms; }
    .header .heading.home, [class*="header-"] .heading.home {
      max-width: 650px; }
  .header .scroll, [class*="header-"] .scroll {
    width: 42px;
    height: 42px;
    background-color: #1D1D1B;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2037%2020%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M18.354,17.646L36,0L36.707,0.707L18.354,19.061L0,0.707L0.707,0C6.589,5.882%2012.471,11.764%2018.354,17.646Z%22%20/%3E%3C/svg%3E"); }
    @media screen and (min-width: 1024px) {
      .header .scroll, [class*="header-"] .scroll {
        width: 70px;
        height: 70px; } }
  .header.video, [class*="header-"].video {
    height: 56.25vw !important; }
    .header.video::before, [class*="header-"].video::before {
      z-index: 2; }
    .header.video::after, [class*="header-"].video::after {
      content: none; }
    .header.video video, [class*="header-"].video video {
      position: absolute;
      object-fit: cover;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      pointer-events: none; }
    .header.video .container, [class*="header-"].video .container {
      position: relative;
      z-index: 3; }
      .header.video .container .heading, [class*="header-"].video .container .heading {
        top: calc(50% - 3vw);
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

.banner, [class*="banner-"] {
  background-position: center;
  background-size: cover;
  background-color: #F3F3F3;
  height: 250px; }
  @media screen and (min-width: 768px) {
    .banner, [class*="banner-"] {
      height: 32.55208vw; } }
  @media screen and (min-width: 1798px) {
    .banner, [class*="banner-"] {
      height: 585px; } }
  @media screen and (min-width: 960px) {
    .banner, [class*="banner-"] {
      margin-bottom: 4.5%; } }
  @media screen and (min-width: 1463px) {
    .banner, [class*="banner-"] {
      margin-left: calc(((100vw - 1280px) / 2)); } }

.page-content {
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  position: relative;
  overflow: hidden;
  outline: none; }
  .page-content section {
    position: relative;
    outline: none;
    padding: 35px 0; }
    .page-content section.quote-home {
      text-align: center;
      padding-top: 23.5%;
      padding-bottom: 23.5%; }
      @media screen and (min-width: 960px) {
        .page-content section.quote-home {
          padding-top: 2.44792vw; } }
      @media screen and (min-width: 519px) {
        .page-content section.quote-home {
          padding-top: 12.7%; } }
      @media screen and (min-width: 960px) {
        .page-content section.quote-home {
          padding-bottom: 2.44792vw; } }
      @media screen and (min-width: 519px) {
        .page-content section.quote-home {
          padding-bottom: 12.7%; } }
      .page-content section.quote-home .container {
        max-width: 660px; }
    .page-content section.quote-company {
      text-align: center;
      background-repeat: no-repeat;
      background-position: 50% 10%;
      background-size: 140px;
      padding-top: 31%;
      padding-bottom: 12.5%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23F3F3F3%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20207%20179%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M82.8,178.2L0,178.2L0,119.4C0,87%205.4,61.4%2016.2,42.6C27,23.8%2046,9.6%2073.2,0L89.4,34.2C58.2,44.2%2042.6,64.8%2042.6,96L82.8,96L82.8,178.2ZM199.8,178.2L117,178.2L117,119.4C117,87%20122.4,61.4%20133.2,42.6C144,23.8%20163,9.6%20190.2,0L206.4,34.2C175.2,44.2%20159.6,64.8%20159.6,96L199.8,96L199.8,178.2Z%22%20/%3E%3C/svg%3E"); }
      @media screen and (min-width: 960px) {
        .page-content section.quote-company {
          padding-top: 3.22917vw; } }
      @media screen and (min-width: 388px) {
        .page-content section.quote-company {
          padding-top: 12.5%; } }
      @media screen and (min-width: 960px) {
        .page-content section.quote-company {
          padding-bottom: 1.30208vw; } }
      @media screen and (min-width: 500px) {
        .page-content section.quote-company {
          padding-bottom: 6.5%; } }
      @media screen and (min-width: 768px) {
        .page-content section.quote-company {
          background-position: 50% 30%; } }
      @media screen and (min-width: 960px) {
        .page-content section.quote-company {
          background-size: 210px; } }
      .page-content section.quote-company .container {
        max-width: 1030px; }
      .page-content section.quote-company .heading-quote {
        margin-bottom: 15px; }
        @media screen and (min-width: 960px) {
          .page-content section.quote-company .heading-quote {
            margin-bottom: 55px; } }
    .page-content section.home-cta {
      text-align: center;
      padding-top: 16.5%;
      padding-bottom: 16.5%; }
      @media screen and (min-width: 960px) {
        .page-content section.home-cta {
          padding-top: 1.71875vw; } }
      @media screen and (min-width: 379px) {
        .page-content section.home-cta {
          padding-top: 6.5%; } }
      @media screen and (min-width: 960px) {
        .page-content section.home-cta {
          padding-bottom: 1.71875vw; } }
      @media screen and (min-width: 379px) {
        .page-content section.home-cta {
          padding-bottom: 6.5%; } }
      @media screen and (min-width: 960px) {
        .page-content section.home-cta {
          margin-bottom: 115px; } }
      .page-content section.home-cta .heading-quote {
        padding: 0 30px; }
      .page-content section.home-cta br {
        display: none; }
        @media screen and (min-width: 960px) {
          .page-content section.home-cta br {
            display: block; } }
    .page-content section.home-media {
      padding-top: 12.5%;
      padding-bottom: 12.5%; }
      @media screen and (min-width: 960px) {
        .page-content section.home-media {
          padding-top: 1.30208vw; } }
      @media screen and (min-width: 807px) {
        .page-content section.home-media {
          padding-top: 10.5%; } }
      @media screen and (min-width: 960px) {
        .page-content section.home-media {
          padding-bottom: 1.30208vw; } }
      @media screen and (min-width: 807px) {
        .page-content section.home-media {
          padding-bottom: 10.5%; } }
      @media screen and (min-width: 960px) {
        .page-content section.home-media .container {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          max-width: 1030px; } }
      .page-content section.home-media .container > div {
        margin-top: 45px; }
        .page-content section.home-media .container > div:first-child {
          margin-top: 0; }
        @media screen and (min-width: 960px) {
          .page-content section.home-media .container > div {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 50%;
            margin-top: 0;
            padding: 0 4.4%; } }
        .page-content section.home-media .container > div:first-child {
          padding-left: 0; }
        .page-content section.home-media .container > div:last-child {
          padding-right: 0; }
      .page-content section.home-media .link-more {
        margin-top: auto; }
    .page-content section.gallery-company {
      padding: 0; }
    .page-content section.team-featured {
      padding-top: 4.688%;
      padding-bottom: 0; }
      @media screen and (min-width: 960px) {
        .page-content section.team-featured {
          margin-bottom: 9%; } }
      @media screen and (min-width: 1280px) {
        .page-content section.team-featured {
          margin-top: 3%;
          padding-top: 0; } }
    .page-content section.media-press {
      padding: 0 0 10% 0; }
      @media screen and (min-width: 960px) {
        .page-content section.media-press {
          padding: 0 0 3.7% 0; } }
    .page-content section.portfolio-nav {
      padding: 40px 0; }
      @media screen and (min-width: 960px) {
        .page-content section.portfolio-nav {
          padding: 60px 0 50px; } }
  .page-content .container {
    position: relative; }
  .page-content .txt-center {
    text-align: center; }
  .page-content .blurb {
    max-width: 505px; }
    @media screen and (min-width: 960px) {
      .page-content .blurb {
        margin-left: 8.5%; }
        .page-content .blurb.full {
          max-width: 70%; } }
  .page-content hr {
    border-top: 1px solid;
    border-bottom: 0;
    display: inline-block;
    margin: 7px 0 10px; }
    .page-content hr.short {
      width: 40px; }

.page-footer {
  border-top: 1px solid #F3F3F3;
  padding: 28px 0 19px;
  color: #4A4A4A; }
  @media screen and (min-width: 768px) {
    .page-footer {
      padding: 30px 0; } }
  .page-footer .container {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 768px) {
      .page-footer .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .page-footer a {
    transition: opacity 250ms; }
    @media screen and (min-width: 960px) {
      .page-footer a:hover {
        opacity: 0.6; } }
  .page-footer .links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 17px; }
    @media screen and (min-width: 768px) {
      .page-footer .links {
        display: inline-block;
        margin-bottom: 0; } }
    .page-footer .links a {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.61px; }
      @media screen and (min-width: 768px) {
        .page-footer .links a {
          margin-right: 55px; } }
  .page-footer .legal {
    font-size: 11px;
    line-height: 17px; }
    @media screen and (min-width: 768px) {
      .page-footer .legal {
        text-align: right; } }
    .page-footer .legal p {
      margin: 10px 0; }
      @media screen and (min-width: 768px) {
        .page-footer .legal p {
          margin: 0; } }
    .page-footer .legal span {
      margin: 0 5px; }
  .page-footer .copyright span {
    display: none; }
  .page-footer .copyright a {
    display: block; }
  @media screen and (min-width: 768px) {
    .page-footer .copyright span, .page-footer .copyright a {
      display: inline-block; } }
  .page-footer .site-by {
    color: #A2A2A2; }

.heading, [class*="heading-"] {
  font-family: "Unna Regular", serif;
  font-size: 32px;
  line-height: 36px; }
  @media screen and (min-width: 960px) {
    .heading, [class*="heading-"] {
      font-size: 3.33333vw; } }
  @media screen and (min-width: 1800px) {
    .heading, [class*="heading-"] {
      font-size: 60px; } }
  @media screen and (min-width: 960px) {
    .heading, [class*="heading-"] {
      line-height: 3.75vw; } }
  @media screen and (min-width: 1920px) {
    .heading, [class*="heading-"] {
      line-height: 72px; } }
  .heading.heading-quote, [class*="heading-"].heading-quote {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    line-height: 30px; }
    @media screen and (min-width: 960px) {
      .heading.heading-quote, [class*="heading-"].heading-quote {
        font-size: 2.1875vw; } }
    @media screen and (min-width: 1463px) {
      .heading.heading-quote, [class*="heading-"].heading-quote {
        font-size: 32px; } }
    @media screen and (min-width: 960px) {
      .heading.heading-quote, [class*="heading-"].heading-quote {
        line-height: 3.125vw; } }
    @media screen and (min-width: 1408px) {
      .heading.heading-quote, [class*="heading-"].heading-quote {
        line-height: 44px; } }
    .heading.heading-quote + .heading-sub, [class*="heading-"].heading-quote + .heading-sub {
      font-size: 11px;
      font-weight: 600;
      line-height: 17px;
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        .heading.heading-quote + .heading-sub, [class*="heading-"].heading-quote + .heading-sub {
          font-size: 14px;
          line-height: 19px;
          margin-top: 0; } }
  .heading.heading-small, .heading.heading-smaller, .heading.heading-sub, [class*="heading-"].heading-small, [class*="heading-"].heading-smaller, [class*="heading-"].heading-sub {
    font-family: "quasimoda", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .heading.heading-small, [class*="heading-"].heading-small {
    letter-spacing: 1.5px;
    font-size: 18px;
    line-height: 25px; }
    @media screen and (min-width: 960px) {
      .heading.heading-small, [class*="heading-"].heading-small {
        font-size: 1.875vw; } }
    @media screen and (min-width: 1334px) {
      .heading.heading-small, [class*="heading-"].heading-small {
        font-size: 25px; } }
    @media screen and (min-width: 960px) {
      .heading.heading-small, [class*="heading-"].heading-small {
        line-height: 2.60417vw; } }
    @media screen and (min-width: 1268px) {
      .heading.heading-small, [class*="heading-"].heading-small {
        line-height: 33px; } }
  .heading.heading-smaller, [class*="heading-"].heading-smaller {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px; }
    @media screen and (min-width: 960px) {
      .heading.heading-smaller, [class*="heading-"].heading-smaller {
        font-size: 1.45833vw; } }
    @media screen and (min-width: 1235px) {
      .heading.heading-smaller, [class*="heading-"].heading-smaller {
        font-size: 18px; } }
    @media screen and (min-width: 960px) {
      .heading.heading-smaller, [class*="heading-"].heading-smaller {
        line-height: 2.29167vw; } }
    @media screen and (min-width: 1310px) {
      .heading.heading-smaller, [class*="heading-"].heading-smaller {
        line-height: 30px; } }
  .heading.heading-sub, [class*="heading-"].heading-sub {
    color: #A2A2A2;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 19px; }
    @media screen and (min-width: 960px) {
      .heading.heading-sub, [class*="heading-"].heading-sub {
        font-size: 1.04167vw; } }
    @media screen and (min-width: 1056px) {
      .heading.heading-sub, [class*="heading-"].heading-sub {
        font-size: 11px; } }
    @media screen and (min-width: 960px) {
      .heading.heading-sub, [class*="heading-"].heading-sub {
        line-height: 1.97917vw; } }
    @media screen and (min-width: 859px) {
      .heading.heading-sub, [class*="heading-"].heading-sub {
        line-height: 17px; } }
    .heading.heading-sub a, .heading.heading-sub span, [class*="heading-"].heading-sub a, [class*="heading-"].heading-sub span {
      color: #1D1D1B; }

.link, [class*="link-"] {
  font-size: 14px;
  font-weight: 700;
  color: #A2A2A2;
  text-transform: uppercase;
  letter-spacing: 1.21px;
  transition: opacity 250ms;
  outline: none; }
  .link:hover, [class*="link-"]:hover {
    opacity: 0.6; }
  .link.link-top, .link.link-bottom, [class*="link-"].link-top, [class*="link-"].link-bottom {
    display: block;
    text-align: center; }
    .link.link-top:after, .link.link-bottom:after, [class*="link-"].link-top:after, [class*="link-"].link-bottom:after {
      content: '';
      width: 12px;
      height: 8px;
      display: inline-block;
      position: relative;
      top: -1px;
      margin-left: 10px;
      background-repeat: no-repeat;
      background-position: center; }
  .link.link-top:after, [class*="link-"].link-top:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23A2A2A2%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2011%208%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M10.768,6.461L10,7.101L5.384,1.562L0.768,7.101L0,6.461L5.384,0C7.179,2.154%208.974,4.307%2010.768,6.461Z%22%20/%3E%3C/svg%3E"); }
  .link.link-bottom:after, [class*="link-"].link-bottom:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23A2A2A2%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2011%208%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M0,0.64L0.768,0L5.384,5.539L10,0L10.768,0.64L5.384,7.101C3.589,4.947%201.794,2.794%200,0.64Z%22%20/%3E%3C/svg%3E"); }
  .link.link-more, [class*="link-"].link-more {
    text-decoration: none; }
    .link.link-more:after, [class*="link-"].link-more:after {
      content: '+';
      margin-left: 10px;
      position: relative;
      top: -3px;
      display: inline-block;
      vertical-align: middle; }
  .link.link-back:before, [class*="link-"].link-back:before {
    content: '';
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23A2A2A2%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2023%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M0,11.369L12.402,0L13.078,0.737L1.48,11.369L13.078,22L12.402,22.737C8.268,18.948%204.134,15.158%200,11.369Z%22%20/%3E%3C/svg%3E"); }
  .link.link-video, [class*="link-"].link-video {
    display: block;
    border: 2px solid white;
    color: white;
    padding: 0.7em 0;
    width: auto;
    max-width: 180px;
    letter-spacing: 2px;
    line-height: initial;
    margin: 0 auto;
    opacity: 0.65; }
    @media screen and (min-width: 768px) {
      .link.link-video, [class*="link-"].link-video {
        padding: 1em 0; } }
    .link.link-video:hover, [class*="link-"].link-video:hover {
      opacity: 1; }
    .link.link-video::after, [class*="link-"].link-video::after {
      content: none; }
    .link.link-video::before, [class*="link-"].link-video::before {
      content: none; }

.home-gallery {
  position: relative; }
  @media screen and (min-width: 960px) {
    .home-gallery {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    .home-gallery {
      padding-top: 6.25vw; } }
  @media screen and (min-width: 960px) and (min-width: 1280px) {
    .home-gallery {
      padding-top: 80px; } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    .home-gallery {
      padding-bottom: 6.25vw; } }
  @media screen and (min-width: 960px) and (min-width: 1600px) {
    .home-gallery {
      padding-bottom: 100px; } }
  @media screen and (min-width: 1463px) {
    .home-gallery {
      margin-right: calc( ((100vw - 1280px) / 2) - 100px); } }
  @media screen and (min-width: 1463px) {
    .home-gallery .slick-slider {
      padding-left: calc( ((100vw - 1280px) / 2) - 100px); } }
  .home-gallery .slick-slider .slick-dots {
    width: 56.419%; }
  @media screen and (min-width: 960px) {
    .home-gallery .slick-slide {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .home-gallery .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 255px; }
    @media screen and (min-width: 768px) {
      .home-gallery .image {
        height: 33.20312vw; } }
    @media screen and (min-width: 1747px) {
      .home-gallery .image {
        height: 580px; } }
    @media screen and (min-width: 960px) {
      .home-gallery .image {
        width: 56.419%; } }
  .home-gallery .text {
    padding: 30px calc(((100% - 87.5%) / 2)); }
    @media screen and (min-width: 960px) {
      .home-gallery .text {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 5.7%;
        padding-right: calc(((100% - 87.5%) / 2)); } }
    @media screen and (min-width: 1463px) {
      .home-gallery .text {
        padding-right: 16%; } }

.gallery-company {
  background-color: #F3F3F3; }
  @media screen and (min-width: 960px) {
    .gallery-company {
      background-color: transparent;
      margin-top: 6%; } }
  .gallery-company > div {
    background-color: #F3F3F3; }
  .gallery-company .slick-slider {
    background-color: #FFFFFF; }
    @media screen and (min-width: 960px) {
      .gallery-company .slick-slider {
        background-color: #F3F3F3; } }
  .gallery-company .slick-list {
    overflow: visible; }
  @media screen and (min-width: 960px) {
    .gallery-company .slick-track {
      width: auto !important; } }
  @media screen and (min-width: 960px) {
    .gallery-company .slick-slide {
      width: auto !important;
      height: auto !important;
      position: static !important;
      left: 0 !important;
      top: 0 !important;
      z-index: 1 !important;
      opacity: 1 !important;
      float: none !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 9.5%; }
      .gallery-company .slick-slide:first-child {
        margin-top: 0; }
        .gallery-company .slick-slide:first-child .image {
          margin-top: -15%; }
        .gallery-company .slick-slide:first-child .text {
          margin-top: 5%; }
      .gallery-company .slick-slide:nth-child(odd) .text {
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
        padding-left: 8.5%;
        padding-right: 8.5%; }
      .gallery-company .slick-slide:nth-child(even) .text {
        padding-left: 10%;
        padding-right: 10%; }
      .gallery-company .slick-slide:nth-child(odd) .image {
        margin-right: -7.813%;
        /*@include bleed('right');*/ }
      .gallery-company .slick-slide:nth-child(even) .image {
        margin-left: -7.813%;
        /*@include bleed('left');*/ } }
  @media screen and (min-width: 1024px) {
    .gallery-company .slick-slide:first-child .image {
      margin-top: -10%; } }
  @media screen and (min-width: 1280px) {
    .gallery-company .slick-slide:first-child .image {
      margin-top: -60px; }
    .gallery-company .slick-slide:first-child .text {
      margin-top: 0; } }
  @media screen and (min-width: 960px) {
    .gallery-company .image,
    .gallery-company .text {
      width: 50vw; } }
  .gallery-company .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 255px; }
    @media screen and (min-width: 768px) {
      .gallery-company .image {
        height: 33.20312vw; } }
    @media screen and (min-width: 1747px) {
      .gallery-company .image {
        height: 580px; } }
  .gallery-company .text {
    padding-top: 30px;
    padding-bottom: 30px; }
  .gallery-company .text,
  .gallery-company .timeline {
    padding-left: calc(((100% - 87.5%) / 2));
    padding-right: calc(((100% - 87.5%) / 2)); }
    @media screen and (min-width: 960px) {
      .gallery-company .text,
      .gallery-company .timeline {
        padding-left: 8.5%;
        padding-right: 8.5%; } }

.timeline {
  padding-top: 16%;
  padding-bottom: 13.5%; }
  .timeline .years {
    position: relative;
    margin-bottom: 43px;
    padding: 0px 30px; }
    @media screen and (min-width: 960px) {
      .timeline .years {
        padding: 0; } }
    .timeline .years:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #1D1D1B;
      bottom: 3px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (min-width: 960px) {
        .timeline .years:before {
          content: none; } }
  .timeline .prev,
  .timeline .next {
    width: 25px;
    height: 25px;
    display: block;
    border: 1px solid #1D1D1B;
    position: absolute;
    bottom: -9px;
    z-index: 2;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .timeline .prev {
    left: 3px;
    border-right: 0;
    border-top: 0; }
  .timeline .next {
    right: 3px;
    border-left: 0;
    border-bottom: 0; }
  .timeline .bar {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
    .timeline .bar .wrapper {
      position: relative;
      z-index: 1;
      transition: -webkit-transform 200ms ease-out;
      transition: transform 200ms ease-out;
      transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%); }
    .timeline .bar:before,
    .timeline .bar .progress {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #1D1D1B;
      position: absolute;
      left: 0;
      bottom: 3px;
      transition: width .15s ease-out; }
    .timeline .bar .progress {
      width: 0; }
      @media screen and (min-width: 960px) {
        .timeline .bar .progress {
          background-color: #1D1D1B; } }
    .timeline .bar a {
      text-align: center;
      display: inline-block;
      width: calc(33.33% - 3px); }
      @media screen and (min-width: 960px) {
        .timeline .bar a {
          display: inline-block;
          width: calc(20% - 4px); } }
      .timeline .bar a:before {
        content: attr(data-year) " ";
        font-family: "Unna Regular", serif;
        color: #1D1D1B;
        display: block;
        margin-bottom: -10px;
        font-size: 16px; }
        @media screen and (min-width: 960px) {
          .timeline .bar a:before {
            font-size: 1.66667vw; } }
        @media screen and (min-width: 1260px) {
          .timeline .bar a:before {
            font-size: 21px; } }
      .timeline .bar a:after {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        background-color: #F3F3F3;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        border: 1px solid #1D1D1B;
        transition: background-color .15s linear, border-color .15s linear;
        position: relative;
        z-index: 1; }
      .timeline .bar a.past:after {
        background-color: #1D1D1B;
        border-color: #1D1D1B; }
      .timeline .bar a.active {
        display: inline-block; }
        .timeline .bar a.active:before {
          font-weight: bold; }
        .timeline .bar a.active:after {
          background-color: #1D1D1B;
          border-color: #1D1D1B; }
  .timeline .details {
    position: relative; }
    .timeline .details > div {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s linear 300ms, opacity 300ms;
      position: absolute;
      top: 0; }
      @media screen and (min-width: 960px) {
        .timeline .details > div {
          padding-right: 5%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .timeline .details > div.active {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 300ms;
        position: static; }
    .timeline .details .heading {
      font-family: "Unna Bold", serif;
      font-size: 45px;
      margin: 0;
      font-size: 24px; }
      @media screen and (min-width: 960px) {
        .timeline .details .heading {
          font-size: 2.5vw; } }
      @media screen and (min-width: 1800px) {
        .timeline .details .heading {
          font-size: 45px; } }
      @media screen and (min-width: 960px) {
        .timeline .details .heading {
          width: 20%; } }
    .timeline .details .content {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .timeline .details p {
      margin-top: 20px; }
      @media screen and (min-width: 960px) {
        .timeline .details p {
          margin-top: 30px; } }

.team-title {
  margin-top: 43px;
  margin-bottom: 17px; }
  @media screen and (min-width: 960px) {
    .team-title {
      margin-top: 0;
      margin-bottom: 0; } }

.team-featured > .container {
  position: relative; }
  .team-featured > .container:before {
    content: '';
    background-color: #F3F3F3;
    width: 200%;
    height: 75%;
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media screen and (min-width: 960px) {
    .team-featured > .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-top: 8%; }
      .team-featured > .container:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: translateX(100px);
            -ms-transform: translateX(100px);
                transform: translateX(100px); } }
  @media screen and (min-width: 1280px) {
    .team-featured > .container {
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-right: 8.5%; } }
  .team-featured > .container .image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    height: 266px; }
    @media screen and (min-width: 768px) {
      .team-featured > .container .image {
        height: 34.63542vw; } }
    @media screen and (min-width: 1409px) {
      .team-featured > .container .image {
        height: 488px; } }
    @media screen and (min-width: 960px) {
      .team-featured > .container .image {
        background-size: cover;
        width: 50%;
        max-width: 605px;
        margin-left: -7.813%;
        margin-bottom: -4.688%; } }
  .team-featured > .container .text {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 28px 0; }
    @media screen and (min-width: 960px) {
      .team-featured > .container .text {
        padding: 0;
        padding-left: 8.5%;
        padding-bottom: 4.688%; } }
    @media screen and (min-width: 1024px) {
      .team-featured > .container .text {
        padding-bottom: 8.5%; } }
    @media screen and (min-width: 1280px) {
      .team-featured > .container .text {
        padding-top: 40px;
        padding-bottom: 0; } }
  .team-featured > .container .heading-sub {
    color: #1D1D1B; }

.team-list {
  padding-top: 10%;
  padding-bottom: 10%; }
  @media screen and (min-width: 960px) {
    .team-list {
      padding-top: 1.04167vw; } }
  @media screen and (min-width: 384px) {
    .team-list {
      padding-top: 4%; } }
  @media screen and (min-width: 960px) {
    .team-list {
      padding-bottom: 1.04167vw; } }
  @media screen and (min-width: 605px) {
    .team-list {
      padding-bottom: 6.3%; } }
  @media screen and (min-width: 640px) {
    .team-list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 -5px; } }
  @media screen and (min-width: 960px) {
    .team-list {
      margin: 0 -10px;
      margin-top: -50px; } }
  .team-list .member {
    margin: 30px 0; }
    @media screen and (min-width: 640px) {
      .team-list .member {
        width: calc(50% - 10px);
        margin: 20px 5px; } }
    @media screen and (min-width: 960px) {
      .team-list .member {
        width: calc(33.33% - 20px);
        margin: 20px 10px; } }
  .team-list .image {
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #FFFFFF;
    height: 266px;
    margin-bottom: 28px; }
    @media screen and (min-width: 768px) {
      .team-list .image {
        height: 34.63542vw; } }
    @media screen and (min-width: 1155px) {
      .team-list .image {
        height: 400px; } }
    @media screen and (min-width: 640px) {
      .team-list .image {
        background-size: cover;
        background-color: #F3F3F3; } }
  .team-list .heading-sub {
    color: #1D1D1B;
    margin-bottom: 1px; }
  .team-list .heading-small {
    letter-spacing: 1.72px; }

.team-bio {
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 2;
  overflow: scroll;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 90px 0;
  transition: top 250ms;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 960px) {
    .team-bio {
      padding: 10% 0; } }
  .team-bio > .container {
    max-width: 820px; }
  .team-bio .close {
    width: 19px;
    height: 19px;
    position: absolute;
    top: -70px;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%234A4A4A%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2035%2035%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M17.207,16.5L33.707,0C33.943,0.236%2034.179,0.471%2034.414,0.707L17.914,17.207L34.414,33.707L33.707,34.414L17.207,17.914L0.707,34.414L0,33.707L16.5,17.207L0,0.707L0.707,0L17.207,16.5Z%22%20/%3E%3C/svg%3E"); }
    @media screen and (min-width: 960px) {
      .team-bio .close {
        width: 35px;
        height: 35px;
        top: -28px; } }
    @media screen and (min-width: 1024px) {
      .team-bio .close {
        right: -10%; } }

.team-others {
  background-color: #F3F3F3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: calc(((100% - 87.5%) / 2));
  padding-right: calc(((100% - 87.5%) / 2));
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 960px) {
    .team-others {
      padding-top: 5%;
      padding-bottom: 5%;
      padding-left: calc(((100% - 87.5%) / 2) + 82px); } }
  @media screen and (min-width: 1463px) {
    .team-others {
      padding-left: calc( ((100vw - 1280px) / 2) + 5.6%);
      padding-right: 0;
      margin-right: calc(((100vw - 1280px) / 2)); } }
  .team-others .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .team-others .member {
    width: 100%;
    margin-top: 30px; }
    .team-others .member:first-child {
      margin-top: 0; }
    @media screen and (min-width: 480px) {
      .team-others .member {
        width: 50%;
        margin-top: 5%; }
        .team-others .member:nth-child(-n+2) {
          margin-top: 0; } }
    @media screen and (min-width: 768px) {
      .team-others .member {
        width: 33.33%; }
        .team-others .member:nth-child(-n+3) {
          margin-top: 0; } }
  .team-others .heading-sub {
    color: #1D1D1B;
    margin-right: 30px; }
    @media screen and (min-width: 960px) {
      .team-others .heading-sub {
        max-width: 250px; } }

.filter {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.13px; }
  @media screen and (min-width: 960px) {
    .filter {
      background-color: #F3F3F3;
      margin-bottom: 25px;
      padding: 40px 0; } }
  .filter a {
    margin: 0 23px;
    position: relative; }
    .filter a.active:before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #1D1D1B;
      position: absolute;
      bottom: -4px;
      left: 0; }
  .filter select {
    -webkit-appearance: none;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    width: 100%;
    border-radius: 0;
    padding: 20px;
    background-color: #F3F3F3;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 12px 8px;
    letter-spacing: 1px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%234A4A4A%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2011%208%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M0,0.64L0.768,0L5.384,5.539L10,0L10.768,0.64L5.384,7.101C3.589,4.947%201.794,2.794%200,0.64Z%22%20/%3E%3C/svg%3E"); }
  .filter .desktop {
    display: none; }
    @media screen and (min-width: 960px) {
      .filter .desktop {
        display: block; } }
  .filter .mobile {
    display: block; }
    @media screen and (min-width: 960px) {
      .filter .mobile {
        display: none; } }

.portfolio-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 40px;
  font-size: 10px; }
  @media screen and (min-width: 960px) {
    .portfolio-list {
      margin-bottom: 60px; } }
  @media screen and (min-width: 960px) {
    .portfolio-list {
      font-size: 1.04167vw; } }
  @media screen and (min-width: 1056px) {
    .portfolio-list {
      font-size: 11px; } }
  .portfolio-list .thumbnail {
    background-size: cover;
    background-position: center;
    background-color: #F3F3F3;
    color: #FFFFFF;
    width: 100%;
    margin-top: 20px;
    padding: 13px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    opacity: 0;
    height: 240px; }
    .portfolio-list .thumbnail:nth-child(1) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(2) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(3) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(4) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(5) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(6) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(7) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(8) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(9) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(10) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(11) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(12) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(13) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(14) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(15) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(16) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(17) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(18) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(19) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(20) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(21) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(22) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(23) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(24) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(25) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(26) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(27) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(28) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(29) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(30) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(31) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(32) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(33) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(34) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(35) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(36) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(37) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(38) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(39) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(40) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(41) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(42) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(43) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(44) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(45) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(46) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(47) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(48) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(49) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(50) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(51) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(52) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(53) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(54) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(55) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(56) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(57) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(58) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(59) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(60) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(61) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(62) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(63) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(64) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(65) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(66) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(67) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(68) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(69) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(70) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(71) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(72) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(73) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(74) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(75) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(76) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(77) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(78) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(79) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(80) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(81) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(82) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(83) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(84) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(85) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(86) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(87) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(88) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(89) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(90) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(91) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(92) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(93) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(94) {
      transition: opacity 250ms 750ms linear; }
    .portfolio-list .thumbnail:nth-child(95) {
      transition: opacity 250ms 1000ms linear; }
    .portfolio-list .thumbnail:nth-child(96) {
      transition: opacity 250ms 1250ms linear; }
    .portfolio-list .thumbnail:nth-child(97) {
      transition: opacity 250ms 0ms linear; }
    .portfolio-list .thumbnail:nth-child(98) {
      transition: opacity 250ms 250ms linear; }
    .portfolio-list .thumbnail:nth-child(99) {
      transition: opacity 250ms 500ms linear; }
    .portfolio-list .thumbnail:nth-child(100) {
      transition: opacity 250ms 750ms linear; }
    @media screen and (min-width: 768px) {
      .portfolio-list .thumbnail {
        height: 31.25vw; } }
    @media screen and (min-width: 1466px) {
      .portfolio-list .thumbnail {
        height: 458px; } }
    @media screen and (min-width: 768px) {
      .portfolio-list .thumbnail {
        width: calc(50% - 10px); } }
    @media screen and (min-width: 1280px) {
      .portfolio-list .thumbnail {
        padding: 50px;
        padding-bottom: 42px; } }
    .portfolio-list .thumbnail:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(29, 29, 27, 0.3); }
    .portfolio-list .thumbnail h4, .portfolio-list .thumbnail p {
      position: relative;
      margin: 0;
      line-height: 20px; }
      @media screen and (min-width: 960px) {
        .portfolio-list .thumbnail h4, .portfolio-list .thumbnail p {
          line-height: 2.08333vw; } }
      @media screen and (min-width: 1200px) {
        .portfolio-list .thumbnail h4, .portfolio-list .thumbnail p {
          line-height: 25px; } }
    .portfolio-list .thumbnail .heading-sub {
      color: #FFFFFF; }
    .portfolio-list .thumbnail .more {
      font-weight: 700;
      letter-spacing: 1.21px;
      margin-top: auto;
      font-size: 10px; }
      @media screen and (min-width: 960px) {
        .portfolio-list .thumbnail .more {
          font-size: 1.04167vw; } }
      @media screen and (min-width: 1344px) {
        .portfolio-list .thumbnail .more {
          font-size: 14px; } }
  .portfolio-list ~ a[class^="link"] {
    margin-bottom: 20px; }
  .portfolio-list ~ .link-top {
    display: none; }
  .portfolio-list ~ a[style="display: none;"] + a {
    display: block; }

.portfolio-info .container,
.portfolio-awards .container {
  max-width: 1030px; }
  @media screen and (min-width: 960px) {
    .portfolio-info .container,
    .portfolio-awards .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.portfolio-info {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .portfolio-info {
      padding-top: 5.5%;
      padding-bottom: 5.5%; } }
  .portfolio-info .stats {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 40px; }
    @media screen and (min-width: 960px) {
      .portfolio-info .stats {
        width: 41%;
        margin: 0;
        padding: 32px 0 0 0; } }
    .portfolio-info .stats:after {
      content: '';
      width: 50px;
      height: 1px;
      background-color: #1D1D1B;
      position: absolute;
      bottom: 0; }
      @media screen and (min-width: 960px) {
        .portfolio-info .stats:after {
          content: none; } }
  .portfolio-info .description {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .portfolio-info .description h1 {
      font-size: 32px;
      line-height: 36px;
      padding-right: 10%; }
      @media screen and (min-width: 960px) {
        .portfolio-info .description h1 {
          line-height: 3.75vw; } }
      @media screen and (min-width: 1174px) {
        .portfolio-info .description h1 {
          line-height: 44px; } }
    .portfolio-info .description .link-more {
      display: inline-block;
      margin-top: 40px; }

.portfolio-awards {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .portfolio-awards {
      padding-top: 5.5%;
      padding-bottom: 5.5%; } }
  .portfolio-awards .list {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 40px; }
    @media screen and (min-width: 960px) {
      .portfolio-awards .list {
        margin-bottom: 0; } }
  .portfolio-awards .logo {
    text-align: center; }
    .portfolio-awards .logo img {
      width: 192px; }
      @media screen and (min-width: 960px) {
        .portfolio-awards .logo img {
          width: 284px; } }

.gallery-portfolio {
  padding-top: 30px; }
  @media screen and (min-width: 960px) {
    .gallery-portfolio {
      padding-top: 5%; } }
  @media screen and (min-width: 960px) {
    .gallery-portfolio .grid {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: -10px; } }
  .gallery-portfolio .image {
    background-position: center;
    background-size: cover;
    background-color: #A2A2A2;
    display: block;
    margin-top: 20px;
    height: 243px; }
    @media screen and (min-width: 768px) {
      .gallery-portfolio .image {
        height: 31.64062vw; } }
    @media screen and (min-width: 1755px) {
      .gallery-portfolio .image {
        height: 555px; } }
    .gallery-portfolio .image:first-child {
      margin-top: 0; }
    @media screen and (min-width: 960px) {
      .gallery-portfolio .image {
        margin: 10px;
        width: calc(50% - 20px); }
        .gallery-portfolio .image:first-child {
          margin-top: 10px; } }
    @media screen and (min-width: 960px) {
      .gallery-portfolio .image:nth-child(4n+3) {
        margin-top: -100%;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; } }
    .gallery-portfolio .image:nth-child(4n+1), .gallery-portfolio .image:nth-child(4n+4) {
      height: 178px; }
      @media screen and (min-width: 768px) {
        .gallery-portfolio .image:nth-child(4n+1), .gallery-portfolio .image:nth-child(4n+4) {
          height: 23.17708vw; } }
      @media screen and (min-width: 1757px) {
        .gallery-portfolio .image:nth-child(4n+1), .gallery-portfolio .image:nth-child(4n+4) {
          height: 407px; } }
    .gallery-portfolio .image:last-child {
      display: none;
      background-color: transparent; }
      .gallery-portfolio .image:last-child:nth-child(4) {
        display: block; }

.portfolio-nav .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.portfolio-nav .link-back {
  margin-right: auto; }

.portfolio-nav .prev,
.portfolio-nav .next {
  width: 15px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 5%;
  display: none; }
  @media screen and (min-width: 960px) {
    .portfolio-nav .prev,
    .portfolio-nav .next {
      display: inline-block; } }

.portfolio-nav .prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23A2A2A2%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2023%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M0,11.369L12.402,0L13.078,0.737L1.48,11.369L13.078,22L12.402,22.737C8.268,18.948%204.134,15.158%200,11.369Z%22%20/%3E%3C/svg%3E"); }

.portfolio-nav .next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23A2A2A2%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2023%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M13.078,11.369L0.676,22.737L0,22L11.598,11.369L0,0.737L0.676,0C4.81,3.79%208.944,7.579%2013.078,11.369Z%22%20/%3E%3C/svg%3E"); }

.portfolio-map {
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: #F3F3F3;
  height: 300px; }
  @media screen and (min-width: 768px) {
    .portfolio-map {
      height: 39.0625vw; } }
  @media screen and (min-width: 1408px) {
    .portfolio-map {
      height: 550px; } }
  .portfolio-map::after {
    content: '';
    display: block;
    position: absolute;
    width: 1.75vw;
    height: 1.75vw;
    min-width: 20px;
    min-height: 20px;
    border-radius: 100%;
    top: calc(50% - 1vw);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #4A4A4A;
    border: 4px solid black;
    border-width: 4px; }
    @media screen and (min-width: 768px) {
      .portfolio-map::after {
        border-width: 0.52083vw; } }
    @media screen and (min-width: 1536px) {
      .portfolio-map::after {
        border-width: 8px; } }

.media-press .article {
  margin-top: 45px; }
  @media screen and (min-width: 960px) {
    .media-press .article {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .media-press .article:first-child {
    margin-top: 0; }

@media screen and (min-width: 960px) {
  .media-press .image,
  .media-press .text {
    width: calc(50% - 30px); } }

.media-press .image {
  background-position: center;
  background-size: cover;
  height: 220px; }
  @media screen and (min-width: 768px) {
    .media-press .image {
      height: 28.64583vw; } }
  @media screen and (min-width: 1264px) {
    .media-press .image {
      height: 362px; } }

.media-press .text {
  padding-top: 20px; }
  @media screen and (min-width: 960px) {
    .media-press .text {
      padding-top: 10px; } }
  @media screen and (min-width: 960px) {
    .media-press .text .heading-sub {
      margin-bottom: 18px; } }
  .media-press .text .link-more {
    display: inline-block; }
    @media screen and (min-width: 960px) {
      .media-press .text .link-more {
        margin-top: 20px; } }

.media-press .pagination {
  font-size: 14px;
  text-align: center;
  margin-top: 15%; }
  @media screen and (min-width: 960px) {
    .media-press .pagination {
      margin-top: 5.7%; } }
  .media-press .pagination a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #A2A2A2;
    font-weight: 700;
    margin: 0 8px;
    padding: 0 6px 5px 6px; }
    .media-press .pagination a.active:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #A2A2A2; }
  .media-press .pagination .prev,
  .media-press .pagination .next {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23A2A2A2%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2023%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M13.078,11.369L0.676,22.737L0,22L11.598,11.369L0,0.737L0.676,0C4.81,3.79%208.944,7.579%2013.078,11.369Z%22%20/%3E%3C/svg%3E"); }
    .media-press .pagination .prev[disabled],
    .media-press .pagination .next[disabled] {
      visibility: hidden;
      pointer-events: none; }
  .media-press .pagination .prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23A2A2A2%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2023%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M0,11.369L12.402,0L13.078,0.737L1.48,11.369L13.078,22L12.402,22.737C8.268,18.948%204.134,15.158%200,11.369Z%22%20/%3E%3C/svg%3E"); }
  .media-press .pagination .next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23A2A2A2%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2023%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M13.078,11.369L0.676,22.737L0,22L11.598,11.369L0,0.737L0.676,0C4.81,3.79%208.944,7.579%2013.078,11.369Z%22%20/%3E%3C/svg%3E"); }

.media-press .indent {
  margin-bottom: 60px; }
  @media screen and (min-width: 960px) {
    .media-press .indent {
      margin-bottom: 6%;
      padding-left: 8%; } }
  .media-press .indent .link-more {
    display: inline-block;
    margin-top: 10px; }
    @media screen and (min-width: 960px) {
      .media-press .indent .link-more {
        margin-top: 40px; } }

@media screen and (min-width: 960px) {
  .contact-page {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.5%; } }

.contact-page .details,
.contact-page .form {
  padding-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .contact-page .details,
    .contact-page .form {
      padding-top: 4.5%;
      padding-bottom: 4.5%; } }

.contact-page .details {
  padding-left: calc(((100% - 87.5%) / 2));
  padding-right: calc(((100% - 87.5%) / 2)); }
  @media screen and (min-width: 1463px) {
    .contact-page .details {
      padding-left: calc(((100vw - 1280px) / 2)); } }
  @media screen and (min-width: 960px) {
    .contact-page .details {
      width: 43.5%;
      padding-right: 0; } }
  @media screen and (min-width: 1024px) {
    .contact-page .details .indent {
      margin-left: 20%; } }
  .contact-page .details .heading-smaller {
    margin-bottom: 4px; }
  .contact-page .details p {
    color: #4A4A4A; }

.contact-page .form {
  background-color: #F3F3F3;
  padding-left: 5.7%;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: calc(((100% - 87.5%) / 2)); }
  @media screen and (min-width: 1463px) {
    .contact-page .form {
      padding-right: calc(((100vw - 1280px) / 2)); } }
  @media screen and (max-width: 959px) {
    .contact-page .form {
      padding-top: 40px; } }
  .contact-page .form form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px; }
    @media screen and (min-width: 960px) {
      .contact-page .form form [type="submit"] {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }

.contact-page #thanks {
  display: none; }
  .contact-page #thanks:target {
    display: block; }
    .contact-page #thanks:target + div {
      display: none; }

form [type="text"],
form [type="submit"],
form select,
form textarea {
  border: 1px solid #1D1D1B;
  margin: 0 10px 20px 10px;
  outline: none;
  background-color: #F3F3F3;
  -webkit-appearance: none;
  border-radius: 0; }
  form [type="text"]::-webkit-input-placeholder,
  form [type="submit"]::-webkit-input-placeholder,
  form select::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 700;
    color: #A2A2A2;
    letter-spacing: 1.13px;
    text-transform: uppercase; }
  form [type="text"]:-moz-placeholder,
  form [type="submit"]:-moz-placeholder,
  form select:-moz-placeholder,
  form textarea:-moz-placeholder {
    font-size: 13px;
    font-weight: 700;
    color: #A2A2A2;
    letter-spacing: 1.13px;
    text-transform: uppercase; }
  form [type="text"]::-moz-placeholder,
  form [type="submit"]::-moz-placeholder,
  form select::-moz-placeholder,
  form textarea::-moz-placeholder {
    font-size: 13px;
    font-weight: 700;
    color: #A2A2A2;
    letter-spacing: 1.13px;
    text-transform: uppercase; }
  form [type="text"]:-ms-input-placeholder,
  form [type="submit"]:-ms-input-placeholder,
  form select:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 700;
    color: #A2A2A2;
    letter-spacing: 1.13px;
    text-transform: uppercase; }

form select {
  font-size: 13px;
  font-weight: 700;
  color: #A2A2A2;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23A2A2A2%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2011%208%22%20version%3D%221.1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20xml:space%3D%22preserve%22%20style%3D%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d%3D%22M0,0.64L0.768,0L5.384,5.539L10,0L10.768,0.64L5.384,7.101C3.589,4.947%201.794,2.794%200,0.64Z%22%20/%3E%3C/svg%3E"); }

form [type="text"],
form select {
  width: calc(100% - 20px); }
  @media screen and (min-width: 960px) {
    form [type="text"],
    form select {
      width: calc(50% - 20px); } }

form [type="text"], form select, form textarea {
  padding: 10px 15px 14px; }

form textarea {
  width: 100%;
  min-height: 230px;
  margin-bottom: 7px; }

form footer {
  margin: 0 10px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 960px) {
    form footer {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

form .required {
  font-size: 12px; }

form [type="submit"] {
  background-color: #1D1D1B;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.21px;
  border: 0;
  min-width: 190px;
  margin: 7px 0 10px 0;
  padding: 14px 0 15px; }
  @media screen and (min-width: 960px) {
    form [type="submit"] {
      margin-bottom: 0; } }

.wysiwyg {
  counter-reset: section; }
  .wysiwyg.narrow {
    max-width: 610px; }
  .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-family: "quasimoda", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px; }
    @media screen and (min-width: 960px) {
      .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
        margin-top: 30px; } }
  .wysiwyg h1 {
    font-family: "Unna Regular", serif;
    font-size: 32px;
    line-height: 36px; }
    @media screen and (min-width: 960px) {
      .wysiwyg h1 {
        font-size: 3.33333vw; } }
    @media screen and (min-width: 1800px) {
      .wysiwyg h1 {
        font-size: 60px; } }
    @media screen and (min-width: 960px) {
      .wysiwyg h1 {
        line-height: 3.75vw; } }
    @media screen and (min-width: 1920px) {
      .wysiwyg h1 {
        line-height: 72px; } }
  .wysiwyg h2 {
    letter-spacing: 1.5px;
    font-size: 18px;
    line-height: 25px; }
    @media screen and (min-width: 960px) {
      .wysiwyg h2 {
        font-size: 1.875vw; } }
    @media screen and (min-width: 1280px) {
      .wysiwyg h2 {
        font-size: 24px; } }
    @media screen and (min-width: 960px) {
      .wysiwyg h2 {
        line-height: 2.60417vw; } }
    @media screen and (min-width: 1268px) {
      .wysiwyg h2 {
        line-height: 33px; } }
  .wysiwyg h3 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px; }
    @media screen and (min-width: 960px) {
      .wysiwyg h3 {
        font-size: 1.45833vw; } }
    @media screen and (min-width: 1235px) {
      .wysiwyg h3 {
        font-size: 18px; } }
    @media screen and (min-width: 960px) {
      .wysiwyg h3 {
        line-height: 2.29167vw; } }
    @media screen and (min-width: 1310px) {
      .wysiwyg h3 {
        line-height: 30px; } }
  .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 19px; }
    @media screen and (min-width: 960px) {
      .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
        font-size: 1.04167vw; } }
    @media screen and (min-width: 1056px) {
      .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
        font-size: 11px; } }
    @media screen and (min-width: 960px) {
      .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
        line-height: 1.97917vw; } }
    @media screen and (min-width: 859px) {
      .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
        line-height: 17px; } }
  .wysiwyg ul, .wysiwyg ol {
    margin-bottom: 1rem;
    padding-left: 45px; }
    .wysiwyg ul li, .wysiwyg ol li {
      position: relative; }
      .wysiwyg ul li:before, .wysiwyg ol li:before {
        position: absolute;
        left: -26px;
        top: 1px; }
  .wysiwyg ul li:before {
    content: ' \2022'; }
  .wysiwyg ol li:before {
    counter-increment: section;
    content: counter(section) ". "; }
  .wysiwyg p {
    /*a:only-child {
      font-size: 14px;
      font-weight: 700;
      color: $grey;
      text-transform: uppercase;
      letter-spacing: 1.21px;
      transition: opacity 250ms;
      outline: none;

      &:after {
        content: '+';
        margin-left: 10px;
        position: relative;
        top: -3px;
        display: inline-block;
        vertical-align: middle;
      }
    }*/ }
  .wysiwyg a {
    text-decoration: underline; }

@media screen and (min-width: 960px) {
  [data-controller="reveal"] {
    opacity: 0;
    transition: opacity 800ms; }
    [data-controller="reveal"].reveal, [data-controller="reveal"][data-init-reveal] {
      opacity: 1; }
    [data-controller="reveal"][data-init-reveal] .show {
      transition-delay: 500ms; }
    [data-controller="reveal"].heading, [data-controller="reveal"].heading-quote, [data-controller="reveal"].heading-small, [data-controller="reveal"].heading-smaller, [data-controller="reveal"].heading-sub {
      transition: opacity 250ms; }
      [data-controller="reveal"].heading span, [data-controller="reveal"].heading-quote span, [data-controller="reveal"].heading-small span, [data-controller="reveal"].heading-smaller span, [data-controller="reveal"].heading-sub span {
        display: inline-block;
        vertical-align: middle;
        white-space: pre-wrap;
        will-change: transform,opacity;
        opacity: 0;
        -webkit-transform: translateY(50px) translateZ(0);
                transform: translateY(50px) translateZ(0);
        transition: opacity 0.7s, -webkit-transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
        transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s, -webkit-transform 0.9s cubic-bezier(0.23, 1, 0.32, 1); }
        [data-controller="reveal"].heading span.show, [data-controller="reveal"].heading-quote span.show, [data-controller="reveal"].heading-small span.show, [data-controller="reveal"].heading-smaller span.show, [data-controller="reveal"].heading-sub span.show {
          opacity: 1;
          -webkit-transform: translateY(0) translateZ(0);
                  transform: translateY(0) translateZ(0); }
    [data-controller="reveal"].link-more.reveal {
      transition-delay: 500ms; } }

.error404 section {
  margin-bottom: 10%;
  padding-top: 13%;
  padding-bottom: 13.5%; }
  @media screen and (min-width: 960px) {
    .error404 section {
      padding-top: 1.35417vw; } }
  @media screen and (min-width: 569px) {
    .error404 section {
      padding-top: 7.7%; } }
  @media screen and (min-width: 960px) {
    .error404 section {
      padding-bottom: 1.40625vw; } }
  @media screen and (min-width: 498px) {
    .error404 section {
      padding-bottom: 7%; } }

[data-page] .display {
  opacity: 1; }

[data-page][data-page="1"] > *:nth-child(1n + 7) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="1"] > *:nth-child(1n + 7).display {
    opacity: 0; }

[data-page][data-page="2"] > *:nth-child(1n + 13) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="2"] > *:nth-child(1n + 13).display {
    opacity: 0; }

[data-page][data-page="3"] > *:nth-child(1n + 19) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="3"] > *:nth-child(1n + 19).display {
    opacity: 0; }

[data-page][data-page="4"] > *:nth-child(1n + 25) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="4"] > *:nth-child(1n + 25).display {
    opacity: 0; }

[data-page][data-page="5"] > *:nth-child(1n + 31) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="5"] > *:nth-child(1n + 31).display {
    opacity: 0; }

[data-page][data-page="6"] > *:nth-child(1n + 37) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="6"] > *:nth-child(1n + 37).display {
    opacity: 0; }

[data-page][data-page="7"] > *:nth-child(1n + 43) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="7"] > *:nth-child(1n + 43).display {
    opacity: 0; }

[data-page][data-page="8"] > *:nth-child(1n + 49) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="8"] > *:nth-child(1n + 49).display {
    opacity: 0; }

[data-page][data-page="9"] > *:nth-child(1n + 55) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="9"] > *:nth-child(1n + 55).display {
    opacity: 0; }

[data-page][data-page="10"] > *:nth-child(1n + 61) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="10"] > *:nth-child(1n + 61).display {
    opacity: 0; }

[data-page][data-page="11"] > *:nth-child(1n + 67) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="11"] > *:nth-child(1n + 67).display {
    opacity: 0; }

[data-page][data-page="12"] > *:nth-child(1n + 73) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="12"] > *:nth-child(1n + 73).display {
    opacity: 0; }

[data-page][data-page="13"] > *:nth-child(1n + 79) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="13"] > *:nth-child(1n + 79).display {
    opacity: 0; }

[data-page][data-page="14"] > *:nth-child(1n + 85) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="14"] > *:nth-child(1n + 85).display {
    opacity: 0; }

[data-page][data-page="15"] > *:nth-child(1n + 91) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="15"] > *:nth-child(1n + 91).display {
    opacity: 0; }

[data-page][data-page="16"] > *:nth-child(1n + 97) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="16"] > *:nth-child(1n + 97).display {
    opacity: 0; }

[data-page][data-page="17"] > *:nth-child(1n + 103) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="17"] > *:nth-child(1n + 103).display {
    opacity: 0; }

[data-page][data-page="18"] > *:nth-child(1n + 109) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="18"] > *:nth-child(1n + 109).display {
    opacity: 0; }

[data-page][data-page="19"] > *:nth-child(1n + 115) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="19"] > *:nth-child(1n + 115).display {
    opacity: 0; }

[data-page][data-page="20"] > *:nth-child(1n + 121) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="20"] > *:nth-child(1n + 121).display {
    opacity: 0; }

[data-page][data-page="21"] > *:nth-child(1n + 127) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="21"] > *:nth-child(1n + 127).display {
    opacity: 0; }

[data-page][data-page="22"] > *:nth-child(1n + 133) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="22"] > *:nth-child(1n + 133).display {
    opacity: 0; }

[data-page][data-page="23"] > *:nth-child(1n + 139) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="23"] > *:nth-child(1n + 139).display {
    opacity: 0; }

[data-page][data-page="24"] > *:nth-child(1n + 145) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="24"] > *:nth-child(1n + 145).display {
    opacity: 0; }

[data-page][data-page="25"] > *:nth-child(1n + 151) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="25"] > *:nth-child(1n + 151).display {
    opacity: 0; }

[data-page][data-page="26"] > *:nth-child(1n + 157) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="26"] > *:nth-child(1n + 157).display {
    opacity: 0; }

[data-page][data-page="27"] > *:nth-child(1n + 163) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="27"] > *:nth-child(1n + 163).display {
    opacity: 0; }

[data-page][data-page="28"] > *:nth-child(1n + 169) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="28"] > *:nth-child(1n + 169).display {
    opacity: 0; }

[data-page][data-page="29"] > *:nth-child(1n + 175) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="29"] > *:nth-child(1n + 175).display {
    opacity: 0; }

[data-page][data-page="30"] > *:nth-child(1n + 181) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="30"] > *:nth-child(1n + 181).display {
    opacity: 0; }

[data-page][data-page="31"] > *:nth-child(1n + 187) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="31"] > *:nth-child(1n + 187).display {
    opacity: 0; }

[data-page][data-page="32"] > *:nth-child(1n + 193) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="32"] > *:nth-child(1n + 193).display {
    opacity: 0; }

[data-page][data-page="33"] > *:nth-child(1n + 199) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="33"] > *:nth-child(1n + 199).display {
    opacity: 0; }

[data-page][data-page="34"] > *:nth-child(1n + 205) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="34"] > *:nth-child(1n + 205).display {
    opacity: 0; }

[data-page][data-page="35"] > *:nth-child(1n + 211) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="35"] > *:nth-child(1n + 211).display {
    opacity: 0; }

[data-page][data-page="36"] > *:nth-child(1n + 217) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="36"] > *:nth-child(1n + 217).display {
    opacity: 0; }

[data-page][data-page="37"] > *:nth-child(1n + 223) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="37"] > *:nth-child(1n + 223).display {
    opacity: 0; }

[data-page][data-page="38"] > *:nth-child(1n + 229) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="38"] > *:nth-child(1n + 229).display {
    opacity: 0; }

[data-page][data-page="39"] > *:nth-child(1n + 235) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="39"] > *:nth-child(1n + 235).display {
    opacity: 0; }

[data-page][data-page="40"] > *:nth-child(1n + 241) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="40"] > *:nth-child(1n + 241).display {
    opacity: 0; }

[data-page][data-page="41"] > *:nth-child(1n + 247) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="41"] > *:nth-child(1n + 247).display {
    opacity: 0; }

[data-page][data-page="42"] > *:nth-child(1n + 253) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="42"] > *:nth-child(1n + 253).display {
    opacity: 0; }

[data-page][data-page="43"] > *:nth-child(1n + 259) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  pointer-events: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0; }
  [data-page][data-page="43"] > *:nth-child(1n + 259).display {
    opacity: 0; }

.modal-content video {
  width: calc(100vw - 2em);
  max-width: 1280px;
  height: auto; }
