/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html,
body.page-template-page-explorer-template {
  font-size: 18px;
  width: 100%;
  min-height: 100vh; }

html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100vw; }

body.page-template-page-explorer-template {
  font-family: "Open Sans", sans-serif;
  position: relative;
  color: #082236; }
  body.page-template-page-explorer-template *,
  body.page-template-page-explorer-template *:before,
  body.page-template-page-explorer-template *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  body.page-template-page-explorer-template .hide {
    display: none; }
  body.page-template-page-explorer-template p {
    line-height: 1.2;
    margin: 0 0 1em; }
  body.page-template-page-explorer-template ::-moz-selection {
    color: white;
    background: #082236;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  body.page-template-page-explorer-template ::selection {
    color: white;
    background: #082236;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  body.page-template-page-explorer-template .modal-explorer {
    font-size: 21px;
    line-height: 1.3;
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    display: block;
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
    padding: 90px 150px 140px 120px;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    color: white;
    border-top: 15px solid #00aeef;
    background: url("img/bg-modal-blue.png") right bottom no-repeat;
    background-size: 100% auto; }
    @media screen and (max-width: 991px) {
      body.page-template-page-explorer-template .modal-explorer {
        font-size: 15px;
        padding: 20px 15px; } }
    body.page-template-page-explorer-template .modal-explorer.hide {
      display: none; }
    body.page-template-page-explorer-template .modal-explorer .inner {
      font-size: 1em; }
      body.page-template-page-explorer-template .modal-explorer .inner > *:first-child {
        margin-top: 0; }
      body.page-template-page-explorer-template .modal-explorer .inner > *:last-child {
        margin-bottom: 0; }
      body.page-template-page-explorer-template .modal-explorer .inner h2 {
        font-size: 64px;
        font-weight: 300;
        line-height: 1;
        margin: 0 0 0.5em; }
        @media screen and (max-width: 991px) {
          body.page-template-page-explorer-template .modal-explorer .inner h2 {
            font-size: 30px; } }
      body.page-template-page-explorer-template .modal-explorer .inner p {
        font-size: 1em; }
    body.page-template-page-explorer-template .modal-explorer:not(.active) {
      -webkit-transform: translateY(-50%) scale(0.5);
              transform: translateY(-50%) scale(0.5);
      -webkit-animation-name: hideModal;
              animation-name: hideModal;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      pointer-events: none;
      opacity: 0; }
  body.page-template-page-explorer-template #app {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-right: 40px;
    padding-left: 40px;
    background: #c1e4f4 url("img/bg-explorer-sky.jpg") center top no-repeat;
    background-size: 100% auto; }
    @media screen and (max-width: 767px) {
      body.page-template-page-explorer-template #app {
        padding-right: 10px;
        padding-left: 10px; } }
    @media screen and (max-width: 991px) {
      body.page-template-page-explorer-template #app {
        padding-right: 30px;
        padding-left: 30px; } }
    body.page-template-page-explorer-template #app div {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    body.page-template-page-explorer-template #app #logo {
      position: absolute;
      z-index: 10;
      top: -60px;
      left: 0;
      width: 286px;
      max-width: calc(100vw - 40px);
      height: 96px;
      padding: 15px 0 0 40px;
      background: url("img/bg-logo.png") left top no-repeat;
      background-size: contain; }
      body.page-template-page-explorer-template #app #logo img {
        width: 105px;
        height: auto; }
    body.page-template-page-explorer-template #app #header {
      position: absolute;
      z-index: 5;
      top: -60px;
      right: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 60px;
      padding: 0 40px 0 240px;
      background: #00aeef;
      -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 51, 0.29);
              box-shadow: 0 0 30px 10px rgba(0, 0, 51, 0.29); }
      @media screen and (max-width: 991px) {
        body.page-template-page-explorer-template #app #header {
          padding: 0; } }
      body.page-template-page-explorer-template #app #header h1 {
        font-size: 28px;
        font-weight: normal;
        margin: 0;
        color: white; }
        @media screen and (max-width: 991px) {
          body.page-template-page-explorer-template #app #header h1 {
            display: none; } }
    body.page-template-page-explorer-template #app button#contact-button {
      position: absolute;
      z-index: 9;
      top: -60px;
      right: 0;
      overflow: hidden;
      width: 110px;
      height: 100px;
      padding: 0;
      cursor: pointer;
      -webkit-animation-name: contactButtonPulse;
              animation-name: contactButtonPulse;
      -webkit-animation-duration: 60s;
              animation-duration: 60s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      text-indent: -200px;
      border: 0;
      background: url("img/bg-contact-button.png") right center no-repeat;
      background-size: contain;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      @media screen and (max-width: 991px) {
        body.page-template-page-explorer-template #app button#contact-button {
          display: none; } }
    body.page-template-page-explorer-template #app #overlay {
      position: absolute;
      z-index: 7;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: opacity 0.7s;
      transition: opacity 0.7s;
      pointer-events: none;
      opacity: 0;
      background: white; }
      body.page-template-page-explorer-template #app #overlay.active {
        pointer-events: all;
        opacity: 0.75; }
    body.page-template-page-explorer-template #app #modal-mobile-message {
      display: none;
      cursor: pointer; }
      @media screen and (max-width: 991px) {
        body.page-template-page-explorer-template #app #modal-mobile-message {
          display: block; } }
      body.page-template-page-explorer-template #app #modal-mobile-message strong {
        font-weight: normal;
        color: #00aeef; }
    @media screen and (max-width: 991px) {
      body.page-template-page-explorer-template #app #modal-welcome,
      body.page-template-page-explorer-template #app #modal-contact,
      body.page-template-page-explorer-template #app #modal-video {
        display: none; } }
    body.page-template-page-explorer-template #app #modal-welcome button.modal-close,
    body.page-template-page-explorer-template #app #modal-contact button.modal-close,
    body.page-template-page-explorer-template #app #modal-video button.modal-close {
      position: absolute;
      top: 55px;
      right: 45px;
      overflow: hidden;
      width: 35px;
      height: 35px;
      padding: 0;
      cursor: pointer;
      text-indent: -10em;
      border: 0;
      border-radius: 0;
      background: url("img/icon-close-x.png") center no-repeat;
      background-size: contain;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      body.page-template-page-explorer-template #app #modal-welcome button.modal-close#modal-explorer-close,
      body.page-template-page-explorer-template #app #modal-contact button.modal-close#modal-explorer-close,
      body.page-template-page-explorer-template #app #modal-video button.modal-close#modal-explorer-close {
        background-image: url("img/icon-close-x-blue.png"); }
    body.page-template-page-explorer-template #app #modal-welcome .inner h2 {
      color: white; }
    body.page-template-page-explorer-template #app #modal-contact {
      padding-top: 26px;
      padding-bottom: 30px;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      color: #082236;
      background-image: url("img/bg-modal-white.png"); }
      body.page-template-page-explorer-template #app #modal-contact .gform_wrapper {
        margin: 0; }
        body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_body ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_body ul li.gfield {
            -ms-flex-preferred-size: calc(50% - 15px);
                flex-basis: calc(50% - 15px);
            margin: 0 0 10px;
            padding: 0; }
            body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_body ul li.gfield label.gfield_label {
              font-size: 17px;
              font-weight: normal;
              margin: 0 0 0.5em;
              padding: 0;
              -webkit-transform: none;
                      transform: none; }
            body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_body ul li.gfield div.ginput_container {
              margin-top: 0; }
            body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_body ul li.gfield input {
              width: 100%;
              height: 42px;
              color: #082236;
              border: 0;
              border-radius: 0;
              background: white;
              -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.16);
                      box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.16); }
            body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_body ul li.gfield ul.gfield_checkbox {
              font-size: 18px;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_body ul li.gfield ul.gfield_checkbox li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                -ms-flex-preferred-size: calc(50% - 10px);
                    flex-basis: calc(50% - 10px); }
                body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_body ul li.gfield ul.gfield_checkbox li input[type=checkbox] {
                  height: auto;
                  margin: 0;
                  -webkit-transform: translateY(4px);
                          transform: translateY(4px);
                  -webkit-box-shadow: none;
                          box-shadow: none; }
                  body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_body ul li.gfield ul.gfield_checkbox li input[type=checkbox]:checked + label {
                    font-weight: normal; }
                body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_body ul li.gfield ul.gfield_checkbox li label {
                  line-height: 1.3;
                  margin-bottom: 0.5em;
                  padding-left: 6px; }
        body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_footer {
          position: relative;
          float: right;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          width: calc(50% - 15px); }
          body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_footer input[type="submit"],
          body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .gform_footer button {
            font-size: 17px !important;
            font-weight: bold !important;
            height: 42px !important;
            padding: 0.5em 50px !important;
            border-radius: 0 !important;
            background: #5c913f; }
        body.page-template-page-explorer-template #app #modal-contact .gform_wrapper .recessed-submit-button .gform_footer {
          top: -52px;
          margin: 0;
          padding: 0; }
      body.page-template-page-explorer-template #app #modal-contact .gform_confirmation_message {
        margin: 40px 0;
        text-align: center; }
      body.page-template-page-explorer-template #app #modal-contact:not(.active) {
        pointer-events: none;
        opacity: 0; }
    body.page-template-page-explorer-template #app #modal-video {
      padding-bottom: 100px; }
      body.page-template-page-explorer-template #app #modal-video .inner iframe {
        width: 100%;
        min-height: 405px; }
    body.page-template-page-explorer-template #app #main-content {
      font-size: 21px;
      position: absolute;
      z-index: 6;
      top: 50px;
      max-width: 41vw;
      padding: 20px;
      -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, transform 0.5s;
      transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
      opacity: 1;
      background: rgba(255, 255, 255, 0.6); }
      @media screen and (min-width: 1200px) {
        body.page-template-page-explorer-template #app #main-content {
          max-width: 50%; } }
      @media screen and (min-width: 1400px) {
        body.page-template-page-explorer-template #app #main-content {
          max-width: 45%; } }
      body.page-template-page-explorer-template #app #main-content:not(.active) {
        display: block;
        -webkit-transform: translateX(30px);
                transform: translateX(30px);
        pointer-events: none;
        opacity: 0; }
      body.page-template-page-explorer-template #app #main-content > *:first-child {
        margin-top: 0; }
      body.page-template-page-explorer-template #app #main-content > *:last-child {
        margin-bottom: 0; }
      body.page-template-page-explorer-template #app #main-content h2 {
        font-size: 42px;
        font-weight: normal;
        margin: 0 0 0.5em;
        color: #082236; }
      body.page-template-page-explorer-template #app #main-content p {
        font-size: 1em; }
    body.page-template-page-explorer-template #app #cityscape {
      position: absolute;
      z-index: 4;
      top: -60px;
      right: 0;
      bottom: 0;
      width: calc(100vh * (1500 / 844));
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%; }
      body.page-template-page-explorer-template #app #cityscape.forward {
        z-index: 5; }
      @media screen and (max-width: 991px) {
        body.page-template-page-explorer-template #app #cityscape {
          z-index: 4 !important; } }
      body.page-template-page-explorer-template #app #cityscape #nav-icons {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        body.page-template-page-explorer-template #app #cityscape #nav-icons button.nav-icon {
          font-size: 36px;
          font-weight: 600;
          line-height: 1;
          position: absolute;
          width: 1.3em;
          height: 1.3em;
          padding: 0;
          cursor: pointer;
          -webkit-transition: -webkit-transform 1.5s;
          transition: -webkit-transform 1.5s;
          transition: transform 1.5s;
          transition: transform 1.5s, -webkit-transform 1.5s;
          -webkit-transform: scale(0.6) translateY(-8px);
                  transform: scale(0.6) translateY(-8px);
          opacity: 0;
          color: white;
          border: 3px solid white;
          border-radius: 50%;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none; }
          body.page-template-page-explorer-template #app #cityscape #nav-icons button.nav-icon span {
            position: relative;
            top: -1px;
            pointer-events: none; }
          body.page-template-page-explorer-template #app #cityscape #nav-icons button.nav-icon.visible {
            -webkit-animation-name: navIconsAnimateIn;
                    animation-name: navIconsAnimateIn;
            -webkit-animation-duration: 350ms;
                    animation-duration: 350ms;
            -webkit-animation-timing-function: ease-in-out;
                    animation-timing-function: ease-in-out;
            -webkit-animation-delay: calc(var(--animation-order) * 300ms);
                    animation-delay: calc(var(--animation-order) * 300ms);
            -webkit-animation-fill-mode: both;
                    animation-fill-mode: both; }
      body.page-template-page-explorer-template #app #cityscape .image,
      body.page-template-page-explorer-template #app #cityscape .image-fade {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        background: url("img/cityscape.png") right bottom no-repeat;
        background-size: auto 100%; }
      body.page-template-page-explorer-template #app #cityscape .image-fade {
        opacity: 0;
        background-image: url("img/cityscape-faded-left.png"); }
      body.page-template-page-explorer-template #app #cityscape.shrink {
        -webkit-transform: scale(0.38);
                transform: scale(0.38); }
        body.page-template-page-explorer-template #app #cityscape.shrink .image {
          opacity: 0; }
        body.page-template-page-explorer-template #app #cityscape.shrink .image-fade {
          opacity: 1; }
        body.page-template-page-explorer-template #app #cityscape.shrink #nav-icons button.nav-icon {
          -webkit-transform: scale(1.4);
                  transform: scale(1.4); }
      @media (min-aspect-ratio: 1500 / 904) {
        body.page-template-page-explorer-template #app #cityscape .image {
          opacity: 0; }
        body.page-template-page-explorer-template #app #cityscape .image-fade {
          opacity: 1; } }
    body.page-template-page-explorer-template #app #main-sections {
      position: absolute;
      z-index: 6;
      top: 50px;
      right: 70px;
      bottom: 24px;
      left: 40px;
      pointer-events: none; }
      body.page-template-page-explorer-template #app #main-sections:not(.active) {
        pointer-events: none;
        opacity: 0; }
      body.page-template-page-explorer-template #app #main-sections .main-section {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
        pointer-events: none; }
        body.page-template-page-explorer-template #app #main-sections .main-section:not(.active) {
          -webkit-transform: translateX(30px);
                  transform: translateX(30px);
          pointer-events: none;
          opacity: 0; }
        body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info {
          line-height: 1.3;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          max-width: 41vw;
          height: 100%;
          pointer-events: none; }
          body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info h3.main-section-title {
            font-size: 29px;
            font-weight: 600;
            line-height: 1;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            margin: 0;
            padding: 15px;
            color: white; }
          body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .main-section-description {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            margin: 0 0 1.5em;
            padding: 0 15px 18px;
            color: white; }
            body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .main-section-description > *:first-child {
              margin-top: 0; }
            body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .main-section-description > *:last-child {
              margin-bottom: 0; }
          body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .subsection-tabs {
            -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                    flex: 1 0 auto; }
            body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .subsection-tabs .subsection-tab {
              background: rgba(255, 255, 255, 0.54); }
              body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .subsection-tabs .subsection-tab:not(:last-of-type) {
                margin-bottom: 10px; }
              body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .subsection-tabs .subsection-tab h4.subsection-tab-title {
                font-size: 18px;
                font-weight: normal;
                line-height: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin: 0;
                padding: 0;
                cursor: pointer;
                border-left: 7px solid #00aeef; }
                body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .subsection-tabs .subsection-tab h4.subsection-tab-title:before {
                  font-size: 47px;
                  font-weight: 300;
                  line-height: 47px;
                  position: relative;
                  top: -2px;
                  display: inline-block;
                  width: 50px;
                  content: "+";
                  text-align: center; }
              body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .subsection-tabs .subsection-tab.active h4.subsection-tab-title:before {
                font-size: 70px;
                top: -8px;
                content: "-"; }
              body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .subsection-tabs .subsection-tab .subsection-tab-description {
                overflow-y: hidden;
                max-height: 1000px;
                padding: 0 15px 30px 57px;
                -webkit-transition: all 0.4s;
                transition: all 0.4s; }
                body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .subsection-tabs .subsection-tab .subsection-tab-description > *:first-child {
                  margin-top: 0; }
                body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .subsection-tabs .subsection-tab .subsection-tab-description > *:last-child {
                  margin-bottom: 1em; }
              body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .subsection-tabs .subsection-tab:not(.active) .subsection-tab-description {
                max-height: 0 !important;
                padding-bottom: 0;
                pointer-events: none;
                opacity: 0; }
              body.page-template-page-explorer-template #app #main-sections .main-section .main-section-info .subsection-tabs .subsection-tab.active .subsection-tab-description {
                overflow-y: scroll; }
        body.page-template-page-explorer-template #app #main-sections .main-section.active .main-section-info {
          pointer-events: all; }
        body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container {
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          max-width: calc(59vw - 140px); }
          body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .section-image img {
            width: 100%;
            max-height: 40vh;
            -o-object-fit: cover;
               object-fit: cover; }
          body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail {
            position: absolute;
            right: 0;
            left: 0;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail:not(.active) {
              max-height: 0;
              pointer-events: none;
              opacity: 0; }
            body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-detail-image img {
              width: 100%;
              max-height: 40vh;
              -o-object-fit: cover;
                 object-fit: cover; }
            body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-resources {
              padding-top: 14px; }
              body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-resources h4 {
                font-size: 16px;
                font-weight: 600;
                line-height: 28px;
                position: relative;
                max-width: 480px;
                height: 28px;
                margin: 0 0 24px 0;
                padding: 0 0 0 12px;
                color: white; }
                body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-resources h4 span {
                  position: absolute;
                  top: 0;
                  left: 100%;
                  width: 0;
                  height: 0;
                  margin-left: -28px;
                  border-top: 28px solid transparent;
                  border-right: 28px solid transparent;
                  border-left: 28px solid transparent; }
              body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-resources .resources {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding-left: 12px; }
                body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-resources .resources figure.resource {
                  font-size: 14px;
                  max-width: 200px;
                  margin: 0 45px 0 0; }
                  body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-resources .resources figure.resource a {
                    text-decoration: none;
                    color: #082236; }
                  body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-resources .resources figure.resource .resource-image {
                    position: relative;
                    display: inline-block; }
                  body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-resources .resources figure.resource img {
                    width: auto;
                    max-width: 100%;
                    height: 120px;
                    -webkit-box-shadow: 0 0 11px 9px rgba(8, 34, 54, 0.27);
                            box-shadow: 0 0 11px 9px rgba(8, 34, 54, 0.27); }
                  body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-resources .resources figure.resource h5 {
                    font-size: 1em;
                    margin: 1.2em 0 0.1em; }
                  body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-resources .resources figure.resource.resource-video a {
                    cursor: pointer; }
                  body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail .subsection-resources .resources figure.resource.resource-video .resource-image:after {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    content: "";
                    background: url("img/icon-video-play.png") no-repeat center;
                    background-size: 60px 60px; }
            body.page-template-page-explorer-template #app #main-sections .main-section .subsection-detail-container .subsection-detail.active .subsection-resources .resources figure.resource {
              pointer-events: all; }

@-webkit-keyframes hideModal {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
            transform: translateY(-50%) translateX(-50%) scale(0.5);
    opacity: 0; } }

@keyframes hideModal {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
            transform: translateY(-50%) translateX(-50%) scale(0.5);
    opacity: 0; } }

@-webkit-keyframes navIconsAnimateIn {
  0% {
    -webkit-transform: scale(0.8) translateY(20px);
            transform: scale(0.8) translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1; } }

@keyframes navIconsAnimateIn {
  0% {
    -webkit-transform: scale(0.8) translateY(20px);
            transform: scale(0.8) translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1; } }

@-webkit-keyframes contactButtonPulse {
  0%,
  3.333333333% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  1.666666667% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes contactButtonPulse {
  0%,
  3.333333333% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  1.666666667% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }
