.color-default {
  color: #003595 !important;
}

.color-default:hover {
  color: #003595;
  text-decoration: none;
}

.color-black {
  color: #000 !important;
}

.color-black:hover {
  color: #000;
  text-decoration: none;
}

.color-white {
  color: #FFF !important;
}

.color-white:hover {
  color: #FFF;
  text-decoration: none;
}

.color-blue {
  color: #006AD0 !important;
}

.color-blue:hover {
  color: #006AD0;
  text-decoration: none;
}

.color-gold{
  color: #BF993A;
}

.bg-default {
  background-color: #003595 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-blue {
  background-color: #006AD0 !important;
}

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

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

.text-uppercase{
  text-transform: uppercase;
}



@font-face {
  font-family: EuclidCircularA;
  src: url('/fonts/EuclidCircularA/EuclidCircularA-Light.otf');
  font-weight: 300;
}

@font-face {
  font-family: EuclidCircularA;
  src: url('/fonts/EuclidCircularA/EuclidCircularA-Regular.otf');
  font-weight: 400;
}

@font-face {
  font-family: EuclidCircularA;
  src: url('/fonts/EuclidCircularA/EuclidCircularA-RegularItalic.otf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: EuclidCircularA;
  src: url('/fonts/EuclidCircularA/EuclidCircularA-Medium.otf');
  font-weight: 500;
}

@font-face {
  font-family: EuclidCircularA;
  src: url('/fonts/EuclidCircularA/EuclidCircularA-Bold.otf');
  font-weight: 700;
}

html {
  font-family: EuclidCircularA;
  max-width: 100vw;
  font-size: 10px;
}

@media (max-width: 1368px) {
  html {
    font-size: calc((10 / 1368) * 100vw);
  }
}

@media (max-width: 991px) {
  html {
    font-size: calc((15 / 991) * 100vw);
  }
}

@media (max-width: 575px) {
  html {
    font-size: calc((15 / 576) * 100vw);
  }
}

body {
  font-family: EuclidCircularA;
  overflow-x: hidden;
  max-width: 100vw;
  color: #003595;
  padding-top: 8rem;
  background-image: url(../img/bg.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 67.5rem;
  }
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 86rem;
  }
}

@media (min-width: 992px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 120.7rem;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 117.8rem;
  }
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.size-9 {
  font-size: 0.9rem;
}

.size-12 {
  font-size: 1.2rem;
}

.size-14 {
  font-size: 1.4rem;
}

.size-15 {
  font-size: 1.5rem;
}

.size-16 {
  font-size: 1.6rem;
}

.size-18 {
  font-size: 1.8rem;
}

.size-19 {
  font-size: 1.9rem;
}

.size-20 {
  font-size: 2rem;
}

.size-21 {
  font-size: 2.1rem;
}

.size-22 {
  font-size: 2.2rem;
}

.size-24 {
  font-size: 2.4rem;
}

.size-25 {
  font-size: 2.5rem;
}

.size-26 {
  font-size: 2.6rem;
}

.size-27 {
  font-size: 2.7rem;
}

.size-29 {
  font-size: 2.9rem;
}

.size-30 {
  font-size: 3rem;
}

.size-32 {
  font-size: 3.2rem;
}

.size-34 {
  font-size: 3.4rem;
}

.size-35 {
  font-size: 3.5rem;
}

.size-38 {
  font-size: 3.8rem;
}

.size-39 {
  font-size: 3.9rem;
}

.size-40 {
  font-size: 4rem;
}

.size-42 {
  font-size: 4.2rem;
}

.size-45 {
  font-size: 4.5rem;
}

.size-48 {
  font-size: 4.8rem;
}

.size-50 {
  font-size: 5rem;
}

.size-55 {
  font-size: 5.5rem;
}

.size-60 {
  font-size: 6rem;
}

.size-65 {
  font-size: 6.5rem;
}

.size-75 {
  font-size: 7.5rem;
}

.size-80 {
  font-size: 8rem;
}

.size-85 {
  font-size: 8.5rem;
}

.size-90 {
  font-size: 9rem;
}

.size-110 {
  font-size: 11rem;
}

@media (min-width: 576px) {
  .size-sm-9 {
    font-size: 0.9rem;
  }
  .size-sm-12 {
    font-size: 1.2rem;
  }
  .size-sm-14 {
    font-size: 1.4rem;
  }
  .size-sm-15 {
    font-size: 1.5rem;
  }
  .size-sm-16 {
    font-size: 1.6rem;
  }
  .size-sm-18 {
    font-size: 1.8rem;
  }
  .size-sm-19 {
    font-size: 1.9rem;
  }
  .size-sm-20 {
    font-size: 2rem;
  }
  .size-sm-21 {
    font-size: 2.1rem;
  }
  .size-sm-22 {
    font-size: 2.2rem;
  }
  .size-sm-24 {
    font-size: 2.4rem;
  }
  .size-sm-25 {
    font-size: 2.5rem;
  }
  .size-sm-26 {
    font-size: 2.6rem;
  }
  .size-sm-27 {
    font-size: 2.7rem;
  }
  .size-sm-29 {
    font-size: 2.9rem;
  }
  .size-sm-30 {
    font-size: 3rem;
  }
  .size-sm-32 {
    font-size: 3.2rem;
  }
  .size-sm-34 {
    font-size: 3.4rem;
  }
  .size-sm-35 {
    font-size: 3.5rem;
  }
  .size-sm-38 {
    font-size: 3.8rem;
  }
  .size-sm-39 {
    font-size: 3.9rem;
  }
  .size-sm-40 {
    font-size: 4rem;
  }
  .size-sm-42 {
    font-size: 4.2rem;
  }
  .size-sm-45 {
    font-size: 4.5rem;
  }
  .size-sm-48 {
    font-size: 4.8rem;
  }
  .size-sm-50 {
    font-size: 5rem;
  }
  .size-sm-55 {
    font-size: 5.5rem;
  }
  .size-sm-60 {
    font-size: 6rem;
  }
  .size-sm-65 {
    font-size: 6.5rem;
  }
  .size-sm-75 {
    font-size: 7.5rem;
  }
  .size-sm-80 {
    font-size: 8rem;
  }
  .size-sm-85 {
    font-size: 8.5rem;
  }
  .size-sm-90 {
    font-size: 9rem;
  }
  .size-sm-110 {
    font-size: 11rem;
  }
}

@media (min-width: 768px) {
  .size-md-9 {
    font-size: 0.9rem;
  }
  .size-md-12 {
    font-size: 1.2rem;
  }
  .size-md-14 {
    font-size: 1.4rem;
  }
  .size-md-15 {
    font-size: 1.5rem;
  }
  .size-md-16 {
    font-size: 1.6rem;
  }
  .size-md-18 {
    font-size: 1.8rem;
  }
  .size-md-19 {
    font-size: 1.9rem;
  }
  .size-md-20 {
    font-size: 2rem;
  }
  .size-md-21 {
    font-size: 2.1rem;
  }
  .size-md-22 {
    font-size: 2.2rem;
  }
  .size-md-24 {
    font-size: 2.4rem;
  }
  .size-md-25 {
    font-size: 2.5rem;
  }
  .size-md-26 {
    font-size: 2.6rem;
  }
  .size-md-27 {
    font-size: 2.7rem;
  }
  .size-md-29 {
    font-size: 2.9rem;
  }
  .size-md-30 {
    font-size: 3rem;
  }
  .size-md-32 {
    font-size: 3.2rem;
  }
  .size-md-34 {
    font-size: 3.4rem;
  }
  .size-md-35 {
    font-size: 3.5rem;
  }
  .size-md-38 {
    font-size: 3.8rem;
  }
  .size-md-39 {
    font-size: 3.9rem;
  }
  .size-md-40 {
    font-size: 4rem;
  }
  .size-md-42 {
    font-size: 4.2rem;
  }
  .size-md-45 {
    font-size: 4.5rem;
  }
  .size-md-48 {
    font-size: 4.8rem;
  }
  .size-md-50 {
    font-size: 5rem;
  }
  .size-md-55 {
    font-size: 5.5rem;
  }
  .size-md-60 {
    font-size: 6rem;
  }
  .size-md-65 {
    font-size: 6.5rem;
  }
  .size-md-75 {
    font-size: 7.5rem;
  }
  .size-md-80 {
    font-size: 8rem;
  }
  .size-md-85 {
    font-size: 8.5rem;
  }
  .size-md-90 {
    font-size: 9rem;
  }
  .size-md-110 {
    font-size: 11rem;
  }
}

@media (min-width: 992px) {
  .size-lg-9 {
    font-size: 0.9rem;
  }
  .size-lg-12 {
    font-size: 1.2rem;
  }
  .size-lg-14 {
    font-size: 1.4rem;
  }
  .size-lg-15 {
    font-size: 1.5rem;
  }
  .size-lg-16 {
    font-size: 1.6rem;
  }
  .size-lg-18 {
    font-size: 1.8rem;
  }
  .size-lg-19 {
    font-size: 1.9rem;
  }
  .size-lg-20 {
    font-size: 2rem;
  }
  .size-lg-21 {
    font-size: 2.1rem;
  }
  .size-lg-22 {
    font-size: 2.2rem;
  }
  .size-lg-24 {
    font-size: 2.4rem;
  }
  .size-lg-25 {
    font-size: 2.5rem;
  }
  .size-lg-26 {
    font-size: 2.6rem;
  }
  .size-lg-27 {
    font-size: 2.7rem;
  }
  .size-lg-29 {
    font-size: 2.9rem;
  }
  .size-lg-30 {
    font-size: 3rem;
  }
  .size-lg-32 {
    font-size: 3.2rem;
  }
  .size-lg-34 {
    font-size: 3.4rem;
  }
  .size-lg-35 {
    font-size: 3.5rem;
  }
  .size-lg-38 {
    font-size: 3.8rem;
  }
  .size-lg-39 {
    font-size: 3.9rem;
  }
  .size-lg-40 {
    font-size: 4rem;
  }
  .size-lg-42 {
    font-size: 4.2rem;
  }
  .size-lg-45 {
    font-size: 4.5rem;
  }
  .size-lg-48 {
    font-size: 4.8rem;
  }
  .size-lg-50 {
    font-size: 5rem;
  }
  .size-lg-55 {
    font-size: 5.5rem;
  }
  .size-lg-60 {
    font-size: 6rem;
  }
  .size-lg-65 {
    font-size: 6.5rem;
  }
  .size-lg-75 {
    font-size: 7.5rem;
  }
  .size-lg-80 {
    font-size: 8rem;
  }
  .size-lg-85 {
    font-size: 8.5rem;
  }
  .size-lg-90 {
    font-size: 9rem;
  }
  .size-lg-110 {
    font-size: 11rem;
  }
}

@media (min-width: 1200px) {
  .size-xl-9 {
    font-size: 0.9rem;
  }
  .size-xl-12 {
    font-size: 1.2rem;
  }
  .size-xl-14 {
    font-size: 1.4rem;
  }
  .size-xl-15 {
    font-size: 1.5rem;
  }
  .size-xl-16 {
    font-size: 1.6rem;
  }
  .size-xl-18 {
    font-size: 1.8rem;
  }
  .size-xl-19 {
    font-size: 1.9rem;
  }
  .size-xl-20 {
    font-size: 2rem;
  }
  .size-xl-21 {
    font-size: 2.1rem;
  }
  .size-xl-22 {
    font-size: 2.2rem;
  }
  .size-xl-24 {
    font-size: 2.4rem;
  }
  .size-xl-25 {
    font-size: 2.5rem;
  }
  .size-xl-26 {
    font-size: 2.6rem;
  }
  .size-xl-27 {
    font-size: 2.7rem;
  }
  .size-xl-29 {
    font-size: 2.9rem;
  }
  .size-xl-30 {
    font-size: 3rem;
  }
  .size-xl-32 {
    font-size: 3.2rem;
  }
  .size-xl-34 {
    font-size: 3.4rem;
  }
  .size-xl-35 {
    font-size: 3.5rem;
  }
  .size-xl-38 {
    font-size: 3.8rem;
  }
  .size-xl-39 {
    font-size: 3.9rem;
  }
  .size-xl-40 {
    font-size: 4rem;
  }
  .size-xl-42 {
    font-size: 4.2rem;
  }
  .size-xl-45 {
    font-size: 4.5rem;
  }
  .size-xl-48 {
    font-size: 4.8rem;
  }
  .size-xl-50 {
    font-size: 5rem;
  }
  .size-xl-55 {
    font-size: 5.5rem;
  }
  .size-xl-60 {
    font-size: 6rem;
  }
  .size-xl-65 {
    font-size: 6.5rem;
  }
  .size-xl-75 {
    font-size: 7.5rem;
  }
  .size-xl-80 {
    font-size: 8rem;
  }
  .size-xl-85 {
    font-size: 8.5rem;
  }
  .size-xl-90 {
    font-size: 9rem;
  }
  .size-xl-110 {
    font-size: 11rem;
  }
}

.font-ng {
  font-family: niveau-grotesk, sans-serif;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 800;
}

.font-heavy {
  font-weight: 900;
}

.font-italic {
  font-style: italic;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.mb-5rem {
  margin-bottom: 5rem;
}

.mb-6rem {
  margin-bottom: 6rem;
}

.mb-7rem {
  margin-bottom: 7rem;
}

.mb-8rem {
  margin-bottom: 8rem;
}

.mb-9rem {
  margin-bottom: 9rem;
}

.mb-10rem {
  margin-bottom: 10rem;
}

.mb-11rem {
  margin-bottom: 11rem;
}

.mb-12rem {
  margin-bottom: 12rem;
}

.mb-13rem {
  margin-bottom: 13rem;
}

.mb-14rem {
  margin-bottom: 14rem;
}

.mb-15rem {
  margin-bottom: 15rem;
}

.mb-16rem {
  margin-bottom: 16rem;
}

.mb-17rem {
  margin-bottom: 17rem;
}

.mb-18rem {
  margin-bottom: 18rem;
}

.mb-19rem {
  margin-bottom: 19rem;
}

.mb-20rem {
  margin-bottom: 20rem;
}

.mt-1rem {
  margin-top: 1rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mt-3rem {
  margin-top: 3rem;
}

.mt-4rem {
  margin-top: 4rem;
}

.mt-5rem {
  margin-top: 5rem;
}

.mt-6rem {
  margin-top: 6rem;
}

.mt-7rem {
  margin-top: 7rem;
}

.mt-8rem {
  margin-top: 8rem;
}

.mt-9rem {
  margin-top: 9rem;
}

.mt-10rem {
  margin-top: 10rem;
}

.mt-11rem {
  margin-top: 11rem;
}

.mt-12rem {
  margin-top: 12rem;
}

.mt-13rem {
  margin-top: 13rem;
}

.mt-14rem {
  margin-top: 14rem;
}

.mt-15rem {
  margin-top: 15rem;
}

.mt-16rem {
  margin-top: 16rem;
}

.mt-17rem {
  margin-top: 17rem;
}

.mt-18rem {
  margin-top: 18rem;
}

.mt-19rem {
  margin-top: 19rem;
}

.mt-20rem {
  margin-top: 20rem;
}

.ml-1rem {
  margin-left: 1rem;
}

.ml-2rem {
  margin-left: 2rem;
}

.ml-3rem {
  margin-left: 3rem;
}

.ml-4rem {
  margin-left: 4rem;
}

.ml-5rem {
  margin-left: 5rem;
}

.ml-6rem {
  margin-left: 6rem;
}

.ml-7rem {
  margin-left: 7rem;
}

.ml-8rem {
  margin-left: 8rem;
}

.ml-9rem {
  margin-left: 9rem;
}

.ml-10rem {
  margin-left: 10rem;
}

.ml-11rem {
  margin-left: 11rem;
}

.ml-12rem {
  margin-left: 12rem;
}

.ml-13rem {
  margin-left: 13rem;
}

.ml-14rem {
  margin-left: 14rem;
}

.ml-15rem {
  margin-left: 15rem;
}

.ml-16rem {
  margin-left: 16rem;
}

.ml-17rem {
  margin-left: 17rem;
}

.ml-18rem {
  margin-left: 18rem;
}

.ml-19rem {
  margin-left: 19rem;
}

.ml-20rem {
  margin-left: 20rem;
}

.mr-1rem {
  margin-right: 1rem;
}

.mr-2rem {
  margin-right: 2rem;
}

.mr-3rem {
  margin-right: 3rem;
}

.mr-4rem {
  margin-right: 4rem;
}

.mr-5rem {
  margin-right: 5rem;
}

.mr-6rem {
  margin-right: 6rem;
}

.mr-7rem {
  margin-right: 7rem;
}

.mr-8rem {
  margin-right: 8rem;
}

.mr-9rem {
  margin-right: 9rem;
}

.mr-10rem {
  margin-right: 10rem;
}

.mr-11rem {
  margin-right: 11rem;
}

.mr-12rem {
  margin-right: 12rem;
}

.mr-13rem {
  margin-right: 13rem;
}

.mr-14rem {
  margin-right: 14rem;
}

.mr-15rem {
  margin-right: 15rem;
}

.mr-16rem {
  margin-right: 16rem;
}

.mr-17rem {
  margin-right: 17rem;
}

.mr-18rem {
  margin-right: 18rem;
}

.mr-19rem {
  margin-right: 19rem;
}

.mr-20rem {
  margin-right: 20rem;
}

@media screen and (max-width: 991px) {
  .mb-mobile-0rem {
    margin-bottom: 0rem;
  }
  .mb-mobile-1rem {
    margin-bottom: 1rem;
  }
  .mb-mobile-2rem {
    margin-bottom: 2rem;
  }
  .mb-mobile-3rem {
    margin-bottom: 3rem;
  }
  .mb-mobile-4rem {
    margin-bottom: 4rem;
  }
  .mb-mobile-5rem {
    margin-bottom: 5rem;
  }
  .mb-mobile-6rem {
    margin-bottom: 6rem;
  }
  .mb-mobile-7rem {
    margin-bottom: 7rem;
  }
  .mb-mobile-8rem {
    margin-bottom: 8rem;
  }
  .mb-mobile-9rem {
    margin-bottom: 9rem;
  }
  .mb-mobile-10rem {
    margin-bottom: 10rem;
  }
  .mb-mobile-11rem {
    margin-bottom: 11rem;
  }
  .mb-mobile-12rem {
    margin-bottom: 12rem;
  }
  .mb-mobile-13rem {
    margin-bottom: 13rem;
  }
  .mb-mobile-14rem {
    margin-bottom: 14rem;
  }
  .mb-mobile-15rem {
    margin-bottom: 15rem;
  }
  .mb-mobile-16rem {
    margin-bottom: 16rem;
  }
  .mb-mobile-17rem {
    margin-bottom: 17rem;
  }
  .mb-mobile-18rem {
    margin-bottom: 18rem;
  }
  .mb-mobile-19rem {
    margin-bottom: 19rem;
  }
  .mb-mobile-20rem {
    margin-bottom: 20rem;
  }
  .mt-mobile-0rem {
    margin-top: 0rem;
  }
  .mt-mobile-1rem {
    margin-top: 1rem;
  }
  .mt-mobile-2rem {
    margin-top: 2rem;
  }
  .mt-mobile-3rem {
    margin-top: 3rem;
  }
  .mt-mobile-4rem {
    margin-top: 4rem;
  }
  .mt-mobile-5rem {
    margin-top: 5rem;
  }
  .mt-mobile-6rem {
    margin-top: 6rem;
  }
  .mt-mobile-7rem {
    margin-top: 7rem;
  }
  .mt-mobile-8rem {
    margin-top: 8rem;
  }
  .mt-mobile-9rem {
    margin-top: 9rem;
  }
  .mt-mobile-10rem {
    margin-top: 10rem;
  }
  .mt-mobile-11rem {
    margin-top: 11rem;
  }
  .mt-mobile-12rem {
    margin-top: 12rem;
  }
  .mt-mobile-13rem {
    margin-top: 13rem;
  }
  .mt-mobile-14rem {
    margin-top: 14rem;
  }
  .mt-mobile-15rem {
    margin-top: 15rem;
  }
  .mt-mobile-16rem {
    margin-top: 16rem;
  }
  .mt-mobile-17rem {
    margin-top: 17rem;
  }
  .mt-mobile-18rem {
    margin-top: 18rem;
  }
  .mt-mobile-19rem {
    margin-top: 19rem;
  }
  .mt-mobile-20rem {
    margin-top: 20rem;
  }
  .ml-mobile-0rem {
    margin-left: 0rem;
  }
  .ml-mobile-1rem {
    margin-left: 1rem;
  }
  .ml-mobile-2rem {
    margin-left: 2rem;
  }
  .ml-mobile-3rem {
    margin-left: 3rem;
  }
  .ml-mobile-4rem {
    margin-left: 4rem;
  }
  .ml-mobile-5rem {
    margin-left: 5rem;
  }
  .ml-mobile-6rem {
    margin-left: 6rem;
  }
  .ml-mobile-7rem {
    margin-left: 7rem;
  }
  .ml-mobile-8rem {
    margin-left: 8rem;
  }
  .ml-mobile-9rem {
    margin-left: 9rem;
  }
  .ml-mobile-10rem {
    margin-left: 10rem;
  }
  .ml-mobile-11rem {
    margin-left: 11rem;
  }
  .ml-mobile-12rem {
    margin-left: 12rem;
  }
  .ml-mobile-13rem {
    margin-left: 13rem;
  }
  .ml-mobile-14rem {
    margin-left: 14rem;
  }
  .ml-mobile-15rem {
    margin-left: 15rem;
  }
  .ml-mobile-16rem {
    margin-left: 16rem;
  }
  .ml-mobile-17rem {
    margin-left: 17rem;
  }
  .ml-mobile-18rem {
    margin-left: 18rem;
  }
  .ml-mobile-19rem {
    margin-left: 19rem;
  }
  .ml-mobile-20rem {
    margin-left: 20rem;
  }
  .mr-mobile-0rem {
    margin-right: 0rem;
  }
  .mr-mobile-1rem {
    margin-right: 1rem;
  }
  .mr-mobile-2rem {
    margin-right: 2rem;
  }
  .mr-mobile-3rem {
    margin-right: 3rem;
  }
  .mr-mobile-4rem {
    margin-right: 4rem;
  }
  .mr-mobile-5rem {
    margin-right: 5rem;
  }
  .mr-mobile-6rem {
    margin-right: 6rem;
  }
  .mr-mobile-7rem {
    margin-right: 7rem;
  }
  .mr-mobile-8rem {
    margin-right: 8rem;
  }
  .mr-mobile-9rem {
    margin-right: 9rem;
  }
  .mr-mobile-10rem {
    margin-right: 10rem;
  }
  .mr-mobile-11rem {
    margin-right: 11rem;
  }
  .mr-mobile-12rem {
    margin-right: 12rem;
  }
  .mr-mobile-13rem {
    margin-right: 13rem;
  }
  .mr-mobile-14rem {
    margin-right: 14rem;
  }
  .mr-mobile-15rem {
    margin-right: 15rem;
  }
  .mr-mobile-16rem {
    margin-right: 16rem;
  }
  .mr-mobile-17rem {
    margin-right: 17rem;
  }
  .mr-mobile-18rem {
    margin-right: 18rem;
  }
  .mr-mobile-19rem {
    margin-right: 19rem;
  }
  .mr-mobile-20rem {
    margin-right: 20rem;
  }
}

.lh-12 {
  line-height: 1.2em;
}
.lh-10 {
  line-height: 1em;
}





.nav {
  padding: 3rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #FFF;
}

.nav.affix {
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 25px rgba(0, 106, 208, 0.15);
          box-shadow: 0px 3px 25px rgba(0, 106, 208, 0.15);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 1.5rem 0;
}

.nav__logo {
  width: 10rem;
  height: 2.75rem;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.nav__login {
  font-size: 1.2rem;
  color: #003595;
  position: relative;
  padding-right: 2rem;
  font-weight: 600;
}

.nav__login:hover {
  text-decoration: none;
}

.nav__login:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 1.4rem;
  height: 1.5rem;
  background-image: url(../img/login_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav__link {
  font-size: 1.2rem;
  color: #003595;
  padding-right: 2rem;
  margin-right: 3rem;
}

@media screen and (max-width: 991px) {
  .nav__link {
    margin-right: -1rem;
  }
}

img.mw100{
  max-width: 100%;
}

.nav__link:hover {
  text-decoration: none;
}

.container-fluid.container-fluid-mw1920{
  width: 1920px;
  max-width: 90%;
}

footer.footer-aem2019 {
  font-size: 14px;
  text-align: center;
  color: #9b9b9b;
  background: #122338
}

footer.footer-aem2019 .link-logout {
  display: inline-block;
  padding-right: 25px !important;
  background: url(/bundles/app/images/conferences/icon-logout-white.svg) no-repeat !important;
  background-position: right 0px bottom 10px !important;
  background-size: 15.4px 15.39px !important;
  min-height: 16px
}

footer.footer-aem2019 .link-login {
  display: inline-block;
  padding-right: 25px !important;
  background: url(/bundles/app/images/conferences/icon-login-white.svg) no-repeat !important;
  background-position: right 0px bottom 10px !important;
  background-size: 14.31px 15.31px;
  min-height: 16px
}

footer.footer-aem2019 .icon-fb {
  display: inline-block;
  vertical-align: middle;
  max-width: 24px
}

footer.footer-aem2019 .copyright {
  padding: 30px 0 40px;
  text-align: center
}

@media (min-width: 992px) {
  footer.footer-aem2019 .copyright {
      text-align: right
  }
}

footer.footer-aem2019 .delimiter {
  margin: 0 10px
}

footer.footer-aem2019 img.footer-shapes {
  width: 100%
}

footer.footer-aem2019 .nr-nr {
  text-align: center;
  opacity: 0.7;
  font-size: 11px;
  padding-bottom: 10px
}

/*footer.footer-aem2019 .row img {
  padding-top: 36px
}*/

@media (min-width: 992px) {
  footer.footer-aem2019 .row img {
      float: left
  }
}

@media (min-width: 992px) {
  footer.footer-aem2019 .row {
      display: flex
  }
}

footer.footer-aem2019 .navbar-bot.nav li {
  padding: 0 27px
}

footer.footer-aem2019 .navbar-bot.nav li:first-child {
  padding-left: 0
}

footer.footer-aem2019 .navbar-bot.nav li:last-child {
  padding-right: 0
}

@media (max-width: 991px) {
  footer.footer-aem2019 .navbar-bot.nav li {
      padding-left: 0;
      padding-right: 0
  }
}

footer.footer-aem2019 .navbar-bot.nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 37px 0 7px 0
}

footer.footer-aem2019 .navbar-bot.nav a:focus,
footer.footer-aem2019 .navbar-bot.nav a:active,
footer.footer-aem2019 .navbar-bot.nav a:hover {
  background: none
}

footer.footer-aem2019 .navbar-bot.nav a.menu-home {
  display: block;
  background: url(/bundles/app/images/aem2019/icon-home-white.png) no-repeat center center;
  width: 24px;
  min-height: 24px;
  padding: 0;
  margin-top: 33px
}

footer.footer-aem2019 .navbar-bot.nav a.menu-home:focus,
footer.footer-aem2019 .navbar-bot.nav a.menu-home:active,
footer.footer-aem2019 .navbar-bot.nav a.menu-home:hover,
footer.footer-aem2019 .navbar-bot.nav a.menu-home.current {
  background: url(/bundles/app/images/aem2019/icon-home-white.png) no-repeat center center
}

@media (max-width: 991px) {
  footer.footer-aem2019 .navbar-bot.nav a.menu-home {
      margin: 33px auto 0 auto
  }
}

footer.footer-aem2019 .navbar-bot.nav a.dropdown-toggle {
  background: none !important
}

@media (min-width: 992px) {
  footer.footer-aem2019 .navbar-bot {
      float: right
  }
  .t30-footer-text{
    display: inline-block;
    text-align: left;
  }
}

@media (max-width: 479px) {
  footer.footer-aem2019 .delimiter {
      display: none
  }
  footer.footer-aem2019 .copyright {
      padding: 40px 0
  }
  footer.footer-aem2019 .copyright a {
      display: block
  }
  footer.footer-aem2019 .icon-fb {
      display: block;
      margin: 10px auto
  }
}

footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  position: relative;
  overflow: hidden;
  margin-top: 15px
}

footer:before,
footer:after {
  content: "";
  position: absolute;
  bottom: 10px;
  z-index: 2
}

footer:before {
  left: 9px;
  width: 273px;
  height: 47px;
  background: url("/bundles/app/images/footer/footer-shape-left.png") no-repeat
}

footer:after {
  right: 9px;
  width: 273px;
  height: 123px;
  background: url("/bundles/app/images/footer/footer-shape-right.png") no-repeat
}

footer .footer-bg {
  position: absolute;
  width: 110%;
  height: 100%;
  background: #002F74;
  left: -5%;
  top: 0;
  transform: rotate(-3deg);
  transform-origin: bottom right;
  pointer-events: none
}

footer>.container {
  position: relative;
  z-index: 3
}

footer .delimiter {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 29px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 40px;
  border-radius: 10px
}

footer a {
  color: rgba(255, 255, 255, 0.5) !important
}

footer .footer-logo {
  display: inline-block;
  vertical-align: middle;
  width: 65.081px;
  height: 17.786px;
  margin-right: 50px
}

footer .copyright {
  display: inline-block;
  vertical-align: middle
}

footer .nr-nr {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 1500px) {
  footer:before {
      left: -90px
  }
  footer:after {
      right: -90px
  }
}

@media (max-width: 1300px) {
  footer:before,
  footer:after {
      content: none
  }
}

@media (max-width: 991px) {
  footer {
      text-align: center;
      padding-top: 80px;
      padding-bottom: 15px
  }
  footer .container>* {
      display: block;
      margin: 0 auto 10px auto
  }
  footer .delimiter {
      display: none
  }
}

@media (max-width: 359px) {
  footer {
      font-size: 13px
  }
}


#hoverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002F74;
  opacity: 0.9;
  z-index: 998;
}

#hmonit {
  display: none;
  background: #FFF;
  padding: 35px 10% 4% 10%;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 103, 255, 0.28);
          box-shadow: 0 0 25px 0 rgba(0, 103, 255, 0.28);
  font-size: 17px;
  line-height: 1.5em;
  color: #002F74;
  border-radius: 20px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#hmonit .heading {
  font-size: 28px;
  color: #009CDD;
  margin-bottom: 45px;
  font-weight: bold;
  text-transform: uppercase;
}

#hmonit .button-container {
  margin-top: 40px;
}

#hmonit .button-container .button {
  min-width: 150px;
}

#hmonit .btn-close-monit {
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 25px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #009cdd;
  background: linear-gradient(135deg, #009cdd 0%, #57cdff 100%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#hmonit .btn-close-monit:hover {
  opacity: 0.9;
}

#hmonit .btn-close-monit i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/bundles/app/images/main/white-x.png) no-repeat center center;
}

.button.btn-blue {
  color: #FFF;
  background: #009cdd;
  background: -webkit-gradient(linear, left top, right top, from(#009cdd), color-stop(50%, #57cdff), to(#009cdd));
  background: linear-gradient(to right, #009cdd 0%, #57cdff 50%, #009cdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cdd', endColorstr='#009cdd', GradientType=1) !important;
  background-size: 200%;
}

#hmonit .button-container .button {
  min-width: 150px;
}

#hmonit .button-container .button {
  min-width: 150px;
}

.button.btn-blue {
  color: #FFF;
  background: #009cdd;
  background: -webkit-gradient(linear, left top, right top, from(#009cdd), color-stop(50%, #57cdff), to(#009cdd));
  background: linear-gradient(to right, #009cdd 0%, #57cdff 50%, #009cdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cdd', endColorstr='#009cdd', GradientType=1) !important;
  background-size: 200%;
}

.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #FFF;
  color: #002F74;
  position: relative;
  padding: 14px 27px 15px 27px;
  border-radius: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.modal-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.5);
}

.modal-popup-overlay .modal-center {
  background: #fff;
  border: 1px solid #002F74;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.modal-popup-overlay .modal-center .modal-info {
  color: #002F74;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 4.1rem;
}



.t30-bkg{
  background-image: url('/total30_assets/img/t30-bkg.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

.t30-absolute-img{
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  height: auto;
  max-width: 90%;
  width: 1812px;
  left: 50%;
  transform: translateX(-50%);
}

header.t30-bkg{
  padding: 10rem 0 13rem;
}

.t30-video-container{
  width:100%;
  padding-bottom: 56.5%;
  position: relative;
}

.t30-video-container video{
  position: absolute;
  height: 100%;
  width: 100%;
}


.register{
  background: rgb(30,48,78);
  background: linear-gradient(180deg, rgba(30,48,78,1) 0%, rgba(31,50,80,1) 35%, rgba(32,49,79,1) 100%);
  position: relative;
  padding-bottom: 10rem;
}

.t30-register-bkg-1{
  width: 1410px;
  max-width: 100%;
  background: #293E64;
  position: absolute;
  border-radius: 4rem 4rem 0 0;
  top: -6rem;
  height: calc(100% + 6rem);
  left: 50%;
  transform: translateX(-50%);
}

.t30-register-bkg-2{
  width: 1920px;
  max-width: 100%;
  height: 100%;
  background-image: url(/total30_assets/img/t30-footer-bkg-2.png);
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}


@media (max-width: 991px) {
  header.t30-bkg{
    padding: 3rem 0 6rem;
  }

  .t30-absolute-img{
    bottom: 7rem;
  }
}

.t30-btn{
  font-size: 1.8rem;
  color: #203351;
  border:    2px solid #A48A49;
  background-color: #FFF;
  padding: 1.2rem 2.4rem;
  border-radius: 70px;
  display: inline-block;
  font-weight: 300;
  text-align: center;
  transition: all .4s ease;
}

.t30-btn.t30-btn-inactive{
  cursor: not-allowed;
  opacity: 0.6;
}

.t30-btn:hover,
.t30-btn.active{
  background-color: #A48A49;
  transition: all .4s ease;
  color: #FFF;
  text-decoration: none;
}

.t30-btn:focus{
  outline: none;
}
  
.t30-btn-gold{
  border: 0;
  background: rgb(164,138,73);
  background: linear-gradient(90deg, rgb(164,138,73) 0%,rgb(164,138,73) 50%, rgba(223,201,141,1) 100%);
  color: #FFF;
  background-size: 200% 100%;
  background-position: 50% center;
}
.t30-btn-gold:hover,
.t30-btn-gold.active{
    transition: all .4s ease;
    background-position: 0% center;
}


.t30-input,
.t30-step-3 .form-control,
.t30-step-4 .form-control {
  width: 570px;
  max-width: 100%;
  border-radius: 10px;
  background-color: #FFF;
  outline: none;
  border: none;
  font-size: 1.6rem;
  color: #003595;
  padding: 1rem 2rem;
  height: auto;
}

.t30-input + label,
.t30-step-3 .control-label,
.t30-step-4 .control-label {
  font-size: 1.6rem;
  color: white;
  margin-bottom: 1rem;
}

.t30-input--smaller,
.t30-step-3 .form-control{
  width: 370px;
}

.t30-checkbox.has-error + label {
  color: red;
}

.form-group.has-error label {
  color: red;
}

.t30-checkbox.has-error + label:before {
  outline-style: solid;
  outline-color: red;
  outline-width: 1px;
}

.t30-checkbox + label {
  display: block;
  margin: 0.2rem;
  cursor: pointer;
  padding: 0.2rem;
  font-size: 1.2rem;
  color: #FFF;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}

.t30-checkbox {
  display: none;
}

.t30-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 4px;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 3rem;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #FFF;
}

.t30-checkbox:checked + label:before {
  color: #fff;
  background-image: url(../img/checkmark.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.t30-checkbox:disabled + label:before {
  border-color: #aaa;
}

.t30-checkbox:checked:disabled + label:before {
  background-color: #bfb;
  border-color: #bfb;
}

.t30-checkbox-grey.has-error + label {
  color: red;
}

.t30-checkbox-grey.has-error + label:before {
  outline-style: solid;
  outline-color: red;
  outline-width: 1px;
}

.t30-checkbox-grey + label {
  display: block;
  margin: 0.2rem;
  cursor: pointer;
  padding: 0.2rem;
  font-size: 1.2rem;
  color: #000;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}

.t30-checkbox-grey {
  display: none;
}

.t30-checkbox-grey + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 4px;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 3rem;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #FFF;
  border: 2px solid #003595;
}

.t30-checkbox-grey:checked + label:before {
  color: #fff;
  background-image: url(../img/checkmark.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.t30-checkbox-grey:disabled + label:before {
  border-color: #aaa;
}

.t30-checkbox-grey:checked:disabled + label:before {
  background-color: #bfb;
  border-color: #bfb;
}

.tup{
  padding: 20rem 0;
  background-image: url('/total30_assets/img/tup-bkg.png');
  background-position: center;
  background-size: cover;
}

#page-total30Konferencja .t30-info{
  background: rgb(30,48,78);
  background: linear-gradient(
180deg, rgba(30,48,78,1) 0%, rgba(31,50,80,1) 35%, rgba(32,49,79,1) 100%);
  position: relative;
}

.t30-agenda-header{
  margin-top: -10.5rem;
  color: #FFF;
  font-size: 3rem;
}

table.t30-agenda-table{
  width: 100%;
}

table.t30-agenda-table td,
table.t30-agenda-table th{
  font-size: 1.8rem;
  padding: 1.2rem;
}

table.t30-agenda-table td{
  font-weight: 400;
  padding: 1.8rem 1.2rem;
  color: #203355;
}

table.t30-agenda-table thead{
  background: #BF993A;
}

table.t30-agenda-table thead th{
  color: #FFF;
  font-weight: 500;
}

table.t30-agenda-table tbody tr{
  background: #FFF;
}

table.t30-agenda-table tbody tr:nth-child(even){
  background: #E4F1FF;
}

table.t30-agenda-table tbody tr td:nth-child(2){
  color: #003595;
}

#t30-map{
  width: 100%;
  height: 65rem;
  margin-top: 5rem;
  border-radius: 20px;
}

#page-total30Konferencja #dojazd{
  padding-bottom: 10rem;
}

#page-total30Konferencja #dojazd .col-lg-7{
  position: relative;
}

#page-total30Konferencja #dojazd .dojazd-img{
  position: absolute; top: 0;
  right: 30px;
  width: 70%;
  transform: translateY(-30%);
}

#page-total30Konferencja #dojazd .col-lg-5{
  padding-left: 7rem;
}

.t30-prelegenci-container{
  background: #293E64;
  padding: 4rem 12rem 5rem;
  border-radius: 5rem;
}

.prelegenci-T30-online .t30-prelegenci-container{
  border-radius: 5rem 5rem 0 0;
}

.t30-prelegent{
  padding: 0 7rem;
  color: #FFF;
}

.prelegent-description{
  margin-top: 3rem;
}

.t30-prelegent .prelegent-header{
  font-size: 3rem;
  color: #FFF;
  text-align: center;
  height: 8rem;
}

.t30-prelegent .prelegent-image{
  text-align: center;
  padding: 2rem 10%;
}

.t30-prelegent .prelegent-image img{
  display: inline-block;
  width: 100%;
}

#carousel-t30-prelegenci .slick-prev{
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
  border-radius: 50%;
  border: 0;
  box-shadow: 0 0 2rem #2d4b85;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../img/sa-left.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 12vw;
  left: -4rem;
}

#carousel-t30-prelegenci .slick-next{
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
  border-radius: 50%;
  border: 0;
  box-shadow: 0 0 2rem #2d4b85;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../img/sa-right.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 12vw;
  right: -4rem;
}

.agenda-table-container{
  max-height: 35rem;
  overflow:hidden;
  transition: all .4s ease;
}

.agenda-table-container.expanded{
  max-height: 500vh;
}

.js-btn-agenda{
  padding-right: 6rem;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.js-btn-agenda:after{
  content: '';
  position: absolute;
  height: 3.4rem;
  width: 3.4rem;
  background-image: url(../img/btn-arrow.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all .4s ease;
}

.js-btn-agenda.expanded:after{
  transform: translateY(-50%) rotate(0deg);
}

@media (max-width: 1600px) {
  .t30-prelegent{
    padding: 0 4rem;
  }
}

@media (max-width: 1200px) {
  .t30-prelegent{
    padding: 0 3rem;
  }
}

@media (max-width: 991px) {
  #carousel-t30-prelegenci .slick-prev,
  #carousel-t30-prelegenci .slick-next{
    top: 25vw;
  }

  .t30-prelegent{
    padding: 0 1rem;
  }

  .t30-prelegenci-container{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .t30-prelegent .prelegent-header{
    font-size: 2rem;
  }

  #agenda .row .col-lg-6:nth-child(2) .t30-agenda-header{
    margin-top: 5rem;
  }

  #page-total30Konferencja #dojazd .col-lg-5{
    padding-left: 0;
  }

  #page-total30Konferencja #dojazd .col-lg-7{
    margin-top: 5rem;
  }

  .agenda-table-container{
    max-height: none;
  }

  .js-btn-agenda{
    display: none;
  }
}

@media (max-width: 640px) {
  #carousel-t30-prelegenci .slick-prev,
  #carousel-t30-prelegenci .slick-next{
    top: 46vw;
  }

  table.t30-agenda-table td, table.t30-agenda-table th {
    font-size: 1.2rem;
    padding: 1rem;
  }
}
