@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

button, input, select, textarea {
  background-color: transparent;
  outline: none;
  border: 0;
  line-height: inherit;
  font: inherit;
}

input, select, textarea {
  display: inline-block;
}

input:placeholder-shown {
  font-family: inherit;
}

textarea {
  resize: vertical;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, svg {
  display: inline-block;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

:root {
  font-size: 16px;
}

body, html {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42;
  color: #323232;
}

h1, .h1 {
  font-weight: 900;
}

h2, .h2 {
  font-weight: 900;
}

h3, .h3 {
  font-weight: 700;
}

h4, .h4 {
  font-weight: 700;
}

h5, .h5 {
  font-weight: 700;
}

h6, .h6 {
  font-weight: 700;
}

h1, .h1 {
  line-height: 1.24;
}

h2, .h2 {
  line-height: 1.24;
}

h3, .h3 {
  line-height: 1.24;
}

h4, .h4 {
  line-height: 1.24;
}

h5, .h5 {
  line-height: 1.24;
}

h6, .h6 {
  line-height: 1.24;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: inherit;
}

i {
  font-style: italic;
}

strong {
  font-weight: 700;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.m-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ms-0 {
  margin-left: 0rem !important;
}

.me-0 {
  margin-right: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.ms-5 {
  margin-left: 2rem !important;
}

.me-5 {
  margin-right: 2rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.ps-0 {
  padding-left: 0rem !important;
}

.pe-0 {
  padding-right: 0rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.ps-5 {
  padding-left: 2rem !important;
}

.pe-5 {
  padding-right: 2rem !important;
}

.slider {
  position: relative;
}
.slider .slider-items > *:not(:first-child) {
  display: none !important;
}
.slider .slider-dots {
  margin-top: 1em;
}
.slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
}
.slider .slick-dots li button {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #fff;
  color: transparent;
  border-radius: 20px;
  margin: 0 0.5em;
  transition: 0.34s ease;
}
.slider .slick-dots .slick-active button {
  background: #fff;
  width: 50px;
}
.slider .slider-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.slider .slider-arrow {
  width: 42px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  pointer-events: all;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  opacity: 0.75;
}
.slider .slider-arrow:hover {
  opacity: 1;
}
.slider .abs-dots, .slider .abs-arrows {
  width: 100%;
}
.slider .abs-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 2em;
}
.slider .abs-arrows {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider.slider-inside .slider-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%);
}
.slider.slider-inside .slider-arrows {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container.limit-container {
  max-width: 800px;
}

html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body.prevent-scroll {
  height: 100vh !important;
  overflow: hidden;
}

.scroll-top {
  position: fixed;
  font-size: 18px;
  right: 30px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  background: #143658;
  color: #fff;
  border-radius: 50%;
  z-index: 300;
  opacity: 0;
  transform: translateY(100%) scale(0);
  pointer-events: none;
  transition: 0.34s ease;
}
.scroll-top.show {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
.scroll-top:hover {
  background: #0b1d2e;
}

.show-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease-in-out 0.15s;
}
.show-on-scroll-top .show-on-scroll {
  transform: translateY(-50px);
}
.show-on-scroll.ss {
  opacity: 1;
  transform: none !important;
}

.default-spacing > *:not(:first-child) {
  margin-top: 1em;
}

.default-formatting ul, .default-formatting ol {
  padding-left: 1.5em;
}
.default-formatting ul {
  list-style: disc;
}
.default-formatting ol {
  list-style: decimal;
}
.default-formatting img {
  max-width: 100%;
  display: inline-block;
  object-fit: scale-down;
}
.default-formatting a {
  color: #143658;
  font-weight: 600;
}
.default-formatting a:hover {
  color: #0b1d2e;
}

#error {
  padding-block: 20rem;
  text-align: center;
}
#error .code {
  opacity: 0.75;
}

.header {
  position: fixed;
  z-index: 100;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.32);
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(20, 54, 88, 0.8);
  color: #fff;
  transition: 0.34s ease;
}
.header .container {
  display: flex;
  align-items: center;
}
.header .header-logo {
  flex: 0 0 auto;
  margin-right: auto;
}
.header .header-logo a {
  display: flex;
  align-content: center;
  padding: 5px 0;
}
.header .header-logo img {
  transition: 0.34s ease;
  max-height: 60px;
}
.header .header-nav {
  flex: 1;
}
.header .header-nav ul {
  display: flex;
  justify-content: flex-end;
}
.header .header-nav li {
  margin-left: 1rem;
}
.header .header-nav a {
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  font-size: 17px;
  opacity: 0.75;
}
.header .header-nav a:hover {
  opacity: 1;
}
.header.scrolled {
  background: #143658;
}
.header.scrolled .header-logo img {
  max-height: 40px;
}
.header .header-languages {
  flex: 0 0 auto;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}
.header .header-languages .language {
  opacity: 0.7;
}
.header .header-languages .language, .header .header-languages .language img {
  display: block;
}
.header .header-languages .language + .language {
  margin-left: 6px;
}
.header .header-languages .language.active, .header .header-languages .language:hover {
  opacity: 1;
}
.header .header-languages img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}
.header .header-hamburger {
  display: none;
  margin-left: 1.5rem;
}
.header .header-hamburger .js--hamburger {
  font-size: 32px;
  color: #fff;
  opacity: 0.75;
}
@media (max-width: 860px) {
  .header .header-hamburger {
    display: block;
  }
}
@media (max-width: 860px) {
  .header .header-logo {
    flex: 1;
  }
  .header-opened .header {
    background: #143658;
  }
  .header .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    transition: 0.34s ease;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0;
    z-index: 30;
    background: #143658;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
  }
  .header .header-nav ul {
    flex-flow: wrap column;
  }
  .header .header-nav ul li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .header-nav ul a {
    display: block;
    padding: 0.75rem 1.5rem;
  }
  .header-opened .header .header-nav {
    opacity: 1;
    transform: none;
    pointer-events: all;
  }
}

.section {
  padding: 5rem 0;
}
.section .section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section .section-title::after {
  content: "";
  display: block;
  margin: auto;
  margin-top: 1rem;
  width: 6rem;
  height: 2px;
  background: #143658;
  border-radius: 2px;
}
.section .section-content {
  max-width: 940px;
  margin: auto;
}

.page > .section:nth-child(odd) {
  background-color: #F7F7F7;
}

.page:not(.page--homepage) > .section:first-child {
  padding-top: 7.5rem;
}

.section--parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 7.5em 0;
}
.section--parallax::after {
  background: rgba(33, 33, 33, 0.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.34s ease;
}
.section--parallax .container {
  position: relative;
  z-index: 3;
}
.section--parallax .container .h2 {
  color: #FFF;
}
.section--parallax .container h2, .section--parallax .container h3, .section--parallax .container h4 {
  max-width: 60ch;
  margin: auto;
}

.section--hero-slider {
  padding: 0;
}
.section--hero-slider .slider-item {
  position: relative;
}
.section--hero-slider .hero-slider-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  max-width: 660px;
  width: 100%;
  padding: 0 35px;
  z-index: 5;
}
.section--hero-slider .hero-slider-content .hs-h1 {
  font-size: 72px;
  font-weight: 900;
  margin-bottom: 2rem;
}
.section--hero-slider .hero-slider-content .hs-h3 {
  font-size: 36px;
  margin-bottom: 0;
}
.section--hero-slider .hero-slider-content .hs-h5 {
  margin-bottom: 0.25rem;
  font-size: 28px;
}
@media (max-width: 768px) {
  .section--hero-slider .hero-slider-content .hs-h1 {
    font-size: 42px;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .section--hero-slider .hero-slider-content .hs-h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .section--hero-slider .hero-slider-content .hs-h5 {
    margin-bottom: 0.25rem;
    font-size: 18px;
  }
}
.section--hero-slider .hero-slider-video,
.section--hero-slider .hero-slider-image {
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 720px;
  object-fit: cover;
  object-position: center;
  user-select: none;
}
@media (max-width: 860px) {
  .section--hero-slider .hero-slider-video,
.section--hero-slider .hero-slider-image {
    max-height: 660px;
  }
}
@media (max-width: 768px) {
  .section--hero-slider .hero-slider-video,
.section--hero-slider .hero-slider-image {
    max-height: 540px;
  }
}
.section--hero-slider .slick-active .hero-slider-image {
  animation: hs-image 16s infinite both;
}
@keyframes hs-image {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.section--hero-slider .include-overlay {
  position: relative;
}
.section--hero-slider .include-overlay::after {
  background: rgba(33, 33, 33, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.34s ease;
}
.section--hero-slider .slider-scroller {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #FFF;
}
.section--hero-slider .slider-scroller .fas {
  animation: updown 3s ease-in-out infinite both;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

.section--focus {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(22, 22, 22, 0.5);
}
.section--focus .focus-grid {
  display: flex;
  justify-content: center;
}
.section--focus .focus-grid .focus {
  flex: 0 0 200px;
  position: relative;
  z-index: 5;
  text-align: center;
  color: #FFF;
  display: flex;
  flex-flow: nowrap column;
  justify-content: space-around;
  transition: 0.43s ease;
  padding: 1rem 0.5rem 0.5rem;
  overflow: hidden;
  border-radius: 2px;
}
.section--focus .focus-grid .focus::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 2px;
  width: 100%;
  background: #143658;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.34s ease;
}
.section--focus .focus-grid .focus span {
  display: block;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-size: 20px;
}
.section--focus .focus-grid .focus .focus-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}
.section--focus .focus-grid .focus svg {
  width: 48px;
  height: 48px;
  will-change: width, height;
  transition: 0.21s linear;
}
.section--focus .focus-grid .focus svg path {
  fill: #FFF;
  opacity: 0.8;
  transition: 0.34s ease;
}
.section--focus .focus-grid .focus:hover {
  background: #0b0b0b;
}
.section--focus .focus-grid .focus:hover svg path {
  fill: #143658;
  opacity: 1;
}
.section--focus .focus-grid .focus:hover svg {
  width: 56px;
  height: 56px;
}
.section--focus .focus-grid .focus:hover::after {
  opacity: 1;
}

.section--statistics {
  padding: 4rem 0;
}
.section--statistics .container {
  max-width: 800px;
}
.section--statistics .statistics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
@media (max-width: 860px) {
  .section--statistics .statistics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section--statistics .statistics-grid .statistic {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
}
.section--statistics .statistics-grid .statistic .statistic-number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  background: #143658;
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  padding: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 48px;
}
.section--statistics .statistics-grid .statistic .statistic-number::after {
  content: "";
  display: block;
  padding: 8px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  left: 0.75rem;
}
.section--statistics .statistics-grid .statistic .statistic-content {
  margin: 0;
  font-weight: 500;
}

.section--about .container {
  max-width: 1100px;
}
.section--about .about-grid {
  align-items: center;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 2rem;
}
.section--about .about-content {
  text-align: center;
}
.section--about .about-picture {
  text-align: center;
}
.section--about .about-picture img {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
  border-radius: 50%;
}
.section--about .about-picture strong, .section--about .about-picture small {
  display: block;
}
@media (max-width: 860px) {
  .section--about .about-grid {
    grid-template-columns: auto;
  }
}

.section--services {
  color: #FFF;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section--services::after {
  background: rgba(33, 33, 33, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.34s ease;
}
.section--services .container {
  position: relative;
  z-index: 2;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
.service-grid .service-item {
  display: flex;
  padding: 2rem;
  flex-flow: nowrap column;
  text-align: center;
}
.service-grid .service-item .service-icon {
  display: flex;
  justify-content: center;
  color: #FFF;
}
.service-grid .service-item .service-icon .fa, .service-grid .service-item .service-icon .fas, .service-grid .service-item .service-icon .far, .service-grid .service-item .service-icon .fab {
  font-size: 4rem;
  height: 84px;
  transition: 0.34s ease;
  will-change: transform;
}
.service-grid .service-item:hover .service-icon .fa, .service-grid .service-item:hover .service-icon .fas, .service-grid .service-item:hover .service-icon .far, .service-grid .service-item:hover .service-icon .fab {
  transform: scale(1.15);
}
.service-grid .service-item .service-title {
  font-weight: bold;
  font-size: 1.25rem;
}
.service-grid .service-item .service-description {
  color: #DDD;
}
@media (max-width: 860px) {
  .service-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-grid .service-item {
    padding: 0;
  }
}

.section--benefits .container {
  max-width: 1200px;
}
.section--benefits .benefits-grid .benefit {
  perspective: 800px;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem 0;
}
.section--benefits .benefits-grid .benefit .benefit-image {
  flex: 0.9;
  transform: rotateY(15deg);
  overflow: hidden;
}
.section--benefits .benefits-grid .benefit .benefit-image img {
  transition: 0.34s ease;
}
.section--benefits .benefits-grid .benefit .benefit-content {
  flex: 1;
  padding: 1rem 2rem;
  margin-right: 2rem;
}
.section--benefits .benefits-grid .benefit .benefit-content h3 {
  margin-bottom: 1rem;
}
.section--benefits .benefits-grid .benefit:nth-child(even) {
  text-align: right;
}
.section--benefits .benefits-grid .benefit:nth-child(even) .benefit-content {
  order: 1;
  margin-right: 0;
  margin-left: 2rem;
}
.section--benefits .benefits-grid .benefit:nth-child(even) .benefit-image {
  order: 2;
  transform: rotateY(-15deg);
}
.section--benefits .benefits-grid .benefit:hover .benefit-image img {
  transform: scale(1.1);
}
@media (max-width: 860px) {
  .section--benefits .benefits-grid .benefit {
    margin-top: 1rem;
    flex-flow: wrap column;
  }
  .section--benefits .benefits-grid .benefit .benefit-image {
    flex: 1;
    transform: none;
  }
  .section--benefits .benefits-grid .benefit .benefit-content {
    margin: 0 !important;
    padding: 1rem;
  }
  .section--benefits .benefits-grid .benefit:nth-child(even) .benefit-image {
    order: 1;
    transform: none;
  }
}

.section--park .park-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
@media (max-width: 860px) {
  .section--park .park-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section--park .park-grid .park-slot {
  display: flex;
  flex-flow: nowrap column;
}
.section--park .park-grid .park-slot .park-image {
  overflow: hidden;
}
.section--park .park-grid .park-slot .park-image img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 4px 4px 0 0;
  transition: 0.34s ease;
}
.section--park .park-grid .park-slot:hover .park-image img {
  transform: scale(1.15);
}
.section--park .park-grid .park-slot .park-title {
  background: #143658;
  color: #FFF;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0 0 4px 4px;
}
.section--park .park-grid .park-slot .park-description {
  background: #F7F7F7;
  padding: 0.5rem 0.5rem 0.5rem;
  border-radius: 0 0 4px 4px;
  font-size: 16px;
}
.section--park .park-grid .park-slot .park-description li {
  padding: 0.25rem;
  text-align: right;
  line-height: 22px;
}
.section--park .park-grid .park-slot .park-description li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.section--park .park-grid .park-slot .park-description li strong {
  font-size: 13px;
  font-weight: 700;
  float: left;
  color: #143658;
  margin-right: 0.5rem;
}
.section--park .park-grid .park-slot .park-description li span {
  white-space: nowrap;
}

.contact-grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "address address form" "map map form";
}
@media (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "address address address address" "map map form form";
  }
}
@media (max-width: 860px) {
  .contact-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "address" "map" "form";
  }
}
.contact-grid .address-cell {
  grid-area: address;
}
.contact-grid .map-cell {
  grid-area: map;
}
.contact-grid .map-cell iframe {
  display: block;
}
@media (max-width: 860px) {
  .contact-grid .map-cell iframe {
    min-height: 240px;
  }
}
.contact-grid .form-cell {
  grid-area: form;
}

.address-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
.address-grid .address {
  background: #F7F7F7;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  text-align: center;
  padding: 1rem;
}
.address-grid .address > * + * {
  margin-top: 1em;
}
.address-grid .address .fas {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 48px;
  color: #143658;
}
.address-grid .address p {
  margin-bottom: 0;
}
.address-grid .address:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.33);
}
@media (max-width: 768px) {
  .address-grid {
    grid-template-columns: auto;
    grid-gap: 1rem;
  }
}

.contact-form {
  background-color: #F7F7F7;
  padding: 3rem 2rem;
  border-radius: 2px;
}
.contact-form .failed-block {
  background: red;
  color: #FFF;
  padding: 1rem;
  border-radius: 4px;
  display: flex;
  grid-gap: 0.5rem 1rem;
  align-items: center;
  font-weight: bold;
  margin-top: 0.5rem;
}
.contact-form .failed-block .fas {
  flex: 0 0 auto;
}
.contact-form .failed-block p {
  margin-bottom: 0;
  font-size: 13px;
}
.contact-form .success-block {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
}
.contact-form .success-block .fas {
  font-size: 48px;
  margin-bottom: 1rem;
  color: #143658;
}
@media (max-width: 860px) {
  .contact-form {
    padding: 2rem 1rem;
  }
}
.contact-form .form-group-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.contact-form .form-group {
  margin-top: 1rem;
}
.contact-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
  background-color: #143658;
  border: 1px solid #0f2943;
  color: #FFF;
  border-radius: 2px;
  padding: 0.75rem 1.25rem;
}
.contact-form button:hover {
  background-color: #0b1d2e;
  border-color: #06101a;
}
.contact-form button .fas {
  margin-left: 9px;
}
.contact-form label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding-left: 0.25rem;
  padding-bottom: 0.25rem;
  cursor: pointer;
}
.contact-form input, .contact-form textarea {
  display: block;
  width: 100%;
  background-color: #FFF;
  padding: 0.75rem 1.25rem;
  border: 1px solid #FFF;
  border-radius: 2px;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: #DDD;
}
.contact-form .has-error input, .contact-form .has-error textarea {
  border-color: red;
}

.content-block p, .content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6, .content-block ul, .content-block ol {
  margin-bottom: 1rem;
}
.content-block ul, .content-block ol {
  list-style: initial;
  padding-left: 1rem;
}
.content-block ol {
  list-style: decimal;
}
.content-block .img-fluid {
  max-width: 100%;
  object-fit: cover;
}
.content-block .table {
  width: 100%;
  margin-bottom: 1rem;
}
.content-block .table td, .content-block .table th {
  text-align: left;
  padding: 0.25rem 0.75rem;
}
.content-block .table tr:nth-child(even) td, .content-block .table tr:nth-child(even) th {
  background: #FFF;
}
.content-block .table thead tr td, .content-block .table thead tr th {
  background: #143658 !important;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.image-gallery {
  --images-per-row: 6;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(var(--images-per-row), minmax(auto, 1fr));
  grid-auto-flow: dense;
}
@media (max-width: 991px) {
  .image-gallery {
    --images-per-row: 4;
  }
}
@media (max-width: 768px) {
  .image-gallery {
    --images-per-row: 3;
  }
}
@media (max-width: 560px) {
  .image-gallery {
    --images-per-row: 2;
  }
}
.image-gallery .gallery-image {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.image-gallery .gallery-image img {
  transition: 0.34s ease;
  display: block;
}
.image-gallery .gallery-image:hover img {
  transform: scale(1.1);
}

.footer {
  padding: 0;
  background: #0A142F;
  color: #fff;
}
.footer hr {
  border: 0;
  border-top: 1px solid #fff;
  opacity: 0.15;
  margin: 0;
}
.footer a {
  opacity: 0.8;
}
.footer a.link-active, .footer a:hover {
  opacity: 1;
}
.footer .logo-image {
  max-width: 240px;
}
.footer .footer-grid {
  padding: 3rem 0 1.5rem;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 860px) {
  .footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .footer .footer-grid {
    grid-template-columns: auto;
  }
}
.footer .footer-grid h3 {
  margin-bottom: 1rem;
}
.footer .footer-grid h3::after {
  content: "";
  display: block;
  height: 2px;
  width: 4rem;
  background: #fff;
  border-radius: 2px;
  margin-top: 0.5rem;
  opacity: 0.8;
}
.footer .footer-grid ul li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.footer .footer-copyright {
  padding: 0.5rem 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 860px) {
  .footer .footer-copyright {
    flex-flow: nowrap column;
  }
}
.footer .footer-copyright p {
  padding: 0.5rem 1rem;
  margin: 0;
}
.footer .footer-copyright .sep {
  display: inline-block;
  border-left: 1px solid #fff;
  opacity: 0.15;
  margin: 0 0.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  border-radius: 3px;
  font-weight: 500;
  margin-bottom: 4px;
}

.btn-primary {
  background: #143658;
  color: #fff;
}
.btn-primary:hover {
  background: #0b1d2e;
}

.btn-secondary {
  background: #01CED7;
  color: #fff;
}
.btn-secondary:hover {
  background: #019da4;
}

/*# sourceMappingURL=app.css.map */
