@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;
}

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;
}

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

.mr-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;
}

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

.mr-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;
}

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

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

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

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

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

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

.mr-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;
}

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

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

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

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

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

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

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

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

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

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

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

.pr-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;
}

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

.pr-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;
}

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

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

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

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

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

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

.pr-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;
}

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

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

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

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

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

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

.pr-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: #a10000;
  cursor: pointer;
}
.slider .slider-arrow:hover {
  color: #6e0000;
}
.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;
}

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

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: #a10000;
  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: #6e0000;
}

.show-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s 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: #a10000;
  font-weight: 600;
}
.default-formatting a:hover {
  color: #6e0000;
}

.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(255, 255, 255, 0.75);
  transition: 0.34s ease;
}
.header + main {
  margin-top: 40px;
}
.header .header-part {
  padding: 0.5rem 0;
}
.header .header-part-top {
  background: #a10000;
  color: #fff;
}
.header .header-part-top ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.header .header-part-top ul a {
  line-height: 1;
  display: flex;
  align-content: center;
  padding: 0.25rem 0.5rem;
  opacity: 0.8;
}
.header .header-part-top ul a:hover {
  opacity: 1;
}
.header .header-part-top ul a i {
  margin-right: 4px;
}
@media (max-width: 860px) {
  .header .header-part-top {
    font-size: 14px;
  }
}
.header .header-part-bottom {
  position: relative;
}
.header .header-part-bottom .container {
  display: flex;
  align-items: center;
}
.header .header-part-bottom .header-logo {
  flex: 0 0 auto;
}
.header .header-part-bottom .header-logo a {
  display: flex;
  align-content: center;
}
.header .header-part-bottom .header-logo img {
  transition: 0.34s ease;
  max-height: 60px;
}
.header .header-part-bottom .header-nav {
  flex: 1;
}
.header .header-part-bottom .header-nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.header .header-part-bottom .header-nav li {
  margin-left: 1rem;
}
.header .header-part-bottom .header-nav a {
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  font-size: 17px;
}
.header .header-part-bottom .header-nav a:hover {
  color: #a10000;
}
.header .header-part-bottom .nav-toggle {
  margin-left: auto;
  display: none;
  font-size: 20px;
}
@media (max-width: 860px) {
  .header .header-part-bottom .nav-toggle {
    display: inline-block;
  }
}
@media (max-width: 860px) {
  .header .header-part-bottom .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    background: #fff;
    transition: opacity 0.34s ease, transform 0.34s ease;
    transform: translateY(-100%);
  }
  .header .header-part-bottom .header-nav ul {
    flex-direction: column;
    justify-content: flex-start;
  }
  .header .header-part-bottom .header-nav li {
    margin-left: 0;
  }
  .header .header-part-bottom .header-nav a {
    display: block;
  }
  .header .header-part-bottom .header-nav li {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 860px) {
  .header.show-mobile-nav {
    background: white;
  }
  .header.show-mobile-nav .header-nav {
    opacity: 1;
    pointer-events: all;
    transform: none;
  }
}
.header.scrolled {
  background: white;
}
.header.scrolled .header-logo img {
  max-height: 40px;
}

.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: #a10000;
  border-radius: 2px;
}
.section .section-content {
  max-width: 940px;
  margin: auto;
}

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

.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: 600px;
  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;
}
.section--hero-slider .hero-slider-content .hs-h5 {
  margin-bottom: 0.25rem;
  font-size: 28px;
}
@media (max-width: 860px) {
  .section--hero-slider .hero-slider-content {
    width: 100%;
    padding-inline: 3rem;
  }
  .section--hero-slider .hero-slider-content .hs-h1 {
    font-size: 52px;
  }
  .section--hero-slider .hero-slider-content .hs-h3 {
    font-size: 24px;
  }
  .section--hero-slider .hero-slider-content .hs-h5 {
    font-size: 18px;
  }
}
.section--hero-slider .hero-slider-video,
.section--hero-slider .hero-slider-image {
  display: block;
  width: 100%;
  height: calc(100vh - 40px);
  object-fit: cover;
  object-position: center;
}
.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);
  }
}
@media (max-width: 860px) {
  .section--hero-slider .hero-slider-content {
    top: 40%;
  }
}

.section--focus {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(22, 22, 22, 0.5);
}
.section--focus .focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  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: #a10000;
  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: #a10000;
  opacity: 1;
}
.section--focus .focus-grid .focus:hover svg {
  width: 56px;
  height: 56px;
}
.section--focus .focus-grid .focus:hover::after {
  opacity: 1;
}
@media (max-width: 860px) {
  .section--focus .focus-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .section--focus .focus-grid .focus .focus-icon {
    height: unset;
  }
  .section--focus .focus-grid .focus svg {
    height: 44px;
    width: 44px;
  }
  .section--focus .focus-grid .focus span {
    font-size: 14px;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 576px) {
  .section--focus .focus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.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: #a10000;
  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 200px;
  grid-gap: 2rem;
}
.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(4, 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: #a10000;
}
.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(2, 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 ul {
  margin-bottom: 1rem;
}
.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) ul {
  direction: rtl;
  margin-right: 1.25rem;
}
.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:nth-child(even) .benefit-image {
    order: 1;
    transform: none;
  }
}

.section--gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.25rem;
}
.section--gallery .gallery-grid img, .section--gallery .gallery-grid a {
  display: block;
}
.section--gallery .gallery-grid a {
  overflow: hidden;
  --height: 1;
}
.section--gallery .gallery-grid img {
  transition: 0.34s ease;
  width: 100%;
  object-fit: cover;
  height: calc(160px * var(--height) + (.25rem * (var(--height) - 1)));
}
.section--gallery .gallery-grid a:hover img {
  transform: scale(1.1);
}
.section--gallery .gallery-grid .double-height {
  grid-row: span 2;
  --height: 2;
}
@media (max-width: 991px) {
  .section--gallery .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .section--gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.section--personal .container {
  max-width: 1140px;
}
.section--personal .personal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
}
@media (max-width: 860px) {
  .section--personal .personal-grid {
    grid-template-columns: 1fr;
  }
}
.section--personal .personal-item {
  text-align: center;
}
.section--personal .personal-item .personal-item-image {
  margin-bottom: 1rem;
}
.section--personal .personal-item .personal-item-image img {
  width: 100%;
  border-radius: 2px;
}
.section--personal .personal-item h3 {
  margin-bottom: 0.25rem;
}
.section--personal .personal-item h4 {
  color: #a10000;
  margin-bottom: 1rem;
  font-size: 13px;
  font-weight: 700;
}
.section--personal .personal-item .fas {
  margin-right: 0.5rem;
  color: #a10000;
}
.section--personal .personal-item a:hover {
  color: #a10000;
}

.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;
}
.contact-grid .form-cell {
  grid-area: form;
}

.recaptcha-text {
  font-size: 12px;
  display: block;
  line-height: 1.2;
}
.recaptcha-text a {
  color: #a10000;
}

.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: #a10000;
}
.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: 860px) {
  .address-grid {
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
  }
}

.contact-form {
  background-color: #F7F7F7;
  padding: 3rem 2rem;
  border-radius: 2px;
  position: relative;
}
.contact-form .error-container p {
  margin-bottom: 6px;
  background: #a10000;
  color: #FFF;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 15px;
  border-radius: 4px;
}
.contact-form .error-container .fas {
  margin-right: 0.5rem;
}
.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: #a10000;
  border: 1px solid #880000;
  color: #FFF;
  border-radius: 2px;
  padding: 0.75rem 1.25rem;
}
.contact-form button:hover {
  background-color: #6e0000;
  border-color: #550000;
}
.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 label {
  color: #cc0000;
}
.contact-form .has-error input, .contact-form .has-error textarea {
  border-color: #cc0000;
}
.contact-form #frm-loader {
  z-index: 999;
  display: none;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
  transition: 0.33s ease;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  text-align: center;
  min-height: 340px;
}
.contact-form #frm-loader.show {
  display: flex;
  opacity: 1;
  transform: none;
  pointer-events: all;
}
.contact-form #frm-loader h4 {
  color: #a10000;
  margin-bottom: 16px;
  font-size: 24px;
}
.contact-form #frm-loader .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.contact-form #frm-loader .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.contact-form #frm-loader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a10000;
  margin: -4px 0 0 -4px;
}
.contact-form #frm-loader .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.contact-form #frm-loader .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.contact-form #frm-loader .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.contact-form #frm-loader .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.contact-form #frm-loader .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.contact-form #frm-loader .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.contact-form #frm-loader .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.contact-form #frm-loader .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.contact-form #frm-loader .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.contact-form #frm-loader .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.contact-form #frm-loader .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.contact-form #frm-loader .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.contact-form #frm-loader .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.contact-form #frm-loader .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.contact-form #frm-loader .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.contact-form #frm-loader .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact-form #frm-success {
  display: none;
}
.contact-form #frm-success .form-success-wrapper {
  min-height: 260px;
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-form #frm-success .fas {
  font-size: 72px;
  color: #a10000;
  display: block;
  text-align: center;
  margin-bottom: 32px;
}
.contact-form #frm-success h3 {
  font-size: 24px;
}

.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 .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 ul {
  list-style: none;
}
.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;
}

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