@font-face {
  font-family: "Trade Gothic";
  src: url('/fonts/trade-gothic/trade-gothic-lt.ttf?1387626372') format('truetype'), url('/fonts/trade-gothic/trade-gothic-lt.eot?1431717267') format('embedded-opentype'), url('/fonts/trade-gothic/trade-gothic-lt.woff?1431717263') format('woff'), url('/fonts/trade-gothic/trade-gothic-lt.svg?1431717265') format('svg');
}
@font-face {
  font-family: "Trade Gothic Condensed";
  src: url('/fonts/trade-gothic/trade-gothic-lt-condensed.ttf?1387626369') format('truetype'), url('/fonts/trade-gothic/trade-gothic-lt-condensed.eot?1431717267') format('embedded-opentype'), url('/fonts/trade-gothic/trade-gothic-lt-condensed.woff?1431717263') format('woff'), url('/fonts/trade-gothic/trade-gothic-lt-condensed.svg?1431717265') format('svg');
}
@font-face {
  font-family: "Trade Gothic Bold";
  src: url('/fonts/trade-gothic/trade-gothic-lt-bold.ttf?1387626367') format('truetype'), url('/fonts/trade-gothic/trade-gothic-lt-bold.eot?1431717267') format('embedded-opentype'), url('/fonts/trade-gothic/trade-gothic-lt-bold.woff?1431717263') format('woff'), url('/fonts/trade-gothic/trade-gothic-lt-bold.svg?1431717265') format('svg');
}
@font-face {
  font-family: "Manus";
  src: url('/fonts/manus/manus.otf?1391608820') format('opentype'), url('/fonts/manus/manus.ttf?1391608806') format('truetype'), url('/fonts/manus/manus.eot?1431717267') format('embedded-opentype'), url('/fonts/manus/manus.woff?1431717263') format('woff'), url('/fonts/manus/manus.svg?1431717265') format('svg');
}
@font-face {
  font-family: "Helvetica Italic";
  src: url('/fonts/helvetica-neue/HelveticaNeue-Italic.otf?1282251636') format('opentype'), url('/fonts/helvetica-neue/HelveticaNeue-Italic.eot?1431717267') format('embedded-opentype'), url('/fonts/helvetica-neue/HelveticaNeue-Italic.woff?1431717262') format('woff'), url('/fonts/helvetica-neue/HelveticaNeue-Italic.svg?1431717265') format('svg');
}
@font-face {
  font-family: "Helvetica LtCond";
  src: url('/fonts/helvetica-neue/HelveticaNeueLTPro-LtCn.otf?1429095177') format('opentype'), url('/fonts/helvetica-neue/HelveticaNeueLTPro-LtCn.eot?1431717267') format('embedded-opentype'), url('/fonts/helvetica-neue/HelveticaNeueLTPro-LtCn.woff?1431717262') format('woff'), url('/fonts/helvetica-neue/HelveticaNeueLTPro-LtCn.svg?1431717265') format('svg');
}
@font-face {
  font-family: "Helvetica MdCond";
  src: url('/fonts/helvetica-neue/HelveticaNeueLTPro-MdCn.otf?1429095185') format('opentype'), url('/fonts/helvetica-neue/HelveticaNeueLTPro-MdCn.eot?1431717267') format('embedded-opentype'), url('/fonts/helvetica-neue/HelveticaNeueLTPro-MdCn.woff?1431717263') format('woff'), url('/fonts/helvetica-neue/HelveticaNeueLTPro-MdCn.svg?1431717265') format('svg');
}
@font-face {
  font-family: "Helvetica UltLtCond";
  src: url('/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtCn.otf?1429097247') format('opentype'), url('/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtCn.eot?1431717267') format('embedded-opentype'), url('/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtCn.woff?1431717263') format('woff'), url('/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtCn.svg?1431717265') format('svg');
}
/* line 10, ../sass/partials/_typography.scss */
.highlight {
  color: #ec008c;
}

/* line 14, ../sass/partials/_typography.scss */
.italic {
  font-style: italic;
}

/* line 18, ../sass/partials/_typography.scss */
.md {
  font-family: "Helvetica MdCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 22, ../sass/partials/_typography.scss */
.title-lg {
  font-family: "Trade Gothic Condensed", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 3.90625vw;
  margin-bottom: 1.5625vw;
}
@media (min-width: 1280px) {
  /* line 22, ../sass/partials/_typography.scss */
  .title-lg {
    font-size: 3.125em;
    margin-bottom: 20px;
  }
}

/* line 32, ../sass/partials/_typography.scss */
.script {
  font-family: "Manus", sans-serif;
}

/* line 1, ../sass/partials/_base.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../sass/partials/_base.scss */
body {
  color: #3d3c3c;
  margin: 0;
}

/* line 10, ../sass/partials/_base.scss */
p {
  margin: 0;
}

/* line 14, ../sass/partials/_base.scss */
img {
  width: 100%;
  height: auto;
  border: 0;
}

/* line 20, ../sass/partials/_base.scss */
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
}

/* line 25, ../sass/partials/_base.scss */
a {
  text-decoration: none;
}

/* line 29, ../sass/partials/_base.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, ../sass/partials/_layout.scss */
.container {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 6, ../sass/partials/_layout.scss */
.ratio-outer {
  position: relative;
}
/* line 8, ../sass/partials/_layout.scss */
.ratio-outer:before {
  content: '';
  display: block;
}
/* line 12, ../sass/partials/_layout.scss */
.ratio-outer .ratio-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 21, ../sass/partials/_layout.scss */
.relative {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 27, ../sass/partials/_layout.scss */
.col-container {
  overflow: hidden;
  *zoom: 1;
}

/* line 31, ../sass/partials/_layout.scss */
.content-col {
  float: left;
}

/* line 35, ../sass/partials/_layout.scss */
.social-link-container {
  height: 80px;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  display: table;
  position: relative;
  padding: 28px;
  margin-top: 15px;
  background: url("../img/mobile-nav/social-bg.png") no-repeat;
  background-size: cover;
  display: none;
}
/* line 46, ../sass/partials/_layout.scss */
.social-link-container.bottom {
  display: none;
  margin-top: 0px;
}
@media (max-width: 640px) {
  /* line 46, ../sass/partials/_layout.scss */
  .social-link-container.bottom {
    display: table;
  }
}

/* line 56, ../sass/partials/_layout.scss */
.social-link-title {
  font-family: "Manus", sans-serif;
  color: #ec008c;
  font-size: 15px;
  position: absolute;
  left: 39px;
  top: 5px;
}

/* line 64, ../sass/partials/_layout.scss */
.link-sub {
  display: table-cell;
  width: 25%;
  position: relative;
}

/* line 70, ../sass/partials/_layout.scss */
.deeplink {
  height: 0;
  visibility: hidden;
}

/* line 1, ../sass/partials/_nav.scss */
.menu-active {
  overflow: hidden;
  position: fixed;
}
/* line 5, ../sass/partials/_nav.scss */
.menu-active .mobile-nav {
  height: 100%;
  overflow: auto;
}
/* line 9, ../sass/partials/_nav.scss */
.menu-active .mobile-nav .social-link-container {
  display: table;
}

/* line 17, ../sass/partials/_nav.scss */
html.touch nav.main-nav {
  display: none;
}
/* line 22, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub {
  vertical-align: top;
}
/* line 24, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub img {
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
/* line 28, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.li {
  width: 22.27891%;
}
/* line 30, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.li img {
  width: 76.33588%;
}
/* line 34, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.tw {
  width: 19.04762%;
}
/* line 36, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.tw img {
  width: 75.89286%;
}
/* line 40, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.pin {
  width: 21.76871%;
}
/* line 42, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.pin img {
  width: 81.25%;
}
/* line 46, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.fb {
  width: 20.2381%;
}
/* line 48, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.fb img {
  width: 77.31092%;
}
/* line 52, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.hub {
  width: 10.03401%;
}
/* line 54, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.hub img {
  width: 100%;
}
/* line 58, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.insta {
  width: 16.83673%;
}
/* line 60, ../sass/partials/_nav.scss */
html.touch .social-link-container .link-sub.insta img {
  width: 100%;
}

/* line 69, ../sass/partials/_nav.scss */
.mobile-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
  background-color: #ebebeb;
  overflow: hidden;
  height: 85px;
  display: none;
  -moz-transition: height 0.5s, -moz-transform 0.3s;
  -o-transition: height 0.5s, -o-transform 0.3s;
  -webkit-transition: height 0.5s, -webkit-transform 0.3s;
  transition: height 0.5s, transform 0.3s;
}
/* line 80, ../sass/partials/_nav.scss */
.mobile-nav.inactive {
  -moz-transform: translateY(-85px);
  -ms-transform: translateY(-85px);
  -webkit-transform: translateY(-85px);
  transform: translateY(-85px);
}
@media (max-width: 640px) {
  /* line 69, ../sass/partials/_nav.scss */
  .mobile-nav {
    display: block;
  }
}
/* line 88, ../sass/partials/_nav.scss */
.mobile-nav .header {
  height: 85px;
  padding: 25px;
  overflow: hidden;
  *zoom: 1;
  background: url("../img/mobile-nav/header-bg.png") no-repeat;
  background-size: cover;
}
/* line 94, ../sass/partials/_nav.scss */
.mobile-nav .header > .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 100, ../sass/partials/_nav.scss */
.mobile-nav .mobile-logo, .mobile-nav .menu-trigger {
  height: 100%;
  width: auto;
}
/* line 104, ../sass/partials/_nav.scss */
.mobile-nav .mobile-logo {
  float: left;
}
/* line 107, ../sass/partials/_nav.scss */
.mobile-nav .menu-trigger {
  float: right;
}
/* line 111, ../sass/partials/_nav.scss */
.mobile-nav .link-main {
  height: 112px;
  background-color: rgba(236, 0, 140, 0.9);
  font-size: 1.625em;
  line-height: 112px;
  display: block;
  color: white;
  font-family: "Trade Gothic Bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  text-align: center;
  margin-top: 15px;
}
/* line 121, ../sass/partials/_nav.scss */
.mobile-nav .link-main.explore {
  background-image: url("../img/mobile-nav/menu-1-bg.jpg");
}
/* line 124, ../sass/partials/_nav.scss */
.mobile-nav .link-main.experience {
  background-image: url("../img/mobile-nav/menu-2-bg.jpg");
}
/* line 127, ../sass/partials/_nav.scss */
.mobile-nav .link-main.contact {
  background-image: url("../img/mobile-nav/menu-3-bg.jpg");
}

/* line 134, ../sass/partials/_nav.scss */
.main-nav {
  height: 90px;
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  overflow: hidden;
}
@media (max-width: 640px) {
  /* line 134, ../sass/partials/_nav.scss */
  .main-nav {
    display: none;
  }
}
/* line 147, ../sass/partials/_nav.scss */
.main-nav.inactive {
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
}
/* line 151, ../sass/partials/_nav.scss */
.main-nav.social {
  height: 180px;
}
/* line 154, ../sass/partials/_nav.scss */
.main-nav.social .bottom .inner {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 160, ../sass/partials/_nav.scss */
.main-nav .top, .main-nav .bottom {
  height: 90px;
  overflow: hidden;
  position: relative;
}
/* line 166, ../sass/partials/_nav.scss */
.main-nav .top {
  z-index: 2;
  background-color: rgba(236, 0, 140, 0.9);
}
/* line 171, ../sass/partials/_nav.scss */
.main-nav .main-l-container {
  width: 57.03125%;
  margin: 0 auto;
  display: table;
}
/* line 177, ../sass/partials/_nav.scss */
.main-nav a.link-main {
  color: white;
  font-family: "Trade Gothic Bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  display: inline-block;
  line-height: 90px;
  display: table-cell;
  font-size: 1.5625vw;
}
/* line 185, ../sass/partials/_nav.scss */
.main-nav a.link-main.explore {
  width: 28.08219%;
}
/* line 188, ../sass/partials/_nav.scss */
.main-nav a.link-main.experience {
  width: 30.41096%;
}
/* line 191, ../sass/partials/_nav.scss */
.main-nav a.link-main.contact {
  width: 27.94521%;
}
/* line 194, ../sass/partials/_nav.scss */
.main-nav a.link-main.follow {
  width: 13.56164%;
}
@media (max-width: 640px) {
  /* line 177, ../sass/partials/_nav.scss */
  .main-nav a.link-main {
    font-size: 0.875em;
  }
}
@media (min-width: 1280px) {
  /* line 177, ../sass/partials/_nav.scss */
  .main-nav a.link-main {
    font-size: 1.25em;
  }
}
/* line 207, ../sass/partials/_nav.scss */
.main-nav .bottom {
  z-index: 1;
}
/* line 210, ../sass/partials/_nav.scss */
.main-nav .bottom .inner {
  height: 90px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
}
/* line 219, ../sass/partials/_nav.scss */
.main-nav a.link-sub {
  line-height: 90px;
  display: table-cell;
  position: relative;
  height: 90px;
  cursor: pointer;
}
/* line 226, ../sass/partials/_nav.scss */
.main-nav a.link-sub img {
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
/* line 231, ../sass/partials/_nav.scss */
.main-nav a.link-sub.li {
  width: 23.07339%;
}
/* line 233, ../sass/partials/_nav.scss */
.main-nav a.link-sub.li img {
  width: 48.50895%;
}
/* line 238, ../sass/partials/_nav.scss */
.main-nav a.link-sub.tw {
  width: 21.23853%;
}
/* line 240, ../sass/partials/_nav.scss */
.main-nav a.link-sub.tw img {
  width: 44.92441%;
}
/* line 245, ../sass/partials/_nav.scss */
.main-nav a.link-sub.pin {
  width: 22.47706%;
}
/* line 247, ../sass/partials/_nav.scss */
.main-nav a.link-sub.pin img {
  width: 49.59184%;
}
/* line 252, ../sass/partials/_nav.scss */
.main-nav a.link-sub.fb {
  width: 21.42202%;
}
/* line 254, ../sass/partials/_nav.scss */
.main-nav a.link-sub.fb img {
  width: 48.82227%;
}
/* line 259, ../sass/partials/_nav.scss */
.main-nav a.link-sub.hub {
  width: 8.45771%;
}
/* line 261, ../sass/partials/_nav.scss */
.main-nav a.link-sub.hub img {
  width: 100%;
  max-width: 68px;
}
/* line 266, ../sass/partials/_nav.scss */
.main-nav a.link-sub.insta {
  width: 11.88073%;
}
/* line 268, ../sass/partials/_nav.scss */
.main-nav a.link-sub.insta img {
  width: 100%;
}

/* line 3, ../sass/partials/_ie.scss */
html.ie .main-nav a.link-sub {
  vertical-align: middle;
}
/* line 5, ../sass/partials/_ie.scss */
html.ie .main-nav a.link-sub img {
  position: static;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  top: 0%;
}

/* line 3, ../sass/pages/_explore.scss */
html.touch .page-explore .module-welcome {
  display: none;
}
/* line 6, ../sass/pages/_explore.scss */
html.touch .page-explore .module-budget {
  margin-top: 85px;
}

@media (max-width: 640px) {
  /* line 14, ../sass/pages/_explore.scss */
  .page-explore .module {
    height: 400px;
    background-size: cover !important;
    background-position: center;
  }
}
/* line 23, ../sass/pages/_explore.scss */
.page-explore .module-welcome {
  background: url("../img/modules/welcome/welcome-bg.png") no-repeat 55% 100% white;
}
/* line 25, ../sass/pages/_explore.scss */
.page-explore .module-welcome:before {
  padding-top: 55.54687%;
}
/* line 29, ../sass/pages/_explore.scss */
.page-explore .welcome-lockup {
  width: 50.39063%;
  margin: 0 auto;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
/* line 36, ../sass/pages/_explore.scss */
.page-explore .welcome-svg-container {
  display: block;
  position: relative;
}
/* line 39, ../sass/pages/_explore.scss */
.page-explore .welcome-svg-container:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 63.4674923%;
}
/* line 47, ../sass/pages/_explore.scss */
.page-explore #welcome-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 56, ../sass/pages/_explore.scss */
.page-explore .module-budget {
  background: url("../img/modules/budget-multiplier/multiplier-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
/* line 60, ../sass/pages/_explore.scss */
.page-explore .module-budget:before {
  padding-top: 55.85938%;
}
@media (max-width: 640px) {
  /* line 56, ../sass/pages/_explore.scss */
  .page-explore .module-budget {
    background-image: url("../img/modules/budget-multiplier/multiplier-bg-mobile.jpg");
    background-position: 0% 100%;
  }
  /* line 67, ../sass/pages/_explore.scss */
  .page-explore .module-budget #bm-svg {
    width: 320px;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
}
/* line 78, ../sass/pages/_explore.scss */
.page-explore .module-transatlantic {
  background: url("../img/modules/transatlantic/transatlantic-bg2.jpg") no-repeat;
  background-size: 100% auto;
}
@media (max-width: 640px) {
  /* line 78, ../sass/pages/_explore.scss */
  .page-explore .module-transatlantic {
    background-image: url("../img/modules/transatlantic/transatlantic-bg-mobile.jpg");
    background-size: 100% auto !important;
  }
}
/* line 87, ../sass/pages/_explore.scss */
.page-explore .module-transatlantic:before {
  padding-top: 60%;
}
/* line 91, ../sass/pages/_explore.scss */
.page-explore .module-transatlantic .module-text-container {
  height: 44.27083%;
  bottom: -44.27083%;
}
/* line 99, ../sass/pages/_explore.scss */
.page-explore #transatlantic-svg {
  position: absolute;
  top: 10.15625%;
  left: 14.76562%;
  width: 68.67188%;
}
@media (max-width: 640px) {
  /* line 99, ../sass/pages/_explore.scss */
  .page-explore #transatlantic-svg {
    left: 0;
    top: 0;
    width: 100%;
  }
}
/* line 115, ../sass/pages/_explore.scss */
.page-explore .module-small {
  background: url("../img/modules/small/small-bg.jpg") no-repeat;
  background-size: 100% auto;
}
@media (max-width: 640px) {
  /* line 115, ../sass/pages/_explore.scss */
  .page-explore .module-small {
    background-image: url("../img/modules/small/small-bg-mobile.jpg");
  }
}
/* line 123, ../sass/pages/_explore.scss */
.page-explore .module-small:before {
  padding-top: 66.64063%;
}
/* line 127, ../sass/pages/_explore.scss */
.page-explore .module-small .module-text-container {
  height: 39.85932%;
  bottom: -39.85932%;
}
/* line 134, ../sass/pages/_explore.scss */
.page-explore #small-svg {
  position: absolute;
  top: 26.5625%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 78.75%;
}
/* line 144, ../sass/pages/_explore.scss */
.page-explore .module-production {
  background: url("../img/modules/production/production-bg.jpg") no-repeat;
  background-size: 100% auto;
}
@media (max-width: 640px) {
  /* line 144, ../sass/pages/_explore.scss */
  .page-explore .module-production {
    background-image: url("../img/modules/production/production-bg-mobile.jpg");
  }
  /* line 151, ../sass/pages/_explore.scss */
  .page-explore .module-production .relative:before {
    content: '';
    display: block;
    background: url("../img/modules/production/production-bg-logo.png") no-repeat 50% 50%;
    height: 230px;
    width: 100%;
    background-size: 62.5% auto;
  }
}
/* line 162, ../sass/pages/_explore.scss */
.page-explore .module-production:before {
  padding-top: 55.625%;
}
/* line 166, ../sass/pages/_explore.scss */
.page-explore .module-production .module-text-container {
  height: 47.75281%;
  bottom: -47.75281%;
}
/* line 171, ../sass/pages/_explore.scss */
.page-explore .module-production .module-hit-area {
  height: 52.24719%;
}
/* line 175, ../sass/pages/_explore.scss */
.page-explore .module-production .mobile-experience-options {
  bottom: 30px;
  text-align: center;
}
/* line 182, ../sass/pages/_explore.scss */
.page-explore #production-svg {
  position: absolute;
  top: 44.94382%;
  left: 33.20313%;
  width: 20.3125%;
  z-index: 10;
}
/* line 192, ../sass/pages/_explore.scss */
.page-explore .module-collab {
  background: url("../img/modules/collaborative/collaborative-bg.jpg") no-repeat;
  background-size: 100% auto;
}
@media (max-width: 640px) {
  /* line 192, ../sass/pages/_explore.scss */
  .page-explore .module-collab {
    background-image: url("../img/modules/collaborative/collaborative-bg-mobile.jpg");
  }
}
/* line 198, ../sass/pages/_explore.scss */
.page-explore .module-collab:before {
  padding-top: 55.70313%;
}
/* line 202, ../sass/pages/_explore.scss */
.page-explore .module-collab .module-text-container {
  height: 47.68583%;
  bottom: -47.68583%;
}
/* line 207, ../sass/pages/_explore.scss */
.page-explore .module-collab .module-hit-area {
  height: 52.31417%;
}
/* line 213, ../sass/pages/_explore.scss */
.page-explore #collab-svg {
  position: absolute;
  top: 46.28331%;
  left: 72.65625%;
  width: 22.65625%;
  z-index: 10;
}
/* line 221, ../sass/pages/_explore.scss */
.page-explore .m2 {
  -moz-transition: -moz-transform 200ms, opacity 200ms;
  -o-transition: -o-transform 200ms, opacity 200ms;
  -webkit-transition: -webkit-transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms;
}
/* line 227, ../sass/pages/_explore.scss */
.page-explore .module.video svg {
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
/* line 231, ../sass/pages/_explore.scss */
.page-explore .module.video .module-text-container {
  -moz-transition: -moz-transform 200ms;
  -o-transition: -o-transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
}
/* line 235, ../sass/pages/_explore.scss */
.page-explore .module.video .video-container {
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
/* line 239, ../sass/pages/_explore.scss */
.page-explore .module.video .module-hit-area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
/* line 247, ../sass/pages/_explore.scss */
.page-explore .module.video.active svg {
  opacity: 0;
}
/* line 250, ../sass/pages/_explore.scss */
.page-explore .module.video.active .relative {
  z-index: 11;
}
/* line 253, ../sass/pages/_explore.scss */
.page-explore .module.video.active .module-text-container {
  -moz-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}
/* line 255, ../sass/pages/_explore.scss */
.page-explore .module.video.active .module-text-container .cta-container:before {
  opacity: 0;
}
/* line 259, ../sass/pages/_explore.scss */
.page-explore .module.video.active .video-container {
  opacity: 1;
}

/* line 1, ../sass/pages/_contact.scss */
.page-contact {
  background: url("../img/contact/contact-bg.jpg") no-repeat;
  background-position: 0% 0%;
  background-size: cover;
  background-attachment: fixed;
}
/* line 7, ../sass/pages/_contact.scss */
.page-contact .container {
  padding-bottom: 3.90625vw;
}
@media (min-width: 1280px) {
  /* line 7, ../sass/pages/_contact.scss */
  .page-contact .container {
    padding-bottom: 50px;
  }
}
/* line 14, ../sass/pages/_contact.scss */
.page-contact .region-header {
  margin-left: 7.8125%;
  margin-top: 90px;
  width: 78.125%;
}
@media (max-width: 640px) {
  /* line 14, ../sass/pages/_contact.scss */
  .page-contact .region-header {
    width: 100%;
    padding: 0 25px;
    margin-left: 0;
  }
}
/* line 25, ../sass/pages/_contact.scss */
.page-contact .region-header h1 {
  font-family: "Manus", sans-serif;
  color: white;
  font-size: 5.3125vw;
}
@media (min-width: 1280px) {
  /* line 25, ../sass/pages/_contact.scss */
  .page-contact .region-header h1 {
    font-size: 4.25em;
  }
}
@media (max-width: 640px) {
  /* line 25, ../sass/pages/_contact.scss */
  .page-contact .region-header h1 {
    font-size: 1.25em;
  }
}
/* line 36, ../sass/pages/_contact.scss */
.page-contact .region-header .header-description {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Helvetica MdCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 7.5%;
  font-size: 1.64063vw;
  line-height: 2.57813vw;
  margin-bottom: 3.90625vw;
  position: relative;
  display: block;
}
@media (min-width: 1280px) {
  /* line 36, ../sass/pages/_contact.scss */
  .page-contact .region-header .header-description {
    font-size: 1.3125em;
    line-height: 33px;
  }
}
@media (max-width: 640px) {
  /* line 36, ../sass/pages/_contact.scss */
  .page-contact .region-header .header-description {
    padding-left: 3.90625%;
    font-size: 0.78125em;
    line-height: 16.5px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: min-width) and (max-width: 640px) {
  /* line 60, ../sass/pages/_contact.scss */
  .page-contact .region-header .header-description:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/icons/chevron-right-white.svg") no-repeat 0% 50%;
    background-size: 37.33333%;
    width: 7.5%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
/* line 76, ../sass/pages/_contact.scss */
.page-contact .region-content {
  padding-top: 10.15625vw;
  padding-bottom: 10.15625vw;
  padding-left: 7.8125%;
  padding-right: 7.8125%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1280px) {
  /* line 76, ../sass/pages/_contact.scss */
  .page-contact .region-content {
    padding: 130px 100px;
  }
}
@media (max-width: 640px) {
  /* line 76, ../sass/pages/_contact.scss */
  .page-contact .region-content {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
/* line 97, ../sass/pages/_contact.scss */
.page-contact .content-col {
  color: #575656;
  font-family: "Helvetica LtCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 640px) {
  /* line 97, ../sass/pages/_contact.scss */
  .page-contact .content-col {
    float: none;
    margin-left: 0px !important;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100% !important;
    margin-bottom: 25px;
    padding: 15px;
  }
}
/* line 111, ../sass/pages/_contact.scss */
.page-contact .content-col.left {
  width: 33.30206%;
}
/* line 114, ../sass/pages/_contact.scss */
.page-contact .content-col.center {
  margin-left: 3.75235%;
  width: 33.30206%;
}
/* line 118, ../sass/pages/_contact.scss */
.page-contact .content-col.right {
  margin-left: 3.75235%;
  width: 22.58065%;
}
@media (max-width: 640px) {
  /* line 118, ../sass/pages/_contact.scss */
  .page-contact .content-col.right {
    margin-bottom: 0px;
  }
}
/* line 125, ../sass/pages/_contact.scss */
.page-contact .content-col.new-row {
  clear: both;
}
@media (max-width: 640px) {
  /* line 125, ../sass/pages/_contact.scss */
  .page-contact .content-col.new-row {
    display: none;
  }
}
/* line 131, ../sass/pages/_contact.scss */
.page-contact .content-col.final {
  float: right;
  margin-left: 0px;
  margin-right: 3.75235%;
}
@media (max-width: 640px) {
  /* line 131, ../sass/pages/_contact.scss */
  .page-contact .content-col.final {
    display: none;
  }
}
/* line 140, ../sass/pages/_contact.scss */
.page-contact .content-col .mobile-only {
  display: none;
  margin-top: 20px;
}
@media (max-width: 640px) {
  /* line 140, ../sass/pages/_contact.scss */
  .page-contact .content-col .mobile-only {
    display: block;
  }
}
/* line 146, ../sass/pages/_contact.scss */
.page-contact .content-col .mobile-only .highlight {
  font-family: "Trade Gothic Bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 1.40625vw;
}
@media (min-width: 1280px) {
  /* line 146, ../sass/pages/_contact.scss */
  .page-contact .content-col .mobile-only .highlight {
    font-size: 1.125em;
  }
}
@media (max-width: 640px) {
  /* line 146, ../sass/pages/_contact.scss */
  .page-contact .content-col .mobile-only .highlight {
    font-size: 0.53125em;
  }
}
/* line 160, ../sass/pages/_contact.scss */
.page-contact .content-block.upper {
  margin-bottom: 7.42188vw;
}
@media (min-width: 1280px) {
  /* line 160, ../sass/pages/_contact.scss */
  .page-contact .content-block.upper {
    margin-bottom: 95px;
  }
}
@media (max-width: 640px) {
  /* line 160, ../sass/pages/_contact.scss */
  .page-contact .content-block.upper {
    margin-bottom: 0px;
  }
}
/* line 175, ../sass/pages/_contact.scss */
.page-contact .logo-container {
  margin-bottom: 15px;
  height: 75px;
}
/* line 178, ../sass/pages/_contact.scss */
.page-contact .logo-container.cyn {
  margin-bottom: 5px;
  height: 85px;
}
@media (max-width: 960px) {
  /* line 175, ../sass/pages/_contact.scss */
  .page-contact .logo-container {
    height: 35px;
  }
  /* line 185, ../sass/pages/_contact.scss */
  .page-contact .logo-container.cyn {
    height: 45px;
  }
}
/* line 191, ../sass/pages/_contact.scss */
.page-contact .logo {
  width: auto;
  height: 100%;
}
/* line 196, ../sass/pages/_contact.scss */
.page-contact .location {
  font-size: 1.40625vw;
  font-family: "Trade Gothic Bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
@media (min-width: 1280px) {
  /* line 196, ../sass/pages/_contact.scss */
  .page-contact .location {
    font-size: 1.125em;
  }
}
@media (max-width: 640px) {
  /* line 196, ../sass/pages/_contact.scss */
  .page-contact .location {
    font-size: 0.5625em;
  }
}
/* line 207, ../sass/pages/_contact.scss */
.page-contact .loc-name {
  font-size: 2.8125vw;
}
@media (min-width: 1600px) {
  /* line 207, ../sass/pages/_contact.scss */
  .page-contact .loc-name {
    font-size: 2.8125em;
  }
}
@media (max-width: 960px) {
  /* line 207, ../sass/pages/_contact.scss */
  .page-contact .loc-name {
    font-size: 1.25em;
  }
}
/* line 217, ../sass/pages/_contact.scss */
.page-contact .loc-address {
  font-family: "Helvetica LtCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5625vw;
}
@media (min-width: 1280px) {
  /* line 217, ../sass/pages/_contact.scss */
  .page-contact .loc-address {
    font-size: 1.25em;
  }
}
@media (max-width: 640px) {
  /* line 217, ../sass/pages/_contact.scss */
  .page-contact .loc-address {
    font-size: 0.75em;
  }
}
/* line 227, ../sass/pages/_contact.scss */
.page-contact .find-me {
  color: #ec008c;
  text-decoration: underline;
  font-family: "Trade Gothic Bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 1.5625vw;
  margin-bottom: 1.5625vw;
  margin-top: 1.5625vw;
  display: block;
}
@media (min-width: 1280px) {
  /* line 227, ../sass/pages/_contact.scss */
  .page-contact .find-me {
    font-size: 1.25em;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  /* line 227, ../sass/pages/_contact.scss */
  .page-contact .find-me {
    font-size: 0.6875em;
  }
}
/* line 244, ../sass/pages/_contact.scss */
.page-contact .phone, .page-contact .email {
  font-size: 1.48438vw;
}
@media (min-width: 1280px) {
  /* line 244, ../sass/pages/_contact.scss */
  .page-contact .phone, .page-contact .email {
    font-size: 1.1875em;
  }
}
@media (max-width: 640px) {
  /* line 244, ../sass/pages/_contact.scss */
  .page-contact .phone, .page-contact .email {
    font-size: 0.6875em;
  }
}
/* line 253, ../sass/pages/_contact.scss */
.page-contact .phone {
  font-family: "Helvetica LtCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.39063vw;
}
@media (min-width: 1280px) {
  /* line 253, ../sass/pages/_contact.scss */
  .page-contact .phone {
    margin-bottom: 5px;
  }
}
/* line 259, ../sass/pages/_contact.scss */
.page-contact .phone a {
  color: #575656;
}
/* line 263, ../sass/pages/_contact.scss */
.page-contact .email {
  font-family: "Helvetica MdCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #575656;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
/* line 267, ../sass/pages/_contact.scss */
.page-contact .email:hover {
  color: #ec008c;
}
/* line 272, ../sass/pages/_contact.scss */
.page-contact .ps-container {
  overflow: hidden;
  *zoom: 1;
}
/* line 276, ../sass/pages/_contact.scss */
.page-contact .ps {
  font-family: "Helvetica LtCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.64063vw;
  color: white;
  margin-right: 7.03125%;
  float: right;
}
@media (min-width: 1280px) {
  /* line 276, ../sass/pages/_contact.scss */
  .page-contact .ps {
    font-size: 1.3125em;
  }
}
@media (max-width: 640px) {
  /* line 276, ../sass/pages/_contact.scss */
  .page-contact .ps {
    font-size: 0.71875em;
  }
}
/* line 289, ../sass/pages/_contact.scss */
.page-contact .ps .script {
  font-size: 3.4375vw;
}
@media (min-width: 1280px) {
  /* line 289, ../sass/pages/_contact.scss */
  .page-contact .ps .script {
    font-size: 2.75em;
  }
}
@media (max-width: 640px) {
  /* line 289, ../sass/pages/_contact.scss */
  .page-contact .ps .script {
    font-size: 1.375em;
  }
}

/* line 1, ../sass/pages/_experience.scss */
.page-experience {
  padding-top: 90px;
}
@media (max-width: 640px) {
  /* line 1, ../sass/pages/_experience.scss */
  .page-experience {
    padding-top: 85px;
  }
}
/* line 8, ../sass/pages/_experience.scss */
.page-experience .module {
  background-size: cover;
  background-position: center;
  height: 55.46875vw;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1280px) {
  /* line 8, ../sass/pages/_experience.scss */
  .page-experience .module {
    height: 710px;
  }
}
@media (max-width: 640px) {
  /* line 8, ../sass/pages/_experience.scss */
  .page-experience .module {
    height: 400px;
  }
}
/* line 26, ../sass/pages/_experience.scss */
.page-experience .module.active .shade {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 29, ../sass/pages/_experience.scss */
.page-experience .module.active .module-text-container {
  -moz-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}
/* line 31, ../sass/pages/_experience.scss */
.page-experience .module.active .module-text-container .cta-container:before {
  opacity: 0;
}
/* line 35, ../sass/pages/_experience.scss */
.page-experience .module.active .video-container {
  opacity: 1;
}
/* line 42, ../sass/pages/_experience.scss */
.page-experience .shade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -moz-transition: -moz-transform 200ms;
  -o-transition: -o-transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
  cursor: pointer;
}
@media (max-width: 640px) {
  /* line 42, ../sass/pages/_experience.scss */
  .page-experience .shade {
    display: none;
  }
}
/* line 57, ../sass/pages/_experience.scss */
.page-experience .shade-overlay-container {
  height: calc(100% - 26.5625vw);
  position: relative;
}
@media (min-width: 1280px) {
  /* line 57, ../sass/pages/_experience.scss */
  .page-experience .shade-overlay-container {
    height: 52.11268%;
  }
}
/* line 65, ../sass/pages/_experience.scss */
.page-experience .shade-overlay {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}
/* line 72, ../sass/pages/_experience.scss */
.page-experience .module-text-container {
  height: 47.88732%;
  bottom: -47.88732%;
  -moz-transition: -moz-transform 200ms;
  -o-transition: -o-transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
  background-color: rgba(254, 254, 254, 0.8);
}
/* line 78, ../sass/pages/_experience.scss */
.page-experience .module-text-container .module-down {
  bottom: 16.17647%;
}
@media (max-width: 640px) {
  /* line 78, ../sass/pages/_experience.scss */
  .page-experience .module-text-container .module-down {
    bottom: 6%;
  }
}
/* line 87, ../sass/pages/_experience.scss */
.page-experience .cta-container {
  font-family: "Manus", sans-serif;
  font-size: 2.26563vw;
  position: absolute;
  left: 60.9375%;
}
@media (min-width: 1280px) {
  /* line 87, ../sass/pages/_experience.scss */
  .page-experience .cta-container {
    font-size: 1.8125em;
  }
}
@media (max-width: 640px) {
  /* line 87, ../sass/pages/_experience.scss */
  .page-experience .cta-container {
    display: none;
  }
}
/* line 100, ../sass/pages/_experience.scss */
.page-experience .cta-container:before {
  content: '';
  display: block;
  width: 3.90625vw;
  -moz-transform: translate(-4.6875vw, -1.5625vw);
  -ms-transform: translate(-4.6875vw, -1.5625vw);
  -webkit-transform: translate(-4.6875vw, -1.5625vw);
  transform: translate(-4.6875vw, -1.5625vw);
  height: 3.82813vw;
  background-image: url("../img/icons/arrow-curved-experience.svg");
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media (min-width: 1280px) {
  /* line 100, ../sass/pages/_experience.scss */
  .page-experience .cta-container:before {
    height: 49px;
    -moz-transform: translate(-60px, -20px);
    -ms-transform: translate(-60px, -20px);
    -webkit-transform: translate(-60px, -20px);
    transform: translate(-60px, -20px);
  }
}
@media (max-width: 640px) {
  /* line 100, ../sass/pages/_experience.scss */
  .page-experience .cta-container:before {
    background-size: 100% auto;
  }
}
/* line 121, ../sass/pages/_experience.scss */
.page-experience .module-wyndham {
  background-image: url("../img/experience/wyndham-bg.jpg");
}
/* line 124, ../sass/pages/_experience.scss */
.page-experience .module-wyndham .shade-overlay {
  width: 51.875%;
}
/* line 129, ../sass/pages/_experience.scss */
.page-experience .module-waldorf {
  background-image: url("../img/experience/waldorf-bg2.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
@media (max-width: 640px) {
  /* line 129, ../sass/pages/_experience.scss */
  .page-experience .module-waldorf {
    background-size: cover;
    background-position: right center;
  }
}
/* line 140, ../sass/pages/_experience.scss */
.page-experience .module-waldorf .shade-overlay {
  width: 62.5%;
}
/* line 146, ../sass/pages/_experience.scss */
.page-experience .module-fab {
  background-image: url("../img/experience/fab-bg.jpg");
}
/* line 149, ../sass/pages/_experience.scss */
.page-experience .module-fab .shade-overlay {
  width: 36.95313%;
}
/* line 155, ../sass/pages/_experience.scss */
.page-experience .module-bs {
  background-image: url("../img/experience/bs-bg.jpg");
}
/* line 158, ../sass/pages/_experience.scss */
.page-experience .module-bs .shade-overlay {
  width: 49.53125%;
}
/* line 163, ../sass/pages/_experience.scss */
.page-experience .module-titan {
  background-image: url("../img/experience/titan-bg.jpg");
}
/* line 166, ../sass/pages/_experience.scss */
.page-experience .module-titan .shade-overlay {
  width: 40.39063%;
}
/* line 171, ../sass/pages/_experience.scss */
.page-experience .module-simply {
  background-image: url("../img/experience/simply-bg.jpg");
}
/* line 174, ../sass/pages/_experience.scss */
.page-experience .module-simply .shade-overlay {
  width: 69.6875%;
}
/* line 180, ../sass/pages/_experience.scss */
.page-experience .module-conrad {
  background-image: url("../img/experience/conrad-bg.jpg");
}
/* line 183, ../sass/pages/_experience.scss */
.page-experience .module-conrad .shade-overlay {
  width: 53.28125%;
}
@media (max-width: 640px) {
  /* line 188, ../sass/pages/_experience.scss */
  .page-experience .module-conrad .text-container-content {
    height: 145px !important;
  }
  /* line 191, ../sass/pages/_experience.scss */
  .page-experience .module-conrad .module-text-container {
    height: 205px !important;
  }
}
/* line 199, ../sass/pages/_experience.scss */
.page-experience .module-last-minute {
  background-image: url("../img/experience/last-minute-bg.jpg");
}
/* line 202, ../sass/pages/_experience.scss */
.page-experience .module-last-minute .shade-overlay {
  width: 69.375%;
}
/* line 208, ../sass/pages/_experience.scss */
.page-experience .module-last-minute-2 {
  background-image: url("../img/experience/last-minute-2-bg.jpg");
}
/* line 211, ../sass/pages/_experience.scss */
.page-experience .module-last-minute-2 .shade-overlay {
  width: 69.375%;
}
/* line 217, ../sass/pages/_experience.scss */
.page-experience .module-match {
  background-image: url("../img/experience/match-bg.jpg");
}
@media (max-width: 640px) {
  /* line 217, ../sass/pages/_experience.scss */
  .page-experience .module-match {
    background-position: left;
  }
}
/* line 224, ../sass/pages/_experience.scss */
.page-experience .module-match .shade-overlay {
  width: 57.10937%;
}
/* line 230, ../sass/pages/_experience.scss */
.page-experience .module-seeds {
  background-image: url("../img/experience/seeds-bg.jpg");
}
/* line 233, ../sass/pages/_experience.scss */
.page-experience .module-seeds .shade-overlay {
  width: 32.73438%;
}
/* line 239, ../sass/pages/_experience.scss */
.page-experience .module-ask {
  background-image: url("../img/experience/ask-bg2.gif");
}
/* line 242, ../sass/pages/_experience.scss */
.page-experience .module-ask .shade {
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 246, ../sass/pages/_experience.scss */
.page-experience .module-ask .shade-overlay {
  width: 34.45313%;
}
/* line 252, ../sass/pages/_experience.scss */
.page-experience .module-als {
  background-image: url("../img/experience/als-bg.gif");
}

/* line 1, ../sass/modules/_base.scss */
.module {
  overflow: hidden;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 7, ../sass/modules/_base.scss */
.module .video-close {
  width: 2.1875%;
  height: auto;
  position: absolute;
  top: 11.26761%;
  right: 3.90625%;
  cursor: pointer;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 0px 1px);
  filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 0px 1px);
}
@media (max-width: 640px) {
  /* line 7, ../sass/modules/_base.scss */
  .module .video-close {
    width: 15px;
  }
}
/* line 22, ../sass/modules/_base.scss */
.module #vimeo-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
/* line 26, ../sass/modules/_base.scss */
.module #vimeo-player.active {
  opacity: 1;
}
/* line 32, ../sass/modules/_base.scss */
.module .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 640px) {
  /* line 32, ../sass/modules/_base.scss */
  .module .video-container {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
/* line 39, ../sass/modules/_base.scss */
.module .video-container .inner {
  position: relative;
}
/* line 41, ../sass/modules/_base.scss */
.module .video-container .inner:before {
  content: '';
  display: block;
  padding-top: 55.46875%;
}
@media (max-width: 640px) {
  /* line 39, ../sass/modules/_base.scss */
  .module .video-container .inner {
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
  }
}

/* line 57, ../sass/modules/_base.scss */
.module-hit-area {
  cursor: pointer;
}
@media (max-width: 640px) {
  /* line 57, ../sass/modules/_base.scss */
  .module-hit-area {
    display: none;
  }
}

/* line 64, ../sass/modules/_base.scss */
.module-down {
  position: absolute;
  bottom: 3%;
  left: 50%;
  cursor: pointer;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4.53125%;
  height: auto;
  z-index: 10;
  /* @include breakpoint($bp-mobile){
      display: none;
  } */
}

/* line 78, ../sass/modules/_base.scss */
.module-text-container {
  background-color: rgba(255, 255, 255, 0.9);
  height: 340px;
  width: 100%;
  position: absolute;
  bottom: -340px;
  transform: translateY(0);
}
@media (max-width: 640px) {
  /* line 78, ../sass/modules/_base.scss */
  .module-text-container {
    height: 170px !important;
    display: block;
    bottom: -170px !important;
  }
  /* line 91, ../sass/modules/_base.scss */
  .module-text-container .text-container-content {
    display: block;
    height: 145px;
    top: 0%;
  }
  /* line 96, ../sass/modules/_base.scss */
  .module-text-container .text-container-content > .inner {
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  /* line 111, ../sass/modules/_base.scss */
  .module[data-video] .text-container-content {
    height: 110px;
  }
}

/* line 117, ../sass/modules/_base.scss */
.text-container-content {
  position: relative;
  top: 20%;
  text-align: center;
}

/* line 124, ../sass/modules/_base.scss */
.module-subtitle {
  font-family: "Trade Gothic Bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 1.40625vw;
  text-transform: uppercase;
  color: #575656;
}
@media (min-width: 1280px) {
  /* line 124, ../sass/modules/_base.scss */
  .module-subtitle {
    font-size: 1.125em;
  }
}
@media (max-width: 640px) {
  /* line 124, ../sass/modules/_base.scss */
  .module-subtitle {
    font-size: 0.5625em;
  }
}

/* line 139, ../sass/modules/_base.scss */
.module-title {
  font-size: 3.90625vw;
  font-family: "Trade Gothic Condensed", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  color: #575656;
}
@media (min-width: 1280px) {
  /* line 139, ../sass/modules/_base.scss */
  .module-title {
    font-size: 3.125em;
  }
}
@media (max-width: 640px) {
  /* line 139, ../sass/modules/_base.scss */
  .module-title {
    font-size: 1.5625em;
    margin-bottom: 5px;
  }
}

/* line 154, ../sass/modules/_base.scss */
.module-description {
  font-family: "Helvetica LtCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.48438vw;
  line-height: 1.95313vw;
  margin-top: 1%;
  color: #575656;
  width: 60.625%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {
  /* line 154, ../sass/modules/_base.scss */
  .module-description {
    font-size: 1.1875em;
    line-height: 25px;
  }
}
@media (max-width: 640px) {
  /* line 154, ../sass/modules/_base.scss */
  .module-description {
    font-size: 0.60938em;
    line-height: 12.5px;
    width: 100%;
  }
}

/* line 176, ../sass/modules/_base.scss */
.module-share {
  font-family: "Trade Gothic Bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 1.40625vw;
  color: #3d3c3c;
  position: absolute;
  bottom: 35px;
  right: 35px;
  -moz-transition: color, 200ms;
  -o-transition: color, 200ms;
  -webkit-transition: color, 200ms;
  transition: color, 200ms;
}
/* line 186, ../sass/modules/_base.scss */
.module-share:hover {
  color: #ec008c;
}
@media (min-width: 1280px) {
  /* line 176, ../sass/modules/_base.scss */
  .module-share {
    font-size: 1.125em;
  }
}
@media (max-width: 640px) {
  /* line 176, ../sass/modules/_base.scss */
  .module-share {
    display: none !important;
  }
}
/* line 197, ../sass/modules/_base.scss */
.module-share label {
  cursor: pointer;
}

/* line 203, ../sass/modules/_base.scss */
.module-share.sharer-0 {
  display: inline !important;
}
/* line 205, ../sass/modules/_base.scss */
.module-share.sharer-0 > .social.networks-5.center {
  margin-left: -225px !important;
}

/* line 210, ../sass/modules/_base.scss */
.share.sharer-0 .social.networks-5.center {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 640px) {
  /* line 210, ../sass/modules/_base.scss */
  .share.sharer-0 .social.networks-5.center {
    position: absolute;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 300px;
  }
}

/* line 223, ../sass/modules/_base.scss */
.mobile-experience-options {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
/* line 230, ../sass/modules/_base.scss */
.mobile-experience-options > span {
  font-size: 0.625em;
  color: #ec008c;
  font-family: "Trade Gothic Bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  cursor: pointer;
  display: inline-block !important;
  width: 50%;
  text-align: center;
}
/* line 239, ../sass/modules/_base.scss */
.mobile-experience-options > span.play {
  padding-right: 25px;
  float: left;
}
/* line 243, ../sass/modules/_base.scss */
.mobile-experience-options > span.share {
  padding-left: 25px;
  float: right;
}
/* line 247, ../sass/modules/_base.scss */
.mobile-experience-options > span.share label {
  cursor: pointer;
}
/* line 253, ../sass/modules/_base.scss */
.mobile-experience-options > span:only-child.sharer-0 {
  margin: 0 auto;
  width: 100%;
  float: none;
  padding-left: 0px;
}
@media (max-width: 640px) {
  /* line 223, ../sass/modules/_base.scss */
  .mobile-experience-options {
    display: block;
  }
}
