/* general variables */

:root {
  --spacing-unit: 40px;
  --margin-unit: 20px;
  --color-primary: #EA4949;
  --color-primary-hover: #d92f2f;
  --color-primary-light: #f15757;
  --color-primary-light-ico: #EA4949;
  --color-success: #00bb4b;
  --color-error: #f3005d;
  --color-bg: #00435E;
  --color-bg-odd: #002636;
  --color-bg-invert: #ffffff;
  --color-text: #ffffff;
  --color-text-invert: #000000;
  --font-sans: 'SourceSans', sans-serif;
  --font-serif: 'Blockletter', sans-serif;
  --transition: all 0.3s;
  --transition-slow: all 0.3s;
}


@font-face {
    font-family: 'Blockletter';
    src: url('Blockletter.otf') format('truetype');
}

@font-face {
    font-family: 'SourceSans';
    src: url('SourceSans.otf') format('opentype');
}

body {
  font-family: var(--font-sans);
  overflow-x: hidden; /* Prevents horizontal scrolling */
}

/* utilities */

html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  background: var(--color-bg);
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.fullheight {
  height: 100%;
}

.center-items {
  display: flex;
  align-items: center;
}

.big-text {
  font-size: 1.3rem;
  font-weight: 200;
  margin: 0;
}

.h-33 {
  height: 33%;
}

.h-40 {
  height: 40%;
}

.h-90 {
  height: 90%;
}

.minh-100 {
  min-height: 100%;
}

.mw-500px {
  max-width: 500px;
}

.mw-650px {
  max-width: 650px;
}

.mw-750px {
  max-width: 750px;
}

.mw-900px {
  max-width: 900px;
}

.display-1 {
  font-size: 7rem;
  font-weight: 800;
  font-family: var(--font-serif);
}

.display-2 {
  font-size: 5.5rem;
  font-family: var(--font-serif);
  font-weight: 800;
}

.display-3 {
  font-size: 5rem;
  font-family: var(--font-serif);
  font-weight: 800;
}

.display-4 {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 800;
}

.display-5 {
  font-family: var(--font-serif);
  font-size: 2.85rem;
  font-weight: 800;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.4;
}

.display-7 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
}

.color-white,
.color-white:hover {
  color: #ffffff;
}

.color-success {
  color: var(--color-success);
}

.color-pos {
  color: var(--color-success);
}

.color-neg {
  color: var(--color-error);
}

.step-nr {
  vertical-align: 2px;
  margin-right: 10px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
}

a {
  color: var(--color-primary);
}

a:hover {
  color: var(--color-primary-hover);
}

@media (max-width: 575px) {
  .display-1 {
    font-size: 5rem;
  }
  .display-2 {
    font-size: 4.5rem;
  }
  .display-3 {
    font-size: 3.5rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }
  .display-5 {
    font-size: 2rem;
  }
  .display-6 {
    font-size: 1.6rem;
  }
  .display-7 {
    font-size: 1.3rem;
  }
}

@media (max-width: 510px){
  .nav-sticky{
    margin-right: -25px !important;
  }
  .navbar-brand{
    margin-right: 0 !important;
  }
  .navbar-brand img{
    height: 50px !important;
  }
  .nav-sticky .btn{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 575px) {
  .component-detail img{
    padding: 10px;
    border-radius: 10px;
  }
  .h-xs-33 {
    height: 33%;
  }
  .h-xs-40 {
    height: 40%;
  }
  .h-xs-80 {
    height: 80%;
  }
  .h-xs-90 {
    height: 90%;
  }
}

@media (min-width: 576px) {
  .h-sm-33 {
    height: 33%;
  }
  .h-sm-40 {
    height: 40%;
  }
  .h-sm-80 {
    height: 80%;
  }
  .h-sm-90 {
    height: 90%;
  }
  .resize-font {
    font-size: var(--resize-sm, 100%)
  }
}

@media (min-width: 768px) {
  .h-md-33 {
    height: 33%;
  }
  .h-md-40 {
    height: 40%;
  }
  .h-md-80 {
    height: 80%;
  }
  .h-md-90 {
    height: 90%;
  }
}

@media (min-width: 992px) {
  .h-lg-33 {
    height: 33%;
  }
  .h-lg-40 {
    height: 40%;
  }
  .h-lg-80 {
    height: 80%;
  }
  .h-lg-90 {
    height: 90%;
  }
}

@media (min-width: 1200px) {
  .h-xl-33 {
    height: 33%;
  }
  .h-xl-40 {
    height: 40%;
  }
  .h-xl-80 {
    height: 80%;
  }
  .h-xl-90 {
    height: 90%;
  }
}

@media (max-width: 575px) {
  .resize-font {
    font-size: var(--resize-xs, 100%)
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .resize-font {
    font-size: var(--resize-sm, 100%)
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .resize-font {
    font-size: var(--resize-md, 100%)
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .resize-font {
    font-size: var(--resize-lg, 100%)
  }
}

@media (min-width: 1200px) {
  .resize-font {
    font-size: var(--resize-xl, 100%)
  }
}

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

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

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

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

.container{
  padding: 0 var(--margin-unit);
  max-width: none;
}

/* navigation */

.navbar {
  padding: 15px 0;
}

.navbar.moving-nav {
  padding: 0px 0
}

.navbar .container{
  padding: 0 calc(var(--margin-unit) * 2.5);
}

.navbar-dark {
  transition: var(--transition-slow);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: var(--spacing-unit);
}

.moving-nav .center-under-lg {
  display: inline-block;
}

.moving-nav{
  margin-top: 0px !important;
}

.navbar-dark .navbar-toggler {
  border: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin: 0 -5px 0 10px;
  border-radius: 100px;
  width: 42px;
  height: 42px;
}

.nav-sticky{
  padding: 5px 20px 5px 5px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  z-index: 1002;
  margin-right: -15px;
}

.moving-nav .nav-sticky{
  background: rgba(0,0,0,.7);
}

.navbar .navbar-toggler .ico {
  margin-left: -3px;
  vertical-align: 4px;
  color: #ffffff;
}

.navbar-nav {
  font-size: 1rem;
  font-weight: 500;
}

.nav-logo-name {
  margin-left: 10px;
  vertical-align: middle;
}

.nav-item.btn{
  margin-left: 5px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-icon {
    width: 25px;
    text-align: right;
    margin-top: 9px;
}

.menu-icon, .menu-icon:after {
    display: inline-block;
    height: 2px;
    background: #fff;
    position: relative;
}

.menu-icon:after {
    content: "";
    width: 18px;
    top: -2px;
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    padding-top: 50px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
  }
  .navbar-dark .navbar-nav {
    padding: 30px 20px 20px;
  }
  .navbar-dark .navbar-nav .nav-link {
    margin-bottom: 15px;
  }
  .navbar-dark .navbar-nav .nav-link:last-child {
    margin-bottom: 0px;
  }
  .s-footer .col-md-4 {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

/* section block */

.section-block{
  padding: calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 0.75) ;
  border-radius: 40px;
  margin-top: calc(var(--spacing-unit) / 2);
}

.section-text{
  margin-bottom: 50px;
}

#top.section-block{
  padding-top: calc(var(--spacing-unit) * 3)
}
.block-compact {
  padding: calc(var(--spacing-unit) * 1) 0;
}

.section-block .container::after {
  content: '';
  clear: both;
  display: block;
}

.block-invert {
  background: var(--color-bg-invert);
  color: var(--color-text-invert);
}

.block-primary{
  background: var(--color-primary);
}

.block-card{
  background: var(--color-bg-odd);
  padding: calc(var(--spacing-unit)) 10px !important;
}

.block-card-inset{
  padding: 0 0 20px !important;
  border-radius: 40px 40px;
  background: #000;
}

.block-overlay{
  margin: -80px 20px 0;
  border-radius: 30px;
}
.dark-layer {
  background: rgba(19, 20, 29, 0.7)
}

.text-muted {
  color: var(--color-text) !important;
  opacity: 0.7
}

.block-invert .text-muted {
  color: var(--color-text--invert) !important;
  opacity: 0.7
}

.block-invert a:not(.btn) {
  color: var(--color-text-invert);
  text-decoration: underline;
}

.block-invert a:not(.btn):hover {
  color: var(--color-primary-light);
}

.block-gradient {
  background: linear-gradient(-129deg, #06B895 0%, #00B9E5 100%) !important;
  color: var(--color-text-invert);
}

.block-odd {
  background: var(--color-bg-odd);
}

.block-img {
  background-size: cover;
  background-position: center center;
}

.block-img .block-invert {
  background: rgba(19, 20, 29, 0.7)
}

.full-media{
  display: flex;
  padding: 0 !important;
  overflow: hidden;
  flex-direction: column;
}
.full-media .section-text{
  margin: 0;
  padding: calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 0.75) ;
}
.full-media .section-media{
  margin: 0;
}
.map-responsive, .map-responsive iframe{
  height: 400px;
}

.block-feature {
  margin-bottom: calc(var(--spacing-unit) * 2);
  margin-top: calc(var(--spacing-unit) * var(--block-top));
  max-width: 100%;
}

.block-feature-margin {
  margin-left: 10px;
  margin-right: 10px;
  max-width: calc(100% - 20px)
}

div.block-feature {
  padding: 40px 10px;
  font-size: 1.5rem;
  border-radius: 7px;
  margin-bottom: var(--spacing-unit);
}

@media (min-width: 768px) {
  .block-feature {
    float: var(--block-float, right);
    width: var(--block-width, 50%);
    margin-top: calc(var(--spacing-unit) * var(--block-top));
  }
  .block-feature-margin {
    margin-left: 40px;
    margin-right: 40px;
  }
  div.block-feature {
    padding: 100px 50px;
  }
}

@media (min-width: 992px) {
  .block-feature {
    margin-top: calc(var(--spacing-unit) * var(--block-top) * 2.5);
  }
}

/* footer */

.s-footer {
  font-size: 0.9rem;
}

.footer-brand{
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-nav{
  padding: 0 0 60px;
}

.footer-nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav ul li{
  margin-right: 20px;
  display: inline-block;
}

.footer-nav>ul>li>a {
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 0px;
  margin: 5px 0;
  position: relative;
}

.footer-nav a {
  color: var(--color-text);
}

.privacy_terms{
  opacity: .7;
}

.s-footer .social-links-big {
  margin-bottom: 40px;
}

.social-links-big li {
  margin: 0 10px;
}

.social-links-big li a {
  font-size: 30px;
}

.block-invert .social-links-big li a:hover {
  color: var(--color-primary-light-ico);
}

.copyright{
  padding: 10px 0;
}

.copyright .ico {
  vertical-align: -6px;
}

.footer-logo {
  height: 80px;
  margin-right: 40px;
}

/* news letter */

.newsletter-form {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.newsletter-form input {
  margin: 0 0 10px;
}

@media (min-width: 576px) {
  .newsletter-form {
    flex-direction: row;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter-form input {
    margin: 0 20px 0 0;
  }
}

.news-bar {
  padding: 20px 10px;
}

.news-bar a {
  font-size: 20px;
  text-decoration: none !important;
  transition: var(--transition);
  display: block;
  line-height: 1.5;
}

.news-bar a:hover {
  opacity: 0.7;
  margin-left: 7px;
  margin-right: -7px;
}

.news-bar a .ico {
  vertical-align: -5px;
}

.text-lg{
  font-size: 1.25rem;
}

.text-md {
  font-size: 1.1rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.component-image h3{
  word-wrap: break-word;
}

.component-images{
  position:relative;
  align-self: flex-start;
}

.component-images img{
  position: absolute;
}

.component-image{
  background: #ffffff;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 20px 60px 0 rgba(0,0,0,.2);
}

.component-images .c-graph{
  width: 100%;
  position: relative;
}

.component-images .c-table{
  width: 80%;
  right: -10%;
  top: 70%;
  border-radius: 20px;
  padding: 20px;
}

.component-images .c-map{
  width: 30%;
  padding: 5px;
  left: -10%;
  top: 50%;
  border-radius: 15px;
}

.component-images .c-calendar{
  width: 50%;
  right: -10%;
  top: -20%;
  padding: 20px;
  border-radius: 20px;
}

.component-detail img{
  width: 100%;
}

.tab-buttons button{
  margin: 0 10px 10px 0;
  font-weight: bold;
}

.tab-content {
    display: none;
    margin-top: 50px;
}
.tab-content.active {
    display: block;
}

/* FAQ Accordion styles */
.faq-item {
    margin-bottom: 20px;
}
.faq-question {
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: var(--color-bg);
}
.faq-question:before {
    content: '';
    width: 30px;
    height: 5px;
    border-radius: 10px;
    background: red;
    display: inline-block;
    margin: 0px 20px 0 0;
}
.faq-question.active:before {
    content: '';
    width: 30px;
    height: 5px;
    border-radius: 10px;
    background: red;
    display: inline-block;
    margin: 0px 20px 0 0;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 1.3rem;
}
.faq-answer.active {
    background: #ffffff;
    padding: 40px 40px;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 20px 60px 0 rgba(0,0,0,.2);
    max-height: 1500px;
}

.form-group{
  margin-bottom: 40px;
  max-width: 500px;
  font-size: 1.2rem;
}

.form-group label{
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-group input{
  display: block;
  width: 100%;
  border: 0;
  background: #EEF2F4;
  border-radius: 9px;
  padding: 10px 20px;
}

.toast-message{
  background: #626262;
  border-radius: 9px;
  padding: 10px 20px;
  margin-bottom: 40px;
  color: #ffffff;
  max-width: 500px;
  font-size: 1.2rem;
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
}
.toast-error{
  background: #e20026;
}
.toast-success{
  background: #00bb4b;
}

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002636cf;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    z-index: 9;
    display: none;
    justify-content:flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-weight: bold;
    padding: 60px 40px 40px;
    overflow: auto;
}

.fullscreen-menu.active {
    display: flex;
}

.fullscreen-menu-logo img{
  height: 80px;
  margin: 100px 0 0;
}

.fullscreen-menu ul{
  margin: 40px 0;
  padding: 0;
  font-size: 1.6rem;
}

.fullscreen-menu li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.fullscreen-menu a{
  text-decoration: none;
}

.fullscreen-menu .privacy_terms{
  font-size: 1.3rem;
}
.fullscreen-menu .privacy_terms a{
  color: #ffffff;
}
/* Example: transform hamburger to X 
#menuToggle.is-active .menu-icon.ico {
    
    background: transparent;
}

#menuToggle.is-active .menu-icon.ico::before {
    transform: rotate(45deg);
    top: 0;
}

#menuToggle.is-active .menu-icon.ico::after {
    transform: rotate(-45deg);
    bottom: 0;
}
    */

@media (min-width: 992px) {
  .big-text {
    font-size: 1.7rem;
  }

  .section-block{
    padding: calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 2);
    margin-top: 50px;
  }

  .block-overlay{
    margin-top: -80px;
    border-radius: 25px;
  }

  .navbar .container{
    padding: 0 calc(var(--spacing-unit) * 2.5);
  }

  .navbar-dark {
    margin-top: 80px;
  }

  .section-text{
    margin-bottom: 0;
    width: 40%;
  }
  .section-media{
    width: 55%;
  }
  .text-with-media{
    display: flex;
    justify-content: space-between;
  }
  .text-with-media.tab-content{
    display: none;
  }
  .tab-content.active{
    display: flex;
  }

  .component-images .c-table{
    width: 80%;
    right: -10%;
    top: 120%;
  }

  .component-images .c-map{
    width: 45%;
    padding: 10px;
    left: -10%;
    top: 110%;
  }

  .component-images .c-calendar{
    width: 60%;
    right: -20%;
    top: 40%;
  }

  .component-image h3{
    font-family: 'Blockletter';
  }

  .component-detail img{
    width: 125% !important;
  }

  .component-detail .c-dialog{
    width: 90% !important;
  }

  .component-detail .c-calendar{
    width: 100% !important;
  }
  .full-media{
    flex-direction: row;
  }
  .full-media .section-text{
    width: 50%;
    padding: calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 2) ;
  }
  .full-media .section-media{
    width: 50%;
  }
  .map-responsive, .map-responsive iframe{
    height: 100%;
  }

  .s-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-nav{
    text-align: right;
    padding: 60px 0;
  }

  .footer-nav ul li{
    margin-right: 0;
    display: inline-block;
    margin-left: 20px;
  }
}

@media (min-width: 1200px){
  .container{max-width: 1200px}
}