/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

@font-face {
  font-family: 'heading-italic';
  src: url("https://cdn.experienceoz.com.au/resources/amerigo-bt-bold-italic.woff2") format("woff2");
  src: url("https://cdn.experienceoz.com.au/resources/amerigo-bt-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'heading';
  src: url("https://cdn.experienceoz.com.au/resources/amerigo-bt-bold.woff2") format("woff2");
  src: url("https://cdn.experienceoz.com.au/resources/amerigo-bt-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bold';
  src: url("https://cdn.experienceoz.com.au/resources/modernera-bold.woff2") format("woff2");
  src: url("https://cdn.experienceoz.com.au/resources/modernera-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'regular';
  src: url("https://cdn.experienceoz.com.au/resources/modernera-regular.woff2") format("woff2");
  src: url("https://cdn.experienceoz.com.au/resources/modernera-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'light';
  src: url("https://cdn.experienceoz.com.au/resources/modernera-light.woff2") format("woff2");
  src: url("https://cdn.experienceoz.com.au/resources/modernera-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

body {
  background: #FFF;
  color: #F0F0F0;
  height: 100vh; }

html {
  font-family: "bold"; }

.page-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%; }

.link {
  text-decoration: none;
  position: relative;
  color: #F0F0F0; }
  .link:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #F0F0F0;
    bottom: 0; }

.link__arrow {
  display: block;
  position: relative;
  font-family: "bold";
  color: #1E1E1E; }
  .link__arrow:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #BBBFC0;
    z-index: -1;
    left: -30px; }
  .link__arrow span {
    display: inline-block;
    margin-right: 15px; }
  .link__arrow svg {
    display: inline-block;
    position: absolute;
    top: 3px;
    width: 22px;
    transition: 800ms cubic-bezier(0.075, 0.82, 0.165, 1); }
  .link__arrow:active svg {
    -webkit-transform: translateX(25px);
            transform: translateX(25px); }

.container {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.container:after {
  content: " ";
  display: block;
  clear: both; }

@media screen and (max-width: 1160px) {
  .container {
    width: 85%;
    margin-left: auto;
    margin-right: auto; } }

/* Track */
::-webkit-scrollbar {
  width: 0px;
  background: transparent; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); }

.flickity__next {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  transition: 600ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .flickity__next:active {
    -webkit-transform: scale(0.92);
            transform: scale(0.92); }
    .flickity__next:active:before {
      background: rgba(240, 240, 240, 0.3); }
  .flickity__next:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
    height: 100%;
    border: 4px solid #F0F0F0;
    background: rgba(240, 240, 240, 0); }
  .flickity__next svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40%;
    margin: 0 auto;
    fill: #1E1E1E; }

.flickity__prev {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  transition: 600ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .flickity__prev:active {
    -webkit-transform: scale(0.92);
            transform: scale(0.92); }
    .flickity__prev:active:before {
      background: rgba(240, 240, 240, 0.3); }
  .flickity__prev:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
    height: 100%;
    border: 4px solid #F0F0F0;
    background: rgba(240, 240, 240, 0); }
  .flickity__prev svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40%;
    margin: 0 auto;
    fill: #1E1E1E; }

.fe_container .fe_daily .fe_icon {
  margin-bottom: 15px; }

.fe_container .fe_daily .fe_day .fe_high_temp {
  left: 0px !important;
  top: -26px !important;
  font-size: 20px; }

.fe_container .fe_daily .fe_day .fe_low_temp {
  font-size: 20px;
  bottom: -30px !important;
  left: 0 !important; }

.fe_container .fe_currently .fe_wind {
  font-size: 20px !important; }

/* Setup */
html {
  font-family: "regular";
  font-size: 143.75%;
  -webkit-font-smoothing: antialiased; }

p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0; }

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  ul li,
  ol li {
    line-height: 1.5rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "heading";
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem; }

h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem; }

h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem; }

h3 {
  font-size: 2.121rem; }

h4 {
  font-size: 1.7675rem;
  line-height: 2.55rem; }

h5 {
  font-size: 1.414rem; }

h6 {
  font-size: 1.1783333333rem; }

code {
  vertical-align: bottom; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

.page-anim-enter-active {
  -webkit-animation-name: static;
          animation-name: static;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  z-index: 100; }
  .page-anim-enter-active .homescreeninfo .homescreeninfo__title h1 {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .homescreeninfo .homescreeninfo__title small {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .homescreeninfo .homescreeninfo__title img {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .homescreeninfo .homescreeninfo__content {
    -webkit-animation: fadeInRight;
            animation: fadeInRight;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
    opacity: 0; }
  .page-anim-enter-active .homescreeninfo .homescreeninfo__slider {
    -webkit-animation: fadeInLeft;
            animation: fadeInLeft;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
    opacity: 0; }
  .page-anim-enter-active .homecategories .homecategories__title {
    -webkit-animation: fadeInUp;
            animation: fadeInUp;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .homecategories .homecategories__item {
    -webkit-animation: fadeInUp;
            animation: fadeInUp;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
    opacity: 0; }
    .page-anim-enter-active .homecategories .homecategories__item:nth-child(1) {
      -webkit-animation-delay: 100ms;
              animation-delay: 100ms; }
    .page-anim-enter-active .homecategories .homecategories__item:nth-child(2) {
      -webkit-animation-delay: 200ms;
              animation-delay: 200ms; }
    .page-anim-enter-active .homecategories .homecategories__item:nth-child(3) {
      -webkit-animation-delay: 300ms;
              animation-delay: 300ms; }
    .page-anim-enter-active .homecategories .homecategories__item:nth-child(4) {
      -webkit-animation-delay: 400ms;
              animation-delay: 400ms; }
  .page-anim-enter-active .categoryheading .categoryheading__img {
    -webkit-animation: fadeInRight;
            animation: fadeInRight;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    opacity: 0; }
  .page-anim-enter-active .categoryheading .categoryheading__content {
    -webkit-animation: fadeInLeft;
            animation: fadeInLeft;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .categoryheading .categoryheading__title h2 {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .categoryheading .categoryheading__title span {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .categoryheading .categoryheading__title .categoryheading__video {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .categorytabs__item {
    -webkit-animation: smoothFadeInUp;
            animation: smoothFadeInUp;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
    .page-anim-enter-active .categorytabs__item:nth-child(1) {
      -webkit-animation-delay: 50ms;
              animation-delay: 50ms; }
    .page-anim-enter-active .categorytabs__item:nth-child(2) {
      -webkit-animation-delay: 100ms;
              animation-delay: 100ms; }
    .page-anim-enter-active .categorytabs__item:nth-child(3) {
      -webkit-animation-delay: 150ms;
              animation-delay: 150ms; }
    .page-anim-enter-active .categorytabs__item:nth-child(4) {
      -webkit-animation-delay: 200ms;
              animation-delay: 200ms; }
    .page-anim-enter-active .categorytabs__item:nth-child(5) {
      -webkit-animation-delay: 250ms;
              animation-delay: 250ms; }
    .page-anim-enter-active .categorytabs__item:nth-child(6) {
      -webkit-animation-delay: 300ms;
              animation-delay: 300ms; }
    .page-anim-enter-active .categorytabs__item:nth-child(7) {
      -webkit-animation-delay: 350ms;
              animation-delay: 350ms; }
    .page-anim-enter-active .categorytabs__item:nth-child(8) {
      -webkit-animation-delay: 400ms;
              animation-delay: 400ms; }
    .page-anim-enter-active .categorytabs__item:nth-child(9) {
      -webkit-animation-delay: 450ms;
              animation-delay: 450ms; }
    .page-anim-enter-active .categorytabs__item:nth-child(10) {
      -webkit-animation-delay: 500ms;
              animation-delay: 500ms; }
    .page-anim-enter-active .categorytabs__item:nth-child(11) {
      -webkit-animation-delay: 1100ms;
              animation-delay: 1100ms; }
    .page-anim-enter-active .categorytabs__item:nth-child(12) {
      -webkit-animation-delay: 1200ms;
              animation-delay: 1200ms; }
  .page-anim-enter-active .category__imgs {
    -webkit-animation: fadeInUp;
            animation: fadeInUp;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .subcategoryheading__img {
    -webkit-animation: fadeInRight;
            animation: fadeInRight;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .subcategoryheading__content {
    -webkit-animation: fadeInLeft;
            animation: fadeInLeft;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
    opacity: 0; }
  .page-anim-enter-active .subcategoryheading__title h2 {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .subcategoryheading__title span {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s;
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
    opacity: 0; }
  .page-anim-enter-active .subcategorylink__buttons {
    -webkit-animation: fadeIn;
            animation: fadeIn;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s;
    opacity: 0; }
  .page-anim-enter-active .subcategorylink__item {
    -webkit-animation: fadeInUp;
            animation: fadeInUp;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
    .page-anim-enter-active .subcategorylink__item:nth-child(1) {
      -webkit-animation-delay: 0ms;
              animation-delay: 0ms; }
    .page-anim-enter-active .subcategorylink__item:nth-child(2) {
      -webkit-animation-delay: 50ms;
              animation-delay: 50ms; }
    .page-anim-enter-active .subcategorylink__item:nth-child(3) {
      -webkit-animation-delay: 100ms;
              animation-delay: 100ms; }
  .page-anim-enter-active .activityheading__img {
    -webkit-animation: fadeInLeft;
            animation: fadeInLeft;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .activityheading__content {
    -webkit-animation: fadeInRight;
            animation: fadeInRight;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .activityheading__title h3 {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0; }
  .page-anim-enter-active .activityheading__title span {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 50ms;
            animation-delay: 50ms;
    opacity: 0; }
  .page-anim-enter-active .activityheading__title .activityheading__video {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
    opacity: 0; }
  .page-anim-enter-active .activityheading__title .activity__booktoggle {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
    opacity: 0; }
  .page-anim-enter-active .activityheading__title .activity__lobbybooking {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
    opacity: 0; }
  .page-anim-enter-active .activityheading__title .activity__gallerytoggle {
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
    opacity: 0; }
  .page-anim-enter-active .activitydetails {
    -webkit-animation: fadeInUp;
            animation: fadeInUp;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
    opacity: 0; }

.page-anim-leave-active {
  -webkit-animation-name: static;
          animation-name: static;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms; }
  .page-anim-leave-active .anim-leave {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.anim-leave {
  will-change: transform;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100vh;
  background: #FFF;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: 600ms cubic-bezier(0.39, 0.575, 0.565, 1); }

.static {
  -webkit-animation-name: static;
          animation-name: static; }

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.smoothFadeInUp {
  -webkit-animation-name: smoothFadeInUp;
  animation-name: smoothFadeInUp; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  25% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  25% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.mainnav {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 100%;
  padding: 100px;
  z-index: 16;
  background: #FFF;
  color: #1E1E1E;
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
  transition: 800ms cubic-bezier(0.075, 0.82, 0.165, 1); }

.mainnav--active {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  .mainnav--active .mainnav__logo {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .mainnav--active .mainnav__trigger {
    background: white; }
  .mainnav--active .mainnav__links li {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .mainnav--active .mainnav__weather {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }

.mainnav__trigger {
  will-change: background, opacity;
  display: block;
  position: absolute;
  bottom: 0;
  left: -90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 200px;
  width: 90px;
  background: rgba(255, 255, 255, 0.7);
  color: #1E1E1E;
  z-index: 14;
  transition: 600ms cubic-bezier(0.075, 0.82, 0.165, 1); }
  .mainnav__trigger img {
    display: block;
    width: 50px;
    margin: 40px auto 0 auto; }
  .mainnav__trigger span {
    display: block;
    position: absolute;
    top: 10%;
    left: -5%;
    -webkit-transform: rotate(-90deg) translate(-50%, -50%);
            transform: rotate(-90deg) translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    white-space: nowrap;
    text-align: center;
    font-size: 22px;
    font-family: "bold";
    cursor: vertical-text;
    text-transform: uppercase;
    outline: none;
    transition: 600ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.mainnav__trigger-text-enter-active, .mainnav__trigger-text-leave-active {
  transition: opacity .3s ease; }

.mainnav__trigger-text-enter, .mainnav__trigger-text-leave-to {
  opacity: 0; }

.mainnav__logo {
  will-change: opacity, transform;
  display: block;
  position: relative;
  width: 150px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 200ms;
  transition-duration: 3000ms; }
  .mainnav__logo img {
    width: 100%;
    padding-bottom: 10px; }
  .mainnav__logo a {
    height: auto;
    outline: none; }
    .mainnav__logo a:after {
      content: none; }

.mainnav__links {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  color: #1E1E1E; }
  .mainnav__links li {
    will-change: opacity, transform;
    display: block;
    font-family: "heading-italic";
    padding: 42.50px 0;
    margin: 0 auto;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: 3000ms; }
    .mainnav__links li:nth-child(1) {
      transition-delay: 240ms; }
    .mainnav__links li:nth-child(2) {
      transition-delay: 280ms; }
    .mainnav__links li:nth-child(3) {
      transition-delay: 320ms; }
    .mainnav__links li:nth-child(4) {
      transition-delay: 360ms; }
    .mainnav__links li:nth-child(5) {
      transition-delay: 400ms; }
    .mainnav__links li:nth-child(6) {
      transition-delay: 440ms; }
    .mainnav__links li span {
      display: block;
      width: 95%;
      margin: 10px auto 0 auto;
      color: #1E1E1E; }
    .mainnav__links li a {
      color: #1f248a;
      text-decoration: none; }
      .mainnav__links li a:after {
        content: none; }

.mainnav__bottom {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 100px; }
  .mainnav__bottom .link__arrow:before {
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    transition: 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: 500ms; }

.mainnav__weather {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 50px 50px 50px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 400ms;
  transition-duration: 3000ms; }
  .mainnav__weather .fe_container {
    min-width: auto; }
  .mainnav__weather .fe_daily .fe_day:nth-child(6) {
    display: none; }
  .mainnav__weather .fe_daily .fe_day:nth-child(7) {
    display: none; }
  .mainnav__weather .fe_daily .fe_day:nth-child(8) {
    display: none; }
  .mainnav__weather .fe_daily .fe_day:nth-child(9) {
    display: none; }

.mainnav__weathertitle {
  display: block;
  margin: 0;
  margin-left: 50px;
  font-size: 26px;
  line-height: 30px;
  font-family: "bold";
  margin-bottom: 25px; }

.mainnav__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: #1f248a;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  z-index: 12;
  transition: 600ms cubic-bezier(0.075, 0.82, 0.165, 1); }

.mainnav__overlay--active {
  opacity: 0.8;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  pointer-events: visible; }

.mainnav__back {
  display: block;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90px;
  height: 200px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 14;
  outline: none;
  cursor: vertical-text;
  transition: 600ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .mainnav__back svg {
    display: inline-block;
    width: 20px;
    fill: #1E1E1E;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-bottom: -5px;
    margin-right: 5px; }
  .mainnav__back span {
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    color: #1E1E1E;
    font-family: "bold";
    font-size: 22px;
    white-space: nowrap; }
  .mainnav__back:active {
    -webkit-transform: translateY(-50%) scale(0.95);
            transform: translateY(-50%) scale(0.95); }

.landingscreen {
  will-change: opacity, transform;
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #1f248a;
  z-index: 17;
  opacity: 0;
  pointer-events: none;
  transition: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .landingscreen .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 14;
    margin-top: 80px; }

.landingscreen--active {
  display: block;
  opacity: 1;
  pointer-events: visible; }

.landingscreen__logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  z-index: 14; }
  .landingscreen__logo img {
    display: block;
    height: 60px; }

.landingscreen__weather {
  display: block;
  position: relative;
  width: 300px;
  z-index: 14; }

.landingscreen__buildinglogo img {
  margin-left: auto; }

.landingscreen__buildinglogo .landingscreen__sublogo {
  height: 40px;
  width: 110px; }

.landingscreen__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  z-index: 12; }

.landingscreen__over {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  z-index: 14; }

.landingscreen__content {
  display: block;
  position: absolute;
  width: 70%;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 14;
  text-align: center; }
  .landingscreen__content h3 {
    font-size: 50px;
    line-height: 55px; }
    .landingscreen__content h3 span {
      display: inline-block; }
  .landingscreen__content p {
    display: block;
    position: relative;
    font-size: 35px;
    line-height: 40px;
    font-family: "regular";
    margin-top: 50px; }

.landingscreen__trigger {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 16; }

.landingscreen__video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13; }
  .landingscreen__video video {
    height: 100%; }

.homescreeninfo {
  display: block;
  position: relative;
  height: 1000px; }
  .homescreeninfo .container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    z-index: 4;
    pointer-events: none; }

.homescreeninfo__title {
  display: block;
  position: absolute;
  right: 0;
  top: 35px;
  width: 495px;
  font-family: "heading";
  padding: 50px 0 50px 100px; }
  .homescreeninfo__title h1 {
    font-size: 65px;
    line-height: 68px;
    margin: 0;
    color: #1f248a; }
  .homescreeninfo__title span {
    display: block;
    margin-top: 25px;
    font-size: 35px;
    font-family: "heading-italic";
    color: #F0F0F0; }
  .homescreeninfo__title small {
    display: block;
    font-size: 24px;
    color: #BBBFC0;
    font-family: "regular";
    margin: 25px 0; }
  .homescreeninfo__title img {
    display: block; }

.homescreeninfo__content {
  display: block;
  position: absolute;
  right: 0;
  bottom: 60px;
  margin-left: auto;
  color: #F0F0F0;
  padding: 50px;
  width: 60%;
  z-index: 4;
  pointer-events: visible; }
  .homescreeninfo__content p {
    font-size: 22px;
    line-height: 28px; }
    .homescreeninfo__content p:first-child {
      margin-top: 0; }
  .homescreeninfo__content a {
    display: inline-block;
    color: #F0F0F0;
    margin-top: 25px;
    font-family: "heading-italic";
    font-size: 28px;
    line-height: 26px; }
    .homescreeninfo__content a:after {
      background: #1E1E1E; }
    .homescreeninfo__content a svg {
      fill: #FFF; }
  .homescreeninfo__content:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #1f248a;
    z-index: -1; }

.homescreeninfo__slider {
  display: block;
  position: relative;
  width: 525px;
  height: 100%;
  z-index: 2; }
  .homescreeninfo__slider .flickity-page-dots {
    bottom: 65px; }
    .homescreeninfo__slider .flickity-page-dots .dot:after {
      color: #FFF; }

.homescreeninfo__img {
  display: block;
  left: 0;
  top: 0;
  background-size: cover !important;
  height: 1000px;
  width: 100%; }

.carousel-cell__homescreeninfo {
  height: 1000px;
  width: 525px;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: a; }

.homescreeninfo__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%; }
  .homescreeninfo__buttons .flickity__prev:before {
    border: 4px solid rgba(240, 240, 240, 0.3); }
  .homescreeninfo__buttons .flickity__next:before {
    border: 4px solid rgba(240, 240, 240, 0.3); }
  .homescreeninfo__buttons svg {
    fill: #FFF; }

.homecategories {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 175px 0;
  background: #F0F0F0; }
  .homecategories:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #FFF; }

.homecategories__title {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 100px; }
  .homecategories__title h4 {
    margin-top: 0;
    color: #1f248a; }
    .homecategories__title h4 span {
      font-family: "heading-italic"; }
  .homecategories__title p {
    font-family: "heading-italic";
    margin: 0;
    color: #1f248a; }

.homecategories__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin-top: 80px; }

.homecategories__item {
  display: inline-block;
  position: relative;
  width: 30%;
  background: #FFF;
  text-decoration: none; }

.homecategories__item-img {
  display: block;
  height: 290px;
  width: 100%;
  background-size: cover !important; }

.homecategories__item-content {
  display: block;
  position: relative;
  color: #1E1E1E;
  padding: 20px;
  text-align: center;
  min-height: 115px; }
  .homecategories__item-content h5 {
    margin-top: 0;
    font-size: 28px;
    line-height: 32px; }

.category__imgs {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0; }

.category-img__bg {
  display: block;
  position: absolute;
  bottom: -380px;
  width: 120%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg); }

.categoryheading {
  display: block;
  position: relative;
  background: #FFF; }
  .categoryheading .container {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4;
    height: 100%; }

.categoryheading__img {
  display: block;
  position: relative;
  left: 0;
  height: 915px;
  width: 50%;
  margin-left: 50%;
  background-size: cover !important;
  z-index: 2; }

.categoryheading__title {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  color: #F0F0F0;
  margin: 0;
  width: 45%;
  right: 0;
  top: 100px;
  z-index: 4; }
  .categoryheading__title h2 {
    margin-top: 0;
    font-size: 55px;
    line-height: 57px;
    color: #1f248a; }
  .categoryheading__title span {
    display: block;
    margin-top: 25px;
    font-size: 35px;
    font-family: "heading-italic";
    color: #BBBFC0; }

.categoryheading__content {
  position: absolute;
  bottom: 50px;
  background: #1f248a;
  width: 62%;
  padding: 50px;
  color: #F0F0F0;
  z-index: 4; }
  .categoryheading__content p {
    margin: 0; }

.categoryheading__video {
  display: flex;
  align-items: center;
  position: relative;
  width: 250px;
  margin: 50px 0; }
  .categoryheading__video svg {
    display: inline-block;
    width: 40px;
    margin-right: 15px; }
  .categoryheading__video sub {
    display: inline-block;
    color: #1E1E1E;
    font-size: 24px;
    line-height: 27px;
    font-family: "bold";
    bottom: auto;
    bottom: unset; }

.categorytabs {
  display: block;
  position: relative;
  background: #FFF;
  padding: 100px 0 100px 0; }

.categorytabs__wrap {
  display: flex;
  justify-content: space-between;
  align-item: flex-start;
  flex-wrap: wrap; }

.categorytabs__item {
  display: inline-block;
  position: relative;
  width: 22%;
  font-family: "bold";
  outline: none;
  color: #1E1E1E;
  margin-bottom: 40px;
  z-index: 6;
  /* Three items */
  /* Four items */ }
  .categorytabs__item:first-child:nth-last-child(3),
  .categorytabs__item:first-child:nth-last-child(3) ~ .categorytabs__item {
    width: 30%; }
    .categorytabs__item:first-child:nth-last-child(3) .categorytabs__img,
    .categorytabs__item:first-child:nth-last-child(3) ~ .categorytabs__item .categorytabs__img {
      height: 375px; }
  .categorytabs__item:first-child:nth-last-child(4) .categorytabs__img,
  .categorytabs__item:first-child:nth-last-child(4) ~ .categorytabs__item .categorytabs__img {
    height: 375px; }

.categorytabs__content {
  display: block;
  position: relative;
  background: #F0F0F0;
  color: #1E1E1E;
  text-align: center;
  padding: 20px;
  min-height: 115px; }
  .categorytabs__content a {
    color: #1E1E1E;
    text-decoration: none; }
  .categorytabs__content span {
    display: block;
    font-family: "heading";
    font-size: 28px;
    line-height: 32px;
    z-index: 4; }

.categorytabs__img {
  display: block;
  position: relative;
  background-size: cover !important;
  width: 100%;
  height: 250px;
  z-index: 0; }

.categorytabs__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35%; }

.categoryvideo {
  will-change: opacity, transform;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  height: 725px;
  z-index: 16;
  opacity: 0;
  pointer-events: none; }

.categoryvideo__wrap {
  display: block;
  position: absolute;
  width: 100%; }
  .categoryvideo__wrap video {
    width: 100%; }

.categoryvideo__under {
  will-change: opacity;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f248a;
  opacity: 0.8;
  z-index: 14;
  pointer-events: none;
  opacity: 0;
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.categoryvideo__close {
  will-change: opacity, transform;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -80px;
  color: #FFF;
  z-index: 6;
  font-size: 40px;
  outline: none;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 400ms; }
  .categoryvideo__close svg {
    display: inline-block;
    position: relative;
    fill: #FFF;
    width: 25px;
    margin-right: 10px; }
  .categoryvideo__close span {
    display: inline-block;
    position: relative;
    fill: #FFF;
    font-family: "bold"; }

.categoryvideo--active {
  pointer-events: visible;
  opacity: 1; }
  .categoryvideo--active iframe {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: visible; }
  .categoryvideo--active .categoryvideo__close {
    opacity: 1;
    pointer-events: visible; }

.categoryvideo__under--active {
  opacity: 0.8;
  pointer-events: visible; }

.subcategoryheading {
  display: block;
  position: relative;
  background: #FFF; }
  .subcategoryheading .container {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4; }

.subcategoryheading__img {
  display: block;
  position: relative;
  left: 0;
  height: 800px;
  width: 50%;
  margin-left: 50%;
  background-size: cover !important;
  z-index: 2; }

.subcategoryheading__title {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  color: #F0F0F0;
  margin: 0;
  width: 45%;
  right: 0;
  top: 100px;
  z-index: 4; }
  .subcategoryheading__title h2 {
    margin-top: 0;
    font-size: 55px;
    line-height: 57px;
    color: #1f248a; }
  .subcategoryheading__title span {
    display: block;
    margin-top: 25px;
    font-size: 35px;
    font-family: "heading-italic";
    color: #BBBFC0; }

.subcategoryheading__content {
  position: absolute;
  bottom: 50px;
  background: #1f248a;
  width: 62%;
  padding: 50px;
  color: #F0F0F0;
  z-index: 4; }
  .subcategoryheading__content p {
    margin: 0; }

.subcategorylink {
  display: block;
  position: relative;
  background: #FFF;
  margin-top: 45px; }
  .subcategorylink .flickity-slider {
    display: flex;
    justify-content: center;
    align-items: flex-start; }

.subcategorylink__item {
  display: inline-block;
  height: 1075px;
  max-width: 50%;
  width: calc(100% / 3);
  /* Two items */
  /* Three items */ }
  .subcategorylink__item:first-child:nth-last-child(2),
  .subcategorylink__item:first-child:nth-last-child(2) ~ .subcategorylink__item {
    width: 50%; }
  .subcategorylink__item:first-child:nth-last-child(3),
  .subcategorylink__item:first-child:nth-last-child(3) ~ .subcategorylink__item {
    width: calc(100% / 3); }

.subcategorylink__img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 2; }

.subcategorylink__over {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 55%;
  width: 100%;
  z-index: 4;
  background-image: linear-gradient(rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.7)); }

.subcategorylink__content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 50px;
  color: #FFF;
  z-index: 6; }
  .subcategorylink__content h4 {
    color: #FFF;
    text-decoration: none;
    margin: 0;
    font-size: 45px;
    line-height: 48px; }
  .subcategorylink__content sub {
    display: block;
    font-size: 30px;
    font-family: "heading-italic";
    line-height: 34px;
    color: #BBBFC0;
    margin-top: 25px; }
  .subcategorylink__content p {
    display: none; }

.subcategorylink__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  padding: 50px; }

.subcategorylink__swipe {
  will-change: opacity, transform;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 800ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .subcategorylink__swipe svg {
    display: block;
    width: 40px;
    margin: 0 auto;
    -webkit-animation-name: swipe;
            animation-name: swipe;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  .subcategorylink__swipe span {
    display: block;
    font-size: 26px;
    font-family: "bold";
    color: #1E1E1E;
    padding-top: 20px; }

.subcategorylink__swipe--active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@-webkit-keyframes swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 0%);
            transform: translate(100px, 0%); }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0%);
            transform: translate(-100px, 0%); } }

@keyframes swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 0%);
            transform: translate(100px, 0%); }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0%);
            transform: translate(-100px, 0%); } }

.activityheading {
  display: block;
  position: relative;
  margin: 0;
  background: #FFF;
  padding-bottom: 50px; }
  .activityheading .container {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.activityheading__title {
  display: block;
  position: absolute;
  width: 50%;
  right: 0;
  top: 50px;
  padding-left: 50px; }
  .activityheading__title h3 {
    font-size: 50px;
    line-height: 58px;
    color: #1f248a; }
  .activityheading__title span {
    display: block;
    font-size: 45px;
    line-height: 48px;
    font-family: "heading-italic";
    color: #BBBFC0;
    margin-top: 25px; }

.activityheading__video {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 50px 0;
  width: 100%; }
  .activityheading__video svg {
    display: inline-block;
    fill: #1E1E1E;
    width: 40px;
    margin-right: 15px; }
  .activityheading__video sub {
    display: inline-block;
    color: #1E1E1E;
    bottom: auto;
    bottom: unset;
    font-size: 24px;
    line-height: 27px;
    font-family: "bold"; }

.activity__booktoggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 50px 0;
  width: 100%;
  background: #F0F0F0;
  padding: 20px; }
  .activity__booktoggle svg {
    display: inline-block;
    fill: #1f248a;
    width: 40px;
    margin-right: 15px; }
  .activity__booktoggle sub {
    display: inline-block;
    color: #1E1E1E;
    bottom: auto;
    bottom: unset;
    font-size: 24px;
    line-height: 27px;
    font-family: "bold"; }

.activity__lobbybooking {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 50px 0;
  width: 100%; }
  .activity__lobbybooking svg {
    display: inline-block;
    fill: #1f248a;
    width: 40px;
    margin-right: 15px; }
  .activity__lobbybooking sub {
    display: inline-block;
    color: #1E1E1E;
    bottom: auto;
    bottom: unset;
    font-size: 24px;
    line-height: 27px;
    font-family: "bold"; }

.activityheading__img {
  display: block;
  position: relative;
  height: 700px;
  width: 50%;
  background-size: cover !important; }
  .activityheading__img .flickity-page-dots {
    top: 50px;
    color: #FFF;
    bottom: auto;
    bottom: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 8;
    overflow: hidden;
    width: 90%;
    margin: 0 auto; }
    .activityheading__img .flickity-page-dots .dot {
      display: inline-block;
      position: relative;
      height: 25px;
      width: 25px;
      background: #FFF;
      border: 2px solid #1E1E1E;
      opacity: 1;
      background: none; }
      .activityheading__img .flickity-page-dots .dot:after {
        diaplay: block;
        position: absolute;
        content: '';
        width: 65%;
        height: 65%;
        background: #1E1E1E;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 50%;
        transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0; }
    .activityheading__img .flickity-page-dots .is-selected:after {
      opacity: 1; }

.activityheading__img-item {
  display: block;
  position: relative;
  height: 700px;
  width: 100%;
  background-size: cover !important; }

.activityheading__content {
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  background: #F0F0F0;
  width: 75%;
  padding: 50px;
  margin: -50px 50px 0 auto;
  color: #1E1E1E; }
  .activityheading__content p:first-child {
    margin-top: 0; }

.carousel-cell__activityheading {
  height: 700px;
  width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: a; }

.activityheading__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -85px;
  left: 75px;
  width: 35%; }
  .activityheading__buttons svg {
    fill: #1E1E1E; }
  .activityheading__buttons .flickity__prev:before {
    border: 4px solid #f0f0f0; }
  .activityheading__buttons .flickity__next:before {
    border: 4px solid #f0f0f0; }

.activity__gallerytoggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 50px 0;
  width: 100%; }
  .activity__gallerytoggle svg {
    display: inline-block;
    fill: #1E1E1E;
    width: 40px;
    margin-right: 15px; }
  .activity__gallerytoggle sub {
    display: inline-block;
    color: #1E1E1E;
    bottom: auto;
    bottom: unset;
    font-size: 24px;
    line-height: 27px;
    font-family: "bold"; }

.activitydetails {
  display: block;
  position: relative;
  height: 100%; }
  .activitydetails .tabs-component {
    background: #FFF;
    margin: 0px auto 20px auto; }
  .activitydetails .tabs-component-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #BBBFC0;
    padding: 0 100px; }
    .activitydetails .tabs-component-tabs .is-active:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      background: #1f248a; }
    .activitydetails .tabs-component-tabs .is-active a {
      color: #1f248a; }
    .activitydetails .tabs-component-tabs li {
      will-change: background, border;
      display: inline-block;
      position: relative;
      width: 18%;
      color: #1E1E1E;
      padding: 20px 0;
      border: 1px solid rgba(240, 240, 240, 0);
      border-bottom: 0;
      transition: 450ms cubic-bezier(0.215, 0.61, 0.355, 1); }
      .activitydetails .tabs-component-tabs li a {
        will-change: color;
        color: #1E1E1E;
        text-decoration: none;
        font-family: "bold";
        font-size: 24px;
        line-height: 27px; }
      .activitydetails .tabs-component-tabs li:after {
        will-change: background, transform;
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #BBBFC0;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        transition: 450ms cubic-bezier(0.075, 0.82, 0.165, 1); }

.activitybook {
  will-change: opacity;
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 16; }
  .activitybook .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    z-index: 16; }

.activitybook__under {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #1f248a;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 14; }

.activitybook__wrap {
  display: block;
  position: absolute;
  height: auto;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 16;
  background: #FFF;
  color: #1E1E1E; }

.activitybook__header {
  display: block;
  position: relative;
  height: 300px;
  width: 100%;
  background: #1E1E1E; }
  .activitybook__header h3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #FFF;
    margin: 0; }

.activitybook__close {
  will-change: opacity, transform;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -80px;
  color: #FFF;
  z-index: 6;
  font-size: 36px;
  outline: none;
  text-align: center; }
  .activitybook__close svg {
    display: inline-block;
    position: relative;
    fill: #FFF;
    width: 25px;
    margin-right: 10px; }
  .activitybook__close span {
    display: inline-block;
    position: relative;
    fill: #FFF;
    font-family: "bold"; }

.activitybook__img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  opacity: 0.7; }

.activitybook__details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 50px; }
  .activitybook__details canvas {
    display: block;
    margin: 0px auto 0; }

.activitybook__split {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  text-align: center; }
  .activitybook__split:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background: #F0F0F0; }
  .activitybook__split:nth-child(4) {
    padding-bottom: 0; }
    .activitybook__split:nth-child(4):after {
      display: none; }
  .activitybook__split h5 {
    display: inline-block;
    margin-top: 0; }
  .activitybook__split svg {
    display: inline-block;
    width: 50px;
    fill: #1f248a;
    margin-right: 12.5px; }
  .activitybook__split div {
    width: 100%; }

.activitybook__qr {
  display: block;
  width: 100%; }

.activitygallery {
  display: block;
  position: fixed;
  z-index: 18;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .activitygallery .container {
    height: 100%; }

.activitygallery__under {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(31, 36, 138, 0.8); }

.activitygallery__close {
  will-change: opacity, transform;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -80px;
  color: #FFF;
  z-index: 6;
  font-size: 40px;
  outline: none;
  text-align: center; }
  .activitygallery__close svg {
    display: inline-block;
    position: relative;
    fill: #FFF;
    width: 25px;
    margin-right: 10px; }
  .activitygallery__close span {
    display: inline-block;
    position: relative;
    fill: #FFF;
    font-family: "bold"; }

.activitygallery__over {
  display: block;
  position: absolute;
  width: 85%;
  height: 1180px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 16; }

.activitygallery__img {
  display: block;
  position: relative;
  height: 1180px;
  width: 100%;
  background-size: cover !important; }

.activitygallery__img-item {
  display: block;
  position: relative;
  height: 1150px;
  width: 100%;
  background-size: cover !important; }

.activitygallery__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%; }
  .activitygallery__buttons svg {
    fill: #FFF; }

.activityprices {
  color: #1E1E1E;
  background: #F0F0F0; }
  .activityprices .container {
    z-index: 4; }

.activityprices__content {
  display: block;
  position: absolute;
  right: 0;
  width: 60%;
  background: #1f248a;
  color: #FFF;
  margin: 100px 0;
  padding: 50px;
  z-index: 4;
  list-style-type: none; }
  .activityprices__content li {
    padding: 10px 0; }
    .activityprices__content li:first-child {
      padding-top: 0; }
    .activityprices__content li:last-child {
      padding-bottom: 0; }
    .activityprices__content li strong {
      font-family: "bold";
      font-weight: normal; }

.activityprices__title {
  margin: 0; }
  .activityprices__title h5 {
    margin: 0 0 15px 0; }

.activityprices__img {
  display: block;
  position: absolute;
  width: 60%;
  height: 900px;
  background-size: cover !important;
  z-index: 2; }

.activityimg {
  display: block;
  position: relative;
  height: 1000px;
  width: 100%; }

.activityimg__img {
  display: block;
  position: relative;
  width: 50%;
  height: 1000px;
  margin-left: auto; }
  .activityimg__img div {
    display: block;
    position: relative;
    height: 1000px;
    background-size: cover !important; }

.activityinclusions {
  color: #1E1E1E;
  background: #F0F0F0; }
  .activityinclusions .container {
    z-index: 4; }

.activityinclusions__content {
  display: block;
  position: absolute;
  left: 0;
  width: 60%;
  background: #1f248a;
  color: #FFF;
  margin: 100px 0;
  padding: 50px;
  z-index: 4;
  list-style-type: none; }
  .activityinclusions__content li {
    padding: 10px 0; }
    .activityinclusions__content li:first-child {
      padding-top: 0; }
    .activityinclusions__content li:last-child {
      padding-bottom: 0; }
    .activityinclusions__content li strong {
      font-family: "bold";
      font-weight: normal; }

.activityinclusions__title {
  margin: 0; }
  .activityinclusions__title h5 {
    margin: 0 0 15px 0; }

.activityinclusions__img {
  display: block;
  position: absolute;
  right: 0;
  width: 60%;
  height: 900px;
  background-size: cover !important;
  z-index: 2; }

.activityfeatures {
  color: #1E1E1E;
  background: #F0F0F0; }
  .activityfeatures .container {
    z-index: 4; }

.activityfeatures__content {
  display: block;
  position: absolute;
  left: 0;
  width: 60%;
  background: #1f248a;
  color: #FFF;
  margin: 100px 0;
  padding: 50px;
  z-index: 4;
  list-style-type: none; }
  .activityfeatures__content li {
    padding: 10px 0; }
    .activityfeatures__content li:first-child {
      padding-top: 0; }
    .activityfeatures__content li:last-child {
      padding-bottom: 0; }
    .activityfeatures__content li strong {
      font-family: "bold";
      font-weight: normal; }

.activityfeatures__title {
  margin: 0; }
  .activityfeatures__title h5 {
    margin: 0 0 15px 0; }

.activityfeatures__img {
  display: block;
  position: absolute;
  right: 0;
  width: 60%;
  height: 900px;
  background-size: cover !important;
  z-index: 2; }

.activityhighlights {
  color: #1E1E1E;
  background: #F0F0F0; }
  .activityhighlights .container {
    z-index: 4; }

.activityhighlights__content {
  display: block;
  position: absolute;
  right: 0;
  width: 60%;
  background: #1f248a;
  color: #FFF;
  margin: 100px 0;
  padding: 50px;
  z-index: 4;
  list-style-type: none; }
  .activityhighlights__content li {
    padding: 10px 0; }
    .activityhighlights__content li:first-child {
      padding-top: 0; }
    .activityhighlights__content li:last-child {
      padding-bottom: 0; }
    .activityhighlights__content li strong {
      font-family: "bold";
      font-weight: normal; }

.activityhighlights__title {
  margin: 0; }
  .activityhighlights__title h5 {
    margin: 0 0 15px 0; }

.activityhighlights__img {
  display: block;
  position: absolute;
  width: 50%;
  height: 900px;
  background-size: cover !important;
  z-index: 2; }

.activitytourtimes {
  color: #1E1E1E;
  background: #F0F0F0; }
  .activitytourtimes .container {
    z-index: 4; }

.activitytourtimes__content {
  display: block;
  position: absolute;
  left: 0;
  width: 60%;
  background: #1f248a;
  color: #FFF;
  margin: 100px 0;
  padding: 50px;
  z-index: 4;
  list-style-type: none; }
  .activitytourtimes__content li {
    padding: 10px 0; }
    .activitytourtimes__content li:first-child {
      padding-top: 0; }
    .activitytourtimes__content li:last-child {
      padding-bottom: 0; }
    .activitytourtimes__content li strong {
      font-family: "bold";
      font-weight: normal; }

.activitytourtimes__title {
  margin: 0; }
  .activitytourtimes__title h5 {
    margin: 0 0 15px 0; }

.activitytourtimes__img {
  display: block;
  position: absolute;
  right: 0;
  width: 60%;
  height: 900px;
  background-size: cover !important;
  z-index: 2; }

.activityother {
  display: block;
  position: relative;
  height: 100%; }

.activityother__info-wrap {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  z-index: 8;
  margin-top: 250px; }

.activityother__info {
  display: block;
  background: #1f248a;
  padding: 50px;
  list-style-type: none;
  color: #FFF;
  width: 100%;
  margin: 50px 0; }
  .activityother__info li {
    margin-bottom: 15px; }
    .activityother__info li:last-child {
      margin: 0; }

.activityother__title {
  margin: 0; }
  .activityother__title h5 {
    margin: 0 0 15px 0; }

.activityother__food {
  display: block;
  background: #1f248a;
  color: #FFF;
  padding: 50px;
  list-style-type: none;
  margin: 0; }
  .activityother__food li {
    margin-bottom: 15px; }
    .activityother__food li:last-child {
      margin: 0; }

.activityother__img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 1100px; }
  .activityother__img div {
    background-size: cover !important;
    width: 100%;
    height: 1100px; }

.activitywhattobring {
  color: #1E1E1E;
  background: #F0F0F0; }
  .activitywhattobring .container {
    z-index: 4; }

.activitywhattobring__content {
  display: block;
  position: absolute;
  left: 0;
  width: 60%;
  background: #1f248a;
  color: #FFF;
  margin: 100px 0;
  padding: 50px;
  z-index: 4;
  list-style-type: none; }
  .activitywhattobring__content li {
    padding: 10px 0; }
    .activitywhattobring__content li:first-child {
      padding-top: 0; }
    .activitywhattobring__content li:last-child {
      padding-bottom: 0; }
    .activitywhattobring__content li strong {
      font-family: "bold";
      font-weight: normal; }

.activitywhattobring__title {
  margin: 0; }
  .activitywhattobring__title h5 {
    margin: 0 0 15px 0; }

.activitywhattobring__img {
  display: block;
  position: absolute;
  right: 0;
  width: 60%;
  height: 900px;
  background-size: cover !important;
  z-index: 2; }

.activitylocation {
  display: block;
  position: relative;
  padding-top: 100px;
  background: #FFF; }
  .activitylocation .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    z-index: 4; }

.activitylocation__content {
  display: block;
  background: #1f248a;
  padding: 50px;
  color: #FFF;
  margin: 0;
  width: 50%;
  margin-top: 50px;
  z-index: 4; }
  .activitylocation__content h5 {
    margin: 0; }
  .activitylocation__content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.activitylocation__map {
  display: block;
  height: 840px;
  background: #1f248a;
  z-index: 2; }
  .activitylocation__map .vue-map-container {
    width: 100%;
    height: 100%; }
    .activitylocation__map .vue-map-container button {
      display: none !important; }
    .activitylocation__map .vue-map-container a {
      display: none !important; }
    .activitylocation__map .vue-map-container .gmnoprint {
      display: none !important; }

.activityvideo {
  will-change: opacity, transform;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  height: 725px;
  z-index: 20;
  opacity: 0;
  pointer-events: none; }

.activityvideo__wrap {
  display: block;
  position: absolute;
  width: 100%; }
  .activityvideo__wrap video {
    width: 100%; }

.activityvideo__under {
  will-change: opacity;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f248a;
  opacity: 0.8;
  z-index: 16;
  pointer-events: none;
  opacity: 0;
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.activityvideo__close {
  will-change: opacity, transform;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -80px;
  color: #FFF;
  z-index: 6;
  font-size: 36px;
  outline: none;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 400ms; }
  .activityvideo__close svg {
    display: inline-block;
    position: relative;
    fill: #FFF;
    width: 25px;
    margin-right: 10px; }
  .activityvideo__close span {
    display: inline-block;
    position: relative;
    fill: #FFF;
    font-family: "bold"; }

.activityvideo--active {
  pointer-events: visible;
  opacity: 1; }
  .activityvideo--active iframe {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: visible; }
  .activityvideo--active .activityvideo__close {
    opacity: 1;
    pointer-events: visible; }

.activityvideo__under--active {
  opacity: 0.8;
  pointer-events: visible; }

.activityrestaurant {
  display: block;
  position: relative;
  height: 100%; }

.activityrestaurant__info-wrap {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  z-index: 8;
  margin-top: 10px; }

.activityrestaurant__info {
  display: block;
  background: #1f248a;
  padding: 50px;
  list-style-type: none;
  color: #FFF;
  width: 100%;
  margin: 50px 0; }
  .activityrestaurant__info li {
    margin-bottom: 15px; }
    .activityrestaurant__info li:last-child {
      margin: 0; }

.activityrestaurant__title {
  margin: 0; }
  .activityrestaurant__title h5 {
    margin: 0 0 15px 0; }

.activityrestaurant__food {
  display: block;
  background: #1f248a;
  color: #FFF;
  padding: 50px;
  list-style-type: none;
  margin: 0; }
  .activityrestaurant__food li {
    margin-bottom: 15px; }
    .activityrestaurant__food li:last-child {
      margin: 0; }

.activityrestaurant__img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 1100px; }
  .activityrestaurant__img div {
    background-size: cover !important;
    width: 100%;
    height: 1100px; }

.activityrestaurant__logo {
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  width: 120px;
  height: auto; }
  .activityrestaurant__logo img {
    width: 100%; }

.page-refresh {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 16; }

.page-refresh__trigger {
  display: block;
  height: 75px;
  width: 75px; }

.page-refresh__btn {
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 25px;
  right: 25px;
  height: 80px;
  width: 80px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .page-refresh__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #1f248a;
    z-index: -1;
    width: 80px;
    height: 80px;
    border-radius: 50%; }
  .page-refresh__btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    fill: #FFF; }

.btnActive {
  pointer-events: visible !important;
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important; }
