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

@font-face {
  font-family: 'Fira Sans Regular';
  src: url("../fonts/FiraSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans Medium';
  src: url("../fonts/FiraSans-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans ExtraBold';
  src: url("../fonts/FiraSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans Condensed ExtraBold Italic';
  src: url("../fonts/FiraSansCondensed-ExtraBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  background-color: #ff7635;
  color: #ffffff;
  overflow-x: hidden;
}

body * {
  font-family: 'Fira Sans Regular', sans-serif;
}

body .extraBold {
  font-family: 'Fira Sans ExtraBold', sans-serif;
}

body .medium {
  font-family: 'Fira Sans Medium', sans-serif;
}

body .condensed {
  font-family: 'Fira Sans Condensed ExtraBold Italic', sans-serif;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .condensed {
    font-family: 'Fira Sans Regular', sans-serif;
  }
}

body a {
  color: #ffffff;
}

.btn-primary {
  border-radius: 17px;
  color: #ffffff;
  padding: 2.4vw 5.33vw;
  font-size: 3.73vw;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3783d9;
  border: none;
  max-width: 45.3vw;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #ffffff;
  color: #3783d9;
}

@media (min-width: 769px) {
  .btn-primary {
    font-size: 1.56vw;
    max-width: 18.75vw;
    padding: 0.46vw 2.08vw;
  }
  .btn-primary-alt:hover {
    background-color: #3783d9;
    color: #ffffff;
  }
}

@media (min-width: 1920px) {
  .btn-primary {
    font-size: 30px;
    max-width: 360px;
    padding: 9px 40px;
  }
}

p {
  text-align: center;
  font-size: 3.73vw;
  color: #ffffff;
}

@media (min-width: 769px) {
  p {
    font-size: 1.25vw;
  }
}

@media (min-width: 1920px) {
  p {
    font-size: 24px;
  }
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.text-bg-white {
  background-color: #ffffff;
  color: #000000;
}

.mobile {
  display: block;
}

@media (min-width: 769px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}

@media (min-width: 769px) {
  .desktop {
    display: block;
  }
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.mobile-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.73vw;
  width: 64vw;
  height: 14.13vw;
  color: #ff7635;
  background-color: #ffffff;
}

.center_content {
  max-width: 1920px;
  margin: auto;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.8vw 0 2.13vw 0;
}

.nav-container {
  display: block;
}

.nav-title {
  color: #ffffff;
  margin-right: 1.6vw;
}

.nav-title p {
  font-size: 6.13vw;
}

.nav-items {
  display: none;
  margin-top: 16vw;
}

.nav-item {
  margin: 10.66vw;
}

.nav-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 5.33vw;
  font-family: 'Fira Sans Medium', sans-serif;
}

.nav-item a:hover {
  color: #3783d9;
}

.nav-logo {
  margin-right: 5.33vw;
}

.nav-logo-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.26vw;
  width: 15.2vw;
}

.nav-logo-orange {
  display: none;
}

.nav-toggle-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 9.06vw;
}

.nav-toggle-open img {
  height: 4.26vw;
  width: 5.86vw;
}

.nav-toggle-close {
  display: none;
  height: 100%;
  margin-top: 10.66vw;
  margin-right: 4.8vw;
}

.nav-toggle-close img {
  height: 2.66vw;
  width: 2.66vw;
}

.nav.mobile-close {
  background-color: #000000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 112vw;
  margin: 0;
  padding: 0;
}

.nav.mobile-close .nav-container {
  height: 100%;
  width: 100%;
}

.nav.mobile-close .nav-title {
  margin: 4.8vw 0 0 13.33vw;
}

.nav.mobile-close .nav-items {
  margin-top: 14.66vw;
}

.nav.mobile-close .nav-item {
  margin-left: 8vw;
}

.nav.mobile-close .nav-logo-white {
  display: none;
}

.nav.mobile-open {
  background-color: #ff7635;
}

.nav.mobile-open .nav-logo-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav.sticky {
  background-color: #ff7635;
}

.nav.sticky.mobile-close {
  background-color: #000000;
}

.nav .active {
  color: #3783d9 !important;
}

@media (min-width: 769px) {
  .nav {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: #ff7635;
    height: 6.14vw;
    margin: 0;
    padding: 0;
  }
  .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 1.56vw;
  }
  .nav-title p {
    font-size: 3.33vw;
  }
  .nav-items {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    height: 100%;
    margin: 1.77vw 0 0 27.6vw;
  }
  .nav-item {
    margin: 0 1.56vw 0 0;
  }
  .nav-item a {
    color: #ffffff;
    font-size: 1.25vw;
    font-family: 'Fira Sans ExtraBold', sans-serif;
  }
  .nav-home {
    display: none;
  }
  .nav-logo {
    margin-right: 1.56vw;
  }
  .nav-logo-orange {
    display: none;
    height: 1.82vw;
    width: 6.45vw;
  }
  .nav-logo-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.82vw;
    width: 6.45vw;
  }
  .nav-toggle-open {
    display: none;
  }
  .nav-toggle-close {
    display: none;
  }
  .nav.sticky {
    background-color: #ffffff;
  }
  .nav.sticky .nav-title p {
    color: #ff7635;
  }
  .nav.sticky .nav-item a {
    color: #ff7635;
  }
  .nav.sticky .nav-item a:hover {
    color: #3783d9;
  }
  .nav.sticky .nav-logo-orange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav.sticky .nav-logo-white {
    display: none;
  }
}

@media (min-width: 1920px) {
  .nav {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: #ff7635;
    height: 118px;
    margin: 0;
    padding: 0;
  }
  .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 30px;
  }
  .nav-title p {
    font-size: 64px;
  }
  .nav-items {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    height: 100%;
    margin: 34px 0 0 530px;
  }
  .nav-item {
    margin: 0 30px 0 0;
  }
  .nav-item a {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Fira Sans ExtraBold', sans-serif;
  }
  .nav-home {
    display: none;
  }
  .nav-logo {
    margin-right: 30px;
  }
  .nav-logo-orange {
    display: none;
    height: 35px;
    width: 124px;
  }
  .nav-logo-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    width: 124px;
  }
  .nav-toggle-open {
    display: none;
  }
  .nav-toggle-close {
    display: none;
  }
  .sticky {
    background-color: #ffffff;
  }
  .sticky .nav-title p {
    color: #ff7635;
  }
  .sticky .nav-item a {
    color: #ff7635;
  }
  .sticky .nav-item a:hover {
    color: #3783d9;
  }
  .sticky .nav-logo-orange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sticky .nav-logo-white {
    display: none;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  max-width: 1920px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  nav-title p {
    font-weight: bolder;
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  margin: 9.33vw 5.33vw 13.33vw 5.33vw;
}

.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.hero-left {
  width: 89.33vw;
}

.hero-left p {
  text-align: left;
}

.hero-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-desktop {
  display: none;
}

@media (min-width: 769px) {
  .content-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-mobile {
    display: none;
  }
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5.46vw 0 0 0;
  }
  .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero-title {
    font-size: 2.5vw;
    color: #ffffff;
    margin-bottom: 2.39vw;
  }
  .hero-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.87vw;
    width: 26.25vw;
    height: 16.35vw;
    margin-top: 1.04vw;
  }
  .hero-left {
    width: 41.09vw;
    margin-right: 9.37vw;
  }
  .hero-left p {
    font-size: 1.25vw;
  }
  .hero-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-arrow {
    width: 100%;
    height: 1.19vw;
    margin-top: 13.38vw;
    cursor: pointer;
  }
}

@media (min-width: 1920px) {
  .content-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-mobile {
    display: none;
  }
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 105px 0 0 0;
  }
  .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero-title {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 46px;
  }
  .hero-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 36px;
    width: 504px;
    height: 314px;
    margin-top: 20px;
  }
  .hero-left {
    width: 789px;
    margin-right: 180px;
  }
  .hero-left p {
    font-size: 24px;
  }
  .hero-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-arrow {
    width: 100%;
    height: 23px;
    margin-top: 257px;
    cursor: pointer;
  }
}

/* Animation for the down arrow */
img.hero-arrow-down {
  -webkit-animation: animate 2s infinite alternate;
  animation: animate 2s infinite alternate;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 21.33vw 5.3vw 31.2vw 5.3vw;
}

@media (min-width: 769px) {
  .days {
    padding: 0 18.75vw;
    height: 56.25vw;
  }
}

@media (min-width: 1920px) {
  .days {
    padding: 0 360px;
    height: 1080px;
  }
}

.days-paragraph {
  padding-bottom: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 769px) {
  .days-paragraph {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 3.125vw 4.58vw;
    margin-bottom: 5.72vw;
    width: 45.93vw;
    height: 28.64vw;
    line-height: 1.875vw;
    font-size: 1.125vw;
  }
  .days-paragraph p {
    color: #000000;
    height: 22.39vw;
    width: 36.77vw;
  }
  .days-paragraph a {
    color: #000000;
  }
}

@media (min-width: 1920px) {
  .days-paragraph {
    padding: 60px 88px;
    width: 882px;
    height: 550px;
    line-height: 36px;
    font-size: 24px;
    margin-bottom: 110px;
  }
  .days-paragraph p {
    height: 430px;
    width: 706px;
  }
}

.hands-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.hands-block .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  width: 14.6vw;
}

.hands-block .img--left {
  left: 3.46vw;
  height: 26.66vw;
}

.hands-block .img--right {
  right: 3.46vw;
  height: 26.66vw;
}

.hands-block .img.mobile-img {
  width: 14.66vw;
  height: 23.2vw;
}

@media (min-width: 769px) {
  .hands-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .hands-block .img .img-hands {
    width: 10.93vw;
  }
  .hands-block .img.hero-img {
    width: 6.3vw;
    height: 16.35vw;
  }
  .hands-block .img.mobile-img {
    display: none;
  }
  .hands-block .img--left {
    left: 2.6vw;
    height: auto;
  }
  .hands-block .img--left.hero-img {
    left: 1.56vw;
  }
  .hands-block .img--right {
    right: 3vw;
    height: auto;
  }
  .hands-block .img--right.hero-img {
    right: 1.45vw;
  }
}

@media (min-width: 1920px) {
  .hands-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .hands-block .img {
    width: 208.32px;
  }
  .hands-block .img--left {
    left: 50px;
    height: auto;
  }
  .hands-block .img--left.hero-img {
    left: 30px;
  }
  .hands-block .img--right {
    right: 57.6px;
    height: auto;
  }
  .hands-block .img--right.hero-img {
    right: 28px;
  }
  .hands-block .img .img-hands {
    width: 210px;
  }
  .hands-block .img.hero-img {
    width: 121px;
    height: 314px;
  }
  .hands-block .img.mobile-img {
    display: none;
  }
}

.film {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5.3vw;
}

@media (min-width: 769px) {
  .film {
    padding: 0 15.6vw 3.75vw 15.6vw;
  }
  .film .hands-block .img img {
    width: auto;
  }
  .film .hands-block .img--left {
    width: 10.41vw;
    left: 2.08vw;
  }
  .film .hands-block .img--left img {
    width: 10.41vw;
  }
  .film .hands-block .img--right {
    width: 7.81vw;
    right: 2.86vw;
  }
  .film .hands-block .img--right img {
    width: 7.81vw;
  }
}

@media (min-width: 1920px) {
  .film {
    padding: 0 300px 72px 300px;
  }
  .film .hands-block .img img {
    width: auto;
  }
  .film .hands-block .img--left {
    width: 200px;
    left: 40px;
  }
  .film .hands-block .img--right {
    right: 55px;
    width: 150px;
  }
}

.social-icons {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4vw;
}

@media (min-width: 769px) {
  .social-icons {
    padding-top: 0.52vw;
  }
}

@media (min-width: 1920px) {
  .social-icons {
    padding-top: 10px;
  }
}

.social-icon {
  padding: 0 10%;
  display: inline-block;
  width: 44px;
}

@media (min-width: 769px) {
  .social-icon {
    padding: 0 1.45vw;
  }
}

@media (min-width: 1920px) {
  .social-icon {
    padding: 0 28px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 41.05%;
  padding-top: 30px;
  height: 0;
  width: 75.73vw;
  overflow: hidden;
}

@media (min-width: 769px) {
  .video-container {
    width: 100%;
  }
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.film-box {
  padding-top: 5.33vw;
  padding-bottom: 9.33vw;
}

.film-box p {
  line-height: 5.33vw;
}

@media (min-width: 769px) {
  .film-box p {
    line-height: 1.56vw;
  }
}

@media (min-width: 1920px) {
  .film-box p {
    line-height: 30px;
  }
}

@media (min-width: 769px) {
  .film-box {
    padding-top: 4.79vw;
    padding-bottom: 0;
  }
}

@media (min-width: 1920px) {
  .film-box {
    padding-top: 92px;
  }
}

.film-text-mobile {
  width: 80vw;
}

@media (min-width: 769px) {
  .film-text-mobile {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .btn-film {
    position: absolute;
    -webkit-transform: translate(-10%, -10%);
            transform: translate(-10%, -10%);
    bottom: 5%;
    right: 0%;
  }
}

.white-box {
  background-color: #ffffff;
  width: 75.72vw;
  height: 44.69vw;
}

@media (min-width: 769px) {
  .white-box {
    width: 52.23vw;
    height: 29.78vw;
  }
}

@media (min-width: 1920px) {
  .white-box {
    width: 1003px;
    height: 571.86px;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 769px) {
  .gallery {
    height: 56.25vw;
  }
}

@media (min-width: 1920px) {
  .gallery {
    height: 1080px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gallery {
    display: block;
  }
}

.grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-item {
  height: 300px;
  width: 100vw;
  -ms-flex: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-item img {
  height: 100%;
}

@media (min-width: 769px) {
  .grid-item {
    width: 19.73vw;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

@media (min-width: 1920px) {
  .gallery {
    height: 68.22vw;
  }
  .grid-item {
    width: 379px;
  }
}

.gallery-text-mobile {
  width: 58.93vw;
}

@media (min-width: 769px) {
  .gallery-text-mobile {
    width: 100%;
  }
}

.image_card {
  width: 76.53vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 6vw 6.4vw;
}

.image_card picture {
  height: 100vw;
}

.image_card .text-block {
  height: 49.24vw;
  padding: 0 1.2vw;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.image_card .text-block-footer {
  padding-top: 6vw;
}

.image_card .text-block-footer .social-icons {
  padding-top: 2.66vw;
}

.image_card .text-block-footer p {
  font-size: 2.66vw;
}

@media (min-width: 769px) {
  .image_card {
    width: 60.41vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2.29vw 10.46vw;
  }
  .image_card picture {
    height: auto;
  }
  .image_card .img {
    width: 50%;
  }
  .image_card .text-block {
    width: 50%;
    height: auto;
    max-height: 36.875vw;
    padding: 0 2.03vw;
  }
  .image_card .text-block-footer {
    position: absolute;
    top: 50%;
    padding-top: 6.25vw;
  }
  .image_card .text-block-footer .social-icons {
    padding-top: 0.83vw;
  }
  .image_card .text-block-footer p {
    font-size: 0.83vw;
  }
}

@media (min-width: 1920px) {
  .image_card {
    width: 1160px;
    margin: 44px 201px;
  }
  .image_card .text-block {
    padding: 0 39px;
    max-height: 708px;
  }
  .image_card .text-block-footer {
    padding-top: 120px;
  }
  .image_card .text-block-footer .social-icons {
    padding-top: 16px;
  }
  .image_card .text-block-footer p {
    font-size: 16px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 769px), (-ms-high-contrast: active) and (min-width: 769px) {
  .image_card .text-block {
    display: block;
  }
  .image_card .text-block p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 13.02vw;
  }
  .image_card .text-block-footer {
    position: relative;
    padding-top: 0;
    top: 0;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1920px), (-ms-high-contrast: active) and (min-width: 1920px) {
  .image_card .text-block {
    display: block;
  }
  .image_card .text-block p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 250px;
  }
  .image_card .text-block-footer {
    position: relative;
    padding-top: 0;
    top: 0;
  }
}

.action-container {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.action-carousel {
  position: relative;
  width: calc(16 * 100vw);
  min-width: 5808px;
}

.action-item {
  display: inline-block;
  height: 80vw;
  width: 80vw;
  background-color: #ffffff;
  margin: 4.8vw 9.33vw 2.66vw 9.6vw;
}

.action-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 1.33vw;
}

.action-item-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.action-item-content p {
  font-size: 6.4vw;
  margin: 0 0.53vw;
}

.action-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.action-dots li {
  background-color: #ffffff;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  margin: 0 0.53vw;
  cursor: pointer;
}

.action-dots-active {
  background-color: #3783d9 !important;
}

.action-arrow {
  cursor: pointer;
  height: 5.33vw;
  width: 5.33vw;
}

.action .social-icon {
  padding: 0;
  margin: 0 6.4vw;
}

@media (min-width: 769px) {
  .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 56.25vw;
  }
  .action--text {
    margin: 0 17.18vw 1.56vw 17.18vw;
  }
  .action-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    overflow-x: unset;
  }
  .action-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    min-width: unset;
    height: 39.94vw;
    position: unset;
    margin: 0 8.75vw;
  }
  .action-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 8.8vw;
    width: 15.2vw;
    margin: 0 2.7vw 1.14vw 2.7vw;
  }
  .action-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin: 0;
  }
  .action-item-content p {
    font-size: 1.25vw;
    margin: 0;
  }
  .action-item-content a {
    width: 100%;
  }
  .action-dots {
    display: none;
  }
  .action-arrow-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 1.04vw;
    width: 1.04vw;
    padding-bottom: 0.78vw;
  }
  .action .social-icon {
    padding: 0;
    margin: 0 1.25vw;
  }
}

@media (min-width: 1920px) {
  .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 1080px;
  }
  .action--text {
    margin: 0 330px 30px 330px;
  }
  .action-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    overflow-x: unset;
  }
  .action-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    min-width: unset;
    height: 767px;
    position: unset;
    margin: 0 168px;
  }
  .action-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 169px;
    width: 292px;
    margin: 0 52px 22px 52px;
  }
  .action-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin: 0;
  }
  .action-item-content p {
    font-size: 24px;
    margin: 0;
  }
  .action-item-content a {
    width: 100%;
  }
  .action-dots {
    display: none;
  }
  .action-arrow-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 20px;
    width: 20px;
    padding-bottom: 15px;
  }
  .action .social-icon {
    padding: 0;
    margin: 0 24px;
  }
}

.modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 89.33vw;
  height: auto;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  /* Black with opacity */
  z-index: 110;
}

.modal-btn {
  cursor: pointer;
}

@media (min-width: 769px) {
  .modal {
    width: 81.56vw;
    height: auto;
  }
}

@media (min-width: 1920px) {
  .modal {
    width: 1566px;
  }
}

.modal-takeAction {
  height: 93.33vw;
  width: 93.33vw;
}

@media (min-width: 769px) {
  .modal-takeAction {
    height: 44.11vw;
    width: 81.56vw;
  }
}

@media (min-width: 1920px) {
  .modal-takeAction {
    height: 847px;
    width: 1566px;
  }
}

/* Modal Content */
.modal-content {
  width: auto;
  height: auto;
}

.modal-content--text {
  color: #000000;
  font-size: 3.2vw;
  margin: 0 6.93vw;
}

.modal-content--link {
  color: #3783d9;
  text-decoration: none;
}

@media (min-width: 769px) {
  .modal-content--title {
    color: #000000;
    font-size: 3.12vw;
    margin-bottom: 0.93vw;
  }
  .modal-content--text {
    font-size: 2.08vw;
    margin: 0;
  }
}

@media (min-width: 1920px) {
  .modal-content--title {
    color: #000000;
    font-size: 60px;
    margin-bottom: 18px;
  }
  .modal-content--text {
    font-size: 40px;
    margin: 0;
  }
}

.modal-content-takeAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80vw;
  height: 80vw;
  margin: 6.66vw;
  background-color: #ffffff;
}

@media (min-width: 769px) {
  .modal-content-takeAction {
    height: 36.82vw;
    width: 68.07vw;
    margin: 3.64vw 6.71vw 3.64vw 6.77vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1920px) {
  .modal-content-takeAction {
    height: 707px;
    width: 1307px;
    margin: 70px 129px 70px 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* The Close Button */
.modal-close {
  float: right;
  margin-right: 1.86vw;
  margin-top: 1.6vw;
}

.modal-close img {
  height: 3.2vw;
  width: auto;
}

@media (min-width: 769px) {
  .modal-close img {
    height: 1.56vw;
  }
}

@media (min-width: 1920px) {
  .modal-close img {
    height: 30px;
  }
}

@media (min-width: 769px) {
  .modal-close {
    margin-top: 1.04vw;
    margin-right: 1.25vw;
  }
}

@media (min-width: 1920px) {
  .modal-close {
    margin-top: 20px;
    margin-right: 24px;
  }
}

.modal-close-gallery {
  margin-top: -4.8vw;
}

@media (min-width: 769px) {
  .modal-close-gallery {
    margin-top: -1.04vw;
  }
}

@media (min-width: 1920px) {
  .modal-close-gallery {
    margin-top: -20px;
  }
}

.modal-close:hover,
.modal-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-close {
    background: transparent url(../img/x-modal.png) no-repeat 0 center;
    width: 3.2vw;
  }
}

/* Hide the scrollbar on swipeable event */
.no-scrollbar {
  scrollbar-color: transparent transparent;
}

.no-scrollbar::-webkit-scrollbar {
  height: 0px;
}

.no-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.no-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.no-scrollbar::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) and (min-width: 769px), (-ms-high-contrast: active) and (min-width: 769px) {
  .action {
    display: block;
  }
  .action-container {
    height: 600px;
  }
  .action-carousel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    min-width: 80%;
  }
  .action-item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 8.8vw;
    width: 15.2vw;
    margin: 1.14vw;
  }
  .action-arrow-down {
    position: relative;
  }
  .action .social-icon img {
    width: 48px;
  }
  .modal-content {
    display: block;
  }
  .modal-content--title {
    padding: 5.2vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1920px), (-ms-high-contrast: active) and (min-width: 1920px) {
  .action-container {
    height: 600px;
  }
  .action-item {
    height: auto;
    width: 292px;
    margin: 22px;
  }
  .action-item-content {
    height: 169px;
    width: 292px;
  }
  .action-arrow-down {
    position: relative;
  }
  .action .social-icon img {
    width: 48px;
  }
  .modal-content {
    display: block;
  }
  .modal-content--title {
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pinterest-container {
  width: 42px;
  margin-bottom: 3px;
}

.coming .hands-block .img--left {
  height: 26.66vw;
}

.coming .hands-block .img--right {
  height: 26.66vw;
}

.coming .btn-primary {
  text-decoration: none;
}

.coming .days-paragraph {
  margin: 0 5.33vw;
}

.coming-img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 13.33vw;
  margin-right: 8vw;
}

.coming--logo {
  width: 26.66vw;
}

@media (min-width: 769px) {
  .coming {
    height: 1080px;
  }
  .coming .hands-block .img--left {
    left: 3.64vw;
    width: 18.69vw;
    height: 37.5vw;
  }
  .coming .hands-block .img--right {
    right: 4.84vw;
    top: 8.85vw;
    width: 12.91vw;
    height: 15.31vw;
  }
  .coming .btn-primary {
    text-decoration: none;
  }
  .coming-img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 7.5vw;
    margin-right: 1.56vw;
  }
  .coming-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    width: 63.64vw;
    height: 41.45vw;
  }
  .coming--title {
    font-size: 5.2vw;
    color: #000000;
  }
  .coming--text {
    font-size: 1.19vw;
    color: #000000;
    width: 51.14vw;
    margin: 3.64vw 0 3.33vw 0;
  }
  .coming--logo {
    width: 11.77vw;
    height: 3.28vw;
  }
}

@media (min-width: 1920px) {
  .coming {
    height: 1080px;
  }
  .coming .hands-block .img--left {
    left: 70px;
    width: 359px;
    height: 720px;
  }
  .coming .hands-block .img--right {
    right: 93px;
    top: 170px;
    width: 248px;
    height: 294px;
  }
  .coming .btn-primary {
    text-decoration: none;
  }
  .coming-img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 144px;
    margin-right: 30px;
  }
  .coming-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    width: 1222px;
    height: 796px;
  }
  .coming--title {
    font-size: 100px;
    color: #000000;
  }
  .coming--text {
    font-size: 23px;
    color: #000000;
    width: 982px;
    margin: 70px 0 64px 0;
  }
  .coming--logo {
    width: 226px;
    height: 63px;
  }
}
/*# sourceMappingURL=styles.css.map */