/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, html {
  height: 100%; }

.hidden {
  display: none;
  visibility: hidden;
  height: 0 !important;
  overflow: hidden; }

*,
*:after,
*:before {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent; }

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

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

html {
  font-size: 81.25%; }
  @media (min-width: 450px) {
    html {
      font-size: 87.5%; } }
  @media (min-width: 800px) {
    html {
      font-size: 92.5%; } }

body {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 300;
  color: #0c0d0e;
  background-color: #fff;
  line-height: 1.6;
  letter-spacing: .02rem; }

p {
  max-width: 800px; }
  .text--center p {
    margin-left: auto;
    margin-right: auto; }
  p.text--xl {
    max-width: 970px; }
  p.text--xxl {
    max-width: 100%; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

sup {
  font-size: 0.8rem;
  line-height: 0;
  vertical-align: super; }

a[href]:not([class]) {
  color: #ff8c00;
  transition: all 0.25s ease; }
  a[href]:not([class]):hover {
    color: #d66000; }

li {
  list-style-position: outside;
  margin-left: 1.2rem; }

ul li {
  list-style-type: disc; }

ol li {
  list-style-type: decimal; }

.list--lined {
  padding: 1rem 0; }
  .list--lined li {
    list-style: none;
    margin-left: 0;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .list--lined li:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }

hr {
  border: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 1.2rem 0; }

.text--black hr {
  background-color: rgba(12, 13, 14, 0.2); }

.text--default hr {
  background-color: rgba(12, 13, 14, 0.2); }

.text--white hr {
  background-color: rgba(255, 255, 255, 0.2); }

.hr--left {
  width: 80px;
  margin-left: 0; }

.hr--right {
  width: 80px;
  margin-right: 0; }

.hr--center {
  width: 80px;
  margin-left: auto;
  margin-right: auto; }

.title {
  font-family: "Helvetica Neue", pragmatica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-left: -2px; }
  .title--xxxl {
    font-size: 4.29982rem;
    line-height: 1.033; }
  .title--xxl {
    font-size: 3.58318rem;
    line-height: 1.1; }
  .title--xl {
    font-size: 2.98598rem;
    line-height: 1.15; }
  .title--lg {
    font-size: 2.48832rem;
    line-height: 1.1; }
  .title--md {
    font-size: 2.0736rem;
    line-height: 1.1; }
  .title--sm {
    font-size: 1.728rem;
    line-height: 1.15; }
  .title--xs {
    font-size: 1.44rem;
    line-height: 1.2; }
  .title--xxs {
    font-size: 1.44rem;
    line-height: 1.2; }
  .title--xxxs {
    font-size: 1rem;
    line-height: 1.45; }
  @media (min-width: 450px) {
    .title--xxxl {
      font-size: 5.15978rem; }
    .title--xxl {
      font-size: 4.29982rem; }
    .title--xl {
      font-size: 3.58318rem; }
    .title--lg {
      font-size: 2.98598rem; }
    .title--md {
      font-size: 2.48832rem; }
    .title--sm {
      font-size: 2.0736rem; }
    .title--xs {
      font-size: 1.728rem; }
    .title--xxs {
      font-size: 1.44rem; }
    .title--xxxs {
      font-size: 1.2rem; } }
  @media (min-width: 650px) {
    .title--xxxl {
      font-size: 6.19174rem; }
    .title--xxl {
      font-size: 5.15978rem; }
    .title--xl {
      font-size: 4.29982rem; }
    .title--lg {
      font-size: 3.58318rem; }
    .title--md {
      font-size: 2.98598rem; }
    .title--sm {
      font-size: 2.48832rem; }
    .title--xs {
      font-size: 2.0736rem; }
    .title--xxs {
      font-size: 1.728rem; }
    .title--xxxs {
      font-size: 1.44rem; } }

.sub-title {
  font-family: "Helvetica Neue", pragmatica, sans-serif;
  font-weight: 600;
  line-height: 1.15;
  font-size: 1.728rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 5px; }
  .sub-title--lg {
    font-size: 2.98598rem; }
  .sub-title--sm {
    font-size: 1rem; }
  @media (min-width: 650px) {
    .sub-title {
      font-size: 2.0736rem; }
      .sub-title--lg {
        font-size: 2.48832rem; }
      .sub-title--sm {
        font-size: 1.2rem; } }

.core-title {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
  .core-title--xxxl {
    font-size: 4.29982rem;
    line-height: 1.1; }
  .core-title--xxl {
    font-size: 2.98598rem;
    line-height: 1.1; }
  .core-title--xl {
    font-size: 2.98598rem;
    line-height: 1.2; }
  .core-title--lg {
    font-size: 2.48832rem;
    line-height: 1.25; }
  .core-title--md {
    font-size: 2.0736rem;
    line-height: 1.35; }
  .core-title--sm {
    font-size: 1.728rem;
    line-height: 1.35; }
  .core-title--xs {
    font-size: 1.44rem;
    line-height: 1.35; }
  .core-title--xxs {
    font-size: 1.2rem;
    line-height: 1.4; }
  .core-title--xxxs {
    font-size: 1rem;
    line-height: 1.45; }
  @media (min-width: 650px) {
    .core-title--xxxl {
      font-size: 5.15978rem;
      line-height: 1.1; }
    .core-title--xxl {
      font-size: 4.29982rem;
      line-height: 1.175; }
    .core-title--xl {
      font-size: 3.58318rem;
      line-height: 1.2; }
    .core-title--lg {
      font-size: 2.98598rem;
      line-height: 1.2; }
    .core-title--md {
      font-size: 2.48832rem;
      line-height: 1.3; }
    .core-title--sm {
      font-size: 2.0736rem;
      line-height: 1.3; }
    .core-title--xs {
      font-size: 1.728rem;
      line-height: 1.3; }
    .core-title--xxs {
      font-size: 1.44rem;
      line-height: 1.35; }
    .core-title--xxxs {
      font-size: 1.2rem;
      line-height: 1.4; } }

.banner-title {
  font-family: "Helvetica Neue", pragmatica, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 2.98598rem;
  letter-spacing: .03rem; }
  .banner-title--lg {
    font-size: 4.29982rem; }
  .banner-title--xxl {
    font-size: 5.15978rem; }
  @media (min-width: 330px) {
    .banner-title {
      font-size: 3.58318rem; }
      .banner-title--lg {
        font-size: 5.15978rem; }
      .banner-title--xxl {
        font-size: 6.19174rem; } }
  @media (min-width: 450px) {
    .banner-title {
      font-size: 4.29982rem; }
      .banner-title--lg {
        font-size: 5.15978rem; }
      .banner-title--xxl {
        font-size: 7.43008rem; } }
  @media (min-width: 650px) {
    .banner-title {
      font-size: 6.19174rem; }
      .banner-title--lg {
        font-size: 7.43008rem; }
      .banner-title--xxl {
        font-size: 8.9161rem; } }
  @media (min-width: 970px) {
    .banner-title {
      font-size: 7.43008rem; }
      .banner-title--lg {
        font-size: 8.9161rem; }
      .banner-title--xxl {
        font-size: 10.69932rem; } }
  @media (min-width: 1200px) {
    .banner-title {
      font-size: 8.9161rem; }
      .banner-title--lg {
        font-size: 10.69932rem; }
      .banner-title--xxl {
        font-size: 12.83918rem; } }

.text {
  line-height: 1.45;
  font-family: "Helvetica Neue", pragmatica, sans-serif; }
  .text--xxxl {
    font-size: 1.9rem;
    line-height: 1.6;
    letter-spacing: 0; }
  .text--xxl {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0; }
  .text--xl {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0; }
  .text--lg {
    font-size: 1.15rem;
    letter-spacing: 0; }
  .text--md {
    font-size: 1rem;
    letter-spacing: 0; }
  .text--sm {
    font-size: .9rem; }
  @media (min-width: 650px) {
    .text--xxxl {
      font-size: 2.0736rem; }
    .text--xxl {
      font-size: 1.728rem; }
    .text--xl {
      font-size: 1.44rem; } }
  .text--italic {
    font-style: italic; }
  .text--thin {
    font-weight: 100; }
  .text--light {
    font-weight: 200; }
  .text--normal {
    font-weight: 500; }
  .text--bold {
    font-weight: 600; }
  .text--bolder {
    font-weight: 800; }
  .text--wide-kern {
    letter-spacing: .15em; }
  .text--wide-kern-lg {
    letter-spacing: .3em; }
  .text--upper {
    text-transform: uppercase; }
  .text--underline {
    text-decoration: underline; }
  .text--white {
    color: #f2f5f7; }
  .text--black {
    color: #2e2e2e; }
  .text--red {
    color: #da202c; }
  .text--blue {
    color: #051039; }
  .text--default {
    color: #74787d; }
    .text--default .title {
      color: #2e2e2e; }
  .text--left {
    text-align: left; }
  .text--right {
    text-align: right; }
  .text--center {
    text-align: center; }
  .text--justify {
    text-align: left; }
  @media (min-width: 650px) {
    .text--bp-left {
      text-align: left; }
    .text--bp-right {
      text-align: right; }
    .text--bp-center {
      text-align: center; }
    .text--bp-justify {
      text-align: justify; }
    .text--justify {
      text-align: justify; } }

.content-spacing * + p,
.content-spacing * + ul,
.content-spacing * + ol {
  padding-top: 0.8rem; }

.content-spacing li + li {
  padding-top: 0.512rem; }

.content-spacing ul,
.content-spacing ol {
  padding-top: 1.44rem;
  padding-bottom: 0.64rem; }

.content-spacing p + .title {
  padding-top: 2.48832rem; }

.content-spacing .title + p {
  padding-top: 0.512rem; }

.content-spacing .title + .title {
  padding-top: 0;
  padding-bottom: 0.512rem; }

.content-spacing p + .core-title {
  padding-top: 2.48832rem; }

.content-spacing .core-title + p {
  padding-top: 0.32768rem; }

.content-spacing .core-title + .core-title {
  padding-top: 0;
  padding-bottom: 0.512rem; }

.content-spacing .sub-title,
.content-spacing .sub-title {
  padding: 0; }

.vpad--xxxxl {
  padding-top: 6.19174rem;
  padding-bottom: 6.19174rem; }

.vpad--xxxl {
  padding-top: 4.29982rem;
  padding-bottom: 4.29982rem; }

.vpad--xxl {
  padding-top: 2.98598rem;
  padding-bottom: 2.98598rem; }

.vpad--xl {
  padding-top: 2.0736rem;
  padding-bottom: 2.0736rem; }

.vpad--lg {
  padding-top: 1.44rem;
  padding-bottom: 1.44rem; }

.vpad--md {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.vpad--sm {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem; }

.vpad--xs {
  padding-top: 0.4096rem;
  padding-bottom: 0.4096rem; }

.vpad--xxs {
  padding-top: 0.26214rem;
  padding-bottom: 0.26214rem; }

@media (min-width: 650px) {
  .vpad--xxxxl {
    padding-top: 12.83918rem;
    padding-bottom: 12.83918rem; }
  .vpad--xxxl {
    padding-top: 8.9161rem;
    padding-bottom: 8.9161rem; }
  .vpad--xxl {
    padding-top: 6.19174rem;
    padding-bottom: 6.19174rem; }
  .vpad--xl {
    padding-top: 4.29982rem;
    padding-bottom: 4.29982rem; }
  .vpad--lg {
    padding-top: 2.98598rem;
    padding-bottom: 2.98598rem; }
  .vpad--md {
    padding-top: 2.0736rem;
    padding-bottom: 2.0736rem; }
  .vpad--sm {
    padding-top: 1.44rem;
    padding-bottom: 1.44rem; }
  .vpad--xs {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .vpad--xxs {
    padding-top: 0.64rem;
    padding-bottom: 0.64rem; } }

.space--xxxxl {
  padding-top: 6.19174rem; }

.space--xxxl {
  padding-top: 4.29982rem; }

.space--xxl {
  padding-top: 2.98598rem; }

.space--xl {
  padding-top: 2.0736rem; }

.space--lg {
  padding-top: 1.44rem; }

.space--md {
  padding-top: 1rem; }

.space--sm {
  padding-top: 0.64rem; }

.space--xs {
  padding-top: 0.4096rem; }

.space--xxs {
  padding-top: 0.26214rem; }

@media (min-width: 650px) {
  .space--xxxxl {
    padding-top: 8.9161rem; }
  .space--xxxl {
    padding-top: 6.19174rem; }
  .space--xxl {
    padding-top: 4.29982rem; }
  .space--xl {
    padding-top: 2.98598rem; }
  .space--lg {
    padding-top: 2.0736rem; }
  .space--md {
    padding-top: 1.44rem; }
  .space--sm {
    padding-top: 1rem; }
  .space--xs {
    padding-top: 0.64rem; }
  .space--xxs {
    padding-top: 0.4096rem; } }

.boxpad--xxxxl {
  padding: 4.29982rem; }

.boxpad--xxxl {
  padding: 2.98598rem; }

.boxpad--xxl {
  padding: 2.0736rem; }

.boxpad--xl {
  padding: 1.44rem; }

.boxpad--lg {
  padding: 1rem; }

.boxpad--md {
  padding: 0.64rem; }

.boxpad--sm {
  padding: 0.4096rem; }

.boxpad--xs {
  padding: 0.26214rem; }

.boxpad--xxs {
  padding: 0.16777rem; }

@media (min-width: 650px) {
  .boxpad--xxxxl {
    padding: 6.19174rem; }
  .boxpad--xxxl {
    padding: 4.29982rem; }
  .boxpad--xxl {
    padding: 2.98598rem; }
  .boxpad--xl {
    padding: 2.0736rem; }
  .boxpad--lg {
    padding: 1.44rem; }
  .boxpad--md {
    padding: 1rem; }
  .boxpad--sm {
    padding: 0.64rem; }
  .boxpad--xs {
    padding: 0.4096rem; }
  .boxpad--xxs {
    padding: 0.26214rem; } }

.section-spacing .bob + .bob {
  padding-top: 4.29982rem; }

.section-spacing .container + .container {
  padding-top: 7.43008rem; }

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.44rem;
  padding-right: 1.44rem; }
  @media (min-width: 450px) {
    .container {
      padding-left: 2.0736rem;
      padding-right: 2.0736rem; } }
  .container--100 {
    max-width: 100%; }
  .container--xxl {
    max-width: 970px; }
  .container--xl {
    max-width: 800px; }
  .container--lg {
    max-width: 650px; }
  .container--md {
    max-width: 450px; }
  .container--sm {
    max-width: 330px; }
  .container--left {
    margin-left: 0;
    margin-right: auto; }
  .container--right {
    margin-left: auto;
    margin-right: 0; }
  .container--no-padding {
    padding-left: 0;
    padding-right: 0; }

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: -1.44rem;
  margin-left: -1.44rem; }
  .row .col {
    flex: 1 1 100%; }
  .row--justify {
    justify-content: space-between; }
  .row--valign-bottom {
    align-items: flex-end; }
  .row--valign-center {
    align-items: center; }
  .row--reverse {
    flex-direction: row-reverse; }
  @media (min-width: 650px) {
    .row--6-6 > .col {
      flex: 0 0 50%;
      max-width: 50%; }
    .row--4-4-4 > .col {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row--3-3-3-3 > .col {
      flex: 0 0 25%;
      max-width: 25%; } }
  .row--constant-6-6 > .col {
    flex: 0 0 50%;
    max-width: 50%; }
  .row--constant-4-4-4 > .col {
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  .row--constant-3-3-3-3 > .col {
    flex: 0 0 25%;
    max-width: 25%; }
  @media (min-width: 330px) {
    .row--sm-6-6 > .col {
      flex: 0 0 50%;
      max-width: 50%; }
    .row--sm-4-4-4 > .col {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row--sm-3-3-3-3 > .col {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 450px) {
    .row--md-6-6 > .col {
      flex: 0 0 50%;
      max-width: 50%; }
    .row--md-4-4-4 > .col {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row--md-3-3-3-3 > .col {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 650px) {
    .row--lg-6-6 > .col {
      flex: 0 0 50%;
      max-width: 50%; }
    .row--lg-4-4-4 > .col {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row--lg-3-3-3-3 > .col {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 800px) {
    .row--xl-6-6 > .col {
      flex: 0 0 50%;
      max-width: 50%; }
    .row--xl-4-4-4 > .col {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row--xl-3-3-3-3 > .col {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 970px) {
    .row--xxl-6-6 > .col {
      flex: 0 0 50%;
      max-width: 50%; }
    .row--xxl-4-4-4 > .col {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row--xxl-3-3-3-3 > .col {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1200px) {
    .row--xxxl-6-6 > .col {
      flex: 0 0 50%;
      max-width: 50%; }
    .row--xxxl-4-4-4 > .col {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row--xxxl-3-3-3-3 > .col {
      flex: 0 0 25%;
      max-width: 25%; } }
  .row > .col {
    padding-top: 1.44rem;
    padding-left: 1.44rem; }
  @media (min-width: 650px) {
    .row {
      margin-top: -2.0736rem;
      margin-left: -2.0736rem; }
      .row > .col {
        padding-top: 2.0736rem;
        padding-left: 2.0736rem; } }
  .row--gutters-sm {
    margin-top: -1rem;
    margin-left: -1rem; }
    .row--gutters-sm > .col {
      padding-top: 1rem;
      padding-left: 1rem; }
    @media (min-width: 650px) {
      .row--gutters-sm {
        margin-top: -1.44rem;
        margin-left: -1.44rem; }
        .row--gutters-sm > .col {
          padding-top: 1.44rem;
          padding-left: 1.44rem; } }
  .row--gutters-lg {
    margin-top: -2.0736rem;
    margin-left: -2.0736rem; }
    .row--gutters-lg > .col {
      padding-top: 2.0736rem;
      padding-left: 2.0736rem; }
    @media (min-width: 650px) {
      .row--gutters-lg {
        margin-top: -2.98598rem;
        margin-left: -2.98598rem; }
        .row--gutters-lg > .col {
          padding-top: 2.98598rem;
          padding-left: 2.98598rem; } }
  .row--gutters-xl {
    margin-top: -2.98598rem;
    margin-left: -2.98598rem; }
    .row--gutters-xl > .col {
      padding-top: 2.98598rem;
      padding-left: 2.98598rem; }
    @media (min-width: 650px) {
      .row--gutters-xl {
        margin-top: -4.29982rem;
        margin-left: -4.29982rem; }
        .row--gutters-xl > .col {
          padding-top: 4.29982rem;
          padding-left: 4.29982rem; } }
  .row--no-gutters {
    margin-top: 0;
    margin-left: 0; }
    .row--no-gutters > .col {
      padding-top: 0;
      padding-left: 0; }
  .row .col--top {
    align-self: flex-start; }
  .row .col--middle {
    align-self: center; }
  .row .col--bottom {
    align-self: flex-end; }
  .row .col--auto {
    flex: 1 1 auto; }
  @media (min-width: 650px) {
    .row .col--3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row .col--4 {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row .col--5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row .col--6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row .col--7 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row .col--8 {
      flex: 0 0 66.66%;
      max-width: 66.66%; }
    .row .col--9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row .col--12 {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 330px) {
    .row .col--sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row .col--sm-4 {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row .col--sm-5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row .col--sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row .col--sm-7 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row .col--sm-8 {
      flex: 0 0 66.66%;
      max-width: 66.66%; }
    .row .col--sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row .col--sm-12 {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 450px) {
    .row .col--md-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row .col--md-4 {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row .col--md-5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row .col--md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row .col--md-7 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row .col--md-8 {
      flex: 0 0 66.66%;
      max-width: 66.66%; }
    .row .col--md-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row .col--md-12 {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 650px) {
    .row .col--lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row .col--lg-4 {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row .col--lg-5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row .col--lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row .col--lg-7 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row .col--lg-8 {
      flex: 0 0 66.66%;
      max-width: 66.66%; }
    .row .col--lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row .col--lg-12 {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 800px) {
    .row .col--xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row .col--xl-4 {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row .col--xl-5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row .col--xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row .col--xl-7 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row .col--xl-8 {
      flex: 0 0 66.66%;
      max-width: 66.66%; }
    .row .col--xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row .col--xl-12 {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 970px) {
    .row .col--xxl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row .col--xxl-4 {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row .col--xxl-5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row .col--xxl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row .col--xxl-7 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row .col--xxl-8 {
      flex: 0 0 66.66%;
      max-width: 66.66%; }
    .row .col--xxl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row .col--xxl-12 {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .row .col--xxxl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row .col--xxxl-4 {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .row .col--xxxl-5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row .col--xxxl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row .col--xxxl-7 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row .col--xxxl-8 {
      flex: 0 0 66.66%;
      max-width: 66.66%; }
    .row .col--xxxl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row .col--xxxl-12 {
      flex: 0 0 100%;
      max-width: 100%; } }

.bob {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -1.44rem;
  margin-left: -1.44rem; }
  @media (min-width: 970px) {
    .bob {
      flex-direction: row; }
      .bob--swap {
        flex-direction: row-reverse; } }
  .bob > .bob__img,
  .bob > .bob__text, .bob__text2, .bob__img2 {
    padding-top: 1.44rem;
    padding-left: 1.44rem; }
  @media (min-width: 970px) {
    .bob {
      margin-top: -2.0736rem;
      margin-left: -2.0736rem; }
      .bob > .bob__img,
      .bob > .bob__text, .bob__text2, .bob__img2 {
        padding-top: 2.0736rem;
        padding-left: 2.0736rem; } }
  .bob__text, .bob__img {
    width: 100%;
    max-width: 650px; }
    @media (min-width: 970px) {
      .bob__text, .bob__img {
        width: 50%;
        max-width: none; } }
  @media (min-width: 970px) {
    .bob__text {
      width: 50%; } }

.harvey {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 970px) {
    .harvey {
      flex-direction: row; }
      .harvey--swap {
        flex-direction: row-reverse; } }
  .harvey__text, .harvey__img {
    width: 100%; }
    @media (min-width: 970px) {
      .harvey__text, .harvey__img {
        width: 50%; } }
  .harvey__text {
    max-width: 800px;
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.0736rem;
    padding-bottom: 4.29982rem;
    padding-left: 1.44rem;
    padding-right: 1.44rem; }
    @media (min-width: 450px) {
      .harvey__text {
        padding-left: 2.0736rem;
        padding-right: 2.0736rem; } }
    @media (min-width: 970px) {
      .harvey__text {
        padding-top: 8.9161rem;
        padding-bottom: 8.9161rem;
        margin-right: 1.728rem; } }
  .harvey__img {
    position: relative;
    align-self: stretch;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 450px) {
      .harvey__img {
        padding-top: 66.66%; } }
    @media (min-width: 970px) {
      .harvey__img {
        padding-top: 0; } }
  .harvey__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: 54px;
  min-height: 54px; }
  @media (min-width: 450px) {
    .site-header {
      height: 70px;
      min-height: 70px; } }
  .site-header__offset:before {
    content: '';
    display: block;
    height: 54px;
    min-height: 54px; }
    @media (min-width: 450px) {
      .site-header__offset:before {
        height: 70px;
        min-height: 70px; } }

.core-nav {
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75); }
  .core-nav .logo + .logo {
    margin-left: 1rem; }
  @media (min-width: md) {
    .core-nav {
      padding-left: 1.44rem;
      padding-right: 1.44rem; } }
  .core-nav__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .core-nav__left {
    display: flex;
    align-items: center;
    width: 35%;
    min-width: 54px; }
    @media (min-width: 950px) {
      .core-nav__left {
        display: none; } }
  .core-nav__center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%; }
    @media (min-width: 600px) {
      .core-nav__center {
        width: 33.33%;
        flex-grow: 3; } }
    @media (min-width: 950px) {
      .core-nav__center {
        width: 66.66%;
        justify-content: flex-start; } }
  .core-nav__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 35%;
    min-width: 54px;
    visibility: hidden; }
    @media (min-width: 600px) {
      .core-nav__right {
        visibility: visible; } }
    @media (min-width: 950px) {
      .core-nav__right {
        width: 30%; } }
  .core-nav__list {
    display: none;
    margin-left: 0.8rem;
    line-height: 0; }
    @media (min-width: 950px) {
      .core-nav__list {
        display: block; } }
    .core-nav__list-link {
      display: inline-block;
      padding: 0.8rem 0.4096rem;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      font-size: 0.8rem;
      line-height: 0;
      transition: all 0.25s ease; }
      .core-nav__list-link:hover, .core-nav__list-link.is-current {
        color: #ff8c00; }

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 15;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #dadcdf;
  overflow-y: auto;
  background-color: rgba(21, 24, 27, 0.9);
  transition: all 0.25s ease; }
  .mobile-nav .logo {
    margin: 0.64rem; }
  .mobile-nav.is-closed {
    left: -75%;
    visibility: hidden;
    opacity: 0; }
  .mobile-nav.is-open {
    left: 0;
    visibility: visible;
    opacity: 1; }
  .mobile-nav__wrap {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: md) {
      .mobile-nav__wrap {
        padding-left: 1.44rem;
        padding-right: 1.44rem; } }
  .mobile-nav__top {
    display: flex;
    align-items: center;
    height: 54px;
    min-height: 54px; }
    @media (min-width: 450px) {
      .mobile-nav__top {
        height: 70px;
        min-height: 70px; } }
  .mobile-nav__middle {
    flex-grow: 1; }
  .mobile-nav__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 100px;
    padding: 1rem;
    margin-top: 1.44rem;
    background: rgba(21, 24, 27, 0.85); }
    @media (min-width: 600px) {
      .mobile-nav__bottom {
        display: none; } }
  .mobile-nav__list-link {
    transition: all 0.25s ease;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase; }
    .mobile-nav__list-link + .mobile-nav__list-link {
      border-top: 1px solid rgba(0, 0, 0, 0.33); }
    .mobile-nav__list-link.is-current {
      color: #ff8c00; }
  @media (min-width: 950px) {
    .mobile-nav {
      display: none; } }

.site-nav {
  position: relative;
  z-index: 25;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  text-align: center; }
  .site-nav__offset:before {
    content: '';
    display: block;
    height: 50px;
    min-height: 50px; }
    @media (min-width: 450px) {
      .site-nav__offset:before {
        height: 56px;
        min-height: 56px; } }
  .site-nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    width: 50px;
    background-image: url("../img/icons/nav-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px auto;
    height: 50px;
    min-height: 50px; }
    @media (min-width: 450px) {
      .site-nav:before {
        height: 56px;
        min-height: 56px; } }
    @media (min-width: 450px) {
      .site-nav:before {
        width: 56px;
        background-size: 56px auto; } }
    @media (min-width: 1055px) {
      .site-nav:before {
        display: none; } }
  .site-nav__scroll-wrap {
    overflow-x: auto;
    overflow-y: hidden; }
    @media (min-width: 1055px) {
      .site-nav__scroll-wrap {
        overflow: visible; } }
  .site-nav__wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    min-height: 50px; }
    @media (min-width: 450px) {
      .site-nav__wrap {
        height: 56px;
        min-height: 56px; } }
    .site-nav__wrap:after {
      content: '';
      min-width: 12.5px; }
      @media (min-width: 450px) {
        .site-nav__wrap:after {
          min-width: 14px; } }
      @media (min-width: 1055px) {
        .site-nav__wrap:after {
          display: none; } }
  .site-nav__item {
    display: flex;
    flex: 1 0 auto;
    border-right: 1px solid rgba(255, 255, 255, 0); }
    .site-nav__item:last-child {
      border-right: 0; }
  .site-nav__link {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: "Helvetica Neue", pragmatica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .07em;
    color: #000;
    transition: background-color 0.25s ease;
    white-space: nowrap; }
    .site-nav__link.is-current {
      background-color: white;
      color: #da202c;
      font-weight: 500;
      letter-spacing: .04em; }
    .no-touch .site-nav__link:hover {
      background-color: #da202c;
      color: #fff; }
  .site-nav.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 25; }

.page-nav {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 25;
  width: 100%;
  background-color: rgba(218, 32, 44, 0.7);
  text-align: center; }
  .page-nav__container {
    display: block;
    position: relative;
    width: 100%;
    height: 52px;
    min-height: 52px; }
    @media (min-width: 450px) {
      .page-nav__container {
        height: 52px;
        min-height: 52px; } }
  .page-nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    width: 52px;
    background-image: url("../img/icons/nav-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 52px auto;
    height: 52px;
    min-height: 52px; }
    @media (min-width: 450px) {
      .page-nav:before {
        height: 52px;
        min-height: 52px; } }
    @media (min-width: 450px) {
      .page-nav:before {
        width: 52px;
        background-size: 52px auto; } }
    @media (min-width: 300px) {
      .page-nav:before {
        display: none; } }
  .page-nav__scroll-wrap {
    overflow-x: auto;
    overflow-y: hidden; }
    @media (min-width: 300px) {
      .page-nav__scroll-wrap {
        overflow: visible; } }
  .page-nav__wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 52px;
    min-height: 52px; }
    @media (min-width: 450px) {
      .page-nav__wrap {
        height: 52px;
        min-height: 52px; } }
    .page-nav__wrap:after {
      content: '';
      min-width: 52px; }
      @media (min-width: 450px) {
        .page-nav__wrap:after {
          min-width: 52px; } }
      @media (min-width: 300px) {
        .page-nav__wrap:after {
          display: none; } }
  .page-nav__item {
    display: flex;
    flex: 1 0 auto;
    border-right: 1px solid rgba(255, 255, 255, 0.15); }
    .page-nav__item:last-child {
      border-right: 0; }
  .page-nav__link {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    transition: background-color 0.25s ease;
    white-space: nowrap; }
    .page-nav__link.is-current {
      background-color: #da202c;
      color: #fff; }
    .no-touch .page-nav__link:hover {
      background-color: #da202c;
      color: #fff; }
  .page-nav.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 25;
    background-color: rgba(218, 32, 44, 0.7); }

.af-page-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
  width: 100%;
  background-color: #da202c;
  text-align: center; }
  .af-page-nav__container {
    display: block;
    position: relative;
    width: 100%;
    height: 52px;
    min-height: 52px; }
    @media (min-width: 450px) {
      .af-page-nav__container {
        height: 52px;
        min-height: 52px; } }
  .af-page-nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    width: 44px;
    background-image: url("../img/icons/nav-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 44px auto;
    height: 52px;
    min-height: 52px; }
    @media (min-width: 450px) {
      .af-page-nav:before {
        height: 52px;
        min-height: 52px; } }
    @media (min-width: 450px) {
      .af-page-nav:before {
        width: 54px;
        background-size: 54px auto; } }
    @media (min-width: 340px) {
      .af-page-nav:before {
        display: none; } }
  .af-page-nav__scroll-wrap {
    overflow-x: auto;
    overflow-y: hidden; }
    @media (min-width: 340px) {
      .af-page-nav__scroll-wrap {
        overflow: visible; } }
  .af-page-nav__wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 44px;
    min-height: 44px; }
    @media (min-width: 450px) {
      .af-page-nav__wrap {
        height: 54px;
        min-height: 54px; } }
    .af-page-nav__wrap:after {
      content: '';
      min-width: 44px; }
      @media (min-width: 450px) {
        .af-page-nav__wrap:after {
          min-width: 54px; } }
      @media (min-width: 340px) {
        .af-page-nav__wrap:after {
          display: none; } }
  .af-page-nav__item {
    display: flex;
    flex: 1 0 auto;
    border-right: 1px solid rgba(255, 255, 255, 0.15); }
    .af-page-nav__item:last-child {
      border-right: 0; }
  .af-page-nav__link {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    transition: background-color 0.25s ease;
    white-space: nowrap; }
    .af-page-nav__link.is-current {
      background-color: white;
      color: #da202c; }
    .no-touch .af-page-nav__link:hover {
      background-color: white;
      color: #da202c; }
  .af-page-nav.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 25;
    background-color: rgba(218, 32, 44, 0.9); }

.group-nav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 25;
  display: flex;
  justify-content: space-between;
  height: 150px;
  width: 100%;
  background-color: rgba(12, 13, 14, 0.5);
  transition: all 0.25s ease;
  transform: scaleY(0);
  transform-origin: top center; }
  @media (min-width: 340px) {
    .site-nav__item:hover .group-nav {
      transform: scaleY(1); } }
  .group-nav__item {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .group-nav__link {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    font-family: "Helvetica Neue", pragmatica, sans-serif;
    font-size: 1.44rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #fff;
    background-color: rgba(12, 13, 14, 0.8);
    transition: all 0.25s ease; }
    .group-nav__link.is-current {
      background-color: rgba(12, 13, 14, 0.25); }
    .no-touch .group-nav__link:hover {
      background-color: rgba(12, 13, 14, 0.4); }

.site-nav--footer {
  background-color: rgba(116, 120, 125, 0.5); }
  .site-nav--footer:before {
    background-image: url("../img/icons/nav-arrow-footer.svg"); }

.site-nav--footer .site-nav__link {
  color: rgba(255, 255, 255, 0.8); }
  .site-nav--footer .site-nav__link.is-current {
    background-color: rgba(116, 120, 125, 0.66); }
  .no-touch .site-nav--footer .site-nav__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white; }

.site-footer {
  position: relative;
  background-color: #000; }
  .site-footer__wrap {
    padding-left: 1.44rem;
    padding-right: 1.44rem;
    padding-top: 4.29982rem;
    padding-bottom: 4.29982rem;
    color: #fff;
    text-align: center;
    background-color: #000; }
    @media (min-width: 450px) {
      .site-footer__wrap {
        padding-left: 2.0736rem;
        padding-right: 2.0736rem; } }
  .site-footer .logo + .logo {
    margin-left: 1rem; }

.banner {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 525px;
  color: #fff;
  background-color: #74787d; }
  @media (min-width: 650px) {
    .banner {
      height: 100%;
      min-height: 650px; } }
  .banner__wrap {
    position: relative;
    z-index: 15;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding-left: 1.44rem;
    padding-right: 1.44rem; }
    @media (min-width: 450px) {
      .banner__wrap {
        padding-left: 2.0736rem;
        padding-right: 2.0736rem; } }
  .banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #2e2e2e;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .banner__nav .site-nav {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 25; }
  .banner__nav--top .site-nav {
    top: 0;
    bottom: auto; }
  .banner__nav--bottom .site-nav {
    bottom: 0;
    top: auto; }
  .banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/banner/components/vignette.png");
    background-color: rgba(12, 13, 14, 0.2);
    z-index: 5;
    pointer-events: none; }
  .banner__logo {
    width: 160px;
    max-width: 90%;
    margin: auto auto 2.0736rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .banner__logo:after {
      content: "";
      display: block;
      width: 100%; }
    .banner__logo--nikon {
      width: 140px;
      background-image: url("../img/banner/components/iamnikon.svg"); }
      .banner__logo--nikon:after {
        padding-top: 21.36%; }
      @media (min-width: 450px) {
        .banner__logo--nikon {
          width: 220px; } }
      @media (min-width: 970px) {
        .banner__logo--nikon {
          width: 260px; } }
      @media (min-width: 1200px) {
        .banner__logo--nikon {
          width: 300px; } }
    .banner__logo--iamchasing {
      width: 420px;
      margin-bottom: 0;
      background-image: url("../img/banner/components/iamchasing.svg"); }
      .banner__logo--iamchasing:after {
        padding-top: 9.44%; }

.banner--article {
  height: 100%; }
  .banner--article .banner__wrap {
    padding-left: 0;
    padding-right: 0; }
  .banner--article .banner__half {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(12, 13, 14, 0.5);
    padding: 2.0736rem;
    display: flex;
    align-items: center;
    width: 100%; }
    @media (min-width: 970px) {
      .banner--article .banner__half {
        background-color: rgba(12, 13, 14, 0.8);
        width: 50%; } }
  .banner--article .banner__content {
    width: 100%; }
    .banner--article .banner__content-inner {
      width: 100%; }
      @media (min-width: 1200px) {
        .banner--article .banner__content-inner {
          width: 580px;
          float: right; } }
  .banner--article .banner__breadcrumbs {
    position: relative; }
    .banner--article .banner__breadcrumbs-link {
      color: #fff; }
    .banner--article .banner__breadcrumbs:before {
      transition: all 0.25s ease;
      content: "";
      width: 16px;
      height: 15px;
      position: absolute;
      display: inline-block;
      left: -2.0736rem;
      top: 50%;
      margin-top: -8px;
      background-image: url(../img/icons/arrow-small-left.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .banner--article .banner__breadcrumbs:hover:before {
      left: -2.48832rem; }

.banner--carousel {
  text-align: center;
  min-height: 90%; }
  .banner--carousel .banner__wrap {
    pointer-events: none; }
  .banner--carousel .banner__slide {
    transition: all 8000ms cubic-bezier(0, 0, 1, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: auto 100%;
    background-position: center; }
  .banner--carousel .owl-item.active .banner__slide {
    background-size: auto 115%; }

.offer-promo {
  position: relative;
  color: #fff;
  background-color: #15181b;
  text-align: center; }
  .offer-promo__bgs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .offer-promo__bgs:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      background-color: rgba(21, 24, 27, 0.75); }
  .offer-promo__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .offer-promo__bg:nth-of-type(1) {
      left: 0;
      display: block; }
    @media (min-width: 650px) {
      .offer-promo__bg {
        width: 33.33%; }
        .offer-promo__bg:nth-of-type(2) {
          display: block;
          left: 33.33%; }
        .offer-promo__bg:nth-of-type(3) {
          display: block;
          left: 66.66%; } }
  .offer-promo__content {
    position: relative;
    z-index: 10; }

.logo {
  display: inline-block;
  width: 100%; }
  .logo--se {
    max-width: 140px;
    padding-top: 3px; }
    @media (min-width: 450px) {
      .logo--se {
        max-width: 170px;
        padding-top: 4px; } }
    .logo--se-sm {
      max-width: 120px;
      padding-top: 2px; }
  .logo--partner {
    max-width: 130px; }
    .logo--partner-sm {
      max-width: 110px; }

.icon {
  display: inline-block;
  height: 18px;
  width: 18px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }
  .icon--menu {
    background-image: url("../img/icons/menu.svg"); }
  .icon--close {
    background-image: url("../img/icons/close.svg"); }
  @media (min-width: 450px) {
    .icon {
      height: 24px;
      width: 24px;
      background-size: 24px; } }

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

.bg--black {
  background-color: #000; }

.bg--light {
  background-color: #f2f5f7; }

.bg--dark {
  background-color: #2e2e2e; }

.bg--red {
  background-color: #da202c; }

.bg--blue {
  background-color: #051039; }

.bg--img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg__fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #15181b; }

.btn {
  position: relative;
  display: inline-block;
  padding: 1.44rem 2.0736rem;
  min-width: 195px;
  color: #fff;
  font-weight: 600;
  font-size: 0.864rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .15em;
  line-height: 1.33;
  border-radius: 3px;
  margin-right: 0.8rem;
  cursor: pointer;
  transition: all 0.25s ease; }
  .btn + .btn {
    margin-left: 0;
    margin-top: 0.8rem; }
  @media (min-width: 650px) {
    .btn + .btn {
      margin-top: 0; } }
  .btn--sm {
    padding: 1.2rem 2.0736rem;
    font-size: 0.64rem; }
  .btn--lg {
    padding: 1.728rem 4.29982rem;
    font-size: 0.8rem; }
  .btn--white {
    background-color: #fff;
    color: #051039; }
    .btn--white:hover {
      background-color: #fff;
      color: #051039; }
  .btn--blue {
    background-color: #051039; }
    .btn--blue:hover {
      background-color: #051039; }
  .btn--orange {
    background-color: #ff8c00; }
    .btn--orange:hover {
      background-color: #e67812; }
  .btn--outline {
    color: #fff;
    border: 1px solid #fff; }
    .btn--outline:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit; }
    .btn--outline:hover {
      color: #da202c;
      border: 1px solid #fff;
      background-color: #fff; }
  .btn--solid {
    background-color: #da202c;
    /* For browsers that do not support gradients */
    color: #fff; }
    .btn--solid:hover {
      background-color: #da202c;
      background-image: none; }

.bg-img {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bg-img:before {
    content: '';
    display: block;
    width: 100%; }
  .bg-img--3-4:before {
    padding-top: 133.333333333334%; }
  .bg-img--2-3:before {
    padding-top: 150%; }
  .bg-img--1-1:before {
    padding-top: 100%; }
  .bg-img--travel:before {
    padding-top: 84%; }
  .bg-img--4-3:before {
    padding-top: 75%; }
  .bg-img--3-2:before {
    padding-top: 66.666666666667%; }
  .bg-img--16-9:before {
    padding-top: 56.25%; }
  .bg-img--21-9:before {
    padding-top: 42.8571429%; }
  .bg-img--circle {
    border-radius: 9999999em; }

@media (min-width: 330px) {
  .bg-img--sm-3-4:before {
    padding-top: 133.333333333334%; }
  .bg-img--sm-2-3:before {
    padding-top: 150%; }
  .bg-img--sm-1-1:before {
    padding-top: 100%; }
  .bg-img--sm-travel:before {
    padding-top: 84%; }
  .bg-img--sm-4-3:before {
    padding-top: 75%; }
  .bg-img--sm-3-2:before {
    padding-top: 66.666666666667%; }
  .bg-img--sm-16-9:before {
    padding-top: 56.25%; }
  .bg-img--sm-21-9:before {
    padding-top: 42.8571429%; }
  .bg-img--sm-circle {
    border-radius: 9999999em; } }

@media (min-width: 450px) {
  .bg-img--md-3-4:before {
    padding-top: 133.333333333334%; }
  .bg-img--md-2-3:before {
    padding-top: 150%; }
  .bg-img--md-1-1:before {
    padding-top: 100%; }
  .bg-img--md-travel:before {
    padding-top: 84%; }
  .bg-img--md-4-3:before {
    padding-top: 75%; }
  .bg-img--md-3-2:before {
    padding-top: 66.666666666667%; }
  .bg-img--md-16-9:before {
    padding-top: 56.25%; }
  .bg-img--md-21-9:before {
    padding-top: 42.8571429%; }
  .bg-img--md-circle {
    border-radius: 9999999em; } }

@media (min-width: 650px) {
  .bg-img--lg-3-4:before {
    padding-top: 133.333333333334%; }
  .bg-img--lg-2-3:before {
    padding-top: 150%; }
  .bg-img--lg-1-1:before {
    padding-top: 100%; }
  .bg-img--lg-travel:before {
    padding-top: 84%; }
  .bg-img--lg-4-3:before {
    padding-top: 75%; }
  .bg-img--lg-3-2:before {
    padding-top: 66.666666666667%; }
  .bg-img--lg-16-9:before {
    padding-top: 56.25%; }
  .bg-img--lg-21-9:before {
    padding-top: 42.8571429%; }
  .bg-img--lg-circle {
    border-radius: 9999999em; } }

@media (min-width: 800px) {
  .bg-img--xl-3-4:before {
    padding-top: 133.333333333334%; }
  .bg-img--xl-2-3:before {
    padding-top: 150%; }
  .bg-img--xl-1-1:before {
    padding-top: 100%; }
  .bg-img--xl-travel:before {
    padding-top: 84%; }
  .bg-img--xl-4-3:before {
    padding-top: 75%; }
  .bg-img--xl-3-2:before {
    padding-top: 66.666666666667%; }
  .bg-img--xl-16-9:before {
    padding-top: 56.25%; }
  .bg-img--xl-21-9:before {
    padding-top: 42.8571429%; }
  .bg-img--xl-circle {
    border-radius: 9999999em; } }

@media (min-width: 970px) {
  .bg-img--xxl-3-4:before {
    padding-top: 133.333333333334%; }
  .bg-img--xxl-2-3:before {
    padding-top: 150%; }
  .bg-img--xxl-1-1:before {
    padding-top: 100%; }
  .bg-img--xxl-travel:before {
    padding-top: 84%; }
  .bg-img--xxl-4-3:before {
    padding-top: 75%; }
  .bg-img--xxl-3-2:before {
    padding-top: 66.666666666667%; }
  .bg-img--xxl-16-9:before {
    padding-top: 56.25%; }
  .bg-img--xxl-21-9:before {
    padding-top: 42.8571429%; }
  .bg-img--xxl-circle {
    border-radius: 9999999em; } }

@media (min-width: 1200px) {
  .bg-img--xxxl-3-4:before {
    padding-top: 133.333333333334%; }
  .bg-img--xxxl-2-3:before {
    padding-top: 150%; }
  .bg-img--xxxl-1-1:before {
    padding-top: 100%; }
  .bg-img--xxxl-travel:before {
    padding-top: 84%; }
  .bg-img--xxxl-4-3:before {
    padding-top: 75%; }
  .bg-img--xxxl-3-2:before {
    padding-top: 66.666666666667%; }
  .bg-img--xxxl-16-9:before {
    padding-top: 56.25%; }
  .bg-img--xxxl-21-9:before {
    padding-top: 42.8571429%; }
  .bg-img--xxxl-circle {
    border-radius: 9999999em; } }

.bg-img {
  background-color: #2e2e2e;
  transition: all 0.25s ease; }
  .bg-img--bgzoom {
    background-size: 100% auto; }
    .bg-img--bgzoom:hover {
      background-size: 105% auto; }
  .bg-img__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer; }
  .bg-img__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    padding-left: 1.44rem;
    padding-right: 1.44rem; }
    @media (min-width: 450px) {
      .bg-img__content {
        padding-left: 2.0736rem;
        padding-right: 2.0736rem; } }
  .bg-img__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.25s ease; }
  .bg-img:hover .bg-img__bg-overlay {
    background-color: rgba(0, 0, 0, 0.6); }
  .bg-img__play {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    background-image: url("../img/icons/play.svg");
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 650px) {
      .bg-img__play {
        width: 160px;
        height: 160px;
        margin-top: -80px;
        margin-left: -80px; } }
  .bg-img--zoom {
    transition: all 0.25s ease;
    transform: scale(1); }
  .bg-img:hover .bg-img--zoom {
    transform: scale(1.1); }
  .bg-img__expand {
    transition: all 0.25s ease;
    height: 3.2em;
    width: 3.2em;
    background-size: 2.24em;
    background-image: url(../img/icons/icon-expand.png);
    background-color: rgba(12, 13, 14, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5; }
    @media (min-width: 650px) {
      .bg-img__expand {
        height: 4em;
        width: 4em; } }
  .bg-img:hover .bg-img__expand {
    background-color: rgba(12, 13, 14, 0.8);
    background-size: 2.56em; }
  .bg-img__expand-yellow {
    transition: all 0.25s ease;
    height: 3.2em;
    width: 3.2em;
    background-size: 0.96em;
    background-image: url(../img/icons/close-black.png);
    background-color: #051039;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    position: absolute;
    border-radius: 50px;
    left: 50%;
    margin-left: -1.6em;
    top: 50%;
    margin-top: -1.6em;
    z-index: 5; }
    @media (min-width: 650px) {
      .bg-img__expand-yellow {
        height: 3.2em;
        width: 3.2em; } }
  .bg-img--shadow {
    box-shadow: 0px 0px 30px 0px rgba(12, 13, 14, 0.8); }
  .bg-img--rounded {
    border-radius: 4px; }

.offer {
  font-family: "Helvetica Neue", pragmatica, sans-serif;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .offer__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background-color: transparent;
    color: transparent;
    transition: all 0.25s ease; }
    .offer__link:hover {
      opacity: 1;
      background-color: rgba(12, 13, 14, 0.33);
      color: #fff; }
      .touch .offer__link:hover {
        opacity: 0; }
  .offer__content {
    padding: 1.44rem;
    border-left: 1px solid #dadcdf;
    border-right: 1px solid #dadcdf;
    border-bottom: 1px solid #dadcdf;
    background-color: #fff; }
  .offer__location {
    margin-top: .4em;
    margin-bottom: .2em;
    font-size: 0.85em;
    line-height: 1.5;
    color: #da202c;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .offer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.44rem; }
    .offer__bottom-right {
      margin-left: auto;
      align-self: flex-end; }
    .offer__bottom-left {
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 600px;
      margin-right: auto; }
  .offer__arrow {
    display: none;
    width: 3.4rem;
    height: 3.4rem;
    min-width: 3.4rem;
    min-height: 3.4rem;
    margin-left: 0.512rem;
    border: 1px solid #da202c;
    border-radius: 3.4rem;
    background-repeat: no-repeat;
    background-image: url("../img/icons/arrow-right.svg");
    background-size: auto 1.51111rem;
    background-position: 52% center; }
  .offer__saved {
    display: inline-block;
    text-align: center; }
    .offer__saved-percent {
      display: inline-block;
      width: 3.4rem;
      height: 3.4rem;
      margin-top: 10px;
      margin-left: 0.26214rem;
      text-align: center;
      color: #fff;
      font-weight: 400;
      line-height: 3.4rem;
      background-color: #da202c;
      border-radius: 3.4rem; }
  .offer__details {
    display: inline-block; }
  .offer__separator {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    max-width: 1px;
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: #dadcdf; }
  .offer__price {
    color: #da202c;
    font-size: 1.44rem;
    font-weight: 400;
    line-height: 1; }
  @media (min-width: 330px) {
    .offer__arrow {
      display: block; } }
  @media (min-width: 450px) {
    .offer__bottom-right {
      align-self: center; }
    .offer__saved {
      min-width: 130px; }
    .offer__saved-label {
      display: inline-block; } }
  .offer.offer--dark .offer__content {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: #151719; }
  .offer.offer--dark .offer__separator {
    background-color: #2e2e2e; }

/*=====================================
  MODAL VARIABLES & SETUP
=====================================*/
.disable-scroll {
  overflow: hidden; }
  .disable-scroll > :not(.modal) {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px); }

/*=====================================
  MODAL
=====================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden; }
  .modal.is-open {
    display: block; }
  .modal.is-closed {
    display: none; }
  .modal__container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    padding-left: 4em;
    padding-right: 4em; }
  .modal__item {
    transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1);
    width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    overflow: scroll; }
    @media (min-width: 650px) {
      .modal__item {
        padding: 0 4em;
        overflow: auto; } }
    .modal__item.is-open {
      left: 0;
      opacity: 1; }
    .modal__item.is-opening {
      left: 0;
      opacity: 1; }
    .modal__item.is-closing-next {
      left: -4em;
      opacity: 0; }
    .modal__item.is-closing-prev {
      left: 4em;
      opacity: 0; }
    .modal__item.is-closed {
      left: 0;
      opacity: 0; }
    .modal__item.is-prev {
      left: -4em; }
    .modal__item.is-next {
      left: 4em; }
  .modal__content {
    width: 100%;
    max-height: 100%; }
  .modal__close {
    transition: all 0.25s ease;
    position: fixed;
    right: 0;
    top: 0;
    height: 3.2em;
    width: 3.2em;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("../img/icons/close-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
    cursor: pointer;
    z-index: 20; }
    .modal__close:hover {
      background-color: #fff; }
    @media (min-width: 650px) {
      .modal__close {
        height: 4em;
        width: 4em; } }

.modal-text {
  margin: 3.2em auto; }
  @media (min-width: 650px) {
    .modal-text {
      margin: 4em auto; } }

.modal-video {
  max-width: 1200px; }
  .modal-video__iframe {
    transition: all 0.25s ease;
    position: absolute;
    top: 0;
    left: 0; }

.modal-photo {
  text-align: center;
  max-width: 800px;
  /*@include bp($lg){
    padding: $icon-size 0 14em;
  }*/ }
  .modal-photo__img {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    width: 100%;
    height: auto; }
  .modal-photo__content {
    background-color: #fff;
    border-bottom: 4px solid #da202c;
    padding: 1.44rem 2.0736rem; }
    @media (min-width: 650px) {
      .modal-photo__content {
        width: 100%;
        left: 0;
        right: 0; } }
  .modal-photo__content-toggle {
    background-color: #da202c;
    padding: 1em;
    position: absolute;
    left: 0;
    top: -3.2em;
    width: 3.2em;
    height: 3.2em; }
    @media (min-width: 650px) {
      .modal-photo__content-toggle {
        top: -4em;
        width: 4em;
        height: 4em; } }
    .modal-photo__content-toggle img {
      transition: all 0.25s ease;
      transform: rotate(180deg); }
    .modal-photo__content-toggle.accordion--open img {
      transform: rotate(0deg); }

.modal-profile {
  margin: 3.2em auto; }
  @media (min-width: 650px) {
    .modal-profile {
      margin: 4em auto; } }
  .modal-profile__image {
    position: relative; }
  .modal-profile__picture {
    position: absolute;
    bottom: -1.5em;
    left: 3em;
    width: 120px; }
    @media (min-width: 650px) {
      .modal-profile__picture {
        width: 160px; } }

/*=====================================
  MODAL CAROUSEL - if .modal--carousel
=====================================*/
.modal__nav {
  display: none; }
  .modal--carousel .modal__nav {
    transition: all 0.25s ease;
    display: block;
    position: absolute;
    bottom: 0;
    height: 3.2em;
    width: 50%;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.8);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
    cursor: pointer;
    user-select: none; }
    .modal--carousel .modal__nav:hover {
      background-color: #fff; }
    @media (min-width: 650px) {
      .modal--carousel .modal__nav {
        bottom: auto;
        top: 50%;
        margin-top: -4em;
        height: 8em;
        width: 4em; } }
    .modal--carousel .modal__nav--next {
      right: 0;
      background-image: url("../img/icons/arrow-right-dark.svg"); }
    .modal--carousel .modal__nav--previous {
      left: 0;
      background-image: url("../img/icons/arrow-left-dark.svg"); }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important; }
  .owl-carousel div:not(.owl-dots):not(.owl-dot):not(.owl-nav):not(.owl-height) {
    height: 100% !important; }

.owl-stage-outer.owl-height {
  height: 110% !important; }

.carousel-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6; }

.carousel-navitem {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  text-indent: -9999em;
  line-height: 0;
  opacity: 0;
  transition: all 0.25s ease; }
  .carousel-navitem:hover {
    opacity: 1; }
  .carousel-navitem:after {
    content: "";
    position: absolute;
    display: block;
    width: 9.6rem;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 2.5em; }
  .carousel-navitem-next {
    right: 0;
    background: -moz-linear-gradient(right, rgba(12, 13, 14, 0.65) 0%, rgba(12, 13, 14, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(12, 13, 14, 0.65) 0%, rgba(12, 13, 14, 0) 100%);
    background: linear-gradient(to left, rgba(12, 13, 14, 0.65) 0%, rgba(12, 13, 14, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b1d22', endColorstr='#a61b1d22',GradientType=1 ); }
    .carousel-navitem-next:after {
      right: 0;
      background-image: url("../img/icons/arrow-right.png"); }
  .carousel-navitem-prev {
    left: 0;
    background: -moz-linear-gradient(left, rgba(12, 13, 14, 0.65) 0%, rgba(12, 13, 14, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(12, 13, 14, 0.65) 0%, rgba(12, 13, 14, 0) 100%);
    background: linear-gradient(to right, rgba(12, 13, 14, 0.65) 0%, rgba(12, 13, 14, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61b1d22', endColorstr='#001b1d22',GradientType=1 ); }
    .carousel-navitem-prev:after {
      left: 0;
      background-image: url("../img/icons/arrow-left.png"); }

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

.bg--grey-light {
  background-color: #a1a5a9; }

.bg--grey-lighter {
  background-color: #dadcdf; }

.bg--grey-lightest {
  background-color: #f2f5f7; }

.bg--grey {
  background-color: #74787d; }

.bg--grey-dark {
  background-color: #2e2e2e; }

.bg--grey-darker {
  background-color: #15181b; }

.bg--grey-darkest {
  background-color: #0c0d0e; }

.bg--fixed {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.journey__video {
  z-index: 5; }

.journey__video-section {
  position: relative; }

.journey__video-fade {
  z-index: 0;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/icons/gradient--grey-darkest.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: bottom; }

.journey__photo-map {
  width: 480px; }

.journey__conclusion-expert {
  position: relative;
  padding: 2.0736rem;
  margin-left: 2.0736rem;
  margin-top: 2.0736rem; }
  @media (min-width: 800px) {
    .journey__conclusion-expert {
      margin: 0; } }
  .journey__conclusion-expert:before, .journey__conclusion-expert:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .journey__conclusion-expert:before {
    top: 0;
    left: 0;
    background-image: url("../img/icons/frame-tl.svg"); }
  .journey__conclusion-expert:after {
    bottom: 0;
    right: 0;
    background-image: url("../img/icons/frame-br.svg"); }

/* ==========================================================================
   alignment
   ========================================================================== */
.bv-mob-left {
  text-align: center; }

@media only screen and (max-width: 768px) {
  .bv-mob-left {
    text-align: left; } }

/* ==========================================================================
   Divider
   ========================================================================== */
.bv-divider::after {
  content: '.';
  line-height: 0;
  color: #da202c;
  font-size: 50px;
  margin: 0 0 36px 5px; }
  @media (min-width: 650px) {
    .bv-divider::after {
      content: '.';
      color: #da202c;
      font-size: 65px;
      line-height: 0;
      margin: 0 0 36px 5px; } }

.bv-arrow {
  font-family: "Helvetica Neue", pragmatica, sans-serif;
  left: 50%;
  width: 1.7em;
  height: 1.7em;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url("../img/icons/arrow-left.svg");
  background-size: auto 2em;
  background-position: 52% center;
  transform: rotate(270deg); }

/* ==========================================================================
   sections
   ========================================================================== */
.bv-section-border {
  border-bottom: 4px solid #da202c; }

.bv-section-text {
  margin-top: 15.40702rem;
  padding-top: 1.44rem !important;
  padding-left: 1.44rem !important;
  margin-bottom: -15px !important; }
  @media (min-width: 650px) {
    .bv-section-text {
      margin-top: 31.948rem;
      margin-bottom: -60px !important; } }
  @media (min-width: 800px) {
    .bv-section-text {
      margin-top: 15.40702rem;
      margin-bottom: -60px !important; } }
  @media (min-width: 970px) {
    .bv-section-text {
      padding-top: 1.44rem !important;
      padding-left: 1.44rem !important;
      margin-bottom: -60px !important; } }

.bv-copyright {
  position: absolute;
  bottom: 5px;
  left: 10px;
  text-shadow: 0 0 10px #000; }

/* ==========================================================================
   Parallax
   ========================================================================== */
.bv-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media only screen and (max-width: 1024px) {
  .bv-remove-bg {
    background-image: none !important; }
    .bv-remove-bg--black {
      background-image: none !important;
      background-color: #000; }
  .bv-parallax {
    background-attachment: scroll;
    background-size: cover; } }

/* ==========================================================================
   Social Media
   ========================================================================== */
.bv-swiss-footer {
  border-top: 1px solid #333;
  width: 30px;
  margin: 0 auto; }

.bv-sm--wrap {
  position: relative;
  display: inline-block;
  min-width: 135px;
  font-weight: 600;
  font-size: 0.864rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .15em;
  line-height: 1.33;
  border-radius: 3px;
  margin-right: 0.512rem; }

.bv-sm {
  height: 26px;
  width: 26px;
  display: flex;
  border-radius: 50%;
  padding: 4px; }
  .bv-sm--fb {
    content: url("../img/icons/sm-facebook.svg");
    background-color: #2e2e2e;
    margin: 3px; }
  .bv-sm--tw {
    content: url("../img/icons/sm-twitter.svg");
    background-color: #2e2e2e;
    margin: 3px;
    padding: 5px; }
  .bv-sm--in {
    content: url("../img/icons/sm-instagram.svg");
    background-color: #2e2e2e;
    margin: 3px;
    padding: 5px; }
  .bv-sm--nl {
    content: url("../img/icons/sm-pen-tool.svg");
    background-color: #2e2e2e;
    margin: 3px; }

/*************** offer tag for included tag *******************/
.flight-tag {
  position: absolute;
  top: 0.64rem;
  left: 0.64rem;
  display: block;
  width: 50%; }
  @media (min-width: 330px) {
    .flight-tag {
      top: 1rem;
      left: 1rem;
      width: 146px; } }

/*# sourceMappingURL=main.css.map */
