@import url("https://fonts.googleapis.com/css?family=Big+Shoulders+Display:300,400,700|Quicksand:400,700&display=swap");
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; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'QuicksandRegular';
  src: url("06_Fonts/QuicksandRegular/QuicksandRegular.eot");
  src: url("06_Fonts/QuicksandRegular/QuicksandRegular.eot") format("embedded-opentype"), url("06_Fonts/QuicksandRegular/QuicksandRegular.woff2") format("woff2"), url("06_Fonts/QuicksandRegular/QuicksandRegular.woff") format("woff"), url("06_Fonts/QuicksandRegular/QuicksandRegular.ttf") format("truetype"), url("06_Fonts/QuicksandRegular/QuicksandRegular.svg#QuicksandRegular") format("svg");
  font-display: swap; }

@font-face {
  font-family: 'QuicksandBold';
  src: url("06_Fonts/QuicksandBold/QuicksandBold.eot");
  src: url("06_Fonts/QuicksandBold/QuicksandBold.eot") format("embedded-opentype"), url("06_Fonts/QuicksandBold/QuicksandBold.woff2") format("woff2"), url("06_Fonts/QuicksandBold/QuicksandBold.woff") format("woff"), url("06_Fonts/QuicksandBold/QuicksandBold.ttf") format("truetype"), url("06_Fonts/QuicksandBold/QuicksandBold.svg#QuicksandBold") format("svg");
  font-display: swap; }

@font-face {
  font-family: 'BigShouldersDisplay';
  src: url("06_Fonts/BigShouldersBold/BigShouldersDisplayBold.eot");
  src: url("06_Fonts/BigShouldersBold/BigShouldersDisplayBold.eot") format("embedded-opentype"), url("06_Fonts/BigShouldersBold/BigShouldersDisplayBold.woff2") format("woff2"), url("06_Fonts/BigShouldersBold/BigShouldersDisplayBold.woff") format("woff"), url("06_Fonts/BigShouldersBold/BigShouldersDisplayBold.svg#BigShouldersDisplay") format("svg");
  font-display: swap; }

/*{
	cursor: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/happy.png"), auto !important;
}*/
html {
  font-family: 'QuicksandRegular', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8); }

h1, h2, h3, h4 {
  font-family: 'BigShouldersDisplay', sans-serif; }

h1 {
  font-size: 9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem; }

h2 {
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem; }

h3 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem; }

h4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 4rem;
  text-align: center; }

h5 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .5rem; }

h6 {
  font-weight: 700;
  display: inline; }

a {
  color: #3B5552;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #A2B4B6; }

label {
  font-size: 1.4rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6); }

p {
  margin-bottom: 1rem;
  line-height: 1.6; }

li {
  margin-bottom: 1rem; }

@media (max-width: 768px) {
  h1 {
    font-size: 6.5rem; }
  h2 {
    font-size: 3.5rem; }
  h4 {
    font-size: 2.5rem;
    line-height: 1.2; } }

@media (max-width: 576px) {
  h1 {
    font-size: 4rem; }
  h2 {
    font-size: 2.5rem; }
  h4 {
    font-size: 2rem;
    line-height: 1.2; }
  h5 {
    font-size: 1.25rem; } }

.mb-xs {
  margin-bottom: 15px; }

.mb-s {
  margin-bottom: 25px; }

.mb-m {
  margin-bottom: 40px; }

.mb-l {
  margin-bottom: 80px; }

.mb-xl {
  margin-bottom: 150px; }

.mt-xs {
  margin-top: 15px; }

.mt-s {
  margin-top: 25px; }

.mt-m {
  margin-top: 40px; }

.mt-l {
  margin-top: 80px; }

.mt-xl {
  margin-top: 150px; }

.p-m {
  padding: 20px; }

.pb-xs {
  padding-bottom: 15px; }

.pb-s {
  padding-bottom: 25px; }

.pb-m {
  padding-bottom: 40px; }

.pb-l {
  padding-bottom: 80px; }

.pb-xl {
  padding-bottom: 150px; }

.pt-xs {
  padding-top: 15px; }

.pt-s {
  padding-top: 25px; }

.pt-m {
  padding-top: 40px; }

.pt-l {
  padding-top: 80px; }

.pt-xl {
  padding-top: 150px; }

@media (max-width: 768px) {
  .mb-xs {
    margin-bottom: 10px; }
  .mb-s {
    margin-bottom: 20px; }
  .mb-m {
    margin-bottom: 30px; }
  .mb-l {
    margin-bottom: 50px; }
  .mb-xl {
    margin-bottom: 100px; }
  .mb-tablet-no {
    margin-bottom: 0; }
  .mt-xs {
    margin-top: 10px; }
  .mt-s {
    margin-top: 20px; }
  .mt-m {
    margin-top: 30px; }
  .mt-l {
    margin-top: 50px; }
  .mt-xl {
    margin-top: 100px; }
  .mt-tablet-no {
    margin-top: 0; }
  .pb-xs {
    padding-bottom: 10px; }
  .pb-s {
    padding-bottom: 20px; }
  .pb-m {
    padding-bottom: 30px; }
  .pb-l {
    padding-bottom: 50px; }
  .pb-xl {
    padding-bottom: 100px; }
  .pb-tablet-no {
    padding-bottom: 0 !important; }
  .pt-xs {
    padding-top: 10px; }
  .pt-s {
    padding-top: 20px; }
  .pt-m {
    padding-top: 30px; }
  .pt-l {
    padding-top: 50px; }
  .pt-xl {
    padding-top: 100px; }
  .pt-tablet-no {
    padding-top: 0; } }

@media (max-width: 576px) {
  .mb-xs {
    margin-bottom: 8px; }
  .mb-s {
    margin-bottom: 15px; }
  .mb-m {
    margin-bottom: 25px; }
  .mb-l {
    margin-bottom: 40px; }
  .mb-xl {
    margin-bottom: 80px; }
  .mb-mobile-no {
    margin-bottom: 0; }
  .mt-xs {
    margin-top: 8px; }
  .mt-s {
    margin-top: 15px; }
  .mt-m {
    margin-top: 25px; }
  .mt-l {
    margin-top: 40px; }
  .mt-xl {
    margin-top: 80px; }
  .mt-mobile-no {
    margin-top: 0; }
  .pb-xs {
    padding-bottom: 8px; }
  .pb-s {
    padding-bottom: 15px; }
  .pb-m {
    padding-bottom: 25px; }
  .pb-l {
    padding-bottom: 40px; }
  .pb-xl {
    padding-bottom: 80px; }
  .pb-mobile-no {
    padding-bottom: 0 !important; }
  .pt-xs {
    padding-top: 8px; }
  .pt-s {
    padding-top: 15px; }
  .pt-m {
    padding-top: 25px; }
  .pt-l {
    padding-top: 40px; }
  .pt-xl {
    padding-top: 80px; }
  .pt-mobile-no {
    padding-top: 0; } }

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

@media (max-width: 768px) {
  .text-center-mobile {
    text-align: center; } }

.h-line {
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6); }

.bg-green {
  background-color: #3B5552; }

.bg-blue {
  background-color: #A2B4B6; }

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2); }

.slide-in-left {
  -webkit-animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse;
  animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse; }

.slide-in-left-one {
  -webkit-animation: slide-in-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: slide-in-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

body, main {
  max-width: 100%;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }

img {
  max-width: 100%; }

.container {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .container .col-placeholder {
    min-height: 10px;
    width: 100%;
    background-color: #A2B4B6;
    border: solid #3B5552 2px; }
  .container .row-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .container .col, .container .col-1, .container .col-2, .container .col-3, .container .col-4, .container .col-5, .container .col-6, .container .col-7, .container .col-8, .container .col-9, .container .col-10, .container .col-11, .container .col-12 {
    padding: 20px;
    overflow: hidden; }
  .container .col-12, .container col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .container .col-10 {
    -ms-flex-preferred-size: 83.334%;
    flex-basis: 83.334%; }
  .container .col-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%; }
  .container .col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .container .col-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%; }
  .container .col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .container .col-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%; }
  .container .col-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%; }

.col-center {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.adress-text p {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .fullwidth-img-mobile {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
  .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .tablet-hidden {
    display: none; }
  .container .row-3, .container .col-1, .container .col-2, .container .col-3, .container .col-4, .container .col-5, .container .col-6, .container .col-7, .container .col-8, .container .col-9, .container .col-10, .container .col-11, .container .col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .container .col-6-tablet {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0;
    border: solid 2px #fff; } }

@media (max-width: 576px) {
  .fullwidth-img-mobile {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
  .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .mobile-hidden {
    display: none; }
  .container .row-3, .container .col-1, .container .col-2, .container .col-3, .container .col-4, .container .col-5, .container .col-6, .container .col-7, .container .col-8, .container .col-9, .container .col-10, .container .col-11, .container .col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .container .col-6-mobile {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0;
    border: solid 2px #fff; } }

#header {
  background-color: #A2B4B6;
  padding: 30px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#header, #home-header {
  min-height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #header .header-logo, #home-header .header-logo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    #header .header-logo img, #home-header .header-logo img {
      width: 150px;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
      #header .header-logo img:hover, #home-header .header-logo img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  #header .navigation-icon, #home-header .navigation-icon {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    #header .navigation-icon img, #home-header .navigation-icon img {
      width: 50px;
      float: right;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
      #header .navigation-icon img:hover, #home-header .navigation-icon img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  #header .navigation-icon img, #header .home-navigation-icon img, #home-header .navigation-icon img, #home-header .home-navigation-icon img {
    cursor: pointer; }
  #header .navigation-overlay, #home-header .navigation-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 100%;
    background-color: #3B5552;
    overflow-x: hidden;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s; }
    #header .navigation-overlay .overlay-content, #home-header .navigation-overlay .overlay-content {
      position: relative;
      top: 25%;
      width: 100%;
      text-align: center;
      margin-top: 30px; }
    #header .navigation-overlay .active, #home-header .navigation-overlay .active {
      color: #A2B4B6;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
      #header .navigation-overlay .active:hover, #home-header .navigation-overlay .active:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    #header .navigation-overlay a, #home-header .navigation-overlay a {
      font-family: 'Big Shoulders Display';
      font-weight: 700;
      text-transform: uppercase;
      padding: 8px;
      text-decoration: none;
      font-size: 50px;
      color: #fff;
      display: block;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
      #header .navigation-overlay a:hover, #header .navigation-overlay a :focus, #home-header .navigation-overlay a:hover, #home-header .navigation-overlay a :focus {
        color: #A2B4B6;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3); }
    #header .navigation-overlay .closebtn, #home-header .navigation-overlay .closebtn {
      position: absolute;
      top: 30px;
      right: 50px; }
      #header .navigation-overlay .closebtn img, #home-header .navigation-overlay .closebtn img {
        width: 40px;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease; }
        #header .navigation-overlay .closebtn img:hover, #home-header .navigation-overlay .closebtn img:hover {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }

#home-header {
  max-width: 100%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px; }
  #home-header video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    right: 0;
    bottom: 0;
    mix-blend-mode: overlay;
    -o-object-fit: cover;
    object-fit: cover; }
  #home-header .home-header-logo, #home-header .home-navigation-icon {
    z-index: 999; }
  #home-header .home-header-logo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    #home-header .home-header-logo img {
      width: 180px;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
      #home-header .home-header-logo img:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
  #home-header .home-navigation-icon {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    #home-header .home-navigation-icon img {
      width: 70px;
      float: right;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
      #home-header .home-navigation-icon img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  #home-header .home-header-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    #home-header .home-header-text h1 {
      color: #fff; }

@media (max-width: 768px) {
  #header, #home-header {
    padding: 30px 35px; }
    #header .header-logo img, #header .home-header-logo img, #home-header .header-logo img, #home-header .home-header-logo img {
      width: 150px; }
    #header .navigation-icon img, #header .home-navigation-icon img, #home-header .navigation-icon img, #home-header .home-navigation-icon img {
      width: 70px; }
  .navigation-overlay a {
    font-size: 40px !important; }
    .navigation-overlay a:hover, .navigation-overlay a :focus {
      -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
      transform: scale(1) !important; }
  /* #home-header{
        height: 700px;
        video{
            max-height: 700px;
        }
    }*/ }

@media (max-width: 576px) {
  #header, #home-header {
    padding: 30px 35px; }
    #header .header-logo img, #header .home-header-logo img, #home-header .header-logo img, #home-header .home-header-logo img {
      width: 120px; }
    #header .navigation-icon img, #header .home-navigation-icon img, #home-header .navigation-icon img, #home-header .home-navigation-icon img {
      width: 50px; }
  .navigation-overlay a {
    font-size: 35px !important; }
    .navigation-overlay a:hover, .navigation-overlay a :focus {
      -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
      transform: scale(1) !important; }
  /*#home-header{
        height: 700px;
        video{
            max-height: 700px !important;
        }
    }*/ }

footer #footer {
  background-color: #3B5552;
  min-height: 100px;
  width: 100%;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px; }
  footer #footer .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer #footer .social-icons li {
      float: left; }
    footer #footer .social-icons img {
      width: 80px;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
      footer #footer .social-icons img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  footer #footer .footer-border-top-bottom {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  footer #footer h6 {
    line-height: 1.5; }

footer #footer-navi a, footer .footer-2-navi a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  footer #footer-navi a:hover, footer .footer-2-navi a:hover {
    color: #A2B4B6;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

@media (max-width: 768px) {
  #footer-navi li {
    text-align: center; }
  #footer .social-icons img {
    width: 60px !important; } }

@media (max-width: 576px) {
  #footer .social-icons img {
    width: 60px !important; } }

.contact {
  background-color: #A2B4B6;
  color: #fff; }
  .contact button {
    margin-top: 25px;
    width: 200px;
    padding: 8px 5px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
    .contact button:hover {
      background-color: #fff;
      color: #A2B4B6; }
  .contact img {
    max-width: 320px; }

#mini-button {
  width: 150px;
  font-size: 12px;
  margin-top: 0; }

.map {
  background-color: #A2B4B6;
  color: #fff; }

#map {
  width: 100%;
  height: 600px; }

.quote {
  padding-left: 30px;
  padding-right: 30px; }

.three-image {
  background-color: rgba(0, 0, 0, 0.2); }

.image-gallery .gallery-container {
  max-width: 980px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (5vw)[21];
  grid-template-rows: repeat(21, 5vw);
  grid-gap: 10px; }

.image-gallery figure {
  overflow: hidden; }

.image-gallery .gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  .image-gallery .gallery-img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.image-gallery .gallery__item--1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7; }

.image-gallery .gallery__item--2 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4; }

.image-gallery .gallery__item--3 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7; }

.image-gallery .gallery__item--4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 6;
  grid-row-end: 13; }

.image-gallery .gallery__item--5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 6;
  grid-row-end: 10; }

.image-gallery .gallery__item--6 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 6;
  grid-row-end: 13; }

.image-gallery .gallery__item--7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 13;
  grid-row-start: 13;
  -ms-grid-row-span: 6;
  grid-row-end: 19; }

.image-gallery .gallery__item--8 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-row: 10;
  grid-row-start: 10;
  -ms-grid-row-span: 6;
  grid-row-end: 16; }

.image-gallery .gallery__item--9 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 13;
  grid-row-start: 13;
  -ms-grid-row-span: 6;
  grid-row-end: 19; }

.image-gallery .gallery__item--10 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 19;
  grid-row-start: 19;
  -ms-grid-row-span: 3;
  grid-row-end: 22; }

.image-gallery .gallery__item--11 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-row: 16;
  grid-row-start: 16;
  -ms-grid-row-span: 6;
  grid-row-end: 22; }

.image-gallery .gallery__item--12 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 19;
  grid-row-start: 19;
  -ms-grid-row-span: 3;
  grid-row-end: 22; }

@media (max-width: 576px) {
  .image-gallery .gallery-container {
    grid-gap: 5px; } }

.timetable h5 {
  text-transform: uppercase; }

.timetable .border-bottom {
  border-bottom: 2px solid rgba(0, 0, 0, 0.6); }

.timetable .col {
  cursor: pointer; }

.timetable .hover:hover {
  background-color: #A2B4B6; }

.sign-up-form label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase; }

.sign-up-form button {
  display: block;
  margin-top: 50px;
  width: 200px;
  padding: 8px 5px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.6);
  outline: none;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  .sign-up-form button:hover {
    color: #fff;
    border: 1px solid #A2B4B6;
    background-color: #A2B4B6; }

.sign-up-form input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  outline: none;
  border-radius: 20px;
  margin: 0 8px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
  .sign-up-form input[type="checkbox"]::before {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #3B5552;
    position: absolute;
    border-radius: 50%;
    top: -1px;
    left: -4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s; }
  .sign-up-form input[type="checkbox"]:checked {
    background-color: rgba(0, 0, 0, 0.6); }
    .sign-up-form input[type="checkbox"]:checked::before {
      left: 18px; }

.sign-up-form .form-input {
  width: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
  outline: none;
  padding: 10px 0;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }
  .sign-up-form .form-input:focus {
    border-bottom-color: #3B5552; }

.sign-up-form .contact-container div {
  position: relative; }

.sign-up-form .contact-form-label {
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition: top .4s ease;
  -o-transition: top .4s ease;
  transition: top .4s ease; }

.sign-up-form .form-input:focus ~ .contact-form-label {
  top: -15px;
  color: #3B5552;
  font-weight: 700; }

.sign-up-form .filled-out {
  top: -15px !important;
  color: #3B5552;
  font-weight: 700; }

.slider .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  max-height: 600px;
  -o-object-fit: contain;
  object-fit: contain; }

.slider .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.slider .rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.slider .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }
