[data-max-columns] {
  display: grid; }
  @media (min-width: 992px) {
    [data-max-columns][data-max-columns="4"] {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      grid-gap: 15px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    [data-max-columns][data-max-columns="4"] {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      grid-gap: 15px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    [data-max-columns][data-max-columns="4"] {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-gap: 15px; } }
  @media (max-width: 575.98px) {
    [data-max-columns][data-max-columns="4"] {
      grid-template-columns: 100%;
      grid-template-rows: auto;
      grid-gap: 15px; } }
  @media (min-width: 992px) {
    [data-max-columns][data-max-columns="3"] {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      grid-gap: 15px; } }
  @media (max-width: 991.98px) {
    [data-max-columns][data-max-columns="3"] {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-gap: 15px; } }
  @media (max-width: 575.98px) {
    [data-max-columns][data-max-columns="3"] {
      grid-template-columns: 100%;
      grid-template-rows: auto;
      grid-gap: 15px; } }
  @media (min-width: 576px) {
    [data-max-columns][data-max-columns="2"] {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-gap: 15px; } }
  @media (max-width: 575.98px) {
    [data-max-columns][data-max-columns="2"] {
      grid-template-columns: 100%;
      grid-template-rows: auto;
      grid-gap: 15px; } }
  [data-max-columns][data-max-columns="auto"] {
    justify-content: center; }
    @media (min-width: 576px) {
      [data-max-columns][data-max-columns="auto"] {
        /* autoprefixer: ignore next */
        grid-template-columns: repeat(auto-fit, minmax(auto, 280px));
        grid-template-rows: auto;
        grid-gap: 15px; } }
    @media (max-width: 575.98px) {
      [data-max-columns][data-max-columns="auto"] {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-gap: 15px; } }

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  [data-max-columns][data-max-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(10, minmax(1px, auto));
    grid-gap: 15px; } }

@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991.98px), (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991.98px) {
  [data-max-columns][data-max-columns="4"] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(10, minmax(1px, auto));
    grid-gap: 15px; } }

@media all and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 767.98px), (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 767.98px) {
  [data-max-columns][data-max-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, minmax(1px, auto));
    grid-gap: 15px; } }

@media all and (-ms-high-contrast: none) and (max-width: 575.98px), (-ms-high-contrast: active) and (max-width: 575.98px) {
  [data-max-columns][data-max-columns="4"] {
    grid-template-columns: 100%;
    grid-template-rows: repeat(20, minmax(1px, auto));
    grid-gap: 15px; } }

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  [data-max-columns][data-max-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(10, minmax(1px, auto));
    grid-gap: 15px; } }

@media all and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 767.98px), (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 767.98px) {
  [data-max-columns][data-max-columns="3"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, minmax(1px, auto));
    grid-gap: 15px; } }

@media all and (-ms-high-contrast: none) and (max-width: 575.98px), (-ms-high-contrast: active) and (max-width: 575.98px) {
  [data-max-columns][data-max-columns="3"] {
    grid-template-columns: 100%;
    grid-template-rows: repeat(20, minmax(1px, auto));
    grid-gap: 15px; } }

@media all and (-ms-high-contrast: none) and (min-width: 576px), (-ms-high-contrast: active) and (min-width: 576px) {
  [data-max-columns][data-max-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, minmax(1px, auto));
    grid-gap: 15px; } }

@media all and (-ms-high-contrast: none) and (max-width: 575.98px), (-ms-high-contrast: active) and (max-width: 575.98px) {
  [data-max-columns][data-max-columns="2"] {
    grid-template-columns: 100%;
    grid-template-rows: repeat(20, minmax(1px, auto));
    grid-gap: 15px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    [data-max-columns][data-max-columns="auto"] {
      grid-template-columns: 100%;
      grid-template-rows: repeat(20, minmax(1px, auto));
      grid-gap: 15px; } }

.hotspot-hero {
  position: relative; }
  .overflow-hidden .hotspot-hero {
    overflow: hidden !important; }
  .hotspot-hero-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }
  .hotspot-hero-content, .hotspot-hero-media {
    grid-column: 1;
    grid-row: 1; }
  .hotspot-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto; }
    .hotspot-hero-content {
      padding-top: 30px; }
    @media (min-width: 575px) {
      .hotspot-hero-content {
        padding-top: calc(30px + 65 * (100vw - 575px) / 1025); } }
    @media (min-width: 1600px) {
      .hotspot-hero-content {
        padding-top: 95px; } }
    @media (max-width: 991.98px) {
      .hotspot-hero-content {
        background: rgba(0, 0, 0, 0.2); } }
    .hotspot-hero-content h1 {
      color: #fff;
      animation-name: fadeInDown;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: 0.5s;
      animation-delay: 0.75s;
      padding: 0 30px; }
      .hotspot-hero-content h1 {
        font-size: 30px; }
      @media (min-width: 575px) {
        .hotspot-hero-content h1 {
          font-size: calc(30px + 15 * (100vw - 575px) / 1025); } }
      @media (min-width: 1600px) {
        .hotspot-hero-content h1 {
          font-size: 45px; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
      @media (max-width: 575.98px) {
        .hotspot-hero-content h1 {
          font-size: 24px;
          line-height: 32px;
          letter-spacing: -0.75px;
          padding: 0 15px; } }
  .hotspot-hero-media figure {
    position: relative;
    display: block;
    margin: 0; }
    .hotspot-hero-media figure:after {
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0.4);
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .hotspot-hero-media figure.desktop-img {
      display: none; }
      @media (min-width: 992px) {
        .hotspot-hero-media figure.desktop-img {
          display: block; } }
    .hotspot-hero-media figure.mobile-img {
      display: none; }
      @media (max-width: 991.98px) {
        .hotspot-hero-media figure.mobile-img {
          display: block; } }
    .hotspot-hero-media figure img.image-style-hotspots-hero {
      max-width: 100%;
      height: auto; }
    .hotspot-hero-media figure img.image-style-hotspots-hero-mobile {
      max-width: 100%;
      height: auto; }
  .hotspot-hero-logo {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: 0.5s;
    animation-delay: 1.5s; }
    .hotspot-hero-logo img {
      max-width: 200px; }
    @media (min-width: 575px) {
      .hotspot-hero-logo img {
        max-width: calc(200px + 300 * (100vw - 575px) / 1025); } }
    @media (min-width: 1600px) {
      .hotspot-hero-logo img {
        max-width: 500px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .hotspot-hero-logo img {
        max-width: 400px; } }

.image-hotspots-wrapper {
  width: 100%; }
  .image-hotspots-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 0; }
    .image-hotspots-wrapper .image-wrapper img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 991.98px) {
        .image-hotspots-wrapper .image-wrapper img {
          max-height: 700px;
          -o-object-position: bottom;
             object-position: bottom; } }
      @media (max-width: 767.98px) {
        .image-hotspots-wrapper .image-wrapper img {
          max-height: 600px; } }
  .image-hotspots-wrapper .hotspot-box {
    z-index: 2; }
    .image-hotspots-wrapper .hotspot-box-label {
      font-family: "Roboto", sans-serif;
      color: #fff;
      font-size: 24px;
      letter-spacing: 0;
      line-height: normal;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 100%;
      white-space: nowrap; }
      .image-hotspots-wrapper .hotspot-box-label.move-left {
        left: unset;
        right: 100%;
        white-space: nowrap;
        margin-right: 10px; }
      @media (max-width: 767.98px) {
        .image-hotspots-wrapper .hotspot-box-label {
          display: none; } }
    .image-hotspots-wrapper .hotspot-box-button {
      width: 30px;
      height: 30px;
      background-color: #fff;
      position: absolute;
      translate: -50% -50%;
      left: 50%;
      top: 50%;
      border-radius: 100%;
      border: none;
      animation: pulsate 2s ease-out infinite;
      transition: 0.25s ease-in-out;
      cursor: pointer; }
      @media (max-width: 1199.98px) {
        .image-hotspots-wrapper .hotspot-box-button {
          width: 20px;
          height: 20px; } }
      .is-tabbing .image-hotspots-wrapper .hotspot-box-button:focus {
        scale: 1.1; }
      @media (hover: hover) {
        .image-hotspots-wrapper .hotspot-box-button:hover {
          scale: 1.1; } }
      .image-hotspots-wrapper .hotspot-box-button:before {
        content: url("../svg/plus.svg");
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        font-size: 14px;
        rotate: 0;
        transition: 0.25s ease-in-out; }
        @media (max-width: 1199.98px) {
          .image-hotspots-wrapper .hotspot-box-button:before {
            content: '';
            background-image: url("../svg/plus.svg");
            background-size: cover;
            position: absolute;
            top: 50%;
            left: 50%;
            translate: -50% -50%;
            font-size: 14px;
            rotate: 0;
            transition: 0.25s ease-in-out;
            width: 100%;
            height: 100%; } }
    .image-hotspots-wrapper .hotspot-box .icon-close {
      display: none; }
    .image-hotspots-wrapper .hotspot-box.show-box {
      z-index: 1000; }
      @media (max-width: 991.98px) {
        .image-hotspots-wrapper .hotspot-box.show-box {
          width: 100% !important;
          height: 100% !important;
          left: 0 !important;
          top: 0 !important; } }
      .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-label {
        opacity: 0; }
      .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-button {
        height: 30px;
        width: 30px;
        animation: none;
        z-index: 10; }
        .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-button:before {
          rotate: 45deg; }
        @media (max-width: 991.98px) {
          .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-button {
            display: none; } }
      .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner {
        position: absolute;
        padding: 44px 54px 36px 83px;
        overflow-y: auto;
        width: 528px;
        max-width: calc(100vw - 30px);
        height: auto;
        background-color: #F2EFE8;
        border-radius: 0;
        z-index: 3;
        max-height: 300px; }
        @media (max-width: 1199.98px) {
          .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner {
            width: 320px;
            padding: 40px 30px 30px; } }
        @media (max-width: 991.98px) {
          .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner {
            position: absolute;
            height: 350px;
            top: 50%;
            left: 50%;
            translate: -50% -50%; } }
        @media (max-width: 575.98px) {
          .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner {
            top: 30px;
            translate: 0;
            width: calc(100% - 60px);
            left: 30px;
            height: auto;
            max-height: calc(100% - 30px); } }
        .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner .icon-close {
          display: block;
          position: absolute;
          top: 30px;
          right: 30px; }
          @media (min-width: 992px) {
            .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner .icon-close {
              display: none; } }
        @media (min-width: 768px) {
          .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner.move-left {
            right: 0; }
          .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner.move-top {
            bottom: 0; } }
      .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-title {
        color: #000;
        font-family: "Roboto Slab", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 0; }
      .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-desc {
        color: #000;
        font-family: "Roboto Slab", serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px; }

.hotspot-box:nth-of-type(1) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 1); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.hotspot-box:nth-of-type(2) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 2); }

.hotspot-box:nth-of-type(3) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 3); }

.hotspot-box:nth-of-type(4) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 4); }

.hotspot-box:nth-of-type(5) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 5); }

.hotspot-box:nth-of-type(6) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 6); }

.hotspot-box:nth-of-type(7) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 7); }

.hotspot-box:nth-of-type(8) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 8); }

.hotspot-box:nth-of-type(9) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 9); }

.hotspot-box:nth-of-type(10) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 10); }

.hotspot-box:nth-of-type(11) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 11); }

.hotspot-box:nth-of-type(12) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 12); }

.hotspot-box:nth-of-type(13) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 13); }

.hotspot-box:nth-of-type(14) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 14); }

.hotspot-box:nth-of-type(15) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 15); }

.hotspot-box:nth-of-type(16) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 16); }

.hotspot-box:nth-of-type(17) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 17); }

.hotspot-box:nth-of-type(18) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 18); }

.hotspot-box:nth-of-type(19) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 19); }

.hotspot-box:nth-of-type(20) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 20); }

@keyframes pulsate {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
