.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1500px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/*
font-family: termina, sans-serif;
font-weight: 300;
font-weight: 500;
*/
/*
font-family: neue-haas-unica, sans-serif;
font-weight: 300;
*/
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  width: 100%;
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  text-align: center;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

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

.content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.content-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.content-large {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .content-large {
    margin-left: 8.33333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}

.content-narrow {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .content-narrow {
    margin-left: 8.33333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}

@media (min-width: 992px) {
  .content-narrow {
    margin-left: 16.66666667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}

@media (min-width: 1200px) {
  .content-narrow {
    margin-left: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.content-small {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.33333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

@media (min-width: 768px) {
  .content-small {
    margin-left: 16.66666667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}

@media (min-width: 992px) {
  .content-small {
    margin-left: 29.16666667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}

.slider,
.slides,
.slide {
  width: 100%;
  height: 100%;
}

.slider.in-view .flex-active-slide .slider-section-logo .logo-path--one {
  -webkit-animation: 7s path--one infinite forwards;
          animation: 7s path--one infinite forwards;
}

.slider.in-view .flex-active-slide .slider-section-logo .logo-path--two {
  -webkit-animation: 7s path--two infinite forwards;
          animation: 7s path--two infinite forwards;
}

.slider.in-view .flex-active-slide .slider-section-logo .logo-path--three {
  -webkit-animation: 7s path--three infinite forwards;
          animation: 7s path--three infinite forwards;
}

.slider.in-view .flex-active-slide .slider-section-logo .logo-path--four {
  -webkit-animation: 7s path--four infinite forwards;
          animation: 7s path--four infinite forwards;
}

.slider.in-view .flex-active-slide .slider-section-logo .logo-path {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.slider-section {
  width: 100%;
  height: 100%;
}

.slider-section-logo .main-logo {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 510px;
  height: 230px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 4s, height 4s;
  transition: width 4s, height 4s;
  will-change: transform, bottom;
}

.slider-section-logo .logo-path {
  fill: none;
  stroke: #1d1d1b;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

.slider-section-logo .logo-path--one {
  stroke-dashoffset: 453.68768310546875;
  stroke-dasharray: 453.68768310546875;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes path--one {
  0%,
  100% {
    stroke-dashoffset: 453.68768310546875;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

@keyframes path--one {
  0%,
  100% {
    stroke-dashoffset: 453.68768310546875;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.slider-section-logo .logo-path--two {
  stroke-dashoffset: 453.678466796875;
  stroke-dasharray: 453.678466796875;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes path--two {
  0%,
  100% {
    stroke-dashoffset: 453.678466796875;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

@keyframes path--two {
  0%,
  100% {
    stroke-dashoffset: 453.678466796875;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.slider-section-logo .logo-path--three {
  stroke-dashoffset: 453.7132568359375;
  stroke-dasharray: 453.7132568359375;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes path--three {
  0%,
  100% {
    stroke-dashoffset: 453.7132568359375;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

@keyframes path--three {
  0%,
  100% {
    stroke-dashoffset: 453.7132568359375;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.slider-section-logo .logo-path--four {
  stroke-dashoffset: 453.7227783203125;
  stroke-dasharray: 453.7227783203125;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes path--four {
  0%,
  100% {
    stroke-dashoffset: 453.7227783203125;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

@keyframes path--four {
  0%,
  100% {
    stroke-dashoffset: 453.7227783203125;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.flex-active-slide .slider-section-logo-full .main-logo {
  width: 300px;
  height: 138px;
  left: calc(50% - 150px);
  bottom: calc(50% + 94px);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.flex-active-slide .slider-section-logo-full .logo-path--one {
  -webkit-animation: 7s path--one 0.5 forwards;
          animation: 7s path--one 0.5 forwards;
}

.flex-active-slide .slider-section-logo-full .logo-path--two {
  -webkit-animation: 7s path--two 0.5 forwards;
          animation: 7s path--two 0.5 forwards;
}

.flex-active-slide .slider-section-logo-full .logo-path--three {
  -webkit-animation: 7s path--three 0.5 forwards;
          animation: 7s path--three 0.5 forwards;
}

.flex-active-slide .slider-section-logo-full .logo-path--four {
  -webkit-animation: 7s path--four 0.5 forwards;
          animation: 7s path--four 0.5 forwards;
}

.flex-active-slide .slider-section-logo-full .main-logo-text {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.slider-section-logo-full .main-logo {
  display: block;
  position: absolute;
  bottom: 50%;
  left: calc(50% - 255px);
  width: 510px;
  height: 230px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 3.5s, height 3.5s, bottom 3.5s, left 3.5s, -webkit-transform 3.5s;
  transition: width 3.5s, height 3.5s, bottom 3.5s, left 3.5s, -webkit-transform 3.5s;
  transition: width 3.5s, height 3.5s, bottom 3.5s, transform 3.5s, left 3.5s;
  transition: width 3.5s, height 3.5s, bottom 3.5s, transform 3.5s, left 3.5s, -webkit-transform 3.5s;
  will-change: transform, bottom, width, height, left;
}

.slider-section-logo-full .logo-path {
  fill: none;
  stroke: #1d1d1b;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

.slider-section-logo-full .logo-path--one {
  stroke-dashoffset: 453.68768310546875;
  stroke-dasharray: 453.68768310546875;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@keyframes path--one {
  0%,
  100% {
    stroke-dashoffset: 453.68768310546875;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.slider-section-logo-full .logo-path--two {
  stroke-dashoffset: 453.678466796875;
  stroke-dasharray: 453.678466796875;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@keyframes path--two {
  0%,
  100% {
    stroke-dashoffset: 453.678466796875;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.slider-section-logo-full .logo-path--three {
  stroke-dashoffset: 453.7132568359375;
  stroke-dasharray: 453.7132568359375;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@keyframes path--three {
  0%,
  100% {
    stroke-dashoffset: 453.7132568359375;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.slider-section-logo-full .logo-path--four {
  stroke-dashoffset: 453.7227783203125;
  stroke-dasharray: 453.7227783203125;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@keyframes path--four {
  0%,
  100% {
    stroke-dashoffset: 453.7227783203125;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.slider-section-logo-full .main-logo-text {
  display: block;
  position: absolute;
  top: calc(50% + 14px);
  left: 50%;
  width: 482px;
  height: 216px;
  opacity: 0;
  -webkit-transition: opacity 3.5s 1s, -webkit-transform 3.5s 1s;
  transition: opacity 3.5s 1s, -webkit-transform 3.5s 1s;
  transition: opacity 3.5s 1s, transform 3.5s 1s;
  transition: opacity 3.5s 1s, transform 3.5s 1s, -webkit-transform 3.5s 1s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  overflow: hidden;
}

.full-width-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.full-width-image.ratio {
  height: 0;
  padding-bottom: 52.08%;
  overflow: hidden;
}

.full-width-image.ratio .full-width-image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width-image.ipad-resize {
  height: 0;
  padding-bottom: 52.08%;
  overflow: hidden;
}

@media (min-width: 1700px) {
  .full-width-image.ipad-resize {
    height: 100%;
    padding-bottom: 0;
  }
}

.full-width-image.fixed-image .full-width-image-content {
  position: fixed;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}

.full-width-image.with-padding {
  padding: 50px;
}

.full-width-image.with-padding .full-width-image-content {
  position: relative;
  top: auto;
  left: auto;
}

.full-width-image-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width-image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.full-width-image-content.left-top {
  background-position: left top;
}

.full-width-image-content.left-center {
  background-position: left center;
}

.full-width-image-content.right-center {
  background-position: right center;
}

.full-width-image-content.center-bottom {
  background-position: center bottom;
}

.half-width-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.half-width-image-wrap {
  position: relative;
  width: 50%;
  height: 100%;
}

.half-width-image-wrap.with-padding {
  padding: 120px;
}

.half-width-image-wrap.black-bg {
  background-color: #000000;
}

.half-width-image-wrap.grey-bg {
  background-color: #1d1d1b;
}

.half-width-image-wrap.beige-bg {
  background-color: #FAFAFA;
}

.half-width-image-wrap.padding-inset {
  padding: 50px;
}

@media (min-width: 1700px) {
  .half-width-image-wrap.padding-inset {
    padding: 0;
  }
}

.half-width-image-wrap.with-border:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #000000;
  z-index: 1;
}

.half-width-image-wrap.opposite:before {
  border-color: #FFFFFF;
}

.half-width-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.text-inset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.text-inset.not-full-height {
  height: auto;
  padding: 200px 0;
}

.text-inset-content {
  width: 58.3334%;
  margin-left: 8.3334%;
  padding: 0 15px;
  text-align: left;
}

@media (min-width: 1700px) {
  .text-inset-content {
    width: 50%;
  }
}

.text-inset-content h1 {
  margin-bottom: 40px;
  color: #000000;
  font-family: termina, sans-serif;
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
}

@media (min-width: 1700px) {
  .text-inset-content h1 {
    margin-bottom: 50px;
    font-size: 32px;
  }
}

.text-inset-content h1 strong {
  font-weight: 500;
}

.text-inset-content p {
  margin-top: 20px;
  color: #000000;
  line-height: 1.64;
  font-size: 16px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
}

@media (min-width: 1700px) {
  .text-inset-content p {
    font-size: 18px;
  }
}

.text-centred {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.text-centred.not-full-height {
  height: auto;
  padding: 200px 0;
}

.text-centred.extra-padding {
  padding: 300px 0;
}

.text-centred-heading {
  width: 90%;
  margin-left: 5%;
}

@media (min-width: 1700px) {
  .text-centred-heading {
    width: 75%;
    margin-left: 12.5%;
  }
}

.text-centred-heading h1 {
  color: #000000;
  font-size: 46px;
  font-weight: 300;
  font-family: termina, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1700px) {
  .text-centred-heading h1 {
    font-size: 52px;
  }
}

.text-centred-heading h1 strong {
  font-weight: 700;
}

.text-centred-heading--smaller h1 {
  font-size: 40px;
}

@media (min-width: 1700px) {
  .text-centred-heading--smaller h1 {
    font-size: 45px;
  }
}

.text-centred-content {
  width: 55%;
  margin-top: 40px;
  margin-left: 22.5%;
}

@media (min-width: 1700px) {
  .text-centred-content {
    width: 45%;
    margin-top: 50px;
    margin-left: 27.5%;
  }
}

.text-centred-content.margin-bottom {
  margin-top: 0;
  margin-bottom: 45px;
}

.text-centred-content :first-child {
  margin-top: 0;
}

.text-centred-content p {
  margin-top: 20px;
  color: #000000;
  line-height: 1.64;
  font-size: 16px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
}

@media (min-width: 1700px) {
  .text-centred-content p {
    font-size: 18px;
  }
}

.grid-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.grid-images--six .grid-image-wrap {
  width: 33.3334%;
}

.grid-images--eight .grid-image-wrap {
  width: 25%;
}

.grid-images--eight .grid-image-wrap.smaller {
  padding: 100px 0;
}

@media (min-width: 1700px) {
  .grid-images--eight .grid-image-wrap.smaller {
    padding: 0;
  }
}

.grid-images--eight .grid-image-wrap.white {
  background-color: #FFFFFF;
}

.grid-images--eight .grid-image-wrap.black {
  background-color: #000000;
}

.grid-images--five .grid-images-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 66.6667%;
  height: 100%;
}

.grid-images--five .grid-images-group .grid-image-wrap {
  width: 50%;
  height: 50%;
}

.grid-images--five .full-height {
  width: 33.3334%;
  height: 100%;
}

.grid-images--five-alt .grid-images-group {
  width: 33.3334%;
  height: 100%;
}

.grid-images--five-alt .grid-images-group .grid-image-wrap {
  width: 100%;
  height: 50%;
}

.grid-images--five-alt .full-height {
  width: 33.3334%;
  height: 100%;
}

.grid-images--six {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}

.grid-image-wrap {
  position: relative;
  height: 50%;
}

.grid-image-wrap.black-bg {
  background-color: #000000;
}

.grid-image-wrap.black-bg .contain {
  background-size: contain;
}

.grid-image-wrap.smaller {
  padding: 100px 0;
}

@media (min-width: 1700px) {
  .grid-image-wrap.smaller {
    padding: 0;
  }
}

.grid-image-wrap.white {
  background-color: #FFFFFF;
}

.grid-image-wrap.left-aligned-ipad .grid-image {
  background-position: left center;
}

@media (min-width: 1700px) {
  .grid-image-wrap.left-aligned-ipad .grid-image {
    background-position: center center;
  }
}

.grid-image-wrap.black {
  background-color: #000000;
}

.grid-image-wrap.full-height {
  height: 100%;
}

.grid-image-wrap.half-width {
  width: 50%;
}

.grid-images-group-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  height: 100%;
}

.grid-images-group-alt .grid-image-wrap-full {
  width: 100%;
  height: 50%;
}

.grid-images-group-alt .grid-image-wrap {
  width: 50%;
  height: 50%;
}

.grid-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.text-banner {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.text-banner.more-padding .text-banner-inner {
  padding: 60px 150px;
}

.text-banner-inner {
  width: 83.3334%;
  margin-left: 8.3334%;
  padding: 30px 150px;
  background-color: #FFFFFF;
}

.text-banner-icon {
  width: 100%;
}

.text-banner-icon.top {
  margin-bottom: 25px;
}

.text-banner-icon.bottom {
  margin-top: 30px;
}

.text-banner-icon img {
  display: block;
  width: 72px;
  height: 32px;
  margin: 0 auto;
}

.text-banner-heading {
  width: 100%;
}

.text-banner-heading h1 {
  font-size: 35px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  font-family: termina, sans-serif;
}

@media (min-width: 1700px) {
  .text-banner-heading h1 {
    font-size: 45px;
  }
}

.text-banner-heading h1 strong {
  font-weight: 700;
}

.text-banner-heading h2 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  font-family: termina, sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1700px) {
  .text-banner-heading h2 {
    font-size: 30px;
  }
}

.text-banner-heading--smaller h1 {
  font-size: 30px;
}

@media (min-width: 1700px) {
  .text-banner-heading--smaller h1 {
    font-size: 40px;
  }
}

.text-banner-content {
  width: 80%;
  margin-top: 30px;
  margin-left: 10%;
}

.text-banner-content :first-child {
  margin-top: 0;
}

.text-banner-content p {
  margin-top: 20px;
  color: #000000;
  line-height: 1.64;
  font-size: 16px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
}

@media (min-width: 1700px) {
  .text-banner-content p {
    font-size: 18px;
  }
}

.motion-heading-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.motion-heading-wrap.in-view .motion-heading-content {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.motion-heading-wrap.in-view .motion-4 {
  -webkit-animation: motion-animation ease 2.6s infinite 1s;
          animation: motion-animation ease 2.6s infinite 1s;
}

@-webkit-keyframes motion-animation {
  0%,
  10%,
  90%,
  100% {
    width: 0;
  }
  40%,
  60% {
    width: 130px;
  }
}

@keyframes motion-animation {
  0%,
  10%,
  90%,
  100% {
    width: 0;
  }
  40%,
  60% {
    width: 130px;
  }
}

.motion-heading-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 15px;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 1.4s, -webkit-transform 1.4s;
  transition: opacity 1.4s, -webkit-transform 1.4s;
  transition: opacity 1.4s, transform 1.4s;
  transition: opacity 1.4s, transform 1.4s, -webkit-transform 1.4s;
}

@media (min-width: 1700px) {
  .motion-heading-content {
    padding: 0 15px 0 13%;
  }
}

.motion-1 {
  width: 531px;
  height: 93px;
}

.motion-2 {
  width: 106px;
  height: 93px;
}

.motion-3 {
  width: 305.04px;
  height: 93px;
}

.motion-4 {
  width: 0;
  height: 93px;
}

.motion-5 {
  width: 53px;
  height: 93px;
}

.motion-6 {
  width: 105px;
  height: 93px;
}

.centred-heading {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.centred-heading-one .centred-heading-title {
  display: block;
  position: absolute;
  top: 25%;
  left: 50%;
  font-family: termina, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 68px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.centred-heading-one .title-1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.centred-heading-one .title-2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(calc(50% + 10px));
          transform: translateY(calc(50% + 10px));
}

.centred-heading-one .title-3 {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(calc(150% + 10px));
          transform: translateY(calc(150% + 10px));
}

.centred-heading-two .title-1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  -webkit-transform: translate(-50%, -250%);
          transform: translate(-50%, -250%);
}

.centred-heading-two .title-2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
}

.centred-heading-two .title-3 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.centred-heading-two .title-4 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.centred-heading-two .title-5 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  -webkit-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
}

.centred-heading-three .centred-heading-text {
  display: block;
  position: absolute;
  top: 10%;
  left: 10%;
  font-family: termina, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 68px;
}

.centred-heading-three .title-1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.centred-heading-three .title-2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(-160%, -50%);
          transform: translate(-160%, -50%);
}

.centred-heading-three .title-3 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
}

.centred-heading-three .title-4 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(-160%, -200%);
          transform: translate(-160%, -200%);
}

.centred-heading-three .title-5 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
}

.centred-heading-three .title-6 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(60%, -200%);
          transform: translate(60%, -200%);
}

.centred-heading-three .title-7 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(-160%, 100%);
          transform: translate(-160%, 100%);
}

.centred-heading-three .title-8 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.centred-heading-three .title-9 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(60%, 100%);
          transform: translate(60%, 100%);
}

.centred-heading-three .title-10 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(-160%, -350%);
          transform: translate(-160%, -350%);
}

.centred-heading-three .title-11 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(-50%, -350%);
          transform: translate(-50%, -350%);
}

.centred-heading-three .title-12 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(60%, -350%);
          transform: translate(60%, -350%);
}

.centred-heading-three .title-13 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(-160%, 250%);
          transform: translate(-160%, 250%);
}

.centred-heading-three .title-14 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(-50%, 250%);
          transform: translate(-50%, 250%);
}

.centred-heading-three .title-15 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: auto;
  -webkit-transform: translate(60%, 250%);
          transform: translate(60%, 250%);
}

.centred-heading-four .title-1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.centred-heading-four .title-2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

.centred-heading-four .title-3 {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.centred-heading-five .centred-heading-text {
  position: absolute;
  top: 25%;
  left: 50%;
  font-size: 52px;
  font-family: termina, sans-serif;
  font-weight: 300;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.centred-heading-five .centred-heading-title {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: termina, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 200px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.before-after-slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.before-after-slider img {
  display: block;
  width: 100%;
}

.before-after-slider .twentytwenty-before-label,
.before-after-slider .twentytwenty-after-label,
.before-after-slider .twentytwenty-overlay {
  display: none !important;
}

.half-before-after-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.half-before-after-slider .twentytwenty-wrapper {
  width: 50%;
  height: 100%;
}

.half-before-after-slider-image {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.half-before-after-slider-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.half-before-after-slider-wrap img {
  display: block;
  width: 100%;
}

.page-break {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.page-break.in-view .logo-path--one {
  -webkit-animation: 7s path--one infinite forwards;
          animation: 7s path--one infinite forwards;
}

.page-break.in-view .logo-path--two {
  -webkit-animation: 7s path--two infinite forwards;
          animation: 7s path--two infinite forwards;
}

.page-break.in-view .logo-path--three {
  -webkit-animation: 7s path--three infinite forwards;
          animation: 7s path--three infinite forwards;
}

.page-break.in-view .logo-path--four {
  -webkit-animation: 7s path--four infinite forwards;
          animation: 7s path--four infinite forwards;
}

.page-break.in-view .logo-path {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.page-break .main-logo {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 510px;
  height: 230px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 4s, height 4s;
  transition: width 4s, height 4s;
  will-change: transform, bottom;
}

.page-break .logo-path {
  fill: none;
  stroke: #1d1d1b;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

.page-break .logo-path--one {
  stroke-dashoffset: 453.68768310546875;
  stroke-dasharray: 453.68768310546875;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@keyframes path--one {
  0%,
  100% {
    stroke-dashoffset: 453.68768310546875;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.page-break .logo-path--two {
  stroke-dashoffset: 453.678466796875;
  stroke-dasharray: 453.678466796875;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@keyframes path--two {
  0%,
  100% {
    stroke-dashoffset: 453.678466796875;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.page-break .logo-path--three {
  stroke-dashoffset: 453.7132568359375;
  stroke-dasharray: 453.7132568359375;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@keyframes path--three {
  0%,
  100% {
    stroke-dashoffset: 453.7132568359375;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.page-break .logo-path--four {
  stroke-dashoffset: 453.7227783203125;
  stroke-dasharray: 453.7227783203125;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@keyframes path--four {
  0%,
  100% {
    stroke-dashoffset: 453.7227783203125;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

.ending {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.ending img {
  display: block;
  width: 500px;
  height: auto;
}
