@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./vendor/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./vendor/slick/fonts/slick.eot");
  src: url("./vendor/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./vendor/slick/fonts/slick.woff") format("woff"), url("./vendor/slick/fonts/slick.ttf") format("truetype"), url("./vendor/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* fira-sans-300italic - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/fira-sans-v11-latin-300italic.woff2") format("woff2"), url("../fonts/fira-sans-v11-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-300 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/fira-sans-v11-latin-300.woff2") format("woff2"), url("../fonts/fira-sans-v11-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-regular - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/fira-sans-v11-latin-regular.woff2") format("woff2"), url("../fonts/fira-sans-v11-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-500 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/fira-sans-v11-latin-500.woff2") format("woff2"), url("../fonts/fira-sans-v11-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-italic - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/fira-sans-v11-latin-italic.woff2") format("woff2"), url("../fonts/fira-sans-v11-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/open-sans-v20-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/open-sans-v20-latin-300italic.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("../fonts/open-sans-v20-latin-600italic.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #1F365E;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #F5C456;
  --bs-green: #408600;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: white;
  --bs-gray: #646472;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #EBEFF7;
  --bs-gray-300: #DDDDDD;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #646472;
  --bs-gray-700: #52525F;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1F365E;
  --bs-secondary: #646472;
  --bs-success: #408600;
  --bs-info: #17a2b8;
  --bs-warning: #F5C456;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 31, 54, 94;
  --bs-secondary-rgb: 100, 100, 114;
  --bs-success-rgb: 64, 134, 0;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 245, 196, 86;
  --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: white;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 2.4rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1F365E;
  text-decoration: underline;
}
a:hover {
  color: black;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: white;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #646472;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 400px) {
  .container-xs, .container {
    max-width: 360px;
  }
}
@media (min-width: 600px) {
  .container-sm, .container-xs, .container {
    max-width: 560px;
  }
}
@media (min-width: 740px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 700px;
  }
}
@media (min-width: 980px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1160px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.6rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.6rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1.2rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1.2rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 2.4rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 2.4rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 3.6rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 3.6rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 7.2rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 7.2rem;
}

@media (min-width: 400px) {
  .col-xs {
    flex: 1 0 0%;
  }

  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.33333333%;
  }

  .offset-xs-2 {
    margin-left: 16.66666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.33333333%;
  }

  .offset-xs-5 {
    margin-left: 41.66666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.33333333%;
  }

  .offset-xs-8 {
    margin-left: 66.66666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.33333333%;
  }

  .offset-xs-11 {
    margin-left: 91.66666667%;
  }

  .g-xs-0,
.gx-xs-0 {
    --bs-gutter-x: 0;
  }

  .g-xs-0,
.gy-xs-0 {
    --bs-gutter-y: 0;
  }

  .g-xs-1,
.gx-xs-1 {
    --bs-gutter-x: 0.6rem;
  }

  .g-xs-1,
.gy-xs-1 {
    --bs-gutter-y: 0.6rem;
  }

  .g-xs-2,
.gx-xs-2 {
    --bs-gutter-x: 1.2rem;
  }

  .g-xs-2,
.gy-xs-2 {
    --bs-gutter-y: 1.2rem;
  }

  .g-xs-3,
.gx-xs-3 {
    --bs-gutter-x: 2.4rem;
  }

  .g-xs-3,
.gy-xs-3 {
    --bs-gutter-y: 2.4rem;
  }

  .g-xs-4,
.gx-xs-4 {
    --bs-gutter-x: 3.6rem;
  }

  .g-xs-4,
.gy-xs-4 {
    --bs-gutter-y: 3.6rem;
  }

  .g-xs-5,
.gx-xs-5 {
    --bs-gutter-x: 7.2rem;
  }

  .g-xs-5,
.gy-xs-5 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 600px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.6rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.6rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 1.2rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 1.2rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 2.4rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 2.4rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 3.6rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 3.6rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 7.2rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 740px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.6rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.6rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 1.2rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 1.2rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 2.4rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 2.4rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 3.6rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 3.6rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 7.2rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 980px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.6rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.6rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 1.2rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 1.2rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 2.4rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 2.4rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 3.6rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 3.6rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 7.2rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.6rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.6rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 1.2rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 1.2rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 2.4rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 2.4rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 3.6rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 3.6rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 7.2rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 7.2rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #1F365E;
}
.link-primary:hover, .link-primary:focus {
  color: #192b4b;
}

.link-secondary {
  color: #646472;
}
.link-secondary:hover, .link-secondary:focus {
  color: #50505b;
}

.link-success {
  color: #408600;
}
.link-success:hover, .link-success:focus {
  color: #336b00;
}

.link-info {
  color: #17a2b8;
}
.link-info:hover, .link-info:focus {
  color: #45b5c6;
}

.link-warning {
  color: #F5C456;
}
.link-warning:hover, .link-warning:focus {
  color: #f7d078;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 400px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 600px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 740px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 980px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #DDDDDD !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #DDDDDD !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #DDDDDD !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #DDDDDD !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #DDDDDD !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #1F365E !important;
}

.border-secondary {
  border-color: #646472 !important;
}

.border-success {
  border-color: #408600 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #F5C456 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: white !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.6rem !important;
}

.gap-2 {
  gap: 1.2rem !important;
}

.gap-3 {
  gap: 2.4rem !important;
}

.gap-4 {
  gap: 3.6rem !important;
}

.gap-5 {
  gap: 7.2rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

.m-4 {
  margin: 3.6rem !important;
}

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

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.6rem !important;
  margin-left: 0.6rem !important;
}

.mx-2 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
}

.mx-3 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-4 {
  margin-right: 3.6rem !important;
  margin-left: 3.6rem !important;
}

.mx-5 {
  margin-right: 7.2rem !important;
  margin-left: 7.2rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.6rem !important;
  margin-bottom: 0.6rem !important;
}

.my-2 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.my-3 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-4 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.my-5 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

.mt-4 {
  margin-top: 3.6rem !important;
}

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.6rem !important;
}

.me-2 {
  margin-right: 1.2rem !important;
}

.me-3 {
  margin-right: 2.4rem !important;
}

.me-4 {
  margin-right: 3.6rem !important;
}

.me-5 {
  margin-right: 7.2rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

.mb-4 {
  margin-bottom: 3.6rem !important;
}

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.6rem !important;
}

.ms-2 {
  margin-left: 1.2rem !important;
}

.ms-3 {
  margin-left: 2.4rem !important;
}

.ms-4 {
  margin-left: 3.6rem !important;
}

.ms-5 {
  margin-left: 7.2rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

.p-4 {
  padding: 3.6rem !important;
}

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important;
}

.px-2 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.px-3 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-4 {
  padding-right: 3.6rem !important;
  padding-left: 3.6rem !important;
}

.px-5 {
  padding-right: 7.2rem !important;
  padding-left: 7.2rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

.py-2 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.py-3 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-4 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.py-5 {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.6rem !important;
}

.pe-2 {
  padding-right: 1.2rem !important;
}

.pe-3 {
  padding-right: 2.4rem !important;
}

.pe-4 {
  padding-right: 3.6rem !important;
}

.pe-5 {
  padding-right: 7.2rem !important;
}

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.6rem !important;
}

.ps-2 {
  padding-left: 1.2rem !important;
}

.ps-3 {
  padding-left: 2.4rem !important;
}

.ps-4 {
  padding-left: 3.6rem !important;
}

.ps-5 {
  padding-left: 7.2rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: 2.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #646472 !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 400px) {
  .float-xs-start {
    float: left !important;
  }

  .float-xs-end {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-grid {
    display: grid !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }

  .d-xs-none {
    display: none !important;
  }

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xs-0 {
    gap: 0 !important;
  }

  .gap-xs-1 {
    gap: 0.6rem !important;
  }

  .gap-xs-2 {
    gap: 1.2rem !important;
  }

  .gap-xs-3 {
    gap: 2.4rem !important;
  }

  .gap-xs-4 {
    gap: 3.6rem !important;
  }

  .gap-xs-5 {
    gap: 7.2rem !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }

  .order-xs-first {
    order: -1 !important;
  }

  .order-xs-0 {
    order: 0 !important;
  }

  .order-xs-1 {
    order: 1 !important;
  }

  .order-xs-2 {
    order: 2 !important;
  }

  .order-xs-3 {
    order: 3 !important;
  }

  .order-xs-4 {
    order: 4 !important;
  }

  .order-xs-5 {
    order: 5 !important;
  }

  .order-xs-last {
    order: 6 !important;
  }

  .m-xs-0 {
    margin: 0 !important;
  }

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

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

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

  .m-xs-4 {
    margin: 3.6rem !important;
  }

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

  .m-xs-auto {
    margin: auto !important;
  }

  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xs-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-xs-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-xs-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-xs-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-xs-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xs-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-xs-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-xs-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-xs-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-xs-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

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

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

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

  .mt-xs-4 {
    margin-top: 3.6rem !important;
  }

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

  .mt-xs-auto {
    margin-top: auto !important;
  }

  .me-xs-0 {
    margin-right: 0 !important;
  }

  .me-xs-1 {
    margin-right: 0.6rem !important;
  }

  .me-xs-2 {
    margin-right: 1.2rem !important;
  }

  .me-xs-3 {
    margin-right: 2.4rem !important;
  }

  .me-xs-4 {
    margin-right: 3.6rem !important;
  }

  .me-xs-5 {
    margin-right: 7.2rem !important;
  }

  .me-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

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

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

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

  .mb-xs-4 {
    margin-bottom: 3.6rem !important;
  }

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

  .mb-xs-auto {
    margin-bottom: auto !important;
  }

  .ms-xs-0 {
    margin-left: 0 !important;
  }

  .ms-xs-1 {
    margin-left: 0.6rem !important;
  }

  .ms-xs-2 {
    margin-left: 1.2rem !important;
  }

  .ms-xs-3 {
    margin-left: 2.4rem !important;
  }

  .ms-xs-4 {
    margin-left: 3.6rem !important;
  }

  .ms-xs-5 {
    margin-left: 7.2rem !important;
  }

  .ms-xs-auto {
    margin-left: auto !important;
  }

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

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

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

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

  .p-xs-4 {
    padding: 3.6rem !important;
  }

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

  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xs-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-xs-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-xs-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-xs-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-xs-5 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xs-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-xs-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-xs-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-xs-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-xs-5 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

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

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

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

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

  .pt-xs-4 {
    padding-top: 3.6rem !important;
  }

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

  .pe-xs-0 {
    padding-right: 0 !important;
  }

  .pe-xs-1 {
    padding-right: 0.6rem !important;
  }

  .pe-xs-2 {
    padding-right: 1.2rem !important;
  }

  .pe-xs-3 {
    padding-right: 2.4rem !important;
  }

  .pe-xs-4 {
    padding-right: 3.6rem !important;
  }

  .pe-xs-5 {
    padding-right: 7.2rem !important;
  }

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

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

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

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

  .pb-xs-4 {
    padding-bottom: 3.6rem !important;
  }

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

  .ps-xs-0 {
    padding-left: 0 !important;
  }

  .ps-xs-1 {
    padding-left: 0.6rem !important;
  }

  .ps-xs-2 {
    padding-left: 1.2rem !important;
  }

  .ps-xs-3 {
    padding-left: 2.4rem !important;
  }

  .ps-xs-4 {
    padding-left: 3.6rem !important;
  }

  .ps-xs-5 {
    padding-left: 7.2rem !important;
  }

  .text-xs-start {
    text-align: left !important;
  }

  .text-xs-end {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 600px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.6rem !important;
  }

  .gap-sm-2 {
    gap: 1.2rem !important;
  }

  .gap-sm-3 {
    gap: 2.4rem !important;
  }

  .gap-sm-4 {
    gap: 3.6rem !important;
  }

  .gap-sm-5 {
    gap: 7.2rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

  .m-sm-4 {
    margin: 3.6rem !important;
  }

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

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-sm-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-sm-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-sm-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-sm-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-sm-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-sm-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-sm-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-sm-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

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

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

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

  .mt-sm-4 {
    margin-top: 3.6rem !important;
  }

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

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.6rem !important;
  }

  .me-sm-2 {
    margin-right: 1.2rem !important;
  }

  .me-sm-3 {
    margin-right: 2.4rem !important;
  }

  .me-sm-4 {
    margin-right: 3.6rem !important;
  }

  .me-sm-5 {
    margin-right: 7.2rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

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

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

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

  .mb-sm-4 {
    margin-bottom: 3.6rem !important;
  }

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

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.6rem !important;
  }

  .ms-sm-2 {
    margin-left: 1.2rem !important;
  }

  .ms-sm-3 {
    margin-left: 2.4rem !important;
  }

  .ms-sm-4 {
    margin-left: 3.6rem !important;
  }

  .ms-sm-5 {
    margin-left: 7.2rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

  .p-sm-4 {
    padding: 3.6rem !important;
  }

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-sm-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-sm-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-sm-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-sm-5 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-sm-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-sm-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-sm-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-sm-5 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

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

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

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

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

  .pt-sm-4 {
    padding-top: 3.6rem !important;
  }

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.6rem !important;
  }

  .pe-sm-2 {
    padding-right: 1.2rem !important;
  }

  .pe-sm-3 {
    padding-right: 2.4rem !important;
  }

  .pe-sm-4 {
    padding-right: 3.6rem !important;
  }

  .pe-sm-5 {
    padding-right: 7.2rem !important;
  }

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

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

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

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

  .pb-sm-4 {
    padding-bottom: 3.6rem !important;
  }

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.6rem !important;
  }

  .ps-sm-2 {
    padding-left: 1.2rem !important;
  }

  .ps-sm-3 {
    padding-left: 2.4rem !important;
  }

  .ps-sm-4 {
    padding-left: 3.6rem !important;
  }

  .ps-sm-5 {
    padding-left: 7.2rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 740px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.6rem !important;
  }

  .gap-md-2 {
    gap: 1.2rem !important;
  }

  .gap-md-3 {
    gap: 2.4rem !important;
  }

  .gap-md-4 {
    gap: 3.6rem !important;
  }

  .gap-md-5 {
    gap: 7.2rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

  .m-md-4 {
    margin: 3.6rem !important;
  }

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

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-md-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-md-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-md-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-md-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-md-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-md-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-md-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-md-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

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

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

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

  .mt-md-4 {
    margin-top: 3.6rem !important;
  }

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

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.6rem !important;
  }

  .me-md-2 {
    margin-right: 1.2rem !important;
  }

  .me-md-3 {
    margin-right: 2.4rem !important;
  }

  .me-md-4 {
    margin-right: 3.6rem !important;
  }

  .me-md-5 {
    margin-right: 7.2rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

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

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

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

  .mb-md-4 {
    margin-bottom: 3.6rem !important;
  }

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

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.6rem !important;
  }

  .ms-md-2 {
    margin-left: 1.2rem !important;
  }

  .ms-md-3 {
    margin-left: 2.4rem !important;
  }

  .ms-md-4 {
    margin-left: 3.6rem !important;
  }

  .ms-md-5 {
    margin-left: 7.2rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

  .p-md-4 {
    padding: 3.6rem !important;
  }

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-md-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-md-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-md-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-md-5 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-md-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-md-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-md-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-md-5 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

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

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

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

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

  .pt-md-4 {
    padding-top: 3.6rem !important;
  }

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.6rem !important;
  }

  .pe-md-2 {
    padding-right: 1.2rem !important;
  }

  .pe-md-3 {
    padding-right: 2.4rem !important;
  }

  .pe-md-4 {
    padding-right: 3.6rem !important;
  }

  .pe-md-5 {
    padding-right: 7.2rem !important;
  }

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

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

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

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

  .pb-md-4 {
    padding-bottom: 3.6rem !important;
  }

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.6rem !important;
  }

  .ps-md-2 {
    padding-left: 1.2rem !important;
  }

  .ps-md-3 {
    padding-left: 2.4rem !important;
  }

  .ps-md-4 {
    padding-left: 3.6rem !important;
  }

  .ps-md-5 {
    padding-left: 7.2rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 980px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.6rem !important;
  }

  .gap-lg-2 {
    gap: 1.2rem !important;
  }

  .gap-lg-3 {
    gap: 2.4rem !important;
  }

  .gap-lg-4 {
    gap: 3.6rem !important;
  }

  .gap-lg-5 {
    gap: 7.2rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

  .m-lg-4 {
    margin: 3.6rem !important;
  }

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

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-lg-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-lg-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-lg-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-lg-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-lg-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-lg-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-lg-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-lg-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

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

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

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

  .mt-lg-4 {
    margin-top: 3.6rem !important;
  }

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

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.6rem !important;
  }

  .me-lg-2 {
    margin-right: 1.2rem !important;
  }

  .me-lg-3 {
    margin-right: 2.4rem !important;
  }

  .me-lg-4 {
    margin-right: 3.6rem !important;
  }

  .me-lg-5 {
    margin-right: 7.2rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

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

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

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

  .mb-lg-4 {
    margin-bottom: 3.6rem !important;
  }

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

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.6rem !important;
  }

  .ms-lg-2 {
    margin-left: 1.2rem !important;
  }

  .ms-lg-3 {
    margin-left: 2.4rem !important;
  }

  .ms-lg-4 {
    margin-left: 3.6rem !important;
  }

  .ms-lg-5 {
    margin-left: 7.2rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

  .p-lg-4 {
    padding: 3.6rem !important;
  }

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-lg-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-lg-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-lg-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-lg-5 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-lg-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-lg-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-lg-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-lg-5 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

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

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

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

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

  .pt-lg-4 {
    padding-top: 3.6rem !important;
  }

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.6rem !important;
  }

  .pe-lg-2 {
    padding-right: 1.2rem !important;
  }

  .pe-lg-3 {
    padding-right: 2.4rem !important;
  }

  .pe-lg-4 {
    padding-right: 3.6rem !important;
  }

  .pe-lg-5 {
    padding-right: 7.2rem !important;
  }

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

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

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

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

  .pb-lg-4 {
    padding-bottom: 3.6rem !important;
  }

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.6rem !important;
  }

  .ps-lg-2 {
    padding-left: 1.2rem !important;
  }

  .ps-lg-3 {
    padding-left: 2.4rem !important;
  }

  .ps-lg-4 {
    padding-left: 3.6rem !important;
  }

  .ps-lg-5 {
    padding-left: 7.2rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.6rem !important;
  }

  .gap-xl-2 {
    gap: 1.2rem !important;
  }

  .gap-xl-3 {
    gap: 2.4rem !important;
  }

  .gap-xl-4 {
    gap: 3.6rem !important;
  }

  .gap-xl-5 {
    gap: 7.2rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

  .m-xl-4 {
    margin: 3.6rem !important;
  }

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

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-xl-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-xl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-xl-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-xl-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-xl-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-xl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-xl-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-xl-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

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

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

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

  .mt-xl-4 {
    margin-top: 3.6rem !important;
  }

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

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.6rem !important;
  }

  .me-xl-2 {
    margin-right: 1.2rem !important;
  }

  .me-xl-3 {
    margin-right: 2.4rem !important;
  }

  .me-xl-4 {
    margin-right: 3.6rem !important;
  }

  .me-xl-5 {
    margin-right: 7.2rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

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

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

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

  .mb-xl-4 {
    margin-bottom: 3.6rem !important;
  }

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

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.6rem !important;
  }

  .ms-xl-2 {
    margin-left: 1.2rem !important;
  }

  .ms-xl-3 {
    margin-left: 2.4rem !important;
  }

  .ms-xl-4 {
    margin-left: 3.6rem !important;
  }

  .ms-xl-5 {
    margin-left: 7.2rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

  .p-xl-4 {
    padding: 3.6rem !important;
  }

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-xl-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-xl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-xl-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-xl-5 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-xl-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-xl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-xl-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-xl-5 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

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

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

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

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

  .pt-xl-4 {
    padding-top: 3.6rem !important;
  }

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.6rem !important;
  }

  .pe-xl-2 {
    padding-right: 1.2rem !important;
  }

  .pe-xl-3 {
    padding-right: 2.4rem !important;
  }

  .pe-xl-4 {
    padding-right: 3.6rem !important;
  }

  .pe-xl-5 {
    padding-right: 7.2rem !important;
  }

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

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

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

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

  .pb-xl-4 {
    padding-bottom: 3.6rem !important;
  }

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.6rem !important;
  }

  .ps-xl-2 {
    padding-left: 1.2rem !important;
  }

  .ps-xl-3 {
    padding-left: 2.4rem !important;
  }

  .ps-xl-4 {
    padding-left: 3.6rem !important;
  }

  .ps-xl-5 {
    padding-left: 7.2rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.btn.btn-dark, .btn-dark.button {
  background-color: black;
  border-color: black;
  color: white;
}
.btn.btn-dark:hover, .btn-dark.button:hover {
  background-color: white;
  color: black;
}
@keyframes infinite-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

a > svg,
button > svg {
  pointer-events: none;
}

@media (min-width: 0) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 0) {
  .block-mobile {
    display: block !important;
  }
}

@media (min-width: 0) {
  .inline-mobile {
    display: inline !important;
  }
}

@media (min-width: 400px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 400px) {
  .block-xs {
    display: block !important;
  }
}

@media (min-width: 400px) {
  .inline-xs {
    display: inline !important;
  }
}

@media (min-width: 600px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .block-sm {
    display: block !important;
  }
}

@media (min-width: 600px) {
  .inline-sm {
    display: inline !important;
  }
}

@media (min-width: 740px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 740px) {
  .block-md {
    display: block !important;
  }
}

@media (min-width: 740px) {
  .inline-md {
    display: inline !important;
  }
}

@media (min-width: 980px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .block-lg {
    display: block !important;
  }
}

@media (min-width: 980px) {
  .inline-lg {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .hide-xl {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .inline-xl {
    display: inline !important;
  }
}

#responsive-status {
  display: none;
  font-family: "mobile";
  min-width: 0;
}
@media (min-width: 0) {
  #responsive-status {
    font-family: "mobile";
    min-width: 0;
  }
}
@media (min-width: 400px) {
  #responsive-status {
    font-family: "xs";
    min-width: 400px;
  }
}
@media (min-width: 600px) {
  #responsive-status {
    font-family: "sm";
    min-width: 600px;
  }
}
@media (min-width: 740px) {
  #responsive-status {
    font-family: "md";
    min-width: 740px;
  }
}
@media (min-width: 980px) {
  #responsive-status {
    font-family: "lg";
    min-width: 980px;
  }
}
@media (min-width: 1200px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1200px;
  }
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1000px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  position: relative;
}
@media (min-width: 400px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.container .container,
.container .alerts {
  padding: 0;
  min-width: 0;
}
.container--booking {
  padding-top: 0 !important;
}

.flexboxtweener,
.flexboxtweener body,
.flexboxtweener .site-wrapper {
  height: 100%;
}

.flexbox body {
  min-height: 100vh;
}
.flexbox .site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.flexbox .site-canvas {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.flexbox .site-content {
  flex: 1 0 auto;
}

.floatleft,
.floatright,
.float-left,
.float-right {
  float: none;
  display: block;
  margin: 0 auto 2.4rem;
}

.pull-left,
.pull-right {
  max-width: 47%;
  margin-bottom: 1%;
}

.pull-left {
  float: left;
  margin-right: 3%;
}

.pull-right {
  float: right;
  margin-left: 3%;
}

@media (min-width: 600px) {
  .floatleft,
.floatright,
.float-left,
.float-right {
    max-width: 47%;
    margin-bottom: 1%;
  }

  .floatleft,
.float-left {
    float: left;
    margin-right: 3%;
  }

  .floatright,
.float-right {
    float: right;
    margin-left: 3%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

a {
  color: #1F365E;
  text-decoration: none;
}
a:visited {
  color: #1F365E;
}
a:hover {
  color: black;
}
a:active {
  color: black;
}
a:hover {
  text-decoration: underline;
}

.alert-message.info {
  position: relative;
  margin: 0 0 2.4rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #52525F;
  background-color: white;
  border-color: #1F365E;
}
.alert-message.info .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #1F365E;
}
.alert-message.info p {
  margin: 0;
  padding: 0;
}
.alert-message.info ul {
  margin-top: 0;
}
.alert-message.info ul li + li {
  margin-top: 0;
}
.alert-message.info .alert-message__close,
.alert-message.info .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #1F365E;
}
.alert-message.info .alert-message__close:hover,
.alert-message.info .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.warning {
  position: relative;
  margin: 0 0 2.4rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #52525F;
  background-color: white;
  border-color: #F5C456;
}
.alert-message.warning .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #F5C456;
}
.alert-message.warning p {
  margin: 0;
  padding: 0;
}
.alert-message.warning ul {
  margin-top: 0;
}
.alert-message.warning ul li + li {
  margin-top: 0;
}
.alert-message.warning .alert-message__close,
.alert-message.warning .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #F5C456;
}
.alert-message.warning .alert-message__close:hover,
.alert-message.warning .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.error {
  position: relative;
  margin: 0 0 2.4rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #52525F;
  background-color: white;
  border-color: #dc3545;
}
.alert-message.error .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #dc3545;
}
.alert-message.error p {
  margin: 0;
  padding: 0;
}
.alert-message.error ul {
  margin-top: 0;
}
.alert-message.error ul li + li {
  margin-top: 0;
}
.alert-message.error .alert-message__close,
.alert-message.error .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #dc3545;
}
.alert-message.error .alert-message__close:hover,
.alert-message.error .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.success {
  position: relative;
  margin: 0 0 2.4rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #52525F;
  background-color: white;
  border-color: #408600;
}
.alert-message.success .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #408600;
}
.alert-message.success p {
  margin: 0;
  padding: 0;
}
.alert-message.success ul {
  margin-top: 0;
}
.alert-message.success ul li + li {
  margin-top: 0;
}
.alert-message.success .alert-message__close,
.alert-message.success .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #408600;
}
.alert-message.success .alert-message__close:hover,
.alert-message.success .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alerts {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1000px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  position: relative;
}
@media (min-width: 400px) {
  .alerts {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.alerts .container,
.alerts .alerts {
  padding: 0;
  min-width: 0;
}

blockquote {
  margin: 2.4rem 0;
  padding: 0.5em 2.5em;
  position: relative;
  background-color: #EBEFF7;
}
blockquote:before, blockquote:after {
  color: #DDDDDD;
  font-size: 5em;
  position: absolute;
  line-height: 0.1em;
}
blockquote:before {
  content: "“";
  left: 5px;
  top: 0.3em;
}
blockquote:after {
  content: "”";
  right: 3px;
  bottom: 0;
}

.btn, .button {
  display: inline-block;
  vertical-align: middle;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 1rem;
  font-weight: 600;
  line-height: normal;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0.5rem 0;
  cursor: pointer;
  background-image: none;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.btn:hover, .button:hover, .btn:focus, .button:focus {
  text-decoration: none;
}
.btn:active, .button:active, .btn.open, .open.button {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.btn--wrap {
  white-space: initial !important;
}

.btn.disabled, .disabled.button, .btn[disabled], [disabled].button {
  pointer-events: none;
  opacity: 0.8;
}
.btn, .button, .btn:visited, .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.open, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn[disabled].open {
  color: #1F365E;
  background-color: white;
  border-color: #1F365E;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn:hover, .button:hover, .btn:focus, .button:focus {
  color: #1F365E;
  background-color: #adb5bd;
  border-color: #1F365E;
}
.btn:focus, .button:focus {
  outline: transparent solid 1px;
  box-shadow: 0 0 0 1px #3f6dbe;
}
.btn:active, .button:active, .btn.open, .open.button {
  color: #1F365E;
  background-color: #9fa8b2;
  border-color: #1F365E;
}

.btn--primary.disabled, .btn--primary[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.btn--primary, .btn--primary:visited, .btn--primary.disabled, .btn--primary.disabled:hover, .btn--primary.disabled:focus, .btn--primary.disabled:active, .btn--primary.disabled.open, .btn--primary[disabled], .btn--primary[disabled]:hover, .btn--primary[disabled]:focus, .btn--primary[disabled]:active, .btn--primary[disabled].open {
  color: white;
  background-color: #1F365E;
  border-color: #1F365E;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn--primary:hover, .btn--primary:focus {
  color: white;
  background-color: #2c4c84;
  border-color: #1F365E;
}
.btn--primary:focus {
  outline: transparent solid 1px;
  box-shadow: 0 0 0 1px #3f6dbe;
}
.btn--primary:active, .btn--primary.open {
  color: white;
  background-color: #122038;
  border-color: #1F365E;
}

.btn--accept.disabled, .btn--accept[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.btn--accept, .btn--accept:visited, .btn--accept.disabled, .btn--accept.disabled:hover, .btn--accept.disabled:focus, .btn--accept.disabled:active, .btn--accept.disabled.open, .btn--accept[disabled], .btn--accept[disabled]:hover, .btn--accept[disabled]:focus, .btn--accept[disabled]:active, .btn--accept[disabled].open {
  color: white;
  background-color: #408600;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn--accept:hover, .btn--accept:focus {
  color: white;
  background-color: #346d00;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn--accept:focus {
  outline: transparent solid 1px;
  box-shadow: 0 0 0 1px rgba(64, 64, 64, 0.3);
}
.btn--accept:active, .btn--accept.open {
  color: white;
  background-color: #285300;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn--decline.disabled, .btn--decline[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.btn--decline, .btn--decline:visited, .btn--decline.disabled, .btn--decline.disabled:hover, .btn--decline.disabled:focus, .btn--decline.disabled:active, .btn--decline.disabled.open, .btn--decline[disabled], .btn--decline[disabled]:hover, .btn--decline[disabled]:focus, .btn--decline[disabled]:active, .btn--decline[disabled].open {
  color: white;
  background-color: #dc3545;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn--decline:hover, .btn--decline:focus {
  color: white;
  background-color: #d32535;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn--decline:focus {
  outline: transparent solid 1px;
  box-shadow: 0 0 0 1px rgba(64, 64, 64, 0.3);
}
.btn--decline:active, .btn--decline.open {
  color: white;
  background-color: #bd2130;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn, .button {
  font-size: 1.5rem;
  padding-top: 0.9rem;
  padding-right: 2rem;
  padding-bottom: 0.9rem;
  padding-left: 2rem;
  height: auto;
}
.btn.btn--next, .btn--next.button {
  border-top-right-radius: 2.3rem;
  border-bottom-right-radius: 2.3rem;
}
.btn.btn--prev, .btn--prev.button {
  border-top-left-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
}
.btn.btn--round, .btn--round.button {
  border-radius: 2.3rem;
}

.btn--sm {
  font-size: 1.4rem;
  padding-top: 0.5rem;
  padding-right: 1.2rem;
  padding-bottom: 0.5rem;
  padding-left: 1.2rem;
  width: auto;
  height: auto;
}
.btn--sm.btn--next {
  border-top-right-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
}
.btn--sm.btn--prev {
  border-top-left-radius: 1.4rem;
  border-bottom-left-radius: 1.4rem;
}
.btn--sm.btn--round {
  border-radius: 1.4rem;
}

.btn--lg {
  font-size: 2rem;
  padding-top: 1.6rem;
  padding-right: 3rem;
  padding-bottom: 1.6rem;
  padding-left: 3rem;
  width: auto;
  height: auto;
}
.btn--lg.btn--next {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.btn--lg.btn--prev {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.btn--lg.btn--round {
  border-radius: 3rem;
}

.btn--square {
  font-size: 1.4rem;
  padding-top: 1.1rem;
  padding-right: 0;
  padding-bottom: 1.1rem;
  padding-left: 0;
  width: 4rem;
  height: 4rem;
}
.btn--square.btn--next {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.btn--square.btn--prev {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.btn--square.btn--round {
  border-radius: 2rem;
}

button[disabled],
fieldset[disabled] button,
.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none !important;
}

.btn--full {
  width: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn--loading.loading {
  color: transparent;
  position: relative;
}
.btn--loading.loading:before {
  content: "";
  height: 18px;
  width: 18px;
  animation: rotation 1s infinite linear;
  border: 2px solid rgba(31, 54, 94, 0.3);
  border-top-color: rgba(31, 54, 94, 0.9);
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn--pulse {
  box-shadow: 0 0 0 0 #1f365e;
  animation: pulse 2s infinite;
}
.btn--pulse:hover, .btn--pulse:focus {
  transform: scale(1.05);
  box-shadow: 0 0 0 0 white;
}
.btn--pulse:active, .btn--pulse.open {
  box-shadow: 0 0 0 0 white;
}

.btn--square {
  text-align: center;
}
.btn--square .icon {
  width: 16px;
  height: 16px;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(31, 54, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 54, 94, 0);
  }
}
.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video,
.embed-container .mce-preview-object,
.embed-container .mce-object-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
}
fieldset + fieldset {
  margin-top: -1px;
}
fieldset .legend {
  margin-top: 0;
}

.formError {
  position: relative;
  color: white;
  background-color: #dc3545;
  font-size: 14px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
}
.formError:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #dc3545;
  border-top: 0;
  height: 0;
  width: 0;
  left: 0.5rem;
  top: -0.5rem;
}
.formError:empty {
  display: none;
}
.custom-formitem .formError {
  clear: both;
}

.custom-select {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  margin-top: 0.5rem;
  border: 2px solid;
  border-color: #cacad9;
  overflow: hidden;
  background-color: white;
  position: relative;
  width: 100%;
  border-radius: 3px;
}
.custom-select:hover {
  border-color: #2c4c84;
}
.custom-select.focus {
  border-color: #1F365E;
}
.custom-select .formfield,
.custom-select select {
  margin: 0;
  padding: 1rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select .formfield:focus,
.custom-select select:focus {
  outline: none;
}
.custom-select select,
.custom-select select.formfield {
  padding-right: 2.4rem;
}
.custom-select select {
  padding: 0.9rem;
  padding-right: 3.6rem;
}
.custom-select:before, .custom-select:after {
  right: 1rem;
}
.custom-select:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #cacad9;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: calc(50% + 1px);
}
.custom-select:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #cacad9;
  border-top: 0;
  height: 0;
  width: 0;
  bottom: calc(50% + 1px);
}
.custom-select:hover:before {
  border-top-color: #2c4c84;
}
.custom-select:hover:after {
  border-bottom-color: #2c4c84;
}
.custom-select:focus:before {
  border-top-color: #1F365E;
}
.custom-select:focus:after {
  border-bottom-color: #1F365E;
}

.custom-input {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  margin-top: 0.5rem;
  border: 2px solid;
  border-color: #cacad9;
  overflow: hidden;
  background-color: white;
  position: relative;
  width: 100%;
  border-radius: 3px;
}
.custom-input:hover {
  border-color: #2c4c84;
}
.custom-input.focus {
  border-color: #1F365E;
}
.custom-input .formfield,
.custom-input select {
  margin: 0;
  padding: 1rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-input .formfield:focus,
.custom-input select:focus {
  outline: none;
}
.custom-input select,
.custom-input select.formfield {
  padding-right: 2.4rem;
}
.custom-input textarea.formfield {
  resize: none;
}

html[data-useragent*="MSIE 9.0"] .custom-select:after,
html[data-useragent*="MSIE 10.0"] .custom-select:after,
html[data-useragent*="MSIE 11.0"] .custom-select:after,
html[data-useragent*="rv:11.0"] .custom-select:after {
  background-color: transparent;
  content: "";
}
html[data-useragent*="MSIE 9.0"] .custom-select select,
html[data-useragent*="MSIE 10.0"] .custom-select select,
html[data-useragent*="MSIE 11.0"] .custom-select select,
html[data-useragent*="rv:11.0"] .custom-select select {
  padding-right: 0.9rem;
  background-color: white;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

.formitem .loading-anim {
  display: none;
}

.formfield + .loading-anim {
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin-left: 0;
  background-size: 2rem 2rem;
  left: auto;
  right: 2rem;
  top: 3.2rem;
  display: none;
}
.formfield.is-loading + .loading-anim {
  display: block;
}

input,
button,
select,
textarea {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.formfield,
select {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 2px solid #cacad9;
  padding: 1rem;
  line-height: normal;
  outline: none;
  color: #646472;
  background-color: white;
  border-radius: 3px;
}
.formfield:hover,
select:hover {
  border-color: #2c4c84;
}
.formfield:focus,
select:focus {
  border-color: #1F365E;
}
.formfield.error,
select.error {
  border: 1px solid color("error");
}
.formfield[disabled], .formfield[disabled]:hover, .formfield[disabled]:focus,
select[disabled],
select[disabled]:hover,
select[disabled]:focus {
  background-color: #adb5bd;
  border-color: #ced4da;
}

input.formfield,
select {
  height: 4rem;
}

input.formfield--sm {
  height: 3rem;
  padding: 0.5rem;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
}

.label.req + .formfield,
.label.req + select,
.label.required + .formfield,
.label.required + select {
  border-color: #cacad9;
  background-color: white;
}
.label.req + .formfield:hover,
.label.req + select:hover,
.label.required + .formfield:hover,
.label.required + select:hover {
  border-color: #2c4c84;
}
.label.req + .formfield:focus,
.label.req + select:focus,
.label.required + .formfield:focus,
.label.required + select:focus {
  border-color: #1F365E;
}
.label.req + .formfield.error,
.label.req + select.error,
.label.required + .formfield.error,
.label.required + select.error {
  border: 1px solid color("error");
}

select {
  padding: 0.9rem;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
select[multiple],
select[multiple][size] {
    background-image: none;
    padding-right: 0.3rem;
  }

  select,
select[size="0"],
select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 2rem;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, black));
    border: 0;
    color: white;
    font: 1.3rem/1.7rem "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 1.5rem 1.5rem 1.7rem;
    text-shadow: black 0 0 1px;
    min-height: 1.6rem;
  }

  ::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666;
    border-color: #666;
  }
}
textarea {
  min-height: 4rem;
  overflow: auto;
  resize: vertical;
  width: 100%;
  overflow-y: auto;
}

optgroup {
  color: #646472;
  font-style: normal;
  font-weight: normal;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.form-info {
  font-size: 1.6rem;
  font-weight: 700;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #1F365E;
  color: #1F365E;
  border-radius: 50%;
  padding-left: 0.6rem;
  margin-top: 1rem;
}

:not(.wideform) .formitem.floatlabel {
  padding-top: 1.5rem;
  padding-bottom: 0;
}
:not(.wideform) .formitem.floatlabel:before {
  content: "";
  margin-top: 0;
  height: 0;
  display: none;
}
:not(.wideform) .formitem.floatlabel .label {
  position: absolute;
  top: 3rem;
  left: 1rem;
  font-size: 1.5rem;
  color: rgba(100, 100, 114, 0.65);
  height: 2rem;
  line-height: 2rem;
  transition: 0.1s all linear;
  cursor: text;
  z-index: 1;
}
:not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.focus .label {
  top: 0;
  left: 0.5rem;
  padding: 0 0.5rem;
  font-size: 1.2rem;
  border-radius: 0;
}
:not(.wideform) .formitem.floatlabel.is-active .label {
  background: #cacad9;
}
:not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.is-active .label:after {
  color: white;
}
:not(.wideform) .formitem.floatlabel.focus .label {
  background: #1F365E;
}
:not(.wideform) .formitem.floatlabel, :not(.wideform) .formitem.floatlabel:after {
  color: white;
}

.form-input-notice {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #1F365E;
}

.formitem {
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: inline-block;
  word-spacing: normal;
  vertical-align: baseline;
  position: relative;
  width: 100%;
  padding: 0 0 1.3rem;
}
.formitem > * {
  float: left;
}
.formitem.formitem--align-right > * {
  float: right;
}
.formitem.formitem--flat {
  padding-bottom: 0;
}
.formitem.formitem--flat:before {
  display: none;
}
.formitem > .label {
  float: none;
  display: block;
}
.formitem > .label em {
  font-weight: 300;
}
.formitem .formfield,
.formitem select {
  width: 100%;
}
.formitem label.error {
  clear: left;
  font-weight: bold;
  color: #dc3545;
}

.formitem--align-right .btn, .formitem--align-right .button {
  margin-right: 0;
  margin-left: 1rem;
}

.formitem .btn + .btn, .formitem .button + .btn, .formitem .btn + .button, .formitem .button + .button {
  margin-left: 1rem;
}

.formrow--last .formitem {
  padding-bottom: 0;
}

.form-notice {
  display: none;
  position: absolute;
  bottom: 1.7rem;
  left: 100%;
  margin-left: 1rem;
  background-color: #333;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  min-height: 4rem;
  width: 20rem;
  border-radius: 3px;
  z-index: 1;
}
.form-notice:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.8rem solid transparent;
  border-right: 0.8rem solid #333;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 1.3rem;
  pointer-events: none;
}
@media (min-width: 600px) {
  .form-notice {
    margin-left: 0;
  }
}
@media (max-width: 739px) {
  .form-notice {
    position: relative;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin-left: 0;
    width: auto;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.5rem;
    min-height: 0;
  }
  .form-notice:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6rem solid transparent;
    border-bottom: 0.6rem solid #333;
    border-top: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    top: -0.6rem;
    left: 0.5rem;
  }
}

.form-notice--success {
  display: none;
  position: absolute;
  bottom: 1.7rem;
  left: 100%;
  margin-left: 1rem;
  background-color: #408600;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  min-height: 4rem;
  width: 20rem;
  border-radius: 3px;
  z-index: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.form-notice--success:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.8rem solid transparent;
  border-right: 0.8rem solid #408600;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 1.3rem;
  pointer-events: none;
}
@media (min-width: 600px) {
  .form-notice--success {
    margin-left: 0;
  }
}
@media (max-width: 739px) {
  .form-notice--success {
    position: relative;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin-left: 0;
    width: auto;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.5rem;
    min-height: 0;
  }
  .form-notice--success:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6rem solid transparent;
    border-bottom: 0.6rem solid #408600;
    border-top: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    top: -0.6rem;
    left: 0.5rem;
  }
}

.form-notice--incomplete {
  background-color: #dc3545;
  width: 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.form-notice--incomplete:after {
  border-right-color: #dc3545;
}

@media (min-width: 740px) {
  .form-notices fieldset {
    padding-right: 23rem;
  }

  .form-notice--success {
    width: 6rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
#otv-1 input.radio:not([name=appointment]) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#otv-1 input.radio:not([name=appointment]) + label {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #72727e;
  border-radius: 1rem;
  border: 1px solid #72727e;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
#otv-1 input.radio:not([name=appointment]) + label:not(:last-of-type) {
  margin-right: 1rem;
}
#otv-1 input.radio:not([name=appointment]) + label img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
#otv-1 input.radio:not([name=appointment]) + label:hover,
#otv-1 input.radio:not([name=appointment]):focus + label,
#otv-1 input.radio:not([name=appointment]):checked + label {
  border-color: #408600;
  color: #408600;
}
#otv-1 input.radio:not([name=appointment]):focus + label,
#otv-1 input.radio:not([name=appointment]):checked + label {
  border-width: 2px;
}
#otv-1 #behandler-images-radio label {
  text-align: center;
}

#otv-1 select {
  width: 100%;
  max-width: 37rem;
}
@media (min-width: 740px) {
  #otv-1 select {
    max-width: 42%;
  }
}
#otv-1 select:focus, #otv-1 select:hover {
  border-color: #408600;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 249.5 145.5'%3E%3Cpath d='M249.5,20.8a7.9,7.9,0,0,1-2.5,5.8L130.5,143a7.9,7.9,0,0,1-11.5,0L2.5,26.5A7.9,7.9,0,0,1,2.5,15L15,2.5a7.9,7.9,0,0,1,11.5,0l98.3,98.3L223,2.5a7.9,7.9,0,0,1,11.5,0L247,15A7.9,7.9,0,0,1,249.5,20.8Z' fill='%2356B004' /%3E%3C/svg%3E");
}
#otv-1 select option:checked {
  color: #408600;
}

.password-helper {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  position: relative;
}
.password-helper input[type=password],
.password-helper input[type=text] {
  margin: 0;
  padding-right: 50px;
  width: 100%;
  overflow: hidden;
}
.password-helper input[type=password]:hover + .password-helper__toggle-button, .password-helper input[type=password]:focus + .password-helper__toggle-button, .password-helper input[type=password]:active + .password-helper__toggle-button,
.password-helper input[type=text]:hover + .password-helper__toggle-button,
.password-helper input[type=text]:focus + .password-helper__toggle-button,
.password-helper input[type=text]:active + .password-helper__toggle-button {
  border-color: #2c4c84;
}
.password-helper .password-helper__toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s;
  width: 40px;
  font-size: 24px;
  border: 2px solid #cacad9;
  background-color: #fff;
  color: #1F365E;
  text-align: center;
  line-height: 36px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.password-helper .password-helper__toggle-button.is-readable .icon-readable {
  display: none;
}
.password-helper .password-helper__toggle-button.is-unreadable .icon-unreadable {
  display: none;
}

::-webkit-input-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

input:-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

.form-req-validation input:required {
  padding-right: 3rem;
}
.form-req-validation input:required:valid + .check {
  position: absolute;
  right: 1.5rem;
  top: 1.7rem;
  display: inline-block;
  transform: rotate(45deg);
  height: 13px;
  width: 7px;
  border-bottom: 2px solid #408600;
  border-right: 2px solid #408600;
}
@media (min-width: 600px) {
  .form-req-validation input:required:valid + .check {
    right: 2.5rem;
  }
}
.form-req-validation .label + input:required:valid + .check {
  top: 3.8rem;
}
.formrow {
  font-size: 0.1%;
  font-size: 0;
  line-height: 0;
  word-spacing: -0.3em;
}
.formrow .label {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #646472;
  word-spacing: normal;
}
.formrow .label.req:after, .formrow .label.required:after {
  content: "*";
  color: #408600;
  font-size: 1.1em;
}
.formrow > .label {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon
      for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
  */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 249.5 145.5'%3E%3Cpath d='M249.5,20.8a7.9,7.9,0,0,1-2.5,5.8L130.5,143a7.9,7.9,0,0,1-11.5,0L2.5,26.5A7.9,7.9,0,0,1,2.5,15L15,2.5a7.9,7.9,0,0,1,11.5,0l98.3,98.3L223,2.5a7.9,7.9,0,0,1,11.5,0L247,15A7.9,7.9,0,0,1,249.5,20.8Z' fill='%23CCCCDB' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  /* arrow icon position (0.8rem from the right, 50% vertical) */
  background-position: right 0.8rem top 50%;
  /* icon size */
  background-size: 1.4rem auto;
  padding-right: 2.6rem;
}

.select-css::-ms-expand {
  display: none;
}

@media (min-width: 600px) {
  fieldset {
    margin: 0;
  }

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

  .formitem {
    padding-right: 1rem;
    z-index: 2;
  }
  .formitem:last-child {
    margin-right: -99px;
  }
  .formitem:before {
    content: " ";
    display: block;
    font-size: 1.5rem;
    line-height: 1.8rem;
    height: 1.8rem;
    margin-top: -1.8rem;
    z-index: 1;
  }
  .formitem .rating label {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2.4rem;
  }

  .grid {
    margin-right: -1rem;
  }
  .grid::after {
    display: block;
    clear: both;
    content: "";
  }

  .grid [class^=col-],
.grid [class*=" col-"] {
    float: left;
    padding-right: 1rem;
  }

  .col-1of1, .formrow .formitem.col-1of1 {
    width: 100%;
  }

  .col-1of2, .formrow .formitem.col-1of2 {
    width: 50%;
  }

  .col-1of3, .formrow .formitem.col-1of3 {
    width: 33.33333333%;
  }

  .col-2of3, .formrow .formitem.col-2of3 {
    width: 66.66666666%;
  }

  .col-1of4, .formrow .formitem.col-1of4 {
    width: 25%;
  }

  .col-3of4, .formrow .formitem.col-3of4 {
    width: 75%;
  }

  .col-1of5, .formrow .formitem.col-1of5 {
    width: 20%;
  }

  .col-2of5, .formrow .formitem.col-2of5 {
    width: 40%;
  }

  .col-3of5, .formrow .formitem.col-3of5 {
    width: 60%;
  }

  .col-4of5, .formrow .formitem.col-4of5 {
    width: 80%;
  }
}
@media (min-width: 980px) {
  .wideform .formrow {
    padding-left: 25%;
  }
  .wideform .formrow > .label {
    font-size: 1.5rem;
    line-height: 2.4rem;
    display: inline-block;
    vertical-align: top;
    margin-left: -33.3333333333%;
    padding: 1.3rem 1rem 2rem 0.3333333333rem;
    width: 33.3333333333%;
    text-align: right;
  }
  .wideform .formrow .formitem {
    vertical-align: top;
  }
  .wideform .formrow .formitem:before {
    content: none;
  }
  .wideform .formrow .formitem > .label {
    display: none;
  }
  .wideform .formrow .formitem .ticks,
.wideform .formrow .formitem .rating {
    padding-top: 1.3rem;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media (min-width: 600px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 740px) {
  h1, .h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
}

h3, .h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1F365E;
  font-weight: 500;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

hr {
  border: 0;
  border-bottom: 1px solid #DBDBEA;
  height: 1px;
  margin: 1.4rem 0 2.4rem;
  padding: 0;
  clear: both;
}

/**
 * Visually hidden accessible label
 * Using styles that do not hide the text in screen readers
 * We use !important because we should not apply other styles to this hidden alternative text
 */
.icon-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/**
 * Basic icon styles
 */
.icon {
  display: inline-block;
  position: relative;
  font-size: inherit;
  overflow: hidden;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/**
 * Icon shown alongside text
 */
.icon--text {
  vertical-align: -0.125em;
}

/**
 * Icon sizes
 */
.icon--xs {
  width: 0.75em;
  height: 0.75em;
}

.icon--sm {
  width: 0.875em;
  height: 0.875em;
}

.icon--lg {
  width: 1.33em;
  height: 1.33em;
}

.icon--xl {
  width: 1.5em;
  height: 1.5em;
}

.icon--2x {
  width: 2em;
  height: 2em;
}

.icon--3x {
  width: 3em;
  height: 3em;
}

.icon--4x {
  width: 4em;
  height: 4em;
}

.icon--5x {
  width: 5em;
  height: 5em;
}

/**
 * Icon transformation
 */
.icon--rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.icon--rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.icon--rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.icon--flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.icon--flip-h.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .icon--rotate-90,
:root .icon--rotate-180,
:root .icon--rotate-270,
:root .icon--flip-h,
:root .icon--flip-v {
  filter: none;
}

/**
 * Spinning animation
 */
.icon--spin {
  animation: icon-spin 2s infinite linear;
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn .icon, .button .icon {
  vertical-align: -0.25rem;
}

img {
  max-width: 100%;
  height: auto;
}
img.lazyload {
  opacity: 0;
}
img.lazyloaded {
  transition: 0.5s opacity ease-out;
  opacity: 1;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul,
ol {
  margin: 0;
}
ul ul,
ul ol,
ul li + li,
ol ul,
ol ol,
ol li + li {
  margin-top: 1.2rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal-leading-zero;
}

.loading-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  width: 4rem;
  height: 4rem;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #1F365E;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  width: 4rem;
  height: 4rem;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #1F365E;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
}
.site-header .loading {
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #1F365E;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
  margin: 1rem 4rem 0 0;
  position: relative;
}

.no-entries-icon {
  color: #1F365E;
  background-color: #F0F3F9;
  border-radius: 0.4rem;
  padding: 1rem;
  display: flex;
}
.no-entries-icon .col-icon {
  margin-right: 1rem;
}

.no-entries {
  display: inline-block;
  padding: 1rem;
  border: 1px dashed #e83e8c;
  background-color: rgba(232, 62, 140, 0.15);
}

td.no-entries {
  display: table-cell;
}

.orderdesc,
.orderasc {
  position: relative;
  float: right;
}
.orderdesc::before,
.orderasc::before {
  bottom: 1rem;
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-left: 1px solid #1F365E;
  border-bottom: 1px solid #1F365E;
}

.orderasc:before {
  transform: rotate(135deg);
}

.orderdesc:before {
  transform: rotate(315deg);
}

p, .p {
  margin: 0;
}

.lead {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.small {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

table {
  max-width: 100%;
}

th {
  text-align: left;
}

table:not([class]),
table[class=""],
table.table--default {
  border-collapse: collapse;
}
table:not([class]) th,
table:not([class]) td,
table[class=""] th,
table[class=""] td,
table.table--default th,
table.table--default td {
  text-align: left;
  padding: 10px;
  vertical-align: top;
  border: 1px solid;
}

.table {
  width: 100%;
  background-color: transparent;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 2.4rem;
  vertical-align: top;
  border-top: 1px solid;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-weight: 400;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  font-weight: 700;
}
.table > thead > tr .cright,
.table > tbody > tr .cright,
.table > tfoot > tr .cright {
  text-align: right;
}
.table > thead > tr > td.is-active > td, .table > thead > tr > td.is-active > th, .table > thead tr > th.is-active > td, .table > thead tr > th.is-active > th,
.table > thead > tr.is-active > td,
.table > thead > tr.is-active > th,
.table > tbody > tr > td.is-active > td,
.table > tbody > tr > td.is-active > th,
.table > tbody tr > th.is-active > td,
.table > tbody tr > th.is-active > th,
.table > tbody > tr.is-active > td,
.table > tbody > tr.is-active > th,
.table > tfoot > tr > td.is-active > td,
.table > tfoot > tr > td.is-active > th,
.table > tfoot tr > th.is-active > td,
.table > tfoot tr > th.is-active > th,
.table > tfoot > tr.is-active > td,
.table > tfoot > tr.is-active > th {
  background-color: rgba(245, 196, 86, 0.2);
}
.table > thead > tr > td.info > td, .table > thead > tr > td.info > th, .table > thead tr > th.info > td, .table > thead tr > th.info > th,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info > td,
.table > tbody > tr > td.info > th,
.table > tbody tr > th.info > td,
.table > tbody tr > th.info > th,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info > td,
.table > tfoot > tr > td.info > th,
.table > tfoot tr > th.info > td,
.table > tfoot tr > th.info > th,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: rgba(31, 54, 94, 0.1);
}
.table > thead > tr > td.success > td, .table > thead > tr > td.success > th, .table > thead tr > th.success > td, .table > thead tr > th.success > th,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success > td,
.table > tbody > tr > td.success > th,
.table > tbody tr > th.success > td,
.table > tbody tr > th.success > th,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success > td,
.table > tfoot > tr > td.success > th,
.table > tfoot tr > th.success > td,
.table > tfoot tr > th.success > th,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: rgba(64, 134, 0, 0.1);
}
.table > thead > tr > td.warning > td, .table > thead > tr > td.warning > th, .table > thead tr > th.warning > td, .table > thead tr > th.warning > th,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning > td,
.table > tbody > tr > td.warning > th,
.table > tbody tr > th.warning > td,
.table > tbody tr > th.warning > th,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning > td,
.table > tfoot > tr > td.warning > th,
.table > tfoot tr > th.warning > td,
.table > tfoot tr > th.warning > th,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: rgba(245, 196, 86, 0.1);
}
.table > thead > tr > td.error > td, .table > thead > tr > td.error > th, .table > thead tr > th.error > td, .table > thead tr > th.error > th,
.table > thead > tr.error > td,
.table > thead > tr.error > th,
.table > tbody > tr > td.error > td,
.table > tbody > tr > td.error > th,
.table > tbody tr > th.error > td,
.table > tbody tr > th.error > th,
.table > tbody > tr.error > td,
.table > tbody > tr.error > th,
.table > tfoot > tr > td.error > td,
.table > tfoot > tr > td.error > th,
.table > tfoot tr > th.error > td,
.table > tfoot tr > th.error > th,
.table > tfoot > tr.error > td,
.table > tfoot > tr.error > th {
  background-color: rgba(220, 53, 69, 0.1);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid;
}
.table .table {
  background-color: #EBEFF7;
}

.table--bordered {
  border: 1px solid;
}
.table--bordered > thead > tr > th,
.table--bordered > thead > tr > td,
.table--bordered > tbody > tr > th,
.table--bordered > tbody > tr > td,
.table--bordered > tfoot > tr > th,
.table--bordered > tfoot > tr > td {
  border: 1px solid;
}
.table--bordered > thead > tr > th,
.table--bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table--striped > tbody > tr:nth-child(odd) > td,
.table--striped > tbody > tr:nth-child(odd) > th {
  background-color: #EBEFF7;
}

.table--hover > tbody > tr:hover > td,
.table--hover > tbody > tr:hover > th {
  background-color: rgba(245, 196, 86, 0.2);
}

@media (max-width: 599px) {
  .table--responsive-scroll {
    width: 100%;
    margin-bottom: 2.4rem;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid;
    -webkit-overflow-scrolling: touch;
  }
  .table--responsive-scroll > .table {
    margin-bottom: 0;
  }
  .table--responsive-scroll > .table > thead > tr > th,
.table--responsive-scroll > .table > thead > tr > td,
.table--responsive-scroll > .table > tbody > tr > th,
.table--responsive-scroll > .table > tbody > tr > td,
.table--responsive-scroll > .table > tfoot > tr > th,
.table--responsive-scroll > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table--responsive-scroll > .table--bordered {
    border: 0;
  }
  .table--responsive-scroll > .table--bordered > thead > tr > th:first-child,
.table--responsive-scroll > .table--bordered > thead > tr > td:first-child,
.table--responsive-scroll > .table--bordered > tbody > tr > th:first-child,
.table--responsive-scroll > .table--bordered > tbody > tr > td:first-child,
.table--responsive-scroll > .table--bordered > tfoot > tr > th:first-child,
.table--responsive-scroll > .table--bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table--responsive-scroll > .table--bordered > thead > tr > th:last-child,
.table--responsive-scroll > .table--bordered > thead > tr > td:last-child,
.table--responsive-scroll > .table--bordered > tbody > tr > th:last-child,
.table--responsive-scroll > .table--bordered > tbody > tr > td:last-child,
.table--responsive-scroll > .table--bordered > tfoot > tr > th:last-child,
.table--responsive-scroll > .table--bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table--responsive-scroll > .table--bordered > tbody > tr:last-child > th,
.table--responsive-scroll > .table--bordered > tbody > tr:last-child > td,
.table--responsive-scroll > .table--bordered > tfoot > tr:last-child > th,
.table--responsive-scroll > .table--bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media (max-width: 599px) {
  .table--responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table--responsive-vertical > .table > thead,
.table--responsive-vertical > .table > tfoot {
    display: none;
  }
  .table--responsive-vertical > .table > tbody {
    display: block;
  }
  .table--responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid;
    border-top: 0;
    margin-bottom: 10px;
  }
  .table--responsive-vertical > .table > tbody > tr > td,
.table--responsive-vertical > .table > tbody > tr > th {
    background-color: transparent;
    display: block;
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
  }
  .table--responsive-vertical > .table > tbody > tr > td[data-title]:before,
.table--responsive-vertical > .table > tbody > tr > th[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 700;
  }
}

em, i {
  font-style: italic;
}

b, strong {
  font-weight: 500;
}

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

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

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.text-error {
  color: #dc3545;
}

.tooltip {
  position: relative;
  cursor: help;
}
.tooltip:before, .tooltip:after {
  z-index: 50;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  position: absolute;
}
.tooltip:before {
  content: "" !important;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  width: 0;
  z-index: 110000;
}
.tooltip:after {
  content: attr(data-tooltip);
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  white-space: nowrap;
  max-width: 24rem;
  overflow: hidden;
  padding: 0.6rem 1rem;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  z-index: 100000;
}
.tooltip:hover:not(.dropdown__toggle--open):before {
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.35s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.35s;
  opacity: 1;
}
.tooltip:hover:not(.dropdown__toggle--open):after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.25s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.25s;
}
.tooltip:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-top: 0.4rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip:after {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 12px);
}
.tooltip:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip:hover:after {
  transform: translate(-50%, -8px);
}

.tooltip--top-left:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-top: 0.4rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip--top-left:after {
  bottom: 100%;
  right: 0;
  transform: translate(0, 12px);
}
.tooltip--top-left:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip--top-left:hover:after {
  transform: translate(0, -8px);
}

.tooltip--top-right:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-top: 0.4rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip--top-right:after {
  bottom: 100%;
  left: 0;
  right: auto;
  transform: translate(0, 12px);
}
.tooltip--top-right:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip--top-right:hover:after {
  transform: translate(0, -8px);
}

.tooltip--bottom:before {
  left: 50%;
  top: auto;
  bottom: -2px;
  transform: translate(-50%, calc(50% + 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-bottom: 0.4rem solid #333;
  border-top: 0;
  height: 0;
  width: 0;
}
.tooltip--bottom:after {
  left: 50%;
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -12px);
}
.tooltip--bottom:hover:before {
  transform: translate(-50%, calc(50% + 4px));
}
.tooltip--bottom:hover:after {
  transform: translate(-50%, 8px);
}

.tooltip--left:before {
  left: auto;
  right: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-left: 0.4rem solid #333;
  border-right: 0;
  height: 0;
  width: 0;
}
.tooltip--left:after {
  left: auto;
  right: calc(100%);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}
.tooltip--left:hover:before {
  transform: translate(4px, -50%);
}
.tooltip--left:hover:after {
  transform: translate(-10px, -50%);
}

.tooltip--right:before {
  right: auto;
  left: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-right: 0.4rem solid #333;
  border-left: 0;
  height: 0;
  width: 0;
}
.tooltip--right:after {
  right: auto;
  left: calc(100%);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}
.tooltip--right:hover:before {
  transform: translate(-4px, -50%);
}
.tooltip--right:hover:after {
  transform: translate(10px, -50%);
}

.tooltip--multiline:after {
  min-width: 18rem;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.tooltip.tooltip--bottom:before {
  border-bottom-color: #1F365E;
}
.tooltip.tooltip--left:before {
  border-left-color: #1F365E;
}
.tooltip.tooltip--right:before {
  border-right-color: #1F365E;
}
.tooltip:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #1F365E;
}
.tooltip:after {
  color: white;
  background-color: #1F365E;
}

.tooltip--error.tooltip--bottom:before {
  border-bottom-color: #dc3545;
}
.tooltip--error.tooltip--left:before {
  border-left-color: #dc3545;
}
.tooltip--error.tooltip--right:before {
  border-right-color: #dc3545;
}
.tooltip--error:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #dc3545;
}
.tooltip--error:after {
  color: white;
  background-color: #dc3545;
}

.tooltip--warning.tooltip--bottom:before {
  border-bottom-color: #F5C456;
}
.tooltip--warning.tooltip--left:before {
  border-left-color: #F5C456;
}
.tooltip--warning.tooltip--right:before {
  border-right-color: #F5C456;
}
.tooltip--warning:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #F5C456;
}
.tooltip--warning:after {
  color: white;
  background-color: #F5C456;
}

.tooltip--success.tooltip--bottom:before {
  border-bottom-color: #408600;
}
.tooltip--success.tooltip--left:before {
  border-left-color: #408600;
}
.tooltip--success.tooltip--right:before {
  border-right-color: #408600;
}
.tooltip--success:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #408600;
}
.tooltip--success:after {
  color: white;
  background-color: #408600;
}

.accordion .accordion__toggle {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 20rem;
  margin: 0;
  color: #52525F;
}
.accordion .accordion__toggle:hover {
  color: #1F365E;
}
.accordion .accordion__toggle .icon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6rem;
  transition: transform 0.4s linear;
}
.accordion .accordion__toggle .icon--close {
  opacity: 0;
}
.accordion .accordion__toggle.accordion__toggle--open .icon--open {
  opacity: 0;
}
.accordion .accordion__toggle.accordion__toggle--open .icon--close {
  opacity: 1;
}
.csstransforms .accordion .accordion__toggle.accordion__toggle--open .icon--open {
  opacity: 1;
  transform: rotate(90deg);
}
.csstransforms .accordion .accordion__toggle.accordion__toggle--open .icon--close {
  opacity: 0;
}
.accordion .accordion__content {
  display: none;
  margin: 0;
  padding: 1.2rem 0 0 2rem;
}
.accordion .accordion__content + .accordion__toggle {
  margin-top: 2.4rem;
}

.big-ticks {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.big-ticks > li {
  display: flex;
  width: 100%;
  padding: 0.3rem;
  margin: 0;
}
@media (min-width: 600px) {
  .big-ticks > li {
    width: 50%;
  }
}
@media (min-width: 980px) {
  .big-ticks > li {
    width: 33.33333333%;
  }
}
.big-ticks .big-ticks__radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.big-ticks .big-ticks__item {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  display: block;
  border: 2px solid #F0F3F9;
  background-color: rgba(219, 219, 234, 0.5);
  padding: 0.5rem;
  z-index: 1;
  cursor: pointer;
  border-radius: 3px;
}
.big-ticks .big-ticks__item::after {
  display: block;
  clear: both;
  content: "";
}
.big-ticks .big-ticks__item:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: white;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.big-ticks .big-ticks__item:hover,
.big-ticks .big-ticks__radio:focus + .big-ticks__item {
  border-color: #F0F3F9;
  box-shadow: 0 0 0 0.3rem rgba(31, 54, 94, 0.25);
  z-index: 2;
}
.big-ticks .big-ticks__item:hover:before,
.big-ticks .big-ticks__radio:focus + .big-ticks__item:before {
  border-color: color("primary");
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item {
  border-color: #1F365E;
  background-color: white;
  z-index: 3;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item:before {
  border-color: #1F365E;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item .big-ticks__icon {
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  left: 0.9rem;
  top: 0.9rem;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item .big-ticks__subform,
.big-ticks .big-ticks__radio:checked + .big-ticks__item .big-ticks__helptext {
  display: block;
}
.big-ticks .big-ticks__radio[disabled] + .big-ticks__item {
  opacity: 0.3;
  pointer-events: none;
  filter: grayscale(100%);
}
.big-ticks .big-ticks__icon {
  display: none;
}
.big-ticks .big-ticks__heading {
  margin: 0;
  padding: 0 3rem;
  text-align: center;
  min-height: 2.5rem;
}
.big-ticks .big-ticks__image {
  position: relative;
  padding: 0 2rem;
  min-height: 5rem;
  max-height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.big-ticks .big-ticks__image img {
  max-height: 7rem;
}
.big-ticks .big-ticks__description {
  margin-top: 1rem;
  text-align: center;
}
.big-ticks .big-ticks__subform {
  display: none;
  padding-top: 1.2rem;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
.big-ticks .big-ticks__subform .formfield {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.big-ticks .big-ticks__helptext {
  display: none;
  padding-top: 1.2rem;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 15px;
}

.site-content > .breadcrumb {
  top: -2rem;
}

.breadcrumb {
  position: relative;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  padding-right: 20px;
  display: block;
  float: left;
  position: relative;
  font-size: 0.875em;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
  color: #1F365E;
}
.breadcrumb li:last-child a {
  color: #52525F;
  pointer-events: none;
  cursor: default;
}
.breadcrumb .icon {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 9px;
  height: 9px;
  color: #EBEFF7;
}

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .button {
  position: relative;
  float: left;
}
.btn-group > .btn:not(:first-child):not(:last-child), .btn-group > .button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group > .btn:first-child:not(:last-child), .btn-group > .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .btn + .btn, .btn-group .button + .btn, .btn-group .btn + .button, .btn-group .button + .button,
.btn-group .btn + .btn-group,
.btn-group .button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:hover, .btn-group > .button:hover,
.btn-group > .btn:active,
.btn-group > .button:active,
.btn-group > .btn.is-active,
.btn-group > .is-active.button,
.btn-group > .btn.open,
.btn-group > .open.button {
  z-index: 2;
}

.carousel {
  position: relative;
}
.carousel .carousel__canvas {
  position: relative;
  height: 0;
  padding-bottom: 50%;
}
.carousel .carousel__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}
.carousel ul,
.carousel li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel .carousel__item {
  position: relative;
}
.carousel .carousel__item img {
  width: 100%;
  max-width: 100%;
}
.carousel img {
  max-width: none;
  transition: opacity 0.5s;
}
.carousel .carousel__caption {
  display: none;
}
@media (min-width: 600px) {
  .carousel .carousel__caption {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 10;
    color: #52525F;
    max-width: 62%;
    max-height: 62%;
    overflow: hidden;
    background-color: rgba(235, 239, 247, 0.7);
    padding: 10px 20px;
  }
}
.carousel .carousel__caption h1, .carousel .carousel__caption h2, .carousel .carousel__caption h3, .carousel .carousel__caption h4,
.carousel .carousel__caption .h1, .carousel .carousel__caption .h2, .carousel .carousel__caption .h3, .carousel .carousel__caption .h4,
.carousel .carousel__caption p, .carousel .carousel__caption ul, .carousel .carousel__caption ol {
  margin: 0;
}
.carousel .slick-list {
  z-index: 1;
}
.carousel .slick-prev,
.carousel .slick-next {
  z-index: 2;
  width: 30px;
  height: 30px;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  font-size: 30px;
}
.carousel .slick-prev {
  left: 20px;
}
.carousel .slick-next {
  right: 20px;
}

.downloads {
  list-style: none;
  padding: 0;
}
.downloads li {
  padding-left: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.dropdown > ul,
.dropdown > .dropdown__content,
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  display: none;
  position: absolute;
  left: 0;
  min-width: 16rem;
  margin: 0;
  padding: 1.5rem;
  z-index: 50;
  background-color: #EBEFF7;
  border: 0 solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  top: 100%;
  bottom: auto;
}
.dropdown > ul,
.dropdown .dropdown__sublist > ul {
  list-style: none;
  padding: 0;
}
.dropdown > ul li,
.dropdown .dropdown__sublist > ul li {
  margin-top: 0;
}
.dropdown > ul li a,
.dropdown .dropdown__sublist > ul li a {
  display: block;
  padding: 0.8rem 1.5rem;
  clear: both;
  color: #212529;
  white-space: nowrap;
}
.dropdown > ul li a:hover,
.dropdown .dropdown__sublist > ul li a:hover {
  color: white;
  background-color: #1F365E;
}
.dropdown > ul li.is-active a,
.dropdown .dropdown__sublist > ul li.is-active a {
  color: #1F365E;
  background-color: #cacad9;
}
.dropdown .dropdown__divider,
.dropdown .dropdown__sublist .dropdown__divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #DDDDDD;
}
.dropdown .dropdown__caret,
.dropdown .dropdown__sublist .dropdown__caret {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #212529;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--left > ul,
.dropdown.dropdown--left > .dropdown__content, .dropdown.dropdown--right > ul,
.dropdown.dropdown--right > .dropdown__content, .dropdown.dropdown--center > ul,
.dropdown.dropdown--center > .dropdown__content {
  margin-top: 1.2rem;
}
.dropdown.dropdown--left > ul:before,
.dropdown.dropdown--left > .dropdown__content:before, .dropdown.dropdown--right > ul:before,
.dropdown.dropdown--right > .dropdown__content:before, .dropdown.dropdown--center > ul:before,
.dropdown.dropdown--center > .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 1.2rem solid transparent;
  border-bottom: 1.2rem solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  height: 0;
  width: 0;
  top: -1.2rem;
}
.dropdown.dropdown--left > ul:after,
.dropdown.dropdown--left > .dropdown__content:after, .dropdown.dropdown--right > ul:after,
.dropdown.dropdown--right > .dropdown__content:after, .dropdown.dropdown--center > ul:after,
.dropdown.dropdown--center > .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 1.1rem solid transparent;
  border-bottom: 1.1rem solid #EBEFF7;
  border-top: 0;
  height: 0;
  width: 0;
  top: -1.1rem;
}
.dropdown.dropdown--left > ul:before,
.dropdown.dropdown--left > .dropdown__content:before {
  left: 0.9rem;
}
.dropdown.dropdown--left > ul:after,
.dropdown.dropdown--left > .dropdown__content:after {
  left: 1rem;
}
.dropdown.dropdown--right > ul,
.dropdown.dropdown--right > .dropdown__content {
  left: auto;
  right: 0;
}
.dropdown.dropdown--right > ul:before,
.dropdown.dropdown--right > .dropdown__content:before {
  right: 0.9rem;
}
.dropdown.dropdown--right > ul:after,
.dropdown.dropdown--right > .dropdown__content:after {
  right: 1rem;
}
.dropdown.dropdown--center > ul,
.dropdown.dropdown--center > .dropdown__content {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown.dropdown--center > ul:before,
.dropdown.dropdown--center > .dropdown__content:before {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown.dropdown--center > ul:after,
.dropdown.dropdown--center > .dropdown__content:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown .dropdown__sublist {
  position: relative;
}
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown .dropdown__sublist > a:after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-left: 0.5rem solid #212529;
  border-right: 0;
  height: 0;
  width: 0;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}
.dropdown.dropdown--upwards > ul,
.dropdown.dropdown--upwards > .dropdown__content {
  top: auto;
  bottom: 100%;
}
.dropdown.dropdown--upwards .dropdown__caret {
  border: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #333;
  border-top: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--upwards.dropdown--left > ul,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content, .dropdown.dropdown--upwards.dropdown--right > ul,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content, .dropdown.dropdown--upwards.dropdown--center > ul,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.dropdown.dropdown--upwards.dropdown--left > ul:before,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--right > ul:before,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--center > ul:before,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 1.2rem solid transparent;
  border-top: 1.2rem solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -1.2rem;
}
.dropdown.dropdown--upwards.dropdown--left > ul:after,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--right > ul:after,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--center > ul:after,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 1.1rem solid transparent;
  border-top: 1.1rem solid #EBEFF7;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -1.1rem;
}

.formgroup {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.formgroup .formfield {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-top: 0;
  margin-bottom: 0;
}
.formgroup .formfield:hover, .formgroup .formfield:focus, .formgroup .formfield:active {
  z-index: 3;
}

.formgroup__addon,
.formgroup__btn,
.formgroup .formfield {
  display: flex;
  align-items: center;
}
.formgroup__addon:not(:first-child):not(:last-child),
.formgroup__btn:not(:first-child):not(:last-child),
.formgroup .formfield:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.formgroup__addon,
.formgroup__btn {
  white-space: nowrap;
  vertical-align: middle;
}

.formgroup__addon {
  padding: 1rem;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #646472;
  text-align: center;
  background-color: #adb5bd;
  border: 2px solid #cacad9;
  border-radius: 3px;
}
.formgroup__addon input[type=radio],
.formgroup__addon input[type=checkbox] {
  margin-top: 0;
}

.formgroup .formfield:not(:last-child),
.formgroup__addon:not(:last-child),
.formgroup__btn:not(:last-child) > .btn,
.formgroup__btn:not(:last-child) > .button,
.formgroup__btn:not(:last-child) > .btn-group > .btn,
.formgroup__btn:not(:last-child) > .btn-group > .button,
.formgroup__btn:not(:last-child) > .dropdown-toggle,
.formgroup__btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .button:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.formgroup__addon:not(:last-child) {
  border-right: 0;
}

.formgroup .formfield:not(:first-child),
.formgroup__addon:not(:first-child),
.formgroup__btn:not(:first-child) > .btn,
.formgroup__btn:not(:first-child) > .button,
.formgroup__btn:not(:first-child) > .btn-group > .btn,
.formgroup__btn:not(:first-child) > .btn-group > .button,
.formgroup__btn:not(:first-child) > .dropdown-toggle,
.formgroup__btn:not(:last-child) > .btn:not(:first-child),
.formgroup__btn:not(:last-child) > .button:not(:first-child),
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.formfield + .formgroup__addon:not(:first-child) {
  border-left: 0;
}

.formgroup__btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.formgroup__btn > .btn, .formgroup__btn > .button {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.formgroup__btn > .btn + .btn, .formgroup__btn > .button + .btn, .formgroup__btn > .btn + .button, .formgroup__btn > .button + .button {
  margin-left: -1px;
}
.formgroup__btn > .btn:hover, .formgroup__btn > .button:hover, .formgroup__btn > .btn:focus, .formgroup__btn > .button:focus, .formgroup__btn > .btn:active, .formgroup__btn > .button:active {
  z-index: 3;
}
.formgroup__btn:not(:last-child) > .btn, .formgroup__btn:not(:last-child) > .button,
.formgroup__btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.formgroup__btn:not(:first-child) > .btn, .formgroup__btn:not(:first-child) > .button,
.formgroup__btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.formgroup__btn:not(:first-child) > .btn:hover, .formgroup__btn:not(:first-child) > .button:hover, .formgroup__btn:not(:first-child) > .btn:focus, .formgroup__btn:not(:first-child) > .button:focus, .formgroup__btn:not(:first-child) > .btn:active, .formgroup__btn:not(:first-child) > .button:active,
.formgroup__btn:not(:first-child) > .btn-group:hover,
.formgroup__btn:not(:first-child) > .btn-group:focus,
.formgroup__btn:not(:first-child) > .btn-group:active {
  z-index: 3;
}

.rating {
  padding: 5px 0 0;
}
.rating label {
  float: right;
  width: 42px;
  height: 42px;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}
.rating label:before {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  content: "☆";
}
.rating label span {
  display: none;
}
.rating input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.rating label:hover:before,
.rating label:hover ~ label:before,
.rating input.checked ~ label:before {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  content: "★";
}
.rating input:checked ~ label:before {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  content: "★";
}
.rating:hover input ~ label:before {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  content: "☆";
}
.rating:hover label:hover:before,
.rating:hover label:hover ~ label:before {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  content: "★";
}

.form-row {
  position: relative;
  padding: 2rem 1rem 1rem;
}
@media (min-width: 740px) {
  .form-row {
    padding: 3rem 5.5rem 3rem 3rem;
  }
}

.form-row-control {
  display: none;
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid transparent;
  pointer-events: none;
  margin: 1rem auto;
}
@media (min-width: 740px) {
  .form-row-control {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    margin: 0;
  }
}
.form-row-control--error {
  border-color: #fd7e14;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-row-control--error:after {
  content: " ";
  background-image: url("../svg/telephone.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.8rem;
  height: 1.8rem;
}
@media (min-width: 740px) {
  .form-row-control--error:after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.form-row-control--success {
  border-color: #408600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-row-control--success:after {
  content: " ";
  transform: rotate(45deg);
  height: 1.4rem;
  width: 0.7rem;
  border-bottom: 2px solid #408600;
  border-right: 2px solid #408600;
}
@media (min-width: 740px) {
  .form-row-control--success:after {
    height: 1.8rem;
    width: 0.9rem;
  }
}

.custom-ticks input[type=checkbox],
.custom-ticks input[type=radio] {
  position: relative;
  opacity: 0;
  z-index: 2;
}
.custom-ticks span {
  position: relative;
  z-index: 1;
  padding-left: 5px;
  padding-right: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-ticks span:before {
  content: "";
  position: absolute;
  top: 2px;
  right: auto;
  left: -20px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  color: #F5C456;
  border: 1px solid #cacad9;
  background-color: white;
  text-align: center;
}
.custom-ticks label:hover span:before {
  border-color: #2c4c84;
}
.custom-ticks input[type=radio] + span:before {
  border-radius: 10px;
}
.custom-ticks input[type=checkbox]:checked + span:before {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  content: "✔";
  color: #1F365E;
  border-color: #1F365E;
}
.custom-ticks input[type=radio]:checked + span:before {
  background-color: #f8f9fa;
  box-shadow: inset 0 0 0 4px white;
}

.ticks label {
  transition: all 0.2s;
  display: inline-block;
  padding: 5px;
  width: 100%;
}
.ticks label > span {
  margin: 0 15px 5px 20px;
  cursor: default;
}
.custom-formitem .ticks label > span {
  margin-right: -10px;
  display: inline-block;
}
.ticks label input[type=checkbox],
.ticks label input[type=radio] {
  float: left;
  margin: 6px -9px 0 0;
}
.ticks label input[type=checkbox].error ~ span,
.ticks label input[type=radio].error ~ span {
  color: #dc3545;
}

.heading-secondary {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #646472;
}

.infinite-more-link {
  margin-top: 4.8rem;
}
.infinite-more-link .btn__content {
  display: block;
}
.infinite-more-link span {
  display: inline-block;
  vertical-align: middle;
}
.infinite-loading + .infinite-more-link {
  display: none;
}

.infinite-container.infinite-loading {
  padding-bottom: 49.8rem;
}
.infinite-container.infinite-loading::after {
  display: block;
  clear: both;
  content: "";
}

.infinite-container.infinite-loading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(0, -50%);
  width: 4rem;
  height: 4rem;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #1F365E;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}

.site-login .site-login__content,
.site-login > ul {
  left: 50%;
  transform: translate(-50%, 0);
  color: #52525F;
}

.map {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 2.4rem 0 0;
  min-height: 300px;
}
.map .marker p {
  margin-top: 0;
}

.pageselector * {
  display: inline-block;
  vertical-align: middle;
}
.pageselector .pageselector__limit-post {
  margin-right: 20px;
}
.pageselector .pageselector__prev,
.pageselector .pageselector__next {
  padding: 5px 10px;
}

.privacy-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  animation-name: comeUp;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
.privacy-notice__container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}
.privacy-notice__content {
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
}
.privacy-notice__content a {
  color: white;
  text-decoration: underline;
}
.privacy-notice__content a:visited {
  color: white;
}
.privacy-notice__content a:hover {
  color: white;
}
.privacy-notice__content a:active {
  color: white;
}

@keyframes comeUp {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
.privacy-notice--simple .privacy-notice__content {
  padding: 2rem;
}
.privacy-notice--simple .privacy-notice__content::after {
  display: block;
  clear: both;
  content: "";
}
.privacy-notice--simple .privacy-notice__content p {
  margin-top: 0;
}
.privacy-notice--simple .btn, .privacy-notice--simple .button {
  float: right;
}

.privacy-notice--advanced .privacy-notice__content {
  padding: 1rem 1rem;
}
.privacy-notice--advanced .privacy-notice__buttons {
  padding: 1rem 0;
}
@media (min-width: 600px) {
  .privacy-notice--advanced .privacy-notice__content {
    padding: 2rem 1rem;
    display: flex;
  }
  .privacy-notice--advanced .privacy-notice__text {
    padding: 0 1rem;
    flex-grow: 1;
  }
  .privacy-notice--advanced .privacy-notice__buttons {
    padding: 0 0 0 1rem;
    text-align: right;
  }
  .privacy-notice--advanced .privacy-notice__buttons .btn, .privacy-notice--advanced .privacy-notice__buttons .button {
    margin-left: 0.5rem;
  }
}
.privacy-notice--advanced p {
  max-width: 80rem;
}
.privacy-notice--advanced .custom-ticks input[type=checkbox] + span:before {
  background-color: rgba(240, 243, 249, 0.95);
}
.privacy-notice--advanced .ticks label > span,
.privacy-notice--advanced .ticks label input:checked + span {
  color: white;
}
@media (min-width: 980px) {
  .privacy-notice--advanced .privacy-notice__form {
    display: flex;
  }
}

.privacy-notice-popup {
  display: none;
  background-color: white;
  max-width: 45rem;
  padding: 3rem;
}
.mfp-content .privacy-notice-popup {
  display: block;
}
.privacy-notice-popup .h2,
.privacy-notice-popup h2 {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: color("primary");
  border-bottom: 1px solid #1F365E;
}

.privacy-notice-popup__form {
  margin-top: 2rem;
}
.privacy-notice-popup__form .accordion {
  position: relative;
  border-bottom: 1px solid #1F365E;
}
.privacy-notice-popup__form .accordion > label {
  padding: 1rem 0;
}
.privacy-notice-popup__form .accordion > label span {
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 1rem;
  font-weight: 600;
}
.privacy-notice-popup__form .accordion__toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
}
.privacy-notice-popup__form .accordion__toggle .icon {
  top: 1.3rem;
  right: 0;
  width: 1.6rem;
  height: 1.8rem;
}
.privacy-notice-popup__form .accordion__content {
  padding-left: 3rem;
  padding-top: 0;
  padding-bottom: 1rem;
}
.privacy-notice-popup__form .accordion__content .ticks label {
  display: block;
}
.privacy-notice-popup__form > .ticks {
  margin-bottom: 1rem;
}

.select-attachments {
  position: relative;
  padding-top: 5px;
  width: 100%;
}
.select-attachments::after {
  display: block;
  clear: both;
  content: "";
}
.select-attachments .btn:before, .select-attachments .button:before, .select-attachments .btn:after, .select-attachments .button:after {
  display: none;
}
.select-attachments .btn .icon, .select-attachments .button .icon {
  display: none;
}

.select-attachments__list {
  font-size: 1.6rem;
  line-height: 2.4rem;
  position: relative;
  display: block;
  margin-bottom: 5px;
  background-color: white;
  border: 1px solid #cacad9;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  z-index: 4;
}

.select-attachments__list {
  min-height: 6rem;
  max-height: 302px;
  overflow: hidden;
  overflow-y: auto;
}
.select-attachments__list .no-entries {
  display: block;
  padding: 4px;
  font-style: italic;
}

.select-attachments__item {
  position: relative;
  height: 4rem;
}
.select-attachments__item + .select-attachments__item {
  border-top: 1px solid #ced4da;
}
.select-attachments__item .file-name,
.select-attachments__item .progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
}
.select-attachments__item .file-name {
  left: 30px;
  right: 40px;
  line-height: normal;
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 2;
}
.select-attachments__item .progress-bar {
  left: 0;
  right: 0;
  background-color: rgba(31, 54, 94, 0.25);
  z-index: 1;
}
.select-attachments__item .progress-bar__inner {
  position: absolute;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width 0.25s linear;
}
.select-attachments__item .file-status {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  bottom: 0;
  line-height: 4rem;
  text-align: center;
  z-index: 2;
}
.select-attachments__item .file-status .icon:before {
  font-style: normal;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 16px;
}
.select-attachments__item .file-status .icon-success {
  color: #408600;
}
.select-attachments__item .file-status .icon-success:before {
  content: "✔";
}
.select-attachments__item .remove-file {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}
.select-attachments__item .remove-file .icon:before {
  font-style: normal;
  content: "x";
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 16px;
}
.select-attachments__item .remove-file:hover .icon:before {
  color: #dc3545;
}

.tabs .tabs__list {
  display: flex;
  justify-content: space-between;
  /*
      li:first-child a {
          border-radius: $tab-border-radius 0 0 0;
      }

      li:last-child a {
          border-radius: 0 $tab-border-radius 0 0;
      }

      li:first-child:last-child a {
          border-radius: $tab-border-radius $tab-border-radius 0 0;
      }
  */
}
.tabs .tabs__list,
.tabs .tabs__list li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.tabs .tabs__list li {
  display: inline;
}
.tabs .tabs__list::after {
  display: block;
  clear: both;
  content: "";
}
.tabs .tabs__list > li > a {
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  padding: 10px 24px;
  margin-bottom: -1px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  color: #52525F;
  background-color: transparent;
  transition: all 0.2s ease-out;
  border-radius: 3px 3px 0 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.tabs .tabs__list > li > a:hover,
.tabs .tabs__list > li > a:focus,
.tabs .tabs__list > li > a:active {
  z-index: 20;
  color: black;
  background-color: #F0F3F9;
}
.tabs .tabs__list > li.is-active > a {
  z-index: 30;
  color: #52525F;
  background-color: white;
}
@media (max-width: 599px) {
  .tabs .tabs__list > li {
    flex: 1 1 33.333%;
  }
  .tabs .tabs__list > li > a {
    padding: 1.2rem 0;
    font-size: 0.75rem;
  }
}
.tabs .tabs__content {
  margin-top: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-top: 2px solid #ced4da;
}

.appointments-calendar-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.appointments-calendar-input input {
  width: 143px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 40px;
  vertical-align: middle;
  color: #646472;
  border: 2px solid #cacad9;
  border-radius: 5px;
  padding: 0 10px;
}

.appointments-calendar-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  background-color: #F0F3F9;
  color: #1F365E;
  border-radius: 5px;
  padding: 0 1rem;
  margin-left: 1rem;
  cursor: pointer;
}
.appointments-calendar-icon .icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 739px) {
  .appointments-calendar-icon span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
@media (min-width: 740px) {
  .appointments-calendar-icon span {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 5px;
  }
}

.appointments-calendar-arrow {
  position: relative;
  display: none;
  min-width: 30px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: #1F365E;
  text-align: center;
  cursor: pointer;
}
.appointments-calendar-arrow--prev {
  margin-right: 1rem;
}
.appointments-calendar-arrow--prev span {
  margin-right: 1rem;
}
.appointments-calendar-arrow--next {
  margin-left: 1rem;
}
.appointments-calendar-arrow--next span {
  margin-left: 1rem;
}
.appointments-calendar-arrow span {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 739px) {
  .appointments-calendar-arrow span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.appointment-days {
  display: none;
}
@media (min-width: 600px) {
  .appointment-days {
    display: flex;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #cacad9;
  }
}

.appointment-days-title {
  flex-grow: 1;
  max-width: 20%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1F365E;
  text-align: center;
}

@media (min-width: 600px) {
  .appointments {
    display: flex;
    margin-top: 1.5rem;
  }
}

.appointment-day {
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .appointment-day {
    flex-grow: 1;
    max-width: 17%;
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
  }
}

.appointment-day-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1F365E;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #cacad9;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .appointment-day-title {
    display: none;
  }
}

.appointment-label {
  position: relative;
  font-size: 1.5rem;
  line-height: 3.5rem;
  color: #1F365E;
  width: 100%;
  max-width: 9.6rem;
  height: 3.5rem;
  vertical-align: middle;
  background-color: #F0F3F9;
  border-radius: 0.4rem;
  text-align: center;
  cursor: pointer;
  margin-right: 0.7rem;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .appointment-label {
    max-width: 100%;
    margin-right: 0;
  }
}
.appointment-label:hover {
  background-color: #d5ebc0;
}

input[name=appointment] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

input[name=appointment]:focus + label,
input[name=appointment]:checked + label {
  color: #408600;
  background-color: #d5ebc0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
input[name=appointment]:focus + label::after,
input[name=appointment]:checked + label::after {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #408600;
  border-radius: 50%;
  background-color: #408600;
  box-shadow: inset 0 0 0 2px #d5ebc0;
  position: absolute;
  left: 15%;
  top: 49%;
  transform: translateY(-50%);
}
@media (min-width: 740px) {
  input[name=appointment]:focus + label::after,
input[name=appointment]:checked + label::after {
    left: 21%;
  }
}
@media (min-width: 980px) {
  input[name=appointment]:focus + label::after,
input[name=appointment]:checked + label::after {
    left: 27%;
  }
}

.no-appointment {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #1F365E;
  background-color: #F0F3F9;
  border-radius: 0.4rem;
  text-align: center;
  padding: 1rem;
}

.booking-steps {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
}
@media (min-width: 400px) {
  .booking-steps {
    bottom: 0.03em;
  }
}
.booking-steps .booking-step {
  width: 100%;
  height: 7px;
  background-color: #aaa;
}
.booking-steps .booking-step--active {
  background-color: #408600;
}
.booking-steps .booking-step--done {
  background-color: #1F365E;
}
.booking-steps .col-4:not(:last-child) .booking-step {
  width: calc( 100% + 17px );
}

.site-content {
  z-index: 10;
  position: relative;
  flex: 1;
}

.pickadate-root {
  z-index: 410;
  position: relative;
}

.picker {
  color: #52525F;
}

.picker__frame {
  max-width: 400px;
}

.picker__box {
  font-size: 1em;
}

.picker__footer {
  padding-bottom: 1em;
}
.picker__footer button {
  padding: 10px 5px;
}

.picker--opened .picker__holder {
  background-color: rgba(31, 54, 94, 0.75);
}

.picker__day--today:before {
  border-top-color: #F5C456;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background-color: #1F365E;
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
  background-color: #1F365E;
}

.picker__nav--next:before {
  border-left-color: #1F365E;
}

.picker__nav--prev:before {
  border-right-color: #1F365E;
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 1rem;
  font-weight: 600;
  line-height: normal;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0.5rem 0;
  cursor: pointer;
  background-image: none;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 1.5rem;
  padding-top: 0.9rem;
  padding-right: 2rem;
  padding-bottom: 0.9rem;
  padding-left: 2rem;
  height: auto;
  width: 31%;
  margin-right: 3%;
}
.picker__button--clear:hover, .picker__button--clear:focus,
.picker__button--close:hover,
.picker__button--close:focus,
.picker__button--today:hover,
.picker__button--today:focus {
  text-decoration: none;
}
.picker__button--clear:active, .picker__button--clear.open,
.picker__button--close:active,
.picker__button--close.open,
.picker__button--today:active,
.picker__button--today.open {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.picker__button--clear.btn--next,
.picker__button--close.btn--next,
.picker__button--today.btn--next {
  border-top-right-radius: 2.3rem;
  border-bottom-right-radius: 2.3rem;
}
.picker__button--clear.btn--prev,
.picker__button--close.btn--prev,
.picker__button--today.btn--prev {
  border-top-left-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
}
.picker__button--clear.btn--round,
.picker__button--close.btn--round,
.picker__button--today.btn--round {
  border-radius: 2.3rem;
}
.picker__button--clear.disabled, .picker__button--clear[disabled],
.picker__button--close.disabled,
.picker__button--close[disabled],
.picker__button--today.disabled,
.picker__button--today[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.picker__button--clear, .picker__button--clear:visited, .picker__button--clear.disabled, .picker__button--clear.disabled:hover, .picker__button--clear.disabled:focus, .picker__button--clear.disabled:active, .picker__button--clear.disabled.open, .picker__button--clear[disabled], .picker__button--clear[disabled]:hover, .picker__button--clear[disabled]:focus, .picker__button--clear[disabled]:active, .picker__button--clear[disabled].open,
.picker__button--close,
.picker__button--close:visited,
.picker__button--close.disabled,
.picker__button--close.disabled:hover,
.picker__button--close.disabled:focus,
.picker__button--close.disabled:active,
.picker__button--close.disabled.open,
.picker__button--close[disabled],
.picker__button--close[disabled]:hover,
.picker__button--close[disabled]:focus,
.picker__button--close[disabled]:active,
.picker__button--close[disabled].open,
.picker__button--today,
.picker__button--today:visited,
.picker__button--today.disabled,
.picker__button--today.disabled:hover,
.picker__button--today.disabled:focus,
.picker__button--today.disabled:active,
.picker__button--today.disabled.open,
.picker__button--today[disabled],
.picker__button--today[disabled]:hover,
.picker__button--today[disabled]:focus,
.picker__button--today[disabled]:active,
.picker__button--today[disabled].open {
  color: #1F365E;
  background-color: white;
  border-color: #1F365E;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.picker__button--clear:hover, .picker__button--clear:focus,
.picker__button--close:hover,
.picker__button--close:focus,
.picker__button--today:hover,
.picker__button--today:focus {
  color: #1F365E;
  background-color: #adb5bd;
  border-color: #1F365E;
}
.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
  outline: transparent solid 1px;
  box-shadow: 0 0 0 1px #3f6dbe;
}
.picker__button--clear:active, .picker__button--clear.open,
.picker__button--close:active,
.picker__button--close.open,
.picker__button--today:active,
.picker__button--today.open {
  color: #1F365E;
  background-color: #9fa8b2;
  border-color: #1F365E;
}
.picker__button--clear:last-child,
.picker__button--close:last-child,
.picker__button--today:last-child {
  margin-right: 0;
}

.picker__button--today:before {
  border-top-color: #F5C456;
}

.picker__button--clear:before {
  border-top-color: #dc3545;
}

.picker__day {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.picker__day--outfocus {
  color: rgba(82, 82, 95, 0.6);
}

.picker__weekday {
  text-align: center;
  font-size: 1.6rem;
  font-family: "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.picker__month,
.picker__year {
  font-size: 2.2rem;
  font-style: normal;
  font-family: "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.picker--time .picker__frame {
  min-width: 320px;
}
.picker--time .picker__box {
  border: 0;
  padding: 10px;
}
.picker--time .picker__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.picker--time .picker__list li:last-child {
  width: 100%;
}
.picker--time .picker__list-item {
  margin-top: 0;
  border-right: 1px solid;
  flex-basis: 25%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.picker--time .picker__list-item:nth-child(4n-3) {
  border-left: 1px solid;
}
.picker--time .picker__list-item--selected,
.picker--time .picker__list-item--selected:hover,
.picker--time .picker__list-item--highlighted {
  background-color: #1F365E;
  border-color: #1F365E;
  color: white;
}
.picker--time .picker__list-item--selected:nth-child(4n-3),
.picker--time .picker__list-item--selected:hover:nth-child(4n-3),
.picker--time .picker__list-item--highlighted:nth-child(4n-3) {
  border-left: 1px solid #1F365E;
}
.picker--time .picker__button--clear {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 1rem;
  font-weight: 600;
  line-height: normal;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0.5rem 0;
  cursor: pointer;
  background-image: none;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 1.5rem;
  padding-top: 0.9rem;
  padding-right: 2rem;
  padding-bottom: 0.9rem;
  padding-left: 2rem;
  height: auto;
  width: 100%;
  margin: 0;
}
.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
  text-decoration: none;
}
.picker--time .picker__button--clear:active, .picker--time .picker__button--clear.open {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.picker--time .picker__button--clear.btn--next {
  border-top-right-radius: 2.3rem;
  border-bottom-right-radius: 2.3rem;
}
.picker--time .picker__button--clear.btn--prev {
  border-top-left-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
}
.picker--time .picker__button--clear.btn--round {
  border-radius: 2.3rem;
}
.picker--time .picker__button--clear.disabled, .picker--time .picker__button--clear[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.picker--time .picker__button--clear, .picker--time .picker__button--clear:visited, .picker--time .picker__button--clear.disabled, .picker--time .picker__button--clear.disabled:hover, .picker--time .picker__button--clear.disabled:focus, .picker--time .picker__button--clear.disabled:active, .picker--time .picker__button--clear.disabled.open, .picker--time .picker__button--clear[disabled], .picker--time .picker__button--clear[disabled]:hover, .picker--time .picker__button--clear[disabled]:focus, .picker--time .picker__button--clear[disabled]:active, .picker--time .picker__button--clear[disabled].open {
  color: #1F365E;
  background-color: white;
  border-color: #1F365E;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
  color: #1F365E;
  background-color: #adb5bd;
  border-color: #1F365E;
}
.picker--time .picker__button--clear:focus {
  outline: transparent solid 1px;
  box-shadow: 0 0 0 1px #3f6dbe;
}
.picker--time .picker__button--clear:active, .picker--time .picker__button--clear.open {
  color: #1F365E;
  background-color: #9fa8b2;
  border-color: #1F365E;
}
.picker--time .picker__button--clear:before,
.picker--time .picker__button--clear:hover:before {
  border-top-color: #dc3545;
}

.mfp-iframe-holder {
  padding: 0;
}
.mfp-iframe-holder iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: white;
}

.site-wrapper.lightbox-open {
  filter: blur(3px);
}

.mfp-bg {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(22, 23, 26, 0.95) 75%, rgba(22, 23, 26, 0.95) 100%);
}

.mfp-ibase.mfp-bg {
  background-image: linear-gradient(to bottom, #0b4660 0%, #11749e 50%, #0b4660 100%);
}

.mfp-lightbox-ajax .mfp-content,
.mfp-lightbox-iframe .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
}

.mfp-figure:after {
  background-color: white;
}

.mfp-preloader.mfp-preloader {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top-color: #1F365E;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-fade-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in .mfp-with-anim,
.mfp-fade-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mfp-fade-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-fade-in.mfp-ready .mfp-with-anim,
.mfp-fade-in.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-fade-in.mfp-removing .mfp-with-anim,
.mfp-fade-in.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.nav-lang .dropdown__toggle:hover {
  text-decoration: none;
}
.nav-lang .dropdown__caret {
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  margin: 0;
  border-left: 1px solid #1F365E;
  border-bottom: 1px solid #1F365E;
  transform: rotate(315deg);
}
.nav-lang .keytoggle {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.nav-lang .keytoggle:hover, .nav-lang .keytoggle:focus {
  outline: none;
}
.nav-lang .language-list .nav-lang__flag {
  margin-right: 1rem;
}
.nav-lang__current-language {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.site-footer {
  text-align: left;
}
.site-footer a {
  color: #52525F;
}
.site-footer a:visited {
  color: #52525F;
}
.site-footer a:hover {
  color: #1F365E;
}
.site-footer a:active {
  color: #1F365E;
}
.site-footer a.is-active {
  text-decoration: underline;
}
.site-footer__main {
  border-top: 1px solid #DBDBEA;
}
.site-footer__nav a {
  display: inline-block;
}
.site-footer__address span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.site-footer__address span:not(:last-child):not(.br):after {
  content: "|";
  margin: 0 5px;
}
@media (min-width: 740px) {
  .site-footer__address span.br {
    display: block;
  }
}

.site-header {
  position: relative;
  font-family: "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #F5C456;
  z-index: 30;
}
.site-header .container {
  padding-top: 0;
}
.site-header .container__inner {
  position: relative;
}
.site-header__navi {
  display: flex;
  justify-items: right;
  align-items: center;
  position: absolute;
  right: 2rem;
  top: 1.8rem;
}
.site-header__navi .nav-lang + .site-login {
  margin-left: 2.5rem;
}
.site-header__text {
  text-align: center;
  max-width: 753px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.site-header__text em {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #1F365E;
}
@media (min-width: 600px) {
  .site-header__text em {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 740px) {
  .site-header__text em {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 740px) {
  .home .site-header__text em, .privacy .site-header__text em {
    font-size: 2.8rem;
  }
}
.site-header__title a {
  background-image: url("../../images/logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -6px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  color: white;
  font-weight: 300;
  font-size: 1.8rem;
  padding-top: 1.4rem;
  padding-bottom: 3rem;
  padding-right: 8.5rem;
  padding-left: 1.5rem;
  margin-left: -1rem;
}
@media (min-width: 400px) {
  .site-header__title a {
    background-position: 0;
    padding-left: 2.5rem;
    margin-left: -2rem;
  }
}
@media (min-width: 740px) {
  .site-header__title a {
    font-size: 2.1rem;
    padding-left: 3rem;
    padding-right: 10rem;
    padding-bottom: 4.3rem;
    margin-left: -3rem;
  }
}
.site-header__title a strong {
  font-weight: 600;
}
.site-header__title a:hover {
  text-decoration: none;
}
.site-header__arrow {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #1F365E;
  border-radius: 100%;
}

.site-login__link {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 40;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
}
.site-login__link span {
  display: block;
}
@media (min-width: 740px) {
  .site-login__link span {
    display: inline-block;
    font-size: 1.8rem;
    padding-left: 0.75rem;
    vertical-align: sub;
  }
}
.site-login__link:hover, .site-login__link:active, .site-login__link:focus {
  text-decoration: none;
}

.finished-container {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 980px) {
  .finished-container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.finished-icon-wrap {
  display: inline-block;
}

.finished-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #EBEFF7;
  color: #1F365E;
}
.finished-icon .icon {
  width: 3.5rem;
  height: 3.5rem;
}

.finished-files ul {
  list-style-type: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.finished-files a {
  border-bottom: 1px solid #1F365E;
  background-image: url("../svg/file.svg");
  background-repeat: no-repeat;
  padding-left: 2rem;
}
.finished-files a:hover, .finished-files a:active, .finished-files a:focus {
  background-color: #EBEFF7;
  text-decoration: none;
}

.appointment-price {
  font-size: 2rem;
  font-weight: 500;
}

.appointment-price-label {
  margin-right: 0.6rem;
}

.page-otv-order .appointment-order-header {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.page-otv-order .appointment-col {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.page-otv-order .hints {
  font-size: 1.5rem;
  line-height: 1.5;
}
.page-otv-order .hints-title {
  font-weight: 500;
}
.page-otv-order label {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5;
  color: #1F365E;
}
.page-otv-order textarea {
  min-height: 12rem;
  padding: 0.7rem 1.4rem;
}

.appointment-info {
  padding: 6rem 0 4rem;
  color: #646472;
}
.appointment-info--border {
  border-bottom: 1px solid #cacad9;
}
.appointment-info .appointment-date {
  font-weight: 500;
  line-height: 1.5;
}
.appointment-info .col-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #EBEFF7;
  margin-right: 2rem;
  color: #1F365E;
}
.appointment-info .col-icon .icon-doctor {
  width: 5rem;
  height: 5rem;
}
.appointment-info .col-icon .icon-home {
  width: 3.5rem;
  height: 3.5rem;
}
.appointment-info .doctor-img {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  margin-right: 2rem;
}
.appointment-info .appointment-type {
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #1F365E;
}
.appointment-info .appointment-change-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.2;
  color: #1F365E;
  margin-top: 1rem;
}
.appointment-info .appointment-change-link > .icon {
  width: 0.6rem;
  height: 1rem;
  margin-left: 0.5rem;
}

@media (min-width: 980px) {
  .appointment-cols {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  @supports (justify-content: space-evenly) {
    .appointment-cols {
      justify-content: space-evenly;
    }
  }
}
.appointment-cols .appointment-col {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.appointment-col.address p {
  margin: 0;
}

@media (min-width: 980px) {
  .user-cols {
    display: flex;
  }
}

.user-col {
  padding: 4rem 2rem;
}
@media (min-width: 980px) {
  .user-col {
    flex-grow: 1;
  }
}
.user-col + .user-col {
  border-top: 1px solid #cacad9;
}
@media (min-width: 980px) {
  .user-col + .user-col {
    border-top: 0;
    border-left: 1px solid #cacad9;
  }
}
.user-col .btn, .user-col .button {
  margin-top: 1.2rem;
}

@media (min-width: 980px) {
  .user-col-4 {
    max-width: 33.333333%;
  }
}

@media (min-width: 980px) {
  .user-col-6 {
    max-width: 50%;
  }
}

.user-col-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1F365E;
}

.page-appointment-steps .form-row:not(:first-child) {
  display: none;
}
.page-appointment-steps .form-row:not(:last-child) {
  border-bottom: 1px solid #cacad9;
}
.page-appointment-steps select {
  padding: 8px;
}
.page-appointment-steps .label-block {
  display: block;
  margin-bottom: 0.7rem;
}
.page-appointment-steps .label--full {
  width: 100%;
}
@media (min-width: 740px) {
  .page-appointment-steps .label--full {
    width: auto;
  }
}
.page-appointment-steps .one-place-label {
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #408600;
  border-radius: 1rem;
  border: 2px solid #408600;
  margin: 0;
  padding: 0.5rem 2rem;
  cursor: default;
}
.page-appointment-steps #appointment-error,
.page-appointment-steps .termin-behandler {
  display: none;
}
.page-appointment-steps #no-appointment-error {
  display: none;
  color: #dc3545;
}

.calendar-items-overview__item {
  border-bottom: 1px solid #DDDDDD;
}
.calendar-items-overview__item:hover {
  background-color: #fbfcfd;
}
.calendar-items-overview__item .calendar-type {
  color: #1F365E;
  font-weight: 300;
}
.calendar-items-overview__item .orderdesc,
.calendar-items-overview__item .orderasc {
  display: inline-block;
  float: none;
}
.calendar-items-overview__item .calendar-items-overview__item-entry {
  display: flex;
}
.calendar-items-overview__item .calendar-items-overview__item-entry .calendar-items-overview__item-label {
  font-weight: 500;
  font-size: 1.5rem;
  flex: 0 0 40%;
}
.calendar-items-overview__item .calendar-items-overview__item-entry .calendar-items-overview__item-value {
  font-size: 1.5rem;
  color: #646472;
}
.calendar-items-overview__item .calendar-items-overview__item-entry .calendar-items-overview__item-value--status {
  justify-content: space-between;
  align-items: center;
}
.calendar-items-overview__item .calendar-items-overview__item-entry .calendar-items-overview__item-value--status .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.calendar-items-overview__item .calendar-items-overview__item-entry .calendar-items-overview__item-value p {
  margin: 0;
}
.calendar-items-overview__item .calendar-items-overview__status {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  margin-right: 0.7rem;
}
.calendar-items-overview__item .calendar-items-overview__status--active {
  background-color: #408600;
}
.calendar-items-overview__item .calendar-items-overview__status--inactive {
  background-color: #dc3545;
}
@media (max-width: 599px) {
  .calendar-items-overview__item {
    margin: 0 -1.2rem;
    padding: 1.2rem 1.2rem;
  }
}
@media (min-width: 600px) {
  .calendar-items-overview__item {
    display: flex;
  }
  .calendar-items-overview__item:not(:first-child) .calendar-items-overview__item-label {
    display: none;
  }
  .calendar-items-overview__item .calendar-items-overview__item-entry {
    display: block;
    flex: 0 0 25%;
  }
  .page--customer .calendar-items-overview__item .calendar-items-overview__item-entry {
    flex: 1 0 auto;
  }
}
@media (min-width: 600px) and (max-width: 739px) {
  .page--customer .calendar-items-overview__item .calendar-items-overview__item-entry {
    flex: unset;
  }
}
@media (min-width: 600px) {
  .calendar-items-overview__item .calendar-items-overview__item-entry--status {
    flex-basis: 10%;
  }
}
@media (min-width: 600px) {
  .calendar-items-overview__item .calendar-items-overview__item-label {
    border-bottom: 1px solid #1F365E;
    padding: 1.2rem 0.6rem;
  }
}
@media (min-width: 600px) {
  .calendar-items-overview__item .calendar-items-overview__item-value {
    padding: 1.2rem 0.6rem;
  }
}
.calendar-items-overview__item .calendar-items-pay-btn {
  margin-right: 0.7rem;
}

span.btn, span.button {
  cursor: default;
}

.btn--cancel svg, .btn--cancel svg use {
  font-size: 10pt;
}

.calendar-items-overview__item-value--status .btn, .calendar-items-overview__item-value--status .button {
  width: 100%;
  text-align: left;
}

@media (min-width: 600px) {
  .calendar-items-overview__item-value--status .btn, .calendar-items-overview__item-value--status .button {
    width: 95%;
    margin-right: 2rem;
  }
}
.calendar-items-overview__item-value--status .btn svg, .calendar-items-overview__item-value--status .button svg {
  float: right;
}

.page--customer .calendar-items-overview__item-entry--status {
  flex: 1 0 15% !important;
}

.calendar-summary__icon {
  flex: 0 0 auto;
  margin-right: 2rem;
  position: relative;
  background-color: #EBEFF7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-summary__icon .icon {
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 740px) {
  .calendar-summary__icon {
    width: 60px;
    height: 60px;
  }
  .calendar-summary__icon .icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.calendar-summary__label {
  font-weight: 500;
  display: block;
}
.calendar-summary__row {
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  padding: 1.2rem 0;
}

.calendar-summary__title {
  display: flex;
  padding: 1.2rem 0;
}

.cart-buttons::after {
  display: block;
  clear: both;
  content: "";
}

.cart-buttons__back {
  float: left;
}

.cart-buttons__checkout {
  float: right;
}

.formgroup--save-cart {
  max-width: 280px;
  float: left;
  margin-right: 10px;
}

.checkout-back {
  position: absolute;
  top: 1.4rem;
  right: 0;
}

.contact_date_selection-date {
  margin: 0 1.2rem;
}

.contact_date_selection-date_panel {
  display: flex;
  justify-content: center;
  background-color: #EBEFF7;
  padding: 1.2rem;
}
.contact_date_selection-date_panel .contact_date_selection-back,
.contact_date_selection-date_panel .contact_date_selection-forward {
  line-height: 40px;
}
.contact_date_selection-date_panel .contact_date_selection-back .icon,
.contact_date_selection-date_panel .contact_date_selection-forward .icon {
  display: none;
}
@media (min-width: 600px) {
  .contact_date_selection-date_panel .contact_date_selection-back .icon,
.contact_date_selection-date_panel .contact_date_selection-forward .icon {
    display: inline-block;
  }
}
.contact_date_selection-date_panel .btn--datepicker {
  padding: 8px 15px;
  border: 1px solid #DDDDDD;
}
.contact_date_selection-date_panel .formgroup {
  margin: 0;
}
@media (max-width: 599px) {
  .contact_date_selection-date_panel .contact_date_selection-date {
    margin: 0 10px;
  }
  .contact_date_selection-date_panel .contact_date_selection-back,
.contact_date_selection-date_panel .contact_date_selection-forward {
    font-size: 1.4rem;
  }
  .contact_date_selection-date_panel .picker__input {
    padding: 9px 2px 9px 9px;
    font-size: 1.4rem;
  }
  .contact_date_selection-date_panel .btn--datepicker {
    padding: 8px;
  }
}

.calendar-is-loading {
  position: relative;
}
.calendar-is-loading .contact_date_selection-col {
  filter: blur(3px);
}
.calendar-is-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #1F365E;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  background-color: #EBEFF7;
}

.calendar-wrapper {
  margin-top: 1.2rem;
}
.calendar-wrapper .contact_date_selection-dayofweek {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 5px;
  background-color: #EBEFF7;
  border: 2px solid #EBEFF7;
  border-radius: 0 0 15px 0;
  text-align: center;
  margin-bottom: 4px;
  font-weight: 700;
}
.calendar-wrapper .contact_date_selection-col.highlighted .contact_date_selection-dayofweek {
  border: 2px solid #DDDDDD;
}
.calendar-wrapper .ticks {
  margin-bottom: 4px;
  text-align: center;
}
.calendar-wrapper .ticks label {
  color: #52525F;
  border: 1px solid #cacad9;
}
.calendar-wrapper .ticks label:hover, .calendar-wrapper .ticks label:focus {
  color: #52525F;
}
.calendar-wrapper .ticks label input.checked ~ span {
  color: #52525F;
}
.calendar-wrapper .ticks label input:checked ~ span {
  color: #52525F;
}
@media (min-width: 740px) {
  .calendar-wrapper {
    display: flex;
  }
  .calendar-wrapper .contact_date_selection-col {
    flex: 1 1 calc(100% - 6*14px);
    /*&:empty {
        display: none;

        &:first-child + .contact_date_selection-col {
            margin-left: 0;
        }
    }*/
  }
  .calendar-wrapper .contact_date_selection-col:not(:first-child) {
    margin-left: 10px;
  }
}

.page--customer-choose .table > thead > tr > th {
  white-space: nowrap;
  padding-right: 20px;
  position: relative;
}
.page--customer-choose .table > thead > tr > th .orderasc,
.page--customer-choose .table > thead > tr > th .orderdesc {
  position: absolute;
  right: 5px;
  bottom: 10px;
}

.page--customer-choose__search {
  margin-bottom: 2.4rem;
}
.page--customer-choose__search .formfield {
  width: 240px;
}

.page--customer-edit .register-info {
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.5;
  color: #1F365E;
}
.page--customer-edit .custom-tick-link a {
  text-decoration: underline;
}

.page--customer-payment .appointment-type-wrapper {
  display: inline-block;
}
.page--customer-payment .appointment-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #408600;
  border-radius: 1rem;
  border: 2px solid #408600;
  padding: 0.5rem 2rem;
  cursor: default;
}
.page--customer-payment .appointment-type__price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--customer-payment .appointment-type__price:after {
  content: "";
  position: relative;
  top: -3px;
  transform: rotate(45deg);
  height: 1.4rem;
  width: 0.7rem;
  border-bottom: 2px solid #408600;
  border-right: 2px solid #408600;
  margin-left: 1.5rem;
}
@media (min-width: 740px) {
  .page--customer-payment .appointment-type__price:after {
    height: 1.8rem;
    width: 0.9rem;
  }
}

.customer-profile__contact .col-contact-name {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 6.5rem;
}

.page--customer-select-address__list::after {
  display: block;
  clear: both;
  content: "";
}

.page--customer__menu {
  margin-bottom: 2.4rem;
  border-bottom: 1px solid;
}
.page--customer__menu .rwd-menu {
  margin-bottom: 0;
}
.page--customer__menu .rwd-menu li {
  display: inline-block;
}
.page--customer__menu .rwd-menu li a {
  padding: 1.2rem 2.4rem 1.2rem 0;
  font-weight: 700;
}

@media (min-width: 600px) {
  .page--customer h1 {
    margin-top: 0;
  }
  .page--customer .btn--logout {
    float: right;
  }
}

.no-next-appointment {
  display: inline-block;
  border: 1px dotted #1F365E;
  padding: 0.3rem 0.9rem;
  background-color: rgba(31, 54, 94, 0.1);
}

.select-autocomplete__livesearch {
  display: none;
  position: absolute;
  top: 41px;
  right: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #c3cbcf;
  padding: 5px;
  z-index: 500;
  min-height: 42px;
}

.select-autocomplete__livesearch:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #c3cbcf;
  border-top: 0;
  height: 0;
  width: 0;
  left: 10px;
  top: -10px;
}

.select-autocomplete__livesearch:after {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: 0;
  height: 0;
  width: 0;
  left: 10px;
  top: -9px;
}

.select-autocomplete__livesearch ul,
.select-autocomplete__livesearch ul li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}

.select-autocomplete__livesearch ul li {
  display: inline;
}

.select-autocomplete__livesearch a {
  padding: 0.5rem;
  display: block;
  color: #1f2223;
}

.select-autocomplete__livesearch a:active,
.select-autocomplete__livesearch a:hover,
.select-autocomplete__livesearch a:visited {
  color: #1f2223;
}

.select-autocomplete__livesearch a:hover,
.select-autocomplete__livesearch li a.is-highlighted,
.select-autocomplete__livesearch li.is-highlighted a {
  background-color: #e7ebed;
}

.loading-anim-30 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  height: 30px;
  height: 3rem;
  width: 30px;
  width: 3rem;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #3C64AE;
  display: block;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
  content: "";
}

.home .site-header__text {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
@media (min-width: 600px) {
  .home .site-header__text {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 740px) {
  .home .site-header__text {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
.home .site-header__text .btn--primary {
  text-transform: uppercase;
}
@media (min-width: 740px) {
  .home .site-header__text .btn--primary {
    font-size: 1.8rem;
  }
}
.home .site-footer__main {
  margin-right: 1rem;
  margin-left: 1rem;
}

.site-header {
  background-image: url("../../images/header.svg");
  background-size: contain;
}
@media (min-width: 740px) {
  .site-header {
    background-size: contain;
  }
}

.page-home {
  padding: 1rem;
}

.page-imprint::after,
.page-imprint p::after {
  display: block;
  clear: both;
  content: "";
}
.page-imprint .left {
  display: block;
}
.page-imprint .right {
  display: block;
  margin-bottom: 1.2rem;
}
@media (min-width: 600px) {
  .page-imprint .left {
    clear: left;
    width: 200px;
    float: left;
    margin-right: 20px;
  }
  .page-imprint .right {
    float: left;
    margin-bottom: 0;
  }
}

.mfp-content .site-wrapper {
  min-height: auto;
}
.mfp-content .container {
  background-color: white;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.mfp-content .page--customer-login h1,
.mfp-content .page--customer-edit h1 {
  margin-right: 50px;
}
@media (min-width: 740px) {
  .mfp-content .page--customer-edit fieldset {
    padding-right: 0;
  }
}
.mfp-content .mfp-close {
  font-size: 1.6rem;
  line-height: 3rem;
  position: absolute;
  top: 1.2rem;
  right: 10px;
  opacity: 0.7;
  background-color: rgba(169, 169, 175, 0.9);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.mfp-content .mfp-close:hover {
  text-decoration: none !important;
  opacity: 1;
}
.mfp-content .mfp-close .icon {
  vertical-align: -0.125em;
}

.page {
  background-color: white;
}
.page--content {
  padding: 2rem;
}
.page--shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.page--margin {
  margin-top: 2rem;
}
@media (min-width: 980px) {
  .page--margin {
    margin-top: 4rem;
  }
}
.page-privacy {
  overflow-wrap: break-word;
}

.privacy .site-header {
  background-image: url("../../images/header.svg");
  background-size: cover;
}
@media (min-width: 740px) {
  .privacy .site-header {
    background-size: contain;
  }
}

.page-sms-verification .sms-header-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #646472;
}
.page-sms-verification label {
  line-height: 1.5;
  color: #646472;
}
.page-sms-verification label sup {
  color: #408600;
}

::-moz-selection {
  background-color: #1F365E;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #1F365E;
  color: white;
  text-shadow: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(31, 54, 94, 0.5);
}

body {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #52525F;
  background-color: #EBEFF7;
}
body.home {
  background-color: white;
}

body.user-is-tabbing *:focus {
  outline: 2px solid #1F365E !important;
  /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color !important;
}

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

p + *, * + p,
ul + *, * + ul,
ol + *, * + ol,
h1 + *, .h1 + *,
h2 + *, * + h2, .h2 + *, * + .h2,
h3 + *, * + h3, .h3 + *, * + .h3,
h4 + *, * + h4, .h4 + *, * + .h4,
h5 + *, * + h5, .h5 + *, * + .h5,
h6 + *, * + h6, .h6 + *, * + .h6 {
  margin: 2.4rem 0 0;
}

a,
a:focus,
button,
input[type=button],
input[type=submit],
select:focus {
  outline: none;
}

pre,
code {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
}

.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hljs-comment {
  color: #969896;
}

.hljs-variable,
.hljs-attribute,
.hljs-tag,
.hljs-regexp,
.ruby .hljs-constant,
.xml .hljs-tag .hljs-title,
.xml .hljs-pi,
.xml .hljs-doctype,
.lang-html .hljs-doctype,
.lang-html .hljs-title,
.lang-css .hljs-id,
.lang-css .hljs-class,
.lang-css .hljs-pseudo,
.lang-scss .hljs-id,
.lang-scss .hljs-class,
.lang-scss .hljs-pseudo {
  color: #cc6666;
}

.hljs-number,
.hljs-preprocessor,
.hljs-pragma,
.hljs-built_in,
.hljs-literal,
.hljs-params,
.hljs-constant,
.lang-css .hljs-value,
.lang-scss .hljs-value,
.lang-scss .hljs-at_rule + .hljs-string {
  color: #de935f;
}

.ruby .hljs-class .hljs-title,
.lang-css .hljs-attribute,
.lang-scss .hljs-attribute {
  color: #f0c674;
}

.hljs-string,
.hljs-value,
.hljs-inheritance,
.hljs-header,
.hljs-name,
.ruby .hljs-symbol,
.xml .hljs-cdata {
  color: #b5bd68;
}

.hljs-title,
.lang-css .hljs-hexcolor,
.lang-scss .hljs-hexcolor {
  color: #8abeb7;
}

.hljs-function,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword,
.perl .hljs-sub,
.lang-javascript .hljs-title,
.lang-js .hljs-title,
.coffeescript .hljs-title {
  color: #81a2be;
}

.hljs-keyword,
.lang-scss .hljs-at_rule,
.lang-javascript .hljs-function,
.lang-js .hljs-function {
  color: #b294bb;
}

.lang-bash .hljs-built_in {
  color: #c5c8c6;
}

pre code {
  display: block;
  overflow-x: auto;
  background: #1d1f21;
  color: #c5c8c6;
  padding: 0.5em;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

.lang-javascript .xml,
.lang-js .xml,
.tex .hljs-formula,
.xml .lang-javascript,
.xml .vbscript,
.xml .lang-css,
.xml .lang-scss,
.xml .hljs-cdata {
  opacity: 0.5;
}

/* shop_payment_payone_cc */
.error-box, .error-box-small {
  background-color: #ec3b27;
  color: white;
  font-size: inherit;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 6px;
}

.error-box {
  display: block;
  padding: 8px 12px;
  margin: 20px 0;
}

.color-primary {
  color: #1F365E !important;
}

.print-block,
.print-inline {
  display: none;
}
/*# sourceMappingURL=maps/screen.css.map */
