/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \**************************************************************************************************************/
/**
 * Entry point of the SCSS.
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

@font-face {
  font-family: NeogroteskPro-Light;
  src: local(NeogroteskPro-Light), url(/e7bb394a9b340954b6fa.eot?#iefix) format("embedded-opentype"), url(/89845740e9e9f4b84c7a.woff2) format("woff2"), url(/802a2062387ec5c271a4.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: NeogroteskPro;
  src: local(NeogroteskPro-Regular), url(/e89c473495c1a5ef7061.eot?#iefix) format("embedded-opentype"), url(/988f8e2d6a004cddde1b.woff2) format("woff2"), url(/c8c1721a66612e728f0f.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: NeogroteskPro-Bold;
  src: local(NeogroteskPro-Bold), url(/f66d67d071a554b83bd9.eot?#iefix) format("embedded-opentype"), url(/450929069788cf2cde5a.woff2) format("woff2"), url(/402a9bca23b2bb362148.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: NeogroteskSC;
  src: local(NeogroteskSC-Bold), url(/588d9d507b5afca6df89.eot?#iefix) format("embedded-opentype"), url(/9397c300704465308462.woff2) format("woff2"), url(/c8b5f54b7ae88697851a.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
/**
 * Button - one/multiline big buttons, dot buttons.
 */
.button {
  margin: 0;
  padding: 20px 40px;
  background-color: white;
  text-transform: uppercase;
  border: 0;
  border-radius: 3px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 200ms, color 200ms;
}
.button--full-width {
  width: 100%;
}
.button--empty-blue {
  border: 2px solid #2577db;
  background-color: transparent;
  color: #2577db;
}
.button--empty-blue:hover {
  background-color: #2577db;
  color: white;
}
.button--solid-red {
  border: 2px solid #900000;
  background-color: #900000;
  color: white;
}
.button--solid-red:hover {
  background-color: white;
  color: #900000;
}
.button--dot {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 100%;
  padding: 0;
}
.button--dot img {
  width: 20px;
  height: 20px;
}
.button--dot img:nth-child(1) {
  display: block;
}
.button--dot img:nth-child(2) {
  display: none;
}
.button--dot:hover img:nth-child(1) {
  display: none;
}
.button--dot:hover img:nth-child(2) {
  display: block;
}

/**
 * Links 
 */
.buttonlink {
  margin: 0;
  padding: 20px 40px;
  background-color: white;
  text-transform: uppercase;
  border: 0;
  border-radius: 3px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 200ms, color 200ms;
  text-decoration: none;
}
.buttonlink--full-width {
  width: 100%;
}
.buttonlink--empty-blue {
  border: 2px solid #2577db;
  background-color: transparent;
  color: #2577db;
}
.buttonlink--empty-blue:hover {
  background-color: #2577db;
  color: white;
}
.buttonlink--solid-red {
  border: 2px solid #900000;
  background-color: #900000;
  color: white;
}
.buttonlink--solid-red:hover {
  background-color: white;
  color: #900000;
}
.buttonlink--dot {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 100%;
  padding: 0;
}
.buttonlink--dot img {
  width: 20px;
  height: 20px;
}
.buttonlink--dot img:nth-child(1) {
  display: block;
}
.buttonlink--dot img:nth-child(2) {
  display: none;
}
.buttonlink--dot:hover img:nth-child(1) {
  display: none;
}
.buttonlink--dot:hover img:nth-child(2) {
  display: block;
}

/**
 * Typography elements - paragraphs, headers, quotes, etc.
 */
html,
body {
  font-family: NeogroteskPro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  background-color: #0b2442;
  color: white;
  line-height: 1.375;
  font-size: 18px;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.4em;
}

h1 {
  font-size: 60px;
  font-weight: bold;
}

h2 {
  font-size: 40px;
  font-weight: bold;
}

.h-underlined-group h1,
.h-underlined-group h2,
.h-underlined-group h3,
.h-underlined-group h4,
.h-underlined-group h5,
.h-underlined-group h6 {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.h-underlined-group .brush-line {
  margin-top: calc(-15px - 0.4em);
  z-index: 1;
}

.quote {
  position: relative;
}
.quote::before {
  content: "";
  background: url(/9bcaa090bd5f6954a348.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 36px;
  display: block;
  position: absolute;
}
@media (max-width: 991.98px) {
  .quote::before {
    right: 0;
    margin-top: -50px;
  }
}
.quote--tl::before {
  margin-top: -50px;
}
.quote--lt::before {
  margin-left: -70px;
}
.quote--rt::before {
  right: 0;
}

.text--uppercase-highlighted {
  text-transform: uppercase;
  color: #2577db;
}
.text--light {
  font-family: NeogroteskPro-Light, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.text--quote {
  font-size: 30px;
}
.text--gray {
  color: #54667b;
}
.text--subtitle {
  font-size: 1.3em;
}
.text--small {
  font-size: 1em;
}

/**
 * Cards - elements for displaying periodical items or unique windows.
 */
/**
 * Transparent cards with a thin border.
 */
.card-bordered {
  border: 1px solid rgba(84, 102, 123, 0.4);
  padding: 30px;
  text-align: center;
  height: 100%;
}
.card-bordered :last-child {
  margin-bottom: 0;
}

/**
 * Cards with possible overlapped information in bubbles and information or button below. Typically used for items.
 */
.card-bubbled__image {
  position: relative;
}
.card-bubbled__image img {
  max-width: 100%;
}
.card-bubbled__params {
  background-color: #2577db;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-size: 10px;
  position: absolute;
  letter-spacing: 1px;
}
.card-bubbled__params:nth-child(2) {
  bottom: 20px;
  right: 0;
}
.card-bubbled__params:nth-child(3) {
  bottom: 0;
  right: 80px;
}
.card-bubbled__params--danger {
  background-color: #900000;
}
.card-bubbled__name {
  margin-top: 10px;
  color: #e9f1fb;
  font-size: 22px;
}
.card-bubbled__name--title {
  font-weight: bold;
}
.card-bubbled__price {
  color: #2577db;
  font-weight: bold;
  margin-bottom: 10px;
}
.card-bubbled__location, .card-bubbled__exams {
  color: #54667b;
  font-size: 14px;
  position: relative;
  padding-left: 26px;
}
.card-bubbled__location::before, .card-bubbled__exams::before {
  left: 0;
  position: absolute;
  content: "";
  width: 16px;
  height: 20px;
  background-size: contain;
}
.card-bubbled__location::before {
  background-image: url(/b22208ae5a64c80deeee.svg);
}
.card-bubbled__exams::before {
  background-image: url(/b22208ae5a64c80deeee.svg);
}
.card-bubbled__button {
  text-align: center;
  transform: translateY(-50%);
}

.theme-light .card-bubbled__name {
  color: #0b2442;
}
.theme-light .card-bubbled__location::before {
  background-image: url(/9d86ec0d59ee44f99476.svg);
}
.theme-light .card-bubbled__exams::before {
  background-image: url(/9d86ec0d59ee44f99476.svg);
}

/**
 * White card with huge border radius. Typically used for modals.
 */
.card-white {
  position: relative;
  border-radius: 30px;
  background-color: white;
  color: #0b2442;
  padding: 40px;
}
.card-white .input input,
.card-white .input textarea {
  color: #0b2442 !important;
}
.card-white__circle-small-tl {
  position: absolute;
  top: -60px;
}
.card-white__circle-small-rt {
  position: absolute;
  top: 60px;
  right: -60px;
}
.card-white__submit-button {
  display: block;
  margin: 0 auto -74px;
}
.card-white__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background-image: url(/003f7199e637792ce650.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

/**
 * Circles
 */
.circle--small {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 20px solid #2577db;
}

/**
 * Bubbles
 */
.bubble-group img {
  max-width: 100%;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .bubble-group--right img {
    width: calc(100% + 50px);
    margin-right: -50px;
  }
}
@media (min-width: 992px) {
  .bubble-group--left img {
    width: calc(100% + 50px);
    margin-left: -50px;
  }
}
.bubble-group--mah200 img {
  max-height: 200px;
}
.bubble-group--mah400 img {
  max-height: 400px;
}

.bubble-overlap {
  z-index: 10;
  position: relative;
}

.bubble-bg--1 {
  display: flex;
  align-items: center;
  min-height: 300px;
  position: relative;
  background-image: url(/f549e18f2dbcd91a6b0e.png);
  background-repeat: no-repeat;
  background-size: 60% 100%;
  background-position: right 0;
}
@media (max-width: 991.98px) {
  .bubble-bg--1 {
    background-size: 150% calc(100% - 50px);
    background-position: -100px 50px;
  }
}

/**
 * Brush line - Endless responsive line simulating brush.
 */
.brush-line {
  background-image: url(/18b55c1fcfac852d070a.png);
  background-position: -30px;
  height: 30px;
  margin-left: 46px;
  margin-right: 30px;
  position: relative;
  background-size: 100% 90px;
}
.brush-line::before, .brush-line::after {
  content: "";
  background-image: url(/18b55c1fcfac852d070a.png);
  height: 30px;
  position: absolute;
  top: 0;
}
.brush-line::before {
  width: 46px;
  margin-left: -46px;
  left: 0;
}
.brush-line::after {
  background-position: 0 -60px;
  width: 30px;
  margin-right: -30px;
  right: 0;
}
.brush-line--small {
  height: 10px;
  background-size: 100% 30px;
  background-position: -10px;
  margin-left: 15px;
  margin-right: 10px;
}
.brush-line--small::before, .brush-line--small::after {
  background-size: auto 30px;
  height: 10px;
}
.brush-line--small::before {
  width: 15px;
  margin-left: -15px;
}
.brush-line--small::after {
  background-position: 0 -20px;
  width: 10px;
  margin-right: -10px;
}

/**
 * Vertical ordered stepper with counting. Represents a flow of some action.
 */
.flow {
  counter-reset: section;
}
.flow__title {
  font-weight: bold;
}
.flow__title::before {
  counter-increment: section;
  content: counter(section) ".";
  display: inline-block;
  text-align: center;
  color: #900000;
  font-weight: bold;
  width: 40px;
}
.flow__desc {
  color: #54667b;
  padding: 20px 0 20px 40px;
  position: relative;
}
.flow__desc:not(:last-child)::before {
  height: calc(100% - 40px);
  width: 10px;
  position: absolute;
  content: "";
  left: 20px;
  border-left: 2px dashed #54667b;
}

/**
 * Form elements - inputs, areas, etc.
 */
.input--full-width {
  width: 100%;
}
.input--full-width input,
.input--full-width textarea {
  width: 100%;
}
.input span {
  display: block;
  text-transform: uppercase;
}
.input input,
.input textarea {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: white;
  font-weight: 300;
  padding: 5px 10px 15px;
  border-bottom: 2px solid rgba(84, 102, 123, 0.4);
  margin: 0 0 20px;
}
.input input:focus,
.input textarea:focus {
  border-bottom-color: #2577db;
  outline: none;
}
.input textarea {
  border: 2px solid rgba(84, 102, 123, 0.4);
  min-height: 150px;
}

.theme-light .input input,
.theme-light .input textarea {
  color: #0b2442;
}

/**
 * Accordion element.
 */
.details details {
  border-top: 1px solid rgba(84, 102, 123, 0.4);
  position: relative;
  padding-left: 60px;
  font-weight: 200;
}
.details details:last-child {
  border-bottom: 1px solid rgba(84, 102, 123, 0.4);
}
.details details summary {
  padding: 20px 20px 20px 0;
  list-style: none;
  font-family: NeogroteskPro-Bold;
  font-size: 24px;
  color: white;
  font-weight: bold;
  outline: none;
}
.details details summary::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/cb5b42982a87550b507f.svg);
  position: absolute;
  left: 20px;
}
.details details summary::-webkit-details-marker {
  display: none;
}
.details details span {
  font-family: NeogroteskPro-Light;
  font-size: 18px;
  color: white;
  line-height: 30px;
}
.details details span b, .details details span strong {
  font-weight: bold;
}
.details details[open] {
  padding-bottom: 20px;
}
.details details[open] summary::before {
  background-image: url(/9ba83c5c6c074974b1eb.svg);
}

/**
 * Decorators - elements used between sections/containers, can be placed in different positions.
 */
/**
 * Rectangle with vertical waves.
 */
.decorator-waves {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
}
.decorator-waves::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(/30b15a35a856e3e7a98c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50px);
}
@media (min-width: 992px) {
  .decorator-waves::before {
    height: 200px;
    transform: translateY(-100px);
  }
}
.decorator-waves--tl::before {
  background-position: 20% 0;
  transform: translateY(-66.6666666667px);
}
@media (min-width: 992px) {
  .decorator-waves--tl::before {
    transform: translateY(-133.3333333333px);
  }
}
.decorator-waves--tll::before {
  background-position: 0 0;
  transform: translateY(-66.6666666667px);
}
@media (min-width: 992px) {
  .decorator-waves--tll::before {
    transform: translateY(-133.3333333333px);
  }
}
.decorator-waves--tr::before {
  background-position: 80% 0;
  transform: translateY(-66.6666666667px);
}
@media (min-width: 992px) {
  .decorator-waves--tr::before {
    transform: translateY(-133.3333333333px);
  }
}
.decorator-waves--trr::before {
  background-position: 100% 0;
  transform: translateY(-66.6666666667px);
}
@media (min-width: 992px) {
  .decorator-waves--trr::before {
    transform: translateY(-133.3333333333px);
  }
}
.decorator-waves--bll::before {
  background-position: 0 0;
  transform: translateX(200px);
}
@media (min-width: 992px) {
  .decorator-waves--bll::before {
    transform: translateX(133.3333333333px);
  }
}
.decorator-waves--brr::before {
  background-position: 100% 0;
  transform: translateY(-200px);
}
@media (min-width: 992px) {
  .decorator-waves--brr::before {
    transform: translateY(-133.3333333333px);
  }
}

/**
 * Oval with horizontal waves.
 */
.decorator-oval-waves {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
}
.decorator-oval-waves::before {
  content: "";
  display: block;
  width: 112.6048109966px;
  height: 128px;
  background-image: url(/ac09ce8da281e448bef8.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .decorator-oval-waves::before {
    height: 256px;
    width: 225.2096219931px;
  }
}
.decorator-oval-waves--r::before {
  margin-left: 100%;
  transform: translateX(-112.6048109966px);
}
@media (min-width: 992px) {
  .decorator-oval-waves--r::before {
    transform: translateX(-225.2096219931px);
  }
}

/**
 * Big bordered circle.
 */
.decorator-circle {
  width: 100%;
  height: 0;
  z-index: 2;
  position: relative;
}
.decorator-circle::after {
  content: "";
  display: block;
  width: 460px;
  height: 460px;
  border-radius: 100%;
  border: 40px solid #2577db;
}
.decorator-circle--tr::after {
  margin-left: 100%;
  transform: translateX(-460px) translateY(-230px);
}
.decorator-circle--ttr::after {
  margin-left: 100%;
  transform: translateX(-460px) translateY(-460px);
}
.decorator-circle--br::before {
  background-position: 100% 0;
  transform: translateY(-153.3333333333px);
}
@media (min-width: 992px) {
  .decorator-circle--br::before {
    transform: translateY(-306.6666666667px);
  }
}
.decorator-circle--bbr::after {
  margin-left: 100%;
  transform: translateX(-460px);
}

/**
 * Icons.
 */
.icon {
  margin: 0 10px 0 0;
}

/**
 * Tabs.
 */
.tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  height: auto;
  border-bottom: 1px solid rgba(84, 102, 123, 0.4);
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.tabs__label {
  margin: 0 20px;
}
@media (max-width: 991.98px) {
  .tabs__label {
    margin-bottom: 10px;
    text-align: center;
  }
}
.tabs__label .brush-line {
  opacity: 0;
  transform: translateY(50%);
}
.tabs__label.active .brush-line {
  opacity: 1;
}

/**
 * Colored sections with specific paper dividers. Possibility to hide dividers (top/bottom/both).
 */
.section {
  position: relative;
  padding: 150px 0;
}
.section--white {
  background-color: white;
  color: #0b2442;
}
.section--light-blue {
  background-color: #2577db;
}
.section--ice-blue {
  background-color: #e9f1fb;
  color: #0b2442;
}
.section::before, .section::after {
  content: "";
  width: 100%;
  height: 120px;
  background-size: 100% 100%;
  background-position: bottom left;
  display: block;
  position: absolute;
  left: 0;
}
.section::before {
  background-image: url(/7c6a1ad52df9793b6580.png);
  top: 0;
}
.section::after {
  background-image: url(/59fc54705cb8335ab001.png);
  bottom: 0;
}
.section--no-top-divider {
  padding: 30px 0 150px 0;
}
.section--no-top-divider::before {
  display: none;
}
.section--no-bottom-divider {
  padding: 150px 0 30px 0;
}
.section--no-bottom-divider::after {
  display: none;
}
.section--no-both-dividers {
  padding: 0;
}
.section--no-both-dividers::before {
  display: none;
}
.section--no-both-dividers::after {
  display: none;
}

/**
 * Boat Offer page
 */
.boat-offer {
  border: 1px solid rgba(84, 102, 123, 0.4);
  border-left: none;
  border-right: none;
  padding: 20px 0;
  margin: 20px 0;
}
.boat-offer__image img {
  max-width: 150px;
}
.boat-offer__name {
  margin-top: 10px;
  color: #e9f1fb;
  font-size: 22px;
  text-align: center;
}
.boat-offer__duration {
  color: #54667b;
  text-align: center;
}
.boat-offer__price {
  text-align: center;
  color: #2577db;
  font-weight: bold;
  margin-bottom: 10px;
}

.theme-light .boat-offer__name {
  color: #0b2442;
}

/**
 * About Us page
 */
/**
 * Loading indicator
 */
.blazor-loadingindicator-loader-wrapper {
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blazor-loadingindicator-loader {
  margin-right: 2em;
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
  position: relative;
}

.lds-dual-ring div {
  position: absolute;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  border: 0.25em solid #000;
  border-color: #1d3f72 transparent #1d3f72 transparent;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  animation: lds-dual-ring 1s linear infinite;
}

.lds-dual-ring {
  width: 4em !important;
  height: 4em !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

/**
 * Timeline
 */
.intro-photo {
  background-size: cover;
  background-position: top center;
  height: 100vh;
  margin-top: -100px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.intro-photo::after {
  content: "";
  width: 100%;
  height: 120px;
  background-image: url(/59fc54705cb8335ab001.png);
  background-size: 100% 100%;
  background-position: bottom left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.intro-photo__title {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.intro-photo__button {
  z-index: 10;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

/**
 * Navigation
 */
nav {
  z-index: 1;
  font-size: 17px;
  background-color: #0b2442;
}
nav.navbar {
  min-height: 100px;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  nav.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
nav .navbar-brand {
  margin-right: 0;
}
nav .navbar__main {
  min-height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  nav .navbar__main {
    width: auto;
  }
}
@media (min-width: 992px) {
  nav {
    background-color: transparent;
    display: flex;
  }
}
@media (min-width: 992px) {
  nav .nav-item {
    margin-bottom: -20px;
  }
}
nav .nav-item .nav-link {
  color: white;
  position: relative;
}
nav .nav-item .nav-link__user {
  height: 27px;
  margin-top: -5px;
}
nav .nav-item .brush-line {
  display: none;
  margin-bottom: -30px;
}
nav .nav-item:hover .brush-line {
  opacity: 1;
}
@media (min-width: 992px) {
  nav .nav-item .brush-line {
    display: block;
    opacity: 0;
  }
}
nav .navbar-toggler {
  border: 0;
  outline: 0;
}
nav .navbar-toggler:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
nav .navbar-toggler img {
  width: 30px;
  height: 30px;
}

.need-to-know nav {
  font-family: NeogroteskPro-Bold;
  font-size: 24px;
  color: white;
}

.footer {
  background-color: #e9f1fb;
  color: #54667b;
  font-size: 14px;
}
.footer h6 {
  text-transform: uppercase;
  color: #0b2442;
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
.footer__top {
  padding: 30px 0 60px;
}
.footer__bottom {
  border-top: 1px solid rgba(84, 102, 123, 0.4);
  padding: 10px 0;
}
.footer .nav {
  display: block;
}
@media (min-width: 992px) {
  .footer .nav {
    display: flex;
  }
}
.footer .nav-item {
  padding: 2.5px 0;
}
@media (min-width: 992px) {
  .footer .nav-item {
    padding: 10px 15px 10px 0;
  }
}
.footer .nav-link {
  padding: 0;
  color: #54667b;
}
.footer .nav-link:hover {
  text-decoration: underline;
}

.carousel-review {
  color: white;
  height: 170px;
  padding: 0 60px;
}
.carousel-review__name {
  text-transform: uppercase;
  color: #2577db;
}
.carousel-review .carousel-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.carousel-review .carousel-item.prev,
.carousel-review .carousel-item.next,
.carousel-review .carousel-item.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel-review .carousel-control-prev,
.carousel-review .carousel-control-next {
  width: auto;
}

.splide__arrow {
  background: none;
  opacity: 1;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(/0fe4c1b760915656fcb4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.splide__arrow--prev {
  transform: rotate(180deg);
}
/*!********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/site.css ***!
  \********************************************************************/
.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

