﻿@charset "UTF-8";
/*-- ENVIRONMENT VARIABLES --*/
/*-- VARIABLES SPECIFIC --*/
/*-- BOOTSTRAP --*/
/*!
 * Bootstrap v4.6.0 (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)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 6px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #008FD6;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #005c8a;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #BCC7CC;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label, .a-form-group .a-form-label-inline,
.form-group .a-form-label-inline {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 4rem;
}

h2, .h2 {
  font-size: 3.2rem;
}

h3, .h3 {
  font-size: 2.8rem;
}

h4, .h4 {
  font-size: 2.4rem;
}

h5, .h5 {
  font-size: 2rem;
}

h6, .h6 {
  font-size: 1.6rem;
}

.lead {
  font-size: 2rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 12px;
  font-size: 2rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 6px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1056px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 12px;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e0f4;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ac5ea;
}

.table-hover .table-primary:hover {
  background-color: #a2d6f1;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a2d6f1;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bef0d6;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #86e3b2;
}

.table-hover .table-success:hover {
  background-color: #a9ebc9;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a9ebc9;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff5b9;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffec7e;
}

.table-hover .table-warning:hover {
  background-color: #fff1a0;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fff1a0;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7c8cf;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f099a6;
}

.table-hover .table-danger:hover {
  background-color: #f4b2bc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f4b2bc;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #57c7ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 214, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 2rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.275rem + 1px);
  padding-bottom: calc(0.275rem + 1px);
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.55rem + 2px);
  padding: 0.275rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.25rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #BCC7CC;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #17C96B;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(23, 201, 107, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #17C96B;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2317C96B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #17C96B;
  box-shadow: 0 0 0 0.2rem rgba(23, 201, 107, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #17C96B;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2317C96B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #17C96B;
  box-shadow: 0 0 0 0.2rem rgba(23, 201, 107, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #17C96B;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #17C96B;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #17C96B;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2ce784;
  background-color: #2ce784;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(23, 201, 107, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #17C96B;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #17C96B;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #17C96B;
  box-shadow: 0 0 0 0.2rem rgba(23, 201, 107, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E23B53;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(226, 59, 83, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E23B53;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E23B53' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E23B53' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #E23B53;
  box-shadow: 0 0 0 0.2rem rgba(226, 59, 83, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #E23B53;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E23B53' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E23B53' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #E23B53;
  box-shadow: 0 0 0 0.2rem rgba(226, 59, 83, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E23B53;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E23B53;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #E23B53;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e9677a;
  background-color: #e9677a;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(226, 59, 83, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #E23B53;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E23B53;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #E23B53;
  box-shadow: 0 0 0 0.2rem rgba(226, 59, 83, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label, .form-inline .a-form-group .a-form-label-inline, .a-form-group .form-inline .a-form-label-inline,
.form-inline .form-group .a-form-label-inline,
.form-group .form-inline .a-form-label-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 214, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #008FD6;
  border-color: #008FD6;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #0075b0;
  border-color: #006da3;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #0075b0;
  border-color: #006da3;
  box-shadow: 0 0 0 0.2rem rgba(38, 160, 220, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #008FD6;
  border-color: #008FD6;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #006da3;
  border-color: #006496;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 160, 220, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #17C96B;
  border-color: #17C96B;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #13a759;
  border-color: #129b53;
}
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #13a759;
  border-color: #129b53;
  box-shadow: 0 0 0 0.2rem rgba(58, 209, 129, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #17C96B;
  border-color: #17C96B;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #129b53;
  border-color: #10904d;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 209, 129, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFDA06;
  border-color: #FFDA06;
}
.btn-warning:hover {
  color: #212529;
  background-color: #dfbe00;
  border-color: #d2b300;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #dfbe00;
  border-color: #d2b300;
  box-shadow: 0 0 0 0.2rem rgba(222, 191, 11, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFDA06;
  border-color: #FFDA06;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d2b300;
  border-color: #c5a800;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 191, 11, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #E23B53;
  border-color: #E23B53;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #d7203a;
  border-color: #cc1e37;
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #d7203a;
  border-color: #cc1e37;
  box-shadow: 0 0 0 0.2rem rgba(230, 88, 109, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #E23B53;
  border-color: #E23B53;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #cc1e37;
  border-color: #c11d34;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 88, 109, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #008FD6;
  border-color: #008FD6;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #008FD6;
  border-color: #008FD6;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 214, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #008FD6;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #008FD6;
  border-color: #008FD6;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 214, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #17C96B;
  border-color: #17C96B;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #17C96B;
  border-color: #17C96B;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 201, 107, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #17C96B;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17C96B;
  border-color: #17C96B;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 201, 107, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #FFDA06;
  border-color: #FFDA06;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFDA06;
  border-color: #FFDA06;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 218, 6, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFDA06;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FFDA06;
  border-color: #FFDA06;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 218, 6, 0.5);
}

.btn-outline-danger {
  color: #E23B53;
  border-color: #E23B53;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #E23B53;
  border-color: #E23B53;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 59, 83, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #E23B53;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #E23B53;
  border-color: #E23B53;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 59, 83, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #008FD6;
  text-decoration: none;
}
.btn-link:hover {
  color: #005c8a;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1.25rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.6rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 6px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #000000;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #008FD6;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #000000;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1.25rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.55rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.4rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.7rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #008FD6;
  background-color: #008FD6;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 214, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #57c7ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #8ad8ff;
  border-color: #8ad8ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.7rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.7rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #008FD6;
  background-color: #008FD6;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 143, 214, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 143, 214, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 143, 214, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.7rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 143, 214, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #57c7ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 214, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.55rem + 2px);
  padding-top: 0.275rem;
  padding-bottom: 0.275rem;
  padding-left: 0.75rem;
  font-size: 1.4rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 2rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #57c7ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 214, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 143, 214, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 143, 214, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 143, 214, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #008FD6;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #8ad8ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #008FD6;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #8ad8ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #008FD6;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #8ad8ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #008FD6;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-right: 12px;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid #E5E5E5;
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #E5E5E5;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #E5E5E5;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.card-group > .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #BCC7CC;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #008FD6;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #005c8a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 214, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #008FD6;
  border-color: #008FD6;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #FFFFFF;
  background-color: #008FD6;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #006da3;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 214, 0.5);
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #FFFFFF;
  background-color: #17C96B;
}
a.badge-success:hover, a.badge-success:focus {
  color: #FFFFFF;
  background-color: #129b53;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 201, 107, 0.5);
}

.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #FFDA06;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d2b300;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 218, 6, 0.5);
}

.badge-danger {
  color: #FFFFFF;
  background-color: #E23B53;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFFFFF;
  background-color: #cc1e37;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 59, 83, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-medium {
  color: #212529;
  background-color: #D4E8F7;
  font-family: DIN-medium !important;
}

.badge-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 1.2rem;
  background-color: transparent;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #008FD6;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #008FD6;
  border-color: #008FD6;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004a6f;
  background-color: #b8e0f4;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004a6f;
  background-color: #a2d6f1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #004a6f;
  border-color: #004a6f;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #0c6938;
  background-color: #bef0d6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0c6938;
  background-color: #a9ebc9;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0c6938;
  border-color: #0c6938;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #857103;
  background-color: #fff5b9;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #857103;
  background-color: #fff1a0;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #857103;
  border-color: #857103;
}

.list-group-item-danger {
  color: #761f2b;
  background-color: #f7c8cf;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #761f2b;
  background-color: #f4b2bc;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #761f2b;
  border-color: #761f2b;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1EAEF7;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #E5E5E5;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #E5E5E5;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.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;
}

.bg-primary {
  background-color: #008FD6 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #006da3 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #17C96B !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #129b53 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #FFDA06 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d2b300 !important;
}

.bg-danger {
  background-color: #E23B53 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc1e37 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #008FD6 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #17C96B !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #FFDA06 !important;
}

.border-danger {
  border-color: #E23B53 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  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-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !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;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !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;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.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;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

.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;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 12px !important;
}

.mt-1,
.my-1 {
  margin-top: 12px !important;
}

.mr-1,
.mx-1 {
  margin-right: 12px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 12px !important;
}

.ml-1,
.mx-1 {
  margin-left: 12px !important;
}

.m-2 {
  margin: 24px !important;
}

.mt-2,
.my-2 {
  margin-top: 24px !important;
}

.mr-2,
.mx-2 {
  margin-right: 24px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 24px !important;
}

.ml-2,
.mx-2 {
  margin-left: 24px !important;
}

.m-3 {
  margin: 36px !important;
}

.mt-3,
.my-3 {
  margin-top: 36px !important;
}

.mr-3,
.mx-3 {
  margin-right: 36px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 36px !important;
}

.ml-3,
.mx-3 {
  margin-left: 36px !important;
}

.m-4 {
  margin: 48px !important;
}

.mt-4,
.my-4 {
  margin-top: 48px !important;
}

.mr-4,
.mx-4 {
  margin-right: 48px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 48px !important;
}

.ml-4,
.mx-4 {
  margin-left: 48px !important;
}

.m-5 {
  margin: 60px !important;
}

.mt-5,
.my-5 {
  margin-top: 60px !important;
}

.mr-5,
.mx-5 {
  margin-right: 60px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 60px !important;
}

.ml-5,
.mx-5 {
  margin-left: 60px !important;
}

.m-105 {
  margin: 18px !important;
}

.mt-105,
.my-105 {
  margin-top: 18px !important;
}

.mr-105,
.mx-105 {
  margin-right: 18px !important;
}

.mb-105,
.my-105 {
  margin-bottom: 18px !important;
}

.ml-105,
.mx-105 {
  margin-left: 18px !important;
}

.m-6 {
  margin: 72px !important;
}

.mt-6,
.my-6 {
  margin-top: 72px !important;
}

.mr-6,
.mx-6 {
  margin-right: 72px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 72px !important;
}

.ml-6,
.mx-6 {
  margin-left: 72px !important;
}

.m-7 {
  margin: 84px !important;
}

.mt-7,
.my-7 {
  margin-top: 84px !important;
}

.mr-7,
.mx-7 {
  margin-right: 84px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 84px !important;
}

.ml-7,
.mx-7 {
  margin-left: 84px !important;
}

.m-8 {
  margin: 96px !important;
}

.mt-8,
.my-8 {
  margin-top: 96px !important;
}

.mr-8,
.mx-8 {
  margin-right: 96px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 96px !important;
}

.ml-8,
.mx-8 {
  margin-left: 96px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 12px !important;
}

.pt-1,
.py-1 {
  padding-top: 12px !important;
}

.pr-1,
.px-1 {
  padding-right: 12px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 12px !important;
}

.pl-1,
.px-1 {
  padding-left: 12px !important;
}

.p-2 {
  padding: 24px !important;
}

.pt-2,
.py-2 {
  padding-top: 24px !important;
}

.pr-2,
.px-2 {
  padding-right: 24px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 24px !important;
}

.pl-2,
.px-2 {
  padding-left: 24px !important;
}

.p-3 {
  padding: 36px !important;
}

.pt-3,
.py-3 {
  padding-top: 36px !important;
}

.pr-3,
.px-3 {
  padding-right: 36px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 36px !important;
}

.pl-3,
.px-3 {
  padding-left: 36px !important;
}

.p-4 {
  padding: 48px !important;
}

.pt-4,
.py-4 {
  padding-top: 48px !important;
}

.pr-4,
.px-4 {
  padding-right: 48px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 48px !important;
}

.pl-4,
.px-4 {
  padding-left: 48px !important;
}

.p-5 {
  padding: 60px !important;
}

.pt-5,
.py-5 {
  padding-top: 60px !important;
}

.pr-5,
.px-5 {
  padding-right: 60px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 60px !important;
}

.pl-5,
.px-5 {
  padding-left: 60px !important;
}

.p-105 {
  padding: 18px !important;
}

.pt-105,
.py-105 {
  padding-top: 18px !important;
}

.pr-105,
.px-105 {
  padding-right: 18px !important;
}

.pb-105,
.py-105 {
  padding-bottom: 18px !important;
}

.pl-105,
.px-105 {
  padding-left: 18px !important;
}

.p-6 {
  padding: 72px !important;
}

.pt-6,
.py-6 {
  padding-top: 72px !important;
}

.pr-6,
.px-6 {
  padding-right: 72px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 72px !important;
}

.pl-6,
.px-6 {
  padding-left: 72px !important;
}

.p-7 {
  padding: 84px !important;
}

.pt-7,
.py-7 {
  padding-top: 84px !important;
}

.pr-7,
.px-7 {
  padding-right: 84px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 84px !important;
}

.pl-7,
.px-7 {
  padding-left: 84px !important;
}

.p-8 {
  padding: 96px !important;
}

.pt-8,
.py-8 {
  padding-top: 96px !important;
}

.pr-8,
.px-8 {
  padding-right: 96px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 96px !important;
}

.pl-8,
.px-8 {
  padding-left: 96px !important;
}

.m-n1 {
  margin: -12px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -12px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -12px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -12px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -12px !important;
}

.m-n2 {
  margin: -24px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -24px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -24px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -24px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -24px !important;
}

.m-n3 {
  margin: -36px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -36px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -36px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -36px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -36px !important;
}

.m-n4 {
  margin: -48px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -48px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -48px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -48px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -48px !important;
}

.m-n5 {
  margin: -60px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -60px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -60px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -60px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -60px !important;
}

.m-n105 {
  margin: -18px !important;
}

.mt-n105,
.my-n105 {
  margin-top: -18px !important;
}

.mr-n105,
.mx-n105 {
  margin-right: -18px !important;
}

.mb-n105,
.my-n105 {
  margin-bottom: -18px !important;
}

.ml-n105,
.mx-n105 {
  margin-left: -18px !important;
}

.m-n6 {
  margin: -72px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -72px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -72px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -72px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -72px !important;
}

.m-n7 {
  margin: -84px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -84px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -84px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -84px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -84px !important;
}

.m-n8 {
  margin: -96px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -96px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -96px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -96px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -96px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 12px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 12px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 12px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 12px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 12px !important;
  }

  .m-sm-2 {
    margin: 24px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 24px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 24px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 24px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 24px !important;
  }

  .m-sm-3 {
    margin: 36px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 36px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 36px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 36px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 36px !important;
  }

  .m-sm-4 {
    margin: 48px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 48px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 48px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 48px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 48px !important;
  }

  .m-sm-5 {
    margin: 60px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 60px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 60px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 60px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 60px !important;
  }

  .m-sm-105 {
    margin: 18px !important;
  }

  .mt-sm-105,
.my-sm-105 {
    margin-top: 18px !important;
  }

  .mr-sm-105,
.mx-sm-105 {
    margin-right: 18px !important;
  }

  .mb-sm-105,
.my-sm-105 {
    margin-bottom: 18px !important;
  }

  .ml-sm-105,
.mx-sm-105 {
    margin-left: 18px !important;
  }

  .m-sm-6 {
    margin: 72px !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 72px !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 72px !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 72px !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 72px !important;
  }

  .m-sm-7 {
    margin: 84px !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 84px !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 84px !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 84px !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 84px !important;
  }

  .m-sm-8 {
    margin: 96px !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 96px !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 96px !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 96px !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 96px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 12px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 12px !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 12px !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 12px !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 12px !important;
  }

  .p-sm-2 {
    padding: 24px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 24px !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 24px !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 24px !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 24px !important;
  }

  .p-sm-3 {
    padding: 36px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 36px !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 36px !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 36px !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 36px !important;
  }

  .p-sm-4 {
    padding: 48px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 48px !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 48px !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 48px !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 48px !important;
  }

  .p-sm-5 {
    padding: 60px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 60px !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 60px !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 60px !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 60px !important;
  }

  .p-sm-105 {
    padding: 18px !important;
  }

  .pt-sm-105,
.py-sm-105 {
    padding-top: 18px !important;
  }

  .pr-sm-105,
.px-sm-105 {
    padding-right: 18px !important;
  }

  .pb-sm-105,
.py-sm-105 {
    padding-bottom: 18px !important;
  }

  .pl-sm-105,
.px-sm-105 {
    padding-left: 18px !important;
  }

  .p-sm-6 {
    padding: 72px !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 72px !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 72px !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 72px !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 72px !important;
  }

  .p-sm-7 {
    padding: 84px !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 84px !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 84px !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 84px !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 84px !important;
  }

  .p-sm-8 {
    padding: 96px !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 96px !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 96px !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 96px !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 96px !important;
  }

  .m-sm-n1 {
    margin: -12px !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -12px !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -12px !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -12px !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -12px !important;
  }

  .m-sm-n2 {
    margin: -24px !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -24px !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -24px !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -24px !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -24px !important;
  }

  .m-sm-n3 {
    margin: -36px !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -36px !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -36px !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -36px !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -36px !important;
  }

  .m-sm-n4 {
    margin: -48px !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -48px !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -48px !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -48px !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -48px !important;
  }

  .m-sm-n5 {
    margin: -60px !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -60px !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -60px !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -60px !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -60px !important;
  }

  .m-sm-n105 {
    margin: -18px !important;
  }

  .mt-sm-n105,
.my-sm-n105 {
    margin-top: -18px !important;
  }

  .mr-sm-n105,
.mx-sm-n105 {
    margin-right: -18px !important;
  }

  .mb-sm-n105,
.my-sm-n105 {
    margin-bottom: -18px !important;
  }

  .ml-sm-n105,
.mx-sm-n105 {
    margin-left: -18px !important;
  }

  .m-sm-n6 {
    margin: -72px !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -72px !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -72px !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -72px !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -72px !important;
  }

  .m-sm-n7 {
    margin: -84px !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -84px !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -84px !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -84px !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -84px !important;
  }

  .m-sm-n8 {
    margin: -96px !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -96px !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -96px !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -96px !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -96px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 12px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 12px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 12px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 12px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 12px !important;
  }

  .m-md-2 {
    margin: 24px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 24px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 24px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 24px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 24px !important;
  }

  .m-md-3 {
    margin: 36px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 36px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 36px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 36px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 36px !important;
  }

  .m-md-4 {
    margin: 48px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 48px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 48px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 48px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 48px !important;
  }

  .m-md-5 {
    margin: 60px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 60px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 60px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 60px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 60px !important;
  }

  .m-md-105 {
    margin: 18px !important;
  }

  .mt-md-105,
.my-md-105 {
    margin-top: 18px !important;
  }

  .mr-md-105,
.mx-md-105 {
    margin-right: 18px !important;
  }

  .mb-md-105,
.my-md-105 {
    margin-bottom: 18px !important;
  }

  .ml-md-105,
.mx-md-105 {
    margin-left: 18px !important;
  }

  .m-md-6 {
    margin: 72px !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 72px !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 72px !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 72px !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 72px !important;
  }

  .m-md-7 {
    margin: 84px !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 84px !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 84px !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 84px !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 84px !important;
  }

  .m-md-8 {
    margin: 96px !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 96px !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 96px !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 96px !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 96px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 12px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 12px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 12px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 12px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 12px !important;
  }

  .p-md-2 {
    padding: 24px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 24px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 24px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 24px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 24px !important;
  }

  .p-md-3 {
    padding: 36px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 36px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 36px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 36px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 36px !important;
  }

  .p-md-4 {
    padding: 48px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 48px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 48px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 48px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 48px !important;
  }

  .p-md-5 {
    padding: 60px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 60px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 60px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 60px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 60px !important;
  }

  .p-md-105 {
    padding: 18px !important;
  }

  .pt-md-105,
.py-md-105 {
    padding-top: 18px !important;
  }

  .pr-md-105,
.px-md-105 {
    padding-right: 18px !important;
  }

  .pb-md-105,
.py-md-105 {
    padding-bottom: 18px !important;
  }

  .pl-md-105,
.px-md-105 {
    padding-left: 18px !important;
  }

  .p-md-6 {
    padding: 72px !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 72px !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 72px !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 72px !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 72px !important;
  }

  .p-md-7 {
    padding: 84px !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 84px !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 84px !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 84px !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 84px !important;
  }

  .p-md-8 {
    padding: 96px !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 96px !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 96px !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 96px !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 96px !important;
  }

  .m-md-n1 {
    margin: -12px !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -12px !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -12px !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -12px !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -12px !important;
  }

  .m-md-n2 {
    margin: -24px !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -24px !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -24px !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -24px !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -24px !important;
  }

  .m-md-n3 {
    margin: -36px !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -36px !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -36px !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -36px !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -36px !important;
  }

  .m-md-n4 {
    margin: -48px !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -48px !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -48px !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -48px !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -48px !important;
  }

  .m-md-n5 {
    margin: -60px !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -60px !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -60px !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -60px !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -60px !important;
  }

  .m-md-n105 {
    margin: -18px !important;
  }

  .mt-md-n105,
.my-md-n105 {
    margin-top: -18px !important;
  }

  .mr-md-n105,
.mx-md-n105 {
    margin-right: -18px !important;
  }

  .mb-md-n105,
.my-md-n105 {
    margin-bottom: -18px !important;
  }

  .ml-md-n105,
.mx-md-n105 {
    margin-left: -18px !important;
  }

  .m-md-n6 {
    margin: -72px !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -72px !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -72px !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -72px !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -72px !important;
  }

  .m-md-n7 {
    margin: -84px !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -84px !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -84px !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -84px !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -84px !important;
  }

  .m-md-n8 {
    margin: -96px !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -96px !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -96px !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -96px !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -96px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 12px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 12px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 12px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 12px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 12px !important;
  }

  .m-lg-2 {
    margin: 24px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 24px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 24px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 24px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 24px !important;
  }

  .m-lg-3 {
    margin: 36px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 36px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 36px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 36px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 36px !important;
  }

  .m-lg-4 {
    margin: 48px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 48px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 48px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 48px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 48px !important;
  }

  .m-lg-5 {
    margin: 60px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 60px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 60px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 60px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 60px !important;
  }

  .m-lg-105 {
    margin: 18px !important;
  }

  .mt-lg-105,
.my-lg-105 {
    margin-top: 18px !important;
  }

  .mr-lg-105,
.mx-lg-105 {
    margin-right: 18px !important;
  }

  .mb-lg-105,
.my-lg-105 {
    margin-bottom: 18px !important;
  }

  .ml-lg-105,
.mx-lg-105 {
    margin-left: 18px !important;
  }

  .m-lg-6 {
    margin: 72px !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 72px !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 72px !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 72px !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 72px !important;
  }

  .m-lg-7 {
    margin: 84px !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 84px !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 84px !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 84px !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 84px !important;
  }

  .m-lg-8 {
    margin: 96px !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 96px !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 96px !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 96px !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 96px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 12px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 12px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 12px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 12px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 12px !important;
  }

  .p-lg-2 {
    padding: 24px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 24px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 24px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 24px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 24px !important;
  }

  .p-lg-3 {
    padding: 36px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 36px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 36px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 36px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 36px !important;
  }

  .p-lg-4 {
    padding: 48px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 48px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 48px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 48px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 48px !important;
  }

  .p-lg-5 {
    padding: 60px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 60px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 60px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 60px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 60px !important;
  }

  .p-lg-105 {
    padding: 18px !important;
  }

  .pt-lg-105,
.py-lg-105 {
    padding-top: 18px !important;
  }

  .pr-lg-105,
.px-lg-105 {
    padding-right: 18px !important;
  }

  .pb-lg-105,
.py-lg-105 {
    padding-bottom: 18px !important;
  }

  .pl-lg-105,
.px-lg-105 {
    padding-left: 18px !important;
  }

  .p-lg-6 {
    padding: 72px !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 72px !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 72px !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 72px !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 72px !important;
  }

  .p-lg-7 {
    padding: 84px !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 84px !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 84px !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 84px !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 84px !important;
  }

  .p-lg-8 {
    padding: 96px !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 96px !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 96px !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 96px !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 96px !important;
  }

  .m-lg-n1 {
    margin: -12px !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -12px !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -12px !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -12px !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -12px !important;
  }

  .m-lg-n2 {
    margin: -24px !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -24px !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -24px !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -24px !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -24px !important;
  }

  .m-lg-n3 {
    margin: -36px !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -36px !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -36px !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -36px !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -36px !important;
  }

  .m-lg-n4 {
    margin: -48px !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -48px !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -48px !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -48px !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -48px !important;
  }

  .m-lg-n5 {
    margin: -60px !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -60px !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -60px !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -60px !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -60px !important;
  }

  .m-lg-n105 {
    margin: -18px !important;
  }

  .mt-lg-n105,
.my-lg-n105 {
    margin-top: -18px !important;
  }

  .mr-lg-n105,
.mx-lg-n105 {
    margin-right: -18px !important;
  }

  .mb-lg-n105,
.my-lg-n105 {
    margin-bottom: -18px !important;
  }

  .ml-lg-n105,
.mx-lg-n105 {
    margin-left: -18px !important;
  }

  .m-lg-n6 {
    margin: -72px !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -72px !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -72px !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -72px !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -72px !important;
  }

  .m-lg-n7 {
    margin: -84px !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -84px !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -84px !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -84px !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -84px !important;
  }

  .m-lg-n8 {
    margin: -96px !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -96px !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -96px !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -96px !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -96px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 12px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 12px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 12px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 12px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 12px !important;
  }

  .m-xl-2 {
    margin: 24px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 24px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 24px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 24px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 24px !important;
  }

  .m-xl-3 {
    margin: 36px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 36px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 36px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 36px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 36px !important;
  }

  .m-xl-4 {
    margin: 48px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 48px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 48px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 48px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 48px !important;
  }

  .m-xl-5 {
    margin: 60px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 60px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 60px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 60px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 60px !important;
  }

  .m-xl-105 {
    margin: 18px !important;
  }

  .mt-xl-105,
.my-xl-105 {
    margin-top: 18px !important;
  }

  .mr-xl-105,
.mx-xl-105 {
    margin-right: 18px !important;
  }

  .mb-xl-105,
.my-xl-105 {
    margin-bottom: 18px !important;
  }

  .ml-xl-105,
.mx-xl-105 {
    margin-left: 18px !important;
  }

  .m-xl-6 {
    margin: 72px !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 72px !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 72px !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 72px !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 72px !important;
  }

  .m-xl-7 {
    margin: 84px !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 84px !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 84px !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 84px !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 84px !important;
  }

  .m-xl-8 {
    margin: 96px !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 96px !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 96px !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 96px !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 96px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 12px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 12px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 12px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 12px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 12px !important;
  }

  .p-xl-2 {
    padding: 24px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 24px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 24px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 24px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 24px !important;
  }

  .p-xl-3 {
    padding: 36px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 36px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 36px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 36px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 36px !important;
  }

  .p-xl-4 {
    padding: 48px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 48px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 48px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 48px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 48px !important;
  }

  .p-xl-5 {
    padding: 60px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 60px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 60px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 60px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 60px !important;
  }

  .p-xl-105 {
    padding: 18px !important;
  }

  .pt-xl-105,
.py-xl-105 {
    padding-top: 18px !important;
  }

  .pr-xl-105,
.px-xl-105 {
    padding-right: 18px !important;
  }

  .pb-xl-105,
.py-xl-105 {
    padding-bottom: 18px !important;
  }

  .pl-xl-105,
.px-xl-105 {
    padding-left: 18px !important;
  }

  .p-xl-6 {
    padding: 72px !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 72px !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 72px !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 72px !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 72px !important;
  }

  .p-xl-7 {
    padding: 84px !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 84px !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 84px !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 84px !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 84px !important;
  }

  .p-xl-8 {
    padding: 96px !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 96px !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 96px !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 96px !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 96px !important;
  }

  .m-xl-n1 {
    margin: -12px !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -12px !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -12px !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -12px !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -12px !important;
  }

  .m-xl-n2 {
    margin: -24px !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -24px !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -24px !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -24px !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -24px !important;
  }

  .m-xl-n3 {
    margin: -36px !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -36px !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -36px !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -36px !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -36px !important;
  }

  .m-xl-n4 {
    margin: -48px !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -48px !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -48px !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -48px !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -48px !important;
  }

  .m-xl-n5 {
    margin: -60px !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -60px !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -60px !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -60px !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -60px !important;
  }

  .m-xl-n105 {
    margin: -18px !important;
  }

  .mt-xl-n105,
.my-xl-n105 {
    margin-top: -18px !important;
  }

  .mr-xl-n105,
.mx-xl-n105 {
    margin-right: -18px !important;
  }

  .mb-xl-n105,
.my-xl-n105 {
    margin-bottom: -18px !important;
  }

  .ml-xl-n105,
.mx-xl-n105 {
    margin-left: -18px !important;
  }

  .m-xl-n6 {
    margin: -72px !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -72px !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -72px !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -72px !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -72px !important;
  }

  .m-xl-n7 {
    margin: -84px !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -84px !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -84px !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -84px !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -84px !important;
  }

  .m-xl-n8 {
    margin: -96px !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -96px !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -96px !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -96px !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -96px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 12px !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 12px !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 12px !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 12px !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 12px !important;
  }

  .m-xxl-2 {
    margin: 24px !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 24px !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 24px !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 24px !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 24px !important;
  }

  .m-xxl-3 {
    margin: 36px !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 36px !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 36px !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 36px !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 36px !important;
  }

  .m-xxl-4 {
    margin: 48px !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 48px !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 48px !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 48px !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 48px !important;
  }

  .m-xxl-5 {
    margin: 60px !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 60px !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 60px !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 60px !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 60px !important;
  }

  .m-xxl-105 {
    margin: 18px !important;
  }

  .mt-xxl-105,
.my-xxl-105 {
    margin-top: 18px !important;
  }

  .mr-xxl-105,
.mx-xxl-105 {
    margin-right: 18px !important;
  }

  .mb-xxl-105,
.my-xxl-105 {
    margin-bottom: 18px !important;
  }

  .ml-xxl-105,
.mx-xxl-105 {
    margin-left: 18px !important;
  }

  .m-xxl-6 {
    margin: 72px !important;
  }

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 72px !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 72px !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 72px !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 72px !important;
  }

  .m-xxl-7 {
    margin: 84px !important;
  }

  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 84px !important;
  }

  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 84px !important;
  }

  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 84px !important;
  }

  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 84px !important;
  }

  .m-xxl-8 {
    margin: 96px !important;
  }

  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 96px !important;
  }

  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 96px !important;
  }

  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 96px !important;
  }

  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 96px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 12px !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 12px !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 12px !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 12px !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 12px !important;
  }

  .p-xxl-2 {
    padding: 24px !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 24px !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 24px !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 24px !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 24px !important;
  }

  .p-xxl-3 {
    padding: 36px !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 36px !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 36px !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 36px !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 36px !important;
  }

  .p-xxl-4 {
    padding: 48px !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 48px !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 48px !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 48px !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 48px !important;
  }

  .p-xxl-5 {
    padding: 60px !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 60px !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 60px !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 60px !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 60px !important;
  }

  .p-xxl-105 {
    padding: 18px !important;
  }

  .pt-xxl-105,
.py-xxl-105 {
    padding-top: 18px !important;
  }

  .pr-xxl-105,
.px-xxl-105 {
    padding-right: 18px !important;
  }

  .pb-xxl-105,
.py-xxl-105 {
    padding-bottom: 18px !important;
  }

  .pl-xxl-105,
.px-xxl-105 {
    padding-left: 18px !important;
  }

  .p-xxl-6 {
    padding: 72px !important;
  }

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 72px !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 72px !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 72px !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 72px !important;
  }

  .p-xxl-7 {
    padding: 84px !important;
  }

  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 84px !important;
  }

  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 84px !important;
  }

  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 84px !important;
  }

  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 84px !important;
  }

  .p-xxl-8 {
    padding: 96px !important;
  }

  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 96px !important;
  }

  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 96px !important;
  }

  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 96px !important;
  }

  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 96px !important;
  }

  .m-xxl-n1 {
    margin: -12px !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -12px !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -12px !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -12px !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -12px !important;
  }

  .m-xxl-n2 {
    margin: -24px !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -24px !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -24px !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -24px !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -24px !important;
  }

  .m-xxl-n3 {
    margin: -36px !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -36px !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -36px !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -36px !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -36px !important;
  }

  .m-xxl-n4 {
    margin: -48px !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -48px !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -48px !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -48px !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -48px !important;
  }

  .m-xxl-n5 {
    margin: -60px !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -60px !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -60px !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -60px !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -60px !important;
  }

  .m-xxl-n105 {
    margin: -18px !important;
  }

  .mt-xxl-n105,
.my-xxl-n105 {
    margin-top: -18px !important;
  }

  .mr-xxl-n105,
.mx-xxl-n105 {
    margin-right: -18px !important;
  }

  .mb-xxl-n105,
.my-xxl-n105 {
    margin-bottom: -18px !important;
  }

  .ml-xxl-n105,
.mx-xxl-n105 {
    margin-left: -18px !important;
  }

  .m-xxl-n6 {
    margin: -72px !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -72px !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -72px !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -72px !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -72px !important;
  }

  .m-xxl-n7 {
    margin: -84px !important;
  }

  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -84px !important;
  }

  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -84px !important;
  }

  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -84px !important;
  }

  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -84px !important;
  }

  .m-xxl-n8 {
    margin: -96px !important;
  }

  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -96px !important;
  }

  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -96px !important;
  }

  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -96px !important;
  }

  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -96px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: normal !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: normal !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #008FD6 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #005c8a !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #17C96B !important;
}

a.text-success:hover, a.text-success:focus {
  color: #0f8446 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #FFDA06 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b99d00 !important;
}

.text-danger {
  color: #E23B53 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b61b31 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #BCC7CC !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #FFFFFF !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*-- THIRD PARTY --*/
/*-- COMMON --*/
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  box-sizing: border-box;
}

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
li,
form,
legend,
label,
.a-form-group .a-form-label-inline,
.form-group .a-form-label-inline,
table,
header,
footer,
nav,
section,
figure {
  padding: 0;
  margin: 0;
}

header,
footer,
nav,
section,
article,
hgroup,
figure {
  display: block;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(125%, 0, 0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(125%, 0, 0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate3d(125%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate3d(125%, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate3d(-125%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate3d(-125%, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-125%, 0, 0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-125%, 0, 0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.a-scene {
  display: block;
  overflow: hidden;
}
.a-scene .a-scene-element {
  display: block;
  opacity: 1;
  transition-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.a-scene .a-scene-element--fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.a-scene .a-scene-element--fadeinup {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.a-scene .a-scene-element--fadeinright {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.a-scene .a-scene-element--fadeoutright {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}
.a-scene .a-scene-element--fadeoutleft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}
.a-scene .a-scene-element--fadeinleft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@font-face {
  font-family: "DIN-light";
  src: url("../fonts/DINWeb-Light.woff");
}
@font-face {
  font-family: "DIN-reg";
  src: url("../fonts/DINWeb.woff");
}
@font-face {
  font-family: "DIN-medium";
  src: url("../fonts/DINWeb-Medium.woff");
}
@font-face {
  font-family: "DIN-bold";
  src: url("../fonts/DINWeb-Bold.woff");
}
button,
input,
optgroup,
select,
textarea,
.popover {
  font-family: "DIN-reg";
  font-weight: normal;
}

.a-fontSizeXXXL {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
  .a-fontSizeXXXL {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
@media (min-width: 992px) {
  .a-fontSizeXXXL {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

.a-fontSizeXXL, .a-iconText.a-iconText-smallLink .a-iconText-text .a-iconText-text-large, .a-btn.a-btn-border, h1,
.a-h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
  .a-fontSizeXXL, .a-iconText.a-iconText-smallLink .a-iconText-text .a-iconText-text-large, .a-btn.a-btn-border, h1,
.a-h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
@media (min-width: 992px) {
  .a-fontSizeXXL, .a-iconText.a-iconText-smallLink .a-iconText-text .a-iconText-text-large, .a-btn.a-btn-border, h1,
.a-h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

.a-fontSizeXL, .a-blockquote p, .a-jumbotron .a-jumbotron-ingress, .a-tabs.a-tabs-lg .a-tab-btn, h2,
.a-h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
  .a-fontSizeXL, .a-blockquote p, .a-jumbotron .a-jumbotron-ingress, .a-tabs.a-tabs-lg .a-tab-btn, h2,
.a-h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
@media (min-width: 992px) {
  .a-fontSizeXL, .a-blockquote p, .a-jumbotron .a-jumbotron-ingress, .a-tabs.a-tabs-lg .a-tab-btn, h2,
.a-h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
@media (min-width: 1200px) {
  .a-fontSizeXL, .a-blockquote p, .a-jumbotron .a-jumbotron-ingress, .a-tabs.a-tabs-lg .a-tab-btn, h2,
.a-h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

.a-fontSizeL, .a-cardImage.a-cardImage-border .a-cardImage-text p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
  .a-fontSizeL, .a-cardImage.a-cardImage-border .a-cardImage-text p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
@media (min-width: 992px) {
  .a-fontSizeL, .a-cardImage.a-cardImage-border .a-cardImage-text p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

.a-fontSizeM, .a-footerNav ul li a,
.a-footerExtraNav ul li a, .a-articleList .a-linkArticle a, .a-jumbotron .a-jumbotron-ingress.a-jumbotron-ingress--small, .a-mainCard .a-mainCard-content, .a-login-container .a-btn-shadow.a-btn-shadow-large, p.a-paragraphLarge, h3,
.a-h3,
.a-card .a-h3 a, .a-linkFeatured, a.a-link-large,
.a-btn-link.a-link-large {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
  .a-fontSizeM, .a-footerNav ul li a,
.a-footerExtraNav ul li a, .a-articleList .a-linkArticle a, .a-jumbotron .a-jumbotron-ingress.a-jumbotron-ingress--small, .a-mainCard .a-mainCard-content, .a-login-container .a-btn-shadow.a-btn-shadow-large, p.a-paragraphLarge, h3,
.a-h3,
.a-card .a-h3 a, .a-linkFeatured, a.a-link-large,
.a-btn-link.a-link-large {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
@media (min-width: 992px) {
  .a-fontSizeM, .a-footerNav ul li a,
.a-footerExtraNav ul li a, .a-articleList .a-linkArticle a, .a-jumbotron .a-jumbotron-ingress.a-jumbotron-ingress--small, .a-mainCard .a-mainCard-content, .a-login-container .a-btn-shadow.a-btn-shadow-large, p.a-paragraphLarge, h3,
.a-h3,
.a-card .a-h3 a, .a-linkFeatured, a.a-link-large,
.a-btn-link.a-link-large {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

.a-fontSizeS, .a-compare-category .a-compare-container p, .a-text ol,
.a-text .a-circle-list, .a-text p,
.a-text li, .a-text > a, .a-text, ul.a-item-list-icon li span, ul.a-bullet-list li, .a-text ul:not(.connected-bullets):not(.no-decoration):not(.a-list) li, ul.a-text.a-bullet-list:not(.connected-bullets):not(.no-decoration):not(.a-list) li, .a-btn, h4,
.a-h4, .a-custom-radio .a-radioButtons-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
  .a-fontSizeS, .a-compare-category .a-compare-container p, .a-text ol,
.a-text .a-circle-list, .a-text p,
.a-text li, .a-text > a, .a-text, ul.a-item-list-icon li span, ul.a-bullet-list li, .a-text ul:not(.connected-bullets):not(.no-decoration):not(.a-list) li, ul.a-text.a-bullet-list:not(.connected-bullets):not(.no-decoration):not(.a-list) li, .a-btn, h4,
.a-h4, .a-custom-radio .a-radioButtons-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

.a-fontSizeXS, .a-inline-page-link a, .a-list.a-list-large li .a-inline-page-link a.a-list-rowLink, .a-inline-page-link .a-list.a-list-large li a.a-list-rowLink, .a-globalNav .navbar-toggler, .a-list.a-list-large li .a-globalNav .a-list-rowLink.navbar-toggler, .a-globalNav .a-list.a-list-large li .a-list-rowLink.navbar-toggler, .a-list.a-list-large li .a-list-rowLink.a-fontSizeXS, .a-list.a-list-large li .a-form-group .a-list-rowLink.a-form-label, .a-form-group .a-list.a-list-large li .a-list-rowLink.a-form-label,
.a-list.a-list-large li .form-group .a-list-rowLink.a-form-label,
.form-group .a-list.a-list-large li .a-list-rowLink.a-form-label, .a-list.a-list-large li .a-switch .a-list-rowLink.a-switch-label, .a-switch .a-list.a-list-large li .a-list-rowLink.a-switch-label, .a-list.a-list-large li p.a-list-rowLink, .a-list.a-list-large li .a-list-rowLink.a-meta-text, .a-list.a-list-large li .a-list-rowLink.a-titleExtra, .a-list.a-list-large li .a-list-rowLink.a-btn-link, .a-list.a-list-large li .a-box-button .a-list-rowLink.a-box-button-action-arrow, .a-box-button .a-list.a-list-large li .a-list-rowLink.a-box-button-action-arrow, .a-list.a-list-large li .a-list-rowLink.popover, .popover, .a-box-button .a-box-button-action-arrow, .a-btn-link, .a-titleExtra, .a-meta-text, p, .a-switch .a-switch-label, .a-form-group .a-form-label,
.form-group .a-form-label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 768px) {
  .a-md-fontSizeXS {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

.a-fontSizeXXS, .a-searchResults .a-searchResults-breadcrumb, .a-dropdown-languages .dropdown-item p,
.a-dropdown-personswitchList .dropdown-item p, .a-personSwitcher, .a-header-options .a-languageSwitcher, .a-footerExtraNav ul li a, .a-footerExtraNav, .a-autocomplete-container .a-list li, .a-iconText.a-iconText-smallLink .a-iconText-text a, .a-box-button .a-box-button-name, .a-box-button .a-box-button-action, .a-label, .a-validatorInfo {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}

.a-fontSizeXXXS {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}

.a-fontSizeXXXXS, .a-box-button .a-meta-text {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}

input[type=text], input[type=email], input[type=password] {
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  overflow: visible;
  color: #6A6A6A !important;
  opacity: 1 !important;
  -webkit-font-smoothing: subpixel-antialiased;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  overflow: visible;
  color: #6A6A6A !important;
  opacity: 1 !important;
  -webkit-font-smoothing: subpixel-antialiased;
}

input::placeholder,
textarea::placeholder {
  overflow: visible;
  color: #6A6A6A !important;
  opacity: 1 !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
input:focus,
textarea:focus {
  box-shadow: none !important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea {
  -webkit-appearance: none;
}
textarea::-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
textarea:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
textarea::placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}

.form-inline .a-form-group {
  padding-right: 12px;
}

.a-form-group,
.form-group {
  position: relative;
}
.a-form-group label.inactive, .a-form-group .inactive.a-form-label-inline,
.a-form-group div.inactive,
.form-group label.inactive,
.form-group .inactive.a-form-label-inline,
.form-group div.inactive {
  cursor: not-allowed;
  opacity: 0.3;
}
.a-form-group .a-form-group-items,
.a-form-group .input-group,
.form-group .a-form-group-items,
.form-group .input-group {
  position: relative !important;
}
.a-form-group .a-form-group-items input,
.a-form-group .a-form-group-items button,
.a-form-group .a-form-group-items .input-group-prepend,
.a-form-group .input-group input,
.a-form-group .input-group button,
.a-form-group .input-group .input-group-prepend,
.form-group .a-form-group-items input,
.form-group .a-form-group-items button,
.form-group .a-form-group-items .input-group-prepend,
.form-group .input-group input,
.form-group .input-group button,
.form-group .input-group .input-group-prepend {
  background-color: transparent;
}
.location__contact {
    display: none;
}
.a-form-group .a-form-group-items.inactive,
.a-form-group .input-group.inactive,
.form-group .a-form-group-items.inactive,
.form-group .input-group.inactive {
  opacity: 0.3;
}
.a-form-group .a-form-label-inline,
.form-group .a-form-label-inline {
  font-family: "DIN-medium";
  font-weight: normal;
  display: inline-block;
  margin-right: 6px;
}
.a-form-group .a-form-label,
.form-group .a-form-label {
  font-family: "DIN-medium";
  font-weight: normal;
  display: block;
  margin-bottom: 6px;
}
.a-form-group .form-control,
.form-group .form-control {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-reg";
  font-weight: normal;
  min-width: 0;
  min-height: 36px;
  padding: 2px 12px 0 12px;
  margin-left: -1px;
  color: #000000 !important;
  letter-spacing: normal;
  border: 2px solid #008FD6;
  border-radius: 0;
  transition: none;
}
.a-form-group .form-control:focus,
.form-group .form-control:focus {
  border: 2px solid #0062BA;
}
.a-form-group .form-control.inactive,
.form-group .form-control.inactive {
  border-color: #000000;
}
.a-form-group .input-group-append,
.form-group .input-group-append {
  position: relative;
  border: 2px solid #008FD6;
  border-left: none;
}
.a-form-group .input-group-append.a-icon-right,
.form-group .input-group-append.a-icon-right {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
.a-form-group .input-group-append.a-noBorder-right,
.form-group .input-group-append.a-noBorder-right {
  border-right: none;
}
.a-form-group .input-group-append .btn,
.form-group .input-group-append .btn {
  min-width: 48px;
  height: 100%;
  padding: 0;
  padding-right: 6px;
  color: #000000;
  text-align: right;
  cursor: pointer;
  border: none;
  transition: none;
}
.a-form-group .input-group-append .btn.inactive,
.form-group .input-group-append .btn.inactive {
  cursor: no-drop;
}
.a-form-group .input-group-append .btn:hover, .a-form-group .input-group-append .btn:active, .a-form-group .input-group-append .btn:focus,
.form-group .input-group-append .btn:hover,
.form-group .input-group-append .btn:active,
.form-group .input-group-append .btn:focus {
  background: #CFF0FF;
  outline: none;
}
.a-form-group .input-group-append .a-dropdownArrow,
.form-group .input-group-append .a-dropdownArrow {
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  vertical-align: text-top;
  border-right: none;
  border-left-color: #000000;
  transform: scale(0.75) rotate(90deg);
}
.a-form-group .input-group-append .a-dropdownArrow.a-expanded, .a-expanded .a-form-group .input-group-append .a-dropdownArrow,
.form-group .input-group-append .a-dropdownArrow.a-expanded,
.a-expanded .form-group .input-group-append .a-dropdownArrow {
  transform: scale(0.75) rotate(-90deg);
}
@media (min-width: 768px) {
  .a-form-group.a-form-group-large .form-control,
.form-group.a-form-group-large .form-control {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
    min-height: 60px;
    padding: 2px 12px 0 18px;
  }
}
@media (min-width: 768px) {
  .a-form-group.a-form-group-large .input-group-prepend,
.form-group.a-form-group-large .input-group-prepend {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
    padding: 18px 12px;
  }
}
.a-form-group .a-message,
.form-group .a-message {
  display: none;
  margin-top: 12px;
}
.a-form-group .a-message.field-validation-error,
.form-group .a-message.field-validation-error {
  display: inline-block;
}
.a-form-group .a-message-absolute,
.form-group .a-message-absolute {
  position: absolute;
  top: 60px;
}
.a-form-group.has-error .input-group-prepend,
.form-group.has-error .input-group-prepend {
  border: 2px solid #E23B53 !important;
}
.a-form-group.has-error .input-group-append,
.form-group.has-error .input-group-append {
  border-color: #E23B53 !important;
}
.a-form-group.has-error .form-control,
.a-form-group.has-error .form-control-alt,
.form-group.has-error .form-control,
.form-group.has-error .form-control-alt {
  border: 2px solid #E23B53 !important;
}
.a-form-group.has-error .form-control.a-hasButton,
.a-form-group.has-error .form-control-alt.a-hasButton,
.form-group.has-error .form-control.a-hasButton,
.form-group.has-error .form-control-alt.a-hasButton {
  border-right: none !important;
}
.a-form-group.has-error .input-group .input-group-prepend,
.form-group.has-error .input-group .input-group-prepend {
  border-right: none !important;
}
@media (min-width: 768px) {
  .a-form-group.has-error .input-group .form-control.a-hasIcon,
.form-group.has-error .input-group .form-control.a-hasIcon {
    border-left: none !important;
  }
}
.a-form-group.has-error .input-group:hover .input-group-prepend,
.a-form-group.has-error .input-group:hover .form-control,
.a-form-group.has-error .input-group:hover .input-group-append, .a-form-group.has-error .input-group.a-input-focus .input-group-prepend,
.a-form-group.has-error .input-group.a-input-focus .form-control,
.a-form-group.has-error .input-group.a-input-focus .input-group-append,
.form-group.has-error .input-group:hover .input-group-prepend,
.form-group.has-error .input-group:hover .form-control,
.form-group.has-error .input-group:hover .input-group-append,
.form-group.has-error .input-group.a-input-focus .input-group-prepend,
.form-group.has-error .input-group.a-input-focus .form-control,
.form-group.has-error .input-group.a-input-focus .input-group-append {
  background-color: #FFFFFF;
  border-color: #b61b31 !important;
  box-shadow: none !important;
}
.a-form-group.has-error .input-group:hover .form-control.a-hasButton, .a-form-group.has-error .input-group.a-input-focus .form-control.a-hasButton,
.form-group.has-error .input-group:hover .form-control.a-hasButton,
.form-group.has-error .input-group.a-input-focus .form-control.a-hasButton {
  border-right: none !important;
}
.a-form-group.has-error .input-group:hover .input-group-append, .a-form-group.has-error .input-group.a-input-focus .input-group-append,
.form-group.has-error .input-group:hover .input-group-append,
.form-group.has-error .input-group.a-input-focus .input-group-append {
  border-left: none !important;
}
.a-form-group .input-group .input-group-prepend,
.form-group .input-group .input-group-prepend {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-reg";
  font-weight: normal;
  display: block;
  min-width: 36px;
  min-height: 36px;
  padding: 5px 6px 0 6px;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
  background-color: transparent;
  border: 2px solid #008FD6;
  border-right: none;
  border-radius: 0;
}
.a-form-group .input-group .input-group-prepend.inactive,
.form-group .input-group .input-group-prepend.inactive {
  border-color: #000000;
}
.a-form-group .input-group .input-group-prepend.a-icon-right,
.form-group .input-group .input-group-prepend.a-icon-right {
  border-right: 2px solid #008FD6;
  border-left: none;
}
.a-form-group .input-group .form-control,
.form-group .input-group .form-control {
  flex-direction: row;
}
.a-form-group .input-group .form-control::-ms-reveal,
.form-group .input-group .form-control::-ms-reveal {
  width: 0;
  height: 0;
}
.a-form-group .input-group .form-control.a-hasIcon,
.form-group .input-group .form-control.a-hasIcon {
  padding-left: 6px;
  border-left: 2px solid #008FD6;
}
@media (min-width: 768px) {
  .a-form-group .input-group .form-control.a-hasIcon,
.form-group .input-group .form-control.a-hasIcon {
    padding-left: 0;
    border-left: none;
  }
}
.a-form-group .input-group .form-control.a-hasButton,
.form-group .input-group .form-control.a-hasButton {
  border-right: none;
}
.a-form-group .input-group + .a-message,
.form-group .input-group + .a-message {
  margin-top: 12px;
}
.a-form-group .input-group:hover .input-group-prepend,
.a-form-group .input-group:hover .form-control,
.a-form-group .input-group:hover .input-group-append, .a-form-group .input-group.a-input-focus .input-group-prepend,
.a-form-group .input-group.a-input-focus .form-control,
.a-form-group .input-group.a-input-focus .input-group-append,
.form-group .input-group:hover .input-group-prepend,
.form-group .input-group:hover .form-control,
.form-group .input-group:hover .input-group-append,
.form-group .input-group.a-input-focus .input-group-prepend,
.form-group .input-group.a-input-focus .form-control,
.form-group .input-group.a-input-focus .input-group-append {
  z-index: 4;
  background-color: #FFFFFF;
  border-color: #0062BA;
}
.a-form-group .input-group.disabled .input-group-prepend,
.a-form-group .input-group.disabled .form-control,
.form-group .input-group.disabled .input-group-prepend,
.form-group .input-group.disabled .form-control {
  color: #6A6A6A;
  background-color: #FFFFFF;
  background-image: url("../images/disabled-background.svg");
}
.a-form-group .input-group.disabled .input-group-prepend,
.form-group .input-group.disabled .input-group-prepend {
  border: 2px solid #BCC7CC;
  border-right: none;
}
.a-form-group .input-group.disabled .form-control,
.form-group .input-group.disabled .form-control {
  border: 2px solid #BCC7CC;
}
.a-form-group .input-group.disabled .form-control.a-hasIcon,
.form-group .input-group.disabled .form-control.a-hasIcon {
  padding-left: 6px;
  border-left: 2px solid #BCC7CC;
}
@media (min-width: 768px) {
  .a-form-group .input-group.disabled .form-control.a-hasIcon,
.form-group .input-group.disabled .form-control.a-hasIcon {
    padding-left: 0;
    border-left: none;
  }
}
.a-form-group .input-group.inactive .input-group-prepend,
.a-form-group .input-group.inactive .form-control,
.form-group .input-group.inactive .input-group-prepend,
.form-group .input-group.inactive .form-control {
  color: #6A6A6A;
  background-color: #FFFFFF;
}
.a-form-group .input-group.inactive .input-group-prepend,
.form-group .input-group.inactive .input-group-prepend {
  border: 2px solid #BCC7CC;
  border-right: none;
}
.a-form-group .input-group.inactive .form-control,
.form-group .input-group.inactive .form-control {
  border: 2px solid #BCC7CC;
}
.a-form-group .input-group.inactive .form-control.a-hasIcon,
.form-group .input-group.inactive .form-control.a-hasIcon {
  padding-left: 6px;
  border-left: 2px solid #BCC7CC;
}
@media (min-width: 768px) {
  .a-form-group .input-group.inactive .form-control.a-hasIcon,
.form-group .input-group.inactive .form-control.a-hasIcon {
    padding-left: 0;
    border-left: none;
  }
}
.a-form-group .input-group.inactive .form-control.a-hasButton,
.form-group .input-group.inactive .form-control.a-hasButton {
  border-right: none;
}
.a-form-group .input-group.inactive .input-group-append,
.form-group .input-group.inactive .input-group-append {
  background-color: #FFFFFF;
  border: 2px solid #BCC7CC;
  border-left: none;
}
.a-form-group .disabled.a-input-approved .input-group-prepend,
.a-form-group .disabled.a-input-approved .form-control,
.form-group .disabled.a-input-approved .input-group-prepend,
.form-group .disabled.a-input-approved .form-control {
  color: #000000 !important;
  background-color: #9ff4c7;
  background-image: url("../images/approved-background.svg");
  border: none !important;
}
.a-form-group .disabled.a-input-approved i,
.form-group .disabled.a-input-approved i {
  margin-top: 2px;
}
.a-form-group .a-textarea,
.form-group .a-textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  min-height: 132px;
  padding: 12px;
  border: 2px solid #008FD6;
  border-radius: 0;
}
.a-form-group .a-textarea:hover, .a-form-group .a-textarea:focus,
.form-group .a-textarea:hover,
.form-group .a-textarea:focus {
  border: 2px solid #0062BA;
  box-shadow: none !important;
}

.a-validatorInfo {
  margin-top: 12px;
  color: #000000;
}

.a-validatorInfo-icon {
  margin-top: -3px;
  color: #008FD6;
  vertical-align: middle;
}
.a-validatorInfo-icon.a-validatorInfo-icon-approved {
  color: #17C96B;
}

.a-legend {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-medium";
  font-weight: normal;
  display: block;
  padding-right: 24px;
  margin-bottom: 12px;
  color: #022F51;
}

.a-custom-checkbox {
  padding-left: 3.5rem;
  margin-right: 36px;
  margin-bottom: 12px;
  cursor: pointer;
}
.a-custom-checkbox:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .a-custom-checkbox:last-child {
    margin-right: 0;
  }
}
.a-custom-checkbox .custom-control-label {
  cursor: pointer;
}
.a-custom-checkbox .custom-control-label::before {
  top: 2px;
  left: -36px;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  pointer-events: inherit;
  background-color: #FFFFFF;
  border: 2px solid #008FD6;
  border-radius: 0;
}
.a-custom-checkbox:focus .custom-control-label::before, .a-custom-checkbox:hover .custom-control-label::before {
  border: 2px solid #0062BA;
}
.a-custom-checkbox.inactive label, .a-custom-checkbox.inactive .a-form-group .a-form-label-inline, .a-form-group .a-custom-checkbox.inactive .a-form-label-inline,
.a-custom-checkbox.inactive .form-group .a-form-label-inline,
.form-group .a-custom-checkbox.inactive .a-form-label-inline {
  cursor: inherit;
}
.a-custom-checkbox.inactive .custom-control-label::before {
  border: 2px solid #BCC7CC;
}
.a-custom-checkbox .custom-control-input {
  display: inline-block;
  padding-left: 24px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .a-custom-checkbox .custom-control-input {
    display: inline-block;
    margin-right: 36px;
  }
}
.a-custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFFFFF;
}
.a-custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  top: 0;
  left: -28px;
  width: 0.7rem;
  height: 1.6rem;
  border: solid #000000;
  border-width: 0 3px 5px 0;
  transform: rotate(45deg);
}
.a-custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  border: 2px solid #022F51;
  box-shadow: none;
}

.a-form-checkboxes.a-form-checkboxes--discret {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
.a-form-checkboxes.a-form-checkboxes--discret .custom-control-label::before {
  width: 18px;
  height: 18px;
  margin-top: -3px;
  pointer-events: inherit;
  border: 2px solid #022F51;
}
.a-form-checkboxes.a-form-checkboxes--discret .custom-control-input:checked ~ .custom-control-label::after {
  top: 2px;
  left: -30px;
  width: 0.6rem;
  height: 1.3rem;
  border-width: 0 2px 4px 0;
}
.a-form-checkboxes.a-search-multiple-actor-select-subunit {
  margin-left: 30px;
}

.a-custom-radio {
  padding-bottom: 4px;
  padding-left: 36px;
  margin-right: 24px;
  margin-bottom: 12px;
  cursor: pointer;
}
.a-custom-radio:last-child {
  margin-right: 0;
}
.a-custom-radio .custom-control-label {
  cursor: pointer;
}
.a-custom-radio .custom-control-label::before {
  top: -1px;
  left: -36px;
  width: 24px;
  height: 24px;
  pointer-events: inherit;
  background-color: #FFFFFF;
  border: 2px solid #008FD6;
}
.a-custom-radio:hover .custom-control-label::before {
  background: #FFFFFF;
  border: 2px solid #022F51;
}
.a-custom-radio .custom-control-input {
  cursor: pointer;
}
.a-custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFFFFF;
  border: 2px solid #022F51;
}
.a-custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  top: 1px;
  left: -34px;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/gif;base64,R0lGODlhAAIAAsYAAAQCBISChERCRMTCxCQiJKSipGRiZOTi5BQSFJSSlFRSVNTS1DQyNLSytHRydPTy9AwKDIyKjExKTMzKzCwqLKyqrGxqbOzq7BwaHJyanFxaXNza3Dw6PLy6vHx6fPz6/AQGBISGhERGRMTGxCQmJKSmpGRmZOTm5BQWFJSWlFRWVNTW1DQ2NLS2tHR2dPT29AwODIyOjExOTMzOzCwuLKyurGxubOzu7BweHJyenFxeXNze3Dw+PLy+vHx+fPz+/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEAALAAAAAAAAgACAAf+gECCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmhxc7Iz0FGT4uBjICPLMCFAQ4uLq5OLS0AgY6Bj4BORU9Mwcvp8zNzs/Q0dLT1JU/H9cvGx05AQYCBAgA4+Tl5ufo6ek4JMA+GS0rN9fX1fb3+Pn6+/yP9B8rGsRwoIIDBnUIEypciA4GDREmQtRY8YBev4sYM2rcyFHQvxMdYuhgAYGhyZMoGYKgocJHiRkPsGHrSLOmzZs4F137cGNCCgcCUKQcSrQoQhAkFPhoceLDzJxQo0qdymznixUZdFAAYbSr16/lkOpIMCLmU6po06pdW2jngxn+MVTgAEu3Ll0YHGyU2PDiLNu/gAPvy3ajRwgZ4uwqXvwVqYkSyvwKnky58qdrNwb4EACDsefPjWnYaHDA6Q/LqFOr1vnhxYESGuaCnk27KwgWHjrccLq6t2/B1x5MiMC5tvHjRlFogNz39O/n0G22vtDAAgmuyLNrTwlDRoIND144j06+/L3WBzIoSLy9vXuTIHiEmBB+vPn7+Ee1PlFh/fv/AKpEQwAz9PVBfggmeMl0DZhwUIAQRogQBDxkwNeBCmaoISI/vFCYAyRIKOKI6SCgQg0n9LXhigkGN4EPDGBH4ow0jkOABT3shiGLPP7W2g4pcCBjjUTSCAIDMaz+oGKPTFrG0wA2EFDklFSiYIBuvDWppVo/PHBCASJ0RuWYU4LAQQI7xLTlmlDxNIMPIZIp55g44Lgbm3hu1OEFNajA3pyATgmBAAWkaF+eiFbT5QYxxBjoo3LSgOaSiVb6TJdvSgnppnKSEAFFh1oqKig8LeCCppymSiYOHsC046iwasLTCBY8qOqtZGJgwwh3xuorJTz14CCuxM6JgA49qPnrsox8cEEPOvxZ7LRVmlDWq8xmCwRPDSggJrXg5mqDq9oy2+UA0Yar7pyswhRquYh2aaps69ZLJgUhKIktvGy+sEMCNNgr8JyS8sUvnh98ycOQAzc8JQuF7nvwhjz+taDCtw5nPCUMCuj27sT5dUmrUBqXPCYGLixQEcgKahNAnCbHTCUNKSjDMn7OlsCDzDyPCYIIDVwg8c2qnWuAtD0nTSMKFpT1MdGUaRMBzEpXTSQFaA4NNWA/8ClCSVaHTSQIMni8ddSm2ir22jQSEICSZ3N9QQUCMMz23SL+XIPQcav1Qtp4B14jyir3PVXXdNst+OIRslBCU4bndJUHJDNu+YgI2DDBMpHX9EALClwu+owclHDB053nk3ACVI/uOoQY+AB36he9MIEFGL+uO4Bkt6As7fh0XcPOuxcfIQlZA3/eBiGgavzz/8FgQFnKU/MAtGBDr/1/jvNdvTP+P3zJwvbkA4iCByto/f0nk1de/vvbgaDBAJyvP8r1CigO//7GlT6P/aDoWgk4wL8CtocAESgNADvxgQPEwHkGjKBxYGCDBdRvgQsylfskyEHagEAFA3gABi/xggGoQH8dTCFjeNAAEY5wEg+oQd1USMPa0KAAF3hhJG5QAAbU8Ie0wUECIKdDnZwgARAEohIVgwAfbEB9OvzABgKwwSVasS4QMIEFi3iID8zABtm7ohjrAgIDbI6LhLCdBlA4xjYWBYQX1GEJVeDGOtqlbHHE4As6IAM7+pEuIvCdDj8ngj8a8issqIELFxhDARzykV1hQAluwMgKjA+SmCQKBXL+QMn13SAHAcukKFOyyf8pj4cUGKUqUUKBFHgvdahcpSxNIsQToO5mPGzdLHe5jgS8Mm6x5KUwEVLLW/Irl8NMpjqKebZgKvOZ5hDiL0GGTGhasxzMZJkzr8nNbB7sASVIJTfHOQ5pQhFWMSQgOdeJgxR0slwxvOQ610kCTpbrBTVQ5zznWcps7ZF4+9wnBQrwzljtsZABTSgNKrDIUX1gAH1MqERZ0IA8IsqLOpCoRgHAgw409KIrsAEbN3pNEfTAolv6wQ48kDuS7lMGIzgniy4QgSq6dJ8qOCOebpACet1UozpIH5vAKc6fbhQEDtiBMRP0ggbI06gbhUEATqD+pYciFKouxYA7meRFDWDVqCRgKI9+cAAHjPSr82RBB1CanwvEAGlo3agIdJohcCYxriQ1wAaW+psX9ECfeP0pCHyQwwR5MXSBxSoGcvDR8qjUAmdNbEBpsNa2hgCuknWpBGYgU9Q8oAA+zSxUbXAA83ygBz4ULVphkIGC/uYHK/CqauNKgx50VjAX8EFkZytRDezgtn95QQlCy1uogiAGrk3NB0YA2OJ+lQAtYCtwdmAA5yZWAivgq1puEIGWWte4hFVNU+/6XahioAbSXYsXHVnexAqAs5a5gA3am1kHUDVqJbApfbGKggKkdypebO5+48qCCQD3JvIdsGgNcN/+4OZXwZmFQQoaS5UAQ1i0FIgpWy7gggur1gINRgs+1ebhwCIAvWn5wQLYW+LMimCvaLlBh1ss2uNS+CYfaACJaRxYEhhYKiqNKI9Fa4LCQuUBKQjjkBN74v9i5AMTCOWSRSuC3+YkwVNWLQgicGON4FO/WY6rjw9sD5VKIMy8LbJNHhCD3aL5p02myXKL+mbRCkCpHbmBBerMWxtz5LSY5TNeKSBUjVxAtoKebQi6jI8XtMC7ie7xAsjsjAsIOdKq9QCjq/GCCkAa03jFwQy0+4wDXBXUmd60NF6QAyWjWrI4+LE+yCrgV0vWAsmtBpLdbOufokDDwdtBans9Wxv+qLoZL8gAsYv7a0qH4gBPXbZodXBsU7ygALyW9k0RYFt7XACg2latBnLtjE67OtxM7vY0bnBqdE+72qHI8afdHVcEwDcaN7g0vUXrAieTqgfz3jdaCWDlZzygugLnbQL83QkVBzrhcWWAkZnxghBAvM81cLYlLjDsi4tWAuSOdwOy7XGSwgDYpngAHUs+WwvAGxMqBjPL0YqC7Frb4jOfbQQYfokLSDnnmaVAiEVOcqBvtAQ8p4TKjT5bHrx8Ej+YwcOZjlUIqBsULwgA1Vue9EhcQJdbD/XEGViBooddohnHur7PHlgNdL0RKg44242KAgUyMAZzV20ONJ6IB4D+O++BFcHbFfGDDcgd8DeFgc038YEUIF60C+fEA9r9eAIP/hCFP3zlSQqCe2PiA8revGQ9wPc0rl30X6VAyCNxgKmj3qUguHolPpCD19/68oN4AWJtH+qnH+IEruc9SXtAakN8oALCTyzpLfECRCcfrSzA/Qlk/nySQmAHs0d+9fG6d0q8wATbx6vbvU/n8EMVBb4HgorNbn5uEl8SoG9/XH1A5hdkVP5fZUH9d4x/2GMfEj8wAf2HVjlAah+AdwOIVSoAXB+wcglIdy93A9T3gAH1fnA3AhSIVT7AVx8QARkIVQLQWR9wZh/4UzDgbzcQfCVITjMAdz2wgkaVAcb+9AFaB4M3ZQIzyGI2uFH6xwgvoHk7aE0QsHqCsAJBeFMDoBPad4QbFQGo8wEewIQkpQJPeHpSuE4EoD4fQFxXOE9DVwgn0IUb1QCJ8AMdIIYa5QEf04FoKFEi8DE/cH9tuE8IsIY/N4frtAGI8ADsh4ej1AKIMAN+GFAJgHmhN4jrZAOh8gHzhYjrJAGh8gM66IjXRACLqIKUOEt5dAGZuE4rYAiC2InjRIaFsISiaE0xYAgIeIrWZAJt4QCseE08UAgNGIvWhAFt0XG2mEwN9QETuIuj1IKDcAPACE0VQAhGWIzKFAKE0ADKqEw2QAiO94zDpAOEMGPUyEsCQAj+DpiNs8QAhBBt3qhKBEAIvziOfwQChICOvDQInMiOszQIOwCP8ViE9ChLg/CC96hK+biP/CgIJeCPozQItSeQmTQICWCQBykIPqCQmDQIDemQjzQICCeRhjQIcmiRfjQIu6eRdjQIf+eRbQSSIrmRgsCFJWlFg0BeKalEg4CSLQlEKxmTI3mSNDlGM3mTVzQI5aeTP0SSPrlEgzCJQUlDQFmUPykIRImUHXSUTKlCQ/mUNeSUUslBUVmVKUSVWGlAV7mVEjQIlOeV+4ORYvmVggCLZcmVDJmWagkEBcmWYykIpgiX5dOPdAk/g5CMd1mXghCGe8mXgvCXgAkEmCj+mItDCCxpmKNDCCGpmK6DAIRghY55OeBIkZNZPApACBF5ma/jAISAc5zpOqk4CAUQmq9TA4QwAKbpOhNACH65mpdTUD9QmLDJMzDQFuJYm2xDA23hfLp5NzJgCDX4m3gTjaVInIETAYYggMh5N8dYCMTYnGzTmm3Bf9LZM1/4AY15nTKDAZFYkdyZNG9oCD/ggeGpNC7wLjVwnkpTAoHInknziYfAh/ApMyeICB8AdvU5MCwAh765nw2DgxySkACqMQnwNBhYoBmThH13bgoaLiCweh+Qmw8KLiSgPj+AlhVaL1RIeKW5ofUSALeklyAaLg1wSy9wjiX6KP+nCB/+IJkryik4cE4/MJwxSiwacE45dqPTkgJLdQB9yKMjAgIL4AgvoJ9CCigX6ggf8J9JGigG0Fk/QKBPuikF6AhRF6RV+h8goIePkJ9b+ig0wICNGKZzYgHA9QPOaKZzUgLFdwFAyKYBAgJf6IMwKqci0oORcIB4SiUOQGbr16dFUgPFJwgv0JOCKiEQMHaP8AJlmqgjwgPOpqaQOiMBoHEXQJuV6kGjVgkvcKebmh0MgHt8GqoQQn+WEKimyqUTUKiF8AB3uKraQQLpVwgvsJmyuh0uUHrqNwEOmquzAQIoZwkPUGvAOhsUUKuG8AKreKzGsauakHnOehwd4Kp7SIL+0zobBECEe/qW2foZNsCrhKBSKvqtRFGtnWB/5uoZOMCon7ee67oYJoB7iXABMBmvRAECDSCuy/qo+OoVNMCtwNIDWvqv4xAC/HoINxCrBssdi8c+NtqwQ6EC9LoIUBanEhsW+3o/oJqx6MAAArsgNVCw6xoDCasIF0ChHpsONXeyiZBsK2sS1GYKKpWYMTsOINACLqsILxCFN4sQEscMXqSp/xoDFRsJD5CRP1sONWets9cCvxqzM+sMN7CdMZuzO9sIH/ChS0sOHOCupnAAiBqzKZC1RgqaS0sDB+C0MLcA99qwRjsND7BnS0sCDwsNy1Wu2eoDR4sJevazODD+adWwXNb5rx4QsqXwAOC3sqLGtgw0Am/7rZqWDw/gsxLbuPkQdZHrrJOrD5UrsSTQqbM2A0g6rXHLDw+AtuvKAnY3GAswtscKAUiHEamLrzIAtsGzArArqyigsxrBZuuKa3qyAQwrqwQwrBiRbCTLo4vWEQ0UlqbKAnfrZS2gt2EKAhnQt81wAxoqqxKwttIxA8WbqHF2E7smqyaAuPvQQNi6qTQgazjhaNZ7oyAwYVLBvaGqAuAbFVA2vmGKA5U1FeebqAGgvhkRZInKA9MbFU1VuEmKABWgvfiAv3hqA7jbJiOgi1X6vmarazmAsQVav8q6ESdAt1uqvx1sD1D+ZqwrSgABHBjCNb/nCQIhYMBXho08qgIwRhkqBr0VSgKyNxlNtbnwCQExMMI4cQMBsLym6VuOexOF15EVWlspnLwdULrsyVpIHBU3kAAg/Js2UKeooVJKu58CAL++8VAazJ44gGLR8QA5QLShScM2HBgHIFL7qQM7TB6HVZ88QD/4sUdrjJwE4Mb4AccODJswgFwKcgEhELWmiVT7iyCFt7jNqQCCmyG20766yQEntSJ7pLKXSQKKxCOdhsWGiQOtxSQ8lch/CQMRIMYacgIh8MVbCQIu0Lo9olJmFZoGUGhVtQLgqZgyQFdbYjvdKJgiAMh5UkKcfJc8IEiJ4lf+PiyWFLXFh9wALLyVYVXHGxJPdFlP2JwgNxBObNlO3swjN5ABNhuUKDBE2dLFRByTCBACsiwq4ZMA81yS9TzJ5uJW+6yR9Yxn8OIs+syUA/3EWhI+b1WUEOAD/swvZBUAckyPEOACewwyZOUDMsyOFw3MNzPRFe2NH63QiaJSVJSSJW044RMBAe2NTVRwhrM6L/2MCU07+VzTwHjTwNM1MaDTscjTytM1B+2PKBACEQ08zpIDqFyMOBADtoRBPOS/xUgCrjRIlsSOJIBDXPQ5SwmMLFAB6dw3D9AB1XyKPFDKaGSoJvSMgSTBW/MCI6ADTLyCMhBCa218C2ADtnz+hGVkzHk9CB+wAwHgymgIAy4A0oE9rkfU1FeIAwlUxcBUAqLchRSQAVG92IvwOc+MhhxQA2MtR3MNyTZINsmi2ZAgRT5g2B8IAw6wRagNgBeQAVT9gQQA1ZLtSS3QsQmY1qYU25PwAjOAOzsIAjrAzMA9ewfAOjCIQDsA14v9AzfAR3V9diAgAS3w28mNCX9DOQ+IArID3ckdPgM0gDxQAdO03ZvwACNgAn19dplTIOotCg2UArVdeSyQA0Q036JwPRpA2nknPdTD36Uw2DHg2GGHNbpM4KPQJR2gAgDOdB+UIybN4I16ACkwyGEH2TJt4VXB3jbQ0e4GAxqQLLn+7eH4yR8Lc3YcoN8njuI8O0VATWw4EN4wrsKFAeE5R+IUfuP4UN/3LW0Qs98+fg9dMgEmIOJ1VuOzU+TrSx0SUN0exuO/4+T88AInkAOVjWlDLt5W7gmLcuDLhgNv4+VfHkDC4QBKrmA44ALucuY1ESwXE2kosCtVDudyxicz9GZ1zisvjueh4Bq0HWbHYuKAThVXEQIIbl2F3iuHXmGJvuiq1R3Z/eePLrSRrmCU7uiXzhatsQEREOR4xTENwOmdDhg/kgEsIOXXhAEWMAA3YOanzg/7UQJ7Lln4Ig8VPutxXhgWMOPXBAKEYii8/hwf8AAbECSsLkrHohuyXuz+NdEhvs7a1lTjMPHs0I4TP6LsAXUbNUMp2R4yPNEBSU5OVlLqWRLuGnLs/7Lqz9Qdj3Pn6k4xL1DWUcJLFPId4D7vTdIaNzACLrAVorQSBFIf/J4oTvHvMLLs2kMANgDr6X7wltIatrPwboQCOlDq4iHx5tIacEESSrQSDtACF7DvHN/xfxMBIjDSjykDKaAvln7y+EEYLeADPBDhriPyJN8cMt832XACNeAA7v483fHyBtLzQ/0jFWABNMDw4YIXLlDpEY/039MaUpQDBoADTs8pK2EAKVAWPE/1XJQNB9ACIaABTd8zGKAAAUDyrVEPYo/aP7ATPZECNsAB7z2ZJzDAAy5QAc8997se99+zEwBRAy6gAMA+IjggAhYQAxNhGjEv+Dg99xcwARUQATagAgzA8seBAhygAxFQA65iEZIP7fQg3TPQAAngAirAAmtuFDhAAwKgASYQAAXAK3Mf+aXP4A+gCj3QAjmQAyHgAw6gAzowCzSAAzsGATjQ/M7//CTAAzIwDCGQAy0wADsQ2ru//dxvCoEAADs=");
}
.a-custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  border: 2px solid #022F51;
  box-shadow: none;
  outline: 6px solid rgba(0, 143, 214, 0.2);
}

.a-custom-radio + .a-custom-radio {
  margin-left: 0;
}

.a-radioButtons-stackedList {
  display: block;
}
.a-radioButtons-stackedList .a-radioButtons-excerpt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  padding-top: 12px;
}

.a-radioButtons-searchResult .custom-radio:hover .a-radioButtons-excerpt, .a-radioButtons-searchResult .custom-radio:focus .a-radioButtons-excerpt, .a-radioButtons-searchResult .custom-radio:active .a-radioButtons-excerpt {
  color: #BCC7CC;
}
.a-radioButtons-searchResult .custom-radio .a-radioButtons-title {
  color: #BCC7CC;
}
.a-radioButtons-searchResult .custom-radio .a-radioButtons-title strong {
  color: #000000;
}
.a-radioButtons-searchResult .custom-radio .a-radioButtons-excerpt {
  color: #BCC7CC;
}
.a-radioButtons-searchResult .custom-control > input:checked ~ .a-radioButtons-excerpt {
  color: #000000;
}

.a-js-radioParentGray {
  background-color: #EFEFEF;
}

.a-input-postnumber {
  max-width: 100px;
}

.a-input-countryCode {
  max-width: 55px;
  padding-right: 0 !important;
  border-right-color: #BCC7CC !important;
  border-right-width: 1px;
}

.a-input-phonenumber {
  border-left: none !important;
}

.a-input-placecode {
  position: absolute;
  top: 36px;
  right: -45px;
}
.a-input-placecode::before {
  content: "Oslo";
}

.a-js-place {
  display: inline;
}

.a-switch {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-right: 6px;
  margin-bottom: 12px;
  cursor: pointer;
}
.a-switch input[type=checkbox] + label.focused, .a-switch .a-form-group input[type=checkbox] + .focused.a-form-label-inline, .a-form-group .a-switch input[type=checkbox] + .focused.a-form-label-inline,
.a-switch .form-group input[type=checkbox] + .focused.a-form-label-inline,
.form-group .a-switch input[type=checkbox] + .focused.a-form-label-inline, .a-switch input[type=radio] + label.focused, .a-switch .a-form-group input[type=radio] + .focused.a-form-label-inline, .a-form-group .a-switch input[type=radio] + .focused.a-form-label-inline,
.a-switch .form-group input[type=radio] + .focused.a-form-label-inline,
.form-group .a-switch input[type=radio] + .focused.a-form-label-inline {
  box-shadow: none;
}
.a-switch input[type=checkbox] + label.disabled, .a-switch .a-form-group input[type=checkbox] + .disabled.a-form-label-inline, .a-form-group .a-switch input[type=checkbox] + .disabled.a-form-label-inline,
.a-switch .form-group input[type=checkbox] + .disabled.a-form-label-inline,
.form-group .a-switch input[type=checkbox] + .disabled.a-form-label-inline, .a-switch input[type=radio] + label.disabled, .a-switch .a-form-group input[type=radio] + .disabled.a-form-label-inline, .a-form-group .a-switch input[type=radio] + .disabled.a-form-label-inline,
.a-switch .form-group input[type=radio] + .disabled.a-form-label-inline,
.form-group .a-switch input[type=radio] + .disabled.a-form-label-inline {
  cursor: not-allowed;
}
.a-switch input[type=checkbox][data-toggle=popover], .a-switch input[type=radio][data-toggle=popover] {
  height: 40px;
  margin-left: 25px;
}
.a-switch input[type=checkbox]:not(:checked) + label, .a-switch .a-form-group input[type=checkbox]:not(:checked) + .a-form-label-inline, .a-form-group .a-switch input[type=checkbox]:not(:checked) + .a-form-label-inline,
.a-switch .form-group input[type=checkbox]:not(:checked) + .a-form-label-inline,
.form-group .a-switch input[type=checkbox]:not(:checked) + .a-form-label-inline, .a-switch input[type=radio]:not(:checked) + label, .a-switch .a-form-group input[type=radio]:not(:checked) + .a-form-label-inline, .a-form-group .a-switch input[type=radio]:not(:checked) + .a-form-label-inline,
.a-switch .form-group input[type=radio]:not(:checked) + .a-form-label-inline,
.form-group .a-switch input[type=radio]:not(:checked) + .a-form-label-inline {
  border: 2px dotted #008FD6;
  border-radius: 36px;
  transition: border 0.2s, background-color 0.2s;
  font-family: DIN-medium;
}
.a-switch input[type=checkbox]:not(:checked) + label.disabled, .a-switch .a-form-group input[type=checkbox]:not(:checked) + .disabled.a-form-label-inline, .a-form-group .a-switch input[type=checkbox]:not(:checked) + .disabled.a-form-label-inline,
.a-switch .form-group input[type=checkbox]:not(:checked) + .disabled.a-form-label-inline,
.form-group .a-switch input[type=checkbox]:not(:checked) + .disabled.a-form-label-inline, .a-switch input[type=radio]:not(:checked) + label.disabled, .a-switch .a-form-group input[type=radio]:not(:checked) + .disabled.a-form-label-inline, .a-form-group .a-switch input[type=radio]:not(:checked) + .disabled.a-form-label-inline,
.a-switch .form-group input[type=radio]:not(:checked) + .disabled.a-form-label-inline,
.form-group .a-switch input[type=radio]:not(:checked) + .disabled.a-form-label-inline {
  padding: 8px 18px;
  background-color: #FFFFFF;
  background-image: url("../images/disabled-background.svg");
  border: none;
}
.a-switch input[type=checkbox]:not(:checked) + label.a-toggle-icon i, .a-switch .a-form-group input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i, .a-form-group .a-switch input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i,
.a-switch .form-group input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i,
.form-group .a-switch input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i, .a-switch input[type=radio]:not(:checked) + label.a-toggle-icon i, .a-switch .a-form-group input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i, .a-form-group .a-switch input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i,
.a-switch .form-group input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i,
.form-group .a-switch input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i {
  color: #008FD6;
}
.a-switch input[type=checkbox]:not(:checked) + label.a-toggle-icon i:nth-of-type(1), .a-switch .a-form-group input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(1), .a-form-group .a-switch input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(1),
.a-switch .form-group input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(1),
.form-group .a-switch input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(1), .a-switch input[type=radio]:not(:checked) + label.a-toggle-icon i:nth-of-type(1), .a-switch .a-form-group input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(1), .a-form-group .a-switch input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(1),
.a-switch .form-group input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(1),
.form-group .a-switch input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(1) {
  display: inline-block;
}
.a-switch input[type=checkbox]:not(:checked) + label.a-toggle-icon i:nth-of-type(2), .a-switch .a-form-group input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(2), .a-form-group .a-switch input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(2),
.a-switch .form-group input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(2),
.form-group .a-switch input[type=checkbox]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(2), .a-switch input[type=radio]:not(:checked) + label.a-toggle-icon i:nth-of-type(2), .a-switch .a-form-group input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(2), .a-form-group .a-switch input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(2),
.a-switch .form-group input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(2),
.form-group .a-switch input[type=radio]:not(:checked) + .a-toggle-icon.a-form-label-inline i:nth-of-type(2) {
  display: none;
}
.a-switch input[type=checkbox]:checked + label, .a-switch .a-form-group input[type=checkbox]:checked + .a-form-label-inline, .a-form-group .a-switch input[type=checkbox]:checked + .a-form-label-inline,
.a-switch .form-group input[type=checkbox]:checked + .a-form-label-inline,
.form-group .a-switch input[type=checkbox]:checked + .a-form-label-inline, .a-switch input[type=radio]:checked + label, .a-switch .a-form-group input[type=radio]:checked + .a-form-label-inline, .a-form-group .a-switch input[type=radio]:checked + .a-form-label-inline,
.a-switch .form-group input[type=radio]:checked + .a-form-label-inline,
.form-group .a-switch input[type=radio]:checked + .a-form-label-inline {
  background-color: #D4E8F7 !important;
  border: 2px solid #008FD6;
  border-radius: 36px;
  transition: border 0.2s, background-color 0.2s;
  font-family: DIN-medium;
}
.a-switch input[type=checkbox]:checked + label.a-toggle-icon i, .a-switch .a-form-group input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i, .a-form-group .a-switch input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i,
.a-switch .form-group input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i,
.form-group .a-switch input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i, .a-switch input[type=radio]:checked + label.a-toggle-icon i, .a-switch .a-form-group input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i, .a-form-group .a-switch input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i,
.a-switch .form-group input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i,
.form-group .a-switch input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i {
  color: #008FD6;
}
.a-switch input[type=checkbox]:checked + label.a-toggle-icon i:nth-of-type(1), .a-switch .a-form-group input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(1), .a-form-group .a-switch input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(1),
.a-switch .form-group input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(1),
.form-group .a-switch input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(1), .a-switch input[type=radio]:checked + label.a-toggle-icon i:nth-of-type(1), .a-switch .a-form-group input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(1), .a-form-group .a-switch input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(1),
.a-switch .form-group input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(1),
.form-group .a-switch input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(1) {
  display: none;
}
.a-switch input[type=checkbox]:checked + label.a-toggle-icon i:nth-of-type(2), .a-switch .a-form-group input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(2), .a-form-group .a-switch input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(2),
.a-switch .form-group input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(2),
.form-group .a-switch input[type=checkbox]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(2), .a-switch input[type=radio]:checked + label.a-toggle-icon i:nth-of-type(2), .a-switch .a-form-group input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(2), .a-form-group .a-switch input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(2),
.a-switch .form-group input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(2),
.form-group .a-switch input[type=radio]:checked + .a-toggle-icon.a-form-label-inline i:nth-of-type(2) {
  display: inline-block;
}
.a-switch input[type=checkbox]:checked + label.disabled, .a-switch .a-form-group input[type=checkbox]:checked + .disabled.a-form-label-inline, .a-form-group .a-switch input[type=checkbox]:checked + .disabled.a-form-label-inline,
.a-switch .form-group input[type=checkbox]:checked + .disabled.a-form-label-inline,
.form-group .a-switch input[type=checkbox]:checked + .disabled.a-form-label-inline, .a-switch input[type=radio]:checked + label.disabled, .a-switch .a-form-group input[type=radio]:checked + .disabled.a-form-label-inline, .a-form-group .a-switch input[type=radio]:checked + .disabled.a-form-label-inline,
.a-switch .form-group input[type=radio]:checked + .disabled.a-form-label-inline,
.form-group .a-switch input[type=radio]:checked + .disabled.a-form-label-inline {
  background-color: transparent;
  border: 2px solid #000000;
}
.a-switch input[type=checkbox]:checked:focus + label, .a-switch .a-form-group input[type=checkbox]:checked:focus + .a-form-label-inline, .a-form-group .a-switch input[type=checkbox]:checked:focus + .a-form-label-inline,
.a-switch .form-group input[type=checkbox]:checked:focus + .a-form-label-inline,
.form-group .a-switch input[type=checkbox]:checked:focus + .a-form-label-inline, .a-switch input[type=radio]:checked:focus + label, .a-switch .a-form-group input[type=radio]:checked:focus + .a-form-label-inline, .a-form-group .a-switch input[type=radio]:checked:focus + .a-form-label-inline,
.a-switch .form-group input[type=radio]:checked:focus + .a-form-label-inline,
.form-group .a-switch input[type=radio]:checked:focus + .a-form-label-inline {
  background: rgba(207, 240, 255, 0.9);
}
.a-switch input[type=checkbox]:focus + label, .a-switch .a-form-group input[type=checkbox]:focus + .a-form-label-inline, .a-form-group .a-switch input[type=checkbox]:focus + .a-form-label-inline,
.a-switch .form-group input[type=checkbox]:focus + .a-form-label-inline,
.form-group .a-switch input[type=checkbox]:focus + .a-form-label-inline, .a-switch input[type=checkbox]:active + label, .a-switch .a-form-group input[type=checkbox]:active + .a-form-label-inline, .a-form-group .a-switch input[type=checkbox]:active + .a-form-label-inline,
.a-switch .form-group input[type=checkbox]:active + .a-form-label-inline,
.form-group .a-switch input[type=checkbox]:active + .a-form-label-inline, .a-switch input[type=radio]:focus + label, .a-switch .a-form-group input[type=radio]:focus + .a-form-label-inline, .a-form-group .a-switch input[type=radio]:focus + .a-form-label-inline,
.a-switch .form-group input[type=radio]:focus + .a-form-label-inline,
.form-group .a-switch input[type=radio]:focus + .a-form-label-inline, .a-switch input[type=radio]:active + label, .a-switch .a-form-group input[type=radio]:active + .a-form-label-inline, .a-form-group .a-switch input[type=radio]:active + .a-form-label-inline,
.a-switch .form-group input[type=radio]:active + .a-form-label-inline,
.form-group .a-switch input[type=radio]:active + .a-form-label-inline {
  border-style: solid;
}
.a-switch .a-switch-label {
  font-family: "DIN-reg";
  font-weight: normal;
  max-width: 100%;
  min-height: 36px;
  padding: 5px 12px 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
.a-switch .a-switch-label.a-inactive {
  cursor: default;
}
.a-switch.a-switch-limitedWidth {
  max-width: calc(100% - 30px);
}
.a-switch.a-switch--small .a-switch-label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  min-height: 24px;
  padding: 2px 12px 0 12px;
}
.a-switch.a-switch--small .a-switch-label::before {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
  min-height: 36px;
  cursor: pointer;
  content: "";
}

.a-form-text {
  padding: 7px 50px 5px 6px;
}

.a-dropdown-toggle {
  width: 100%;
  min-height: 36px;
  padding: 0;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 2px solid #008FD6;
  border-radius: 0;
}
.a-dropdown-toggle:hover {
  color: #000000;
  border-color: #0062BA;
}
.a-dropdown-toggle:focus {
  border-color: #0062BA;
}
.a-dropdown-toggle::after {
  position: absolute;
  top: 16px;
  right: 12px;
}
.a-dropdown-toggle::before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 48px;
  content: "";
}

.dropdown i {
  margin-left: 6px;
}
.dropdown.a-transparent .a-dropdown-toggle {
  background-color: transparent;
}

.show.a-transparent .a-dropdown-toggle {
  background-color: #FFFFFF;
}

.a-dropdown-menu {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 100%;
  max-height: 300px;
  padding: 0 24px 0 24px;
  margin-top: -2px;
  margin-bottom: -2px;
  overflow-y: auto;
  border: 2px solid #0062BA;
  border-radius: 0;
}

.a-dropdown-menu-direction-down {
  transform: translate3d(0, 36px, 0) !important;
}

.a-dropdown-item {
  position: relative;
  min-height: 36px;
  padding: 6px 0 0 0;
  white-space: normal;
  border-bottom: 2px dotted #008FD6;
}
.a-dropdown-item:hover, .a-dropdown-item:focus {
  background-color: #CFF0FF;
  border-bottom: 2px dotted #0062BA;
  box-shadow: none !important;
}
.a-dropdown-item:last-child {
  border-bottom: none;
}

.a-dropdown-item-active {
  background-color: #EFEFEF;
  border-bottom: 2px dotted #0062BA;
  box-shadow: none !important;
}
.a-dropdown-item-active:hover {
  background-color: #EFEFEF;
}

.a-custom-select {
  height: 36px;
  padding: 0 36px 0 12px;
  color: #000000;
  cursor: pointer;
  background: #FFFFFF url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjhweCIgaGVpZ2h0PSI0cHgiIHZpZXdCb3g9IjAgMCA4IDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQwLjIgKDMzODI2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5UcmlhbmdsZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwb2x5Z29uIGlkPSJUcmlhbmdsZSIgZmlsbD0iIzAwMDAwMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wMDAwMDAsIDIuMDAwMDAwKSBzY2FsZSgxLCAtMSkgdHJhbnNsYXRlKC00LjAwMDAwMCwgLTIuMDAwMDAwKSAiIHBvaW50cz0iNCAwIDggNCAwIDQiPjwvcG9seWdvbj4KICAgIDwvZz4KPC9zdmc+") no-repeat right 0.75rem center;
  border: 2px solid #008FD6;
  border-radius: 0;
}
.a-custom-select:hover {
  background-color: #FFFFFF;
  border: 2px solid #0062BA;
}
.a-custom-select:focus {
  border: 2px solid #0062BA;
  box-shadow: none !important;
}

.a-custom-fileupload.a-custom-fileupload--focused {
  background: #CFF0FF;
}

.custom-control-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: none;
  opacity: 0.1;
}

html {
  width: 1px;
  min-width: 100%;
  font-size: 62.5% !important;
}

body {
  font-family: "DIN-reg";
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #000000;
  letter-spacing: normal;
  background-color: #EFEFEF;
}

::-moz-selection {
  color: #000000;
  background: #E0DAF7;
}

::selection,
.a-searchSelected {
  color: #000000;
  background: #E0DAF7;
}

/* Flexible Media */
img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
}

.a-dimBackground {
  background: rgba(0, 0, 0, 0.3);
}

.a-mt-filter {
  margin-top: 36px;
}
@media (min-width: 992px) {
  .a-mt-filter {
    margin-top: 151px;
  }
}

.a-disabled, .a-btn-wide.a-disabled, .a-btn.a-disabled {
  color: #000000;
  cursor: not-allowed;
  background-color: #FFFFFF;
  background-image: url("../images/disabled-background.svg");
  background-repeat: repeat;
  background-size: auto;
  box-shadow: 0 0 0 1px #FFFFFF inset;
}
.a-disabled.a-primary {
  color: #6A6A6A;
  cursor: not-allowed;
  background-color: #CFF0FF !important;
}
.a-disabled.a-danger, .a-disabled.a-deleted {
  color: #6A6A6A;
  cursor: not-allowed;
  background-color: #F9CAD3 !important;
}
.a-disabled.a-success, .a-disabled.a-completed {
  color: #6A6A6A;
  cursor: not-allowed;
  background-color: #D4F9E4 !important;
}

.a-bgPanel {
  padding: 24px;
  margin-bottom: 12px;
  background-color: #FFFFFF;
  border-radius: 0;
  box-shadow: 1px 1px 4px 0 rgba(137, 137, 137, 0.5);
}
.a-bgPanel.a-bgPanel-grey {
  background-color: #EFEFEF;
}
.a-bgPanel.a-bgPanel-blueLight {
  background-color: #CFF0FF;
}

.a-placeholderBackground {
  background-image: url("../images//brick_pattern.svg");
  background-repeat: repeat;
  background-size: 13%;
  background-blend-mode: multiply;
}

/* Shadow */
.a-shadow {
  box-shadow: 1px 1px 4px 0 rgba(137, 137, 137, 0.5);
}

.a-dropdownTriangle {
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.4);
}
.a-dropdownTriangle::after {
  position: absolute;
  top: 1px;
  bottom: 100%;
  left: 50%;
  box-sizing: border-box;
  width: 0;
  height: 0;
  margin-left: 130px;
  content: "";
  border: 8px solid #000000;
  border-color: transparent transparent #FFFFFF #FFFFFF;
  box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  transform: rotate(135deg);
  transform-origin: 0 0;
}
@media (max-width: 991.98px) {
  .a-dropdownTriangle::after {
    left: 5%;
  }
}
@media (max-width: 767.98px) {
  .a-dropdownTriangle::after {
    left: -15%;
  }
}
.a-dropdownTriangle[x-placement=top-start]::after {
  top: calc(100% - 1px);
  left: 40%;
  transform: rotate(-45deg);
}
.a-dropdownTriangle[x-placement=top-end]::after {
  top: calc(100% - 1px);
  left: 40%;
  transform: rotate(-45deg);
}
@media (max-width: 991.98px) {
  .a-dropdownTriangle[x-placement=top-end]::after {
    left: -2%;
  }
}
@media (max-width: 767.98px) {
  .a-dropdownTriangle[x-placement=top-end]::after {
    left: -23%;
  }
}

/* Shadow arrow */
.a-triangleShadow::after {
  position: absolute;
  top: 1px;
  bottom: 100%;
  left: 50%;
  box-sizing: border-box;
  width: 0;
  height: 0;
  margin-left: 130px;
  content: "";
  border: 8px solid #000000;
  border-color: transparent transparent #FFFFFF #FFFFFF;
  box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  transform: rotate(135deg);
  transform-origin: 0 0;
}

/* Anchor links */
.anchorjs-link {
  position: relative !important;
  display: inline-block;
  width: 1em;
  line-height: 10px !important;
  border-bottom: none !important;
}

/* Horizontal Rule */
hr {
  height: 2px;
  margin: 40px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #BCC7CC;
}
hr.a-hr-smallPadding {
  margin: 24px 0;
}
hr.a-hrLight {
  border-bottom: 1px solid #EFEFEF;
}
hr.a-hrSolidThick {
  margin: 0 0 12px 0;
  border-bottom: 4px solid #008FD6;
}
hr.a-hrSolidLight {
  margin: 6px 0 0 0;
  border-bottom: 2px solid #008FD6;
}

.a-dotted {
  background-image: linear-gradient(to right, #008FD6 50%, transparent 0%);
  background-repeat: repeat-x;
  background-position: 25px bottom;
  background-size: 4px 2px;
  /* Horizontal Rule - Dotted AND disabled */
}
.a-dotted.a-disabled {
  color: #000000;
  cursor: not-allowed;
  background-color: #FFFFFF;
  background-image: url("../images/disabled-background.svg"), linear-gradient(to right, #008FD6 50%, #FFFFFF 0%);
  background-repeat: repeat;
  background-size: auto;
  box-shadow: none;
  background-repeat: repeat, repeat-x;
  background-position: 25px bottom;
  background-size: auto, 4px 2px;
  background-blend-mode: darken;
}
.a-dotted.a-disabled.a-primary {
  color: #6A6A6A;
  background-color: #CFF0FF;
}
.a-dotted.a-disabled.a-success {
  color: #6A6A6A;
  background-color: #D4F9E4;
}
.a-dotted.a-disabled.a-danger {
  color: #6A6A6A;
  background-color: #F9CAD3;
}
.a-dotted.a-info {
  background-color: #FBF6BD;
}
.popover-big .a-dotted {
  color: #000000;
  background-image: linear-gradient(to right, #000000 50%, transparent 0%);
}

.a-dotted-line {
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #008FD6 50%, transparent 0%);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 4px 2px;
}

.a-dotted-line-top {
  background-image: linear-gradient(to right, #008FD6 50%, transparent 0%);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 4px 2px;
}

.a-borderSolid {
  border: 1px solid #EFEFEF;
}

.a-borderSolidDark {
  border: 1px solid #BCC7CC;
}

.a-borderTop {
  border-top: 1px solid #EFEFEF;
}

.a-borderBottom {
  border-bottom: 1px solid #EFEFEF;
}

.a-borderTopDark {
  border-top: 1px solid #BCC7CC;
}

.a-borderBottomDark {
  border-bottom: 1px solid #BCC7CC;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 5px;
  padding-left: 10px;
  margin: 0;
  overflow: visible;
  clip: auto;
  text-decoration: underline;
  background-color: #FFFFFF;
  border-bottom: none;
}

.a-fullWidthXs {
  width: 100%;
}

.a-displayBlock {
  display: block;
}

.a-height-3x {
  height: 36px;
  line-height: 36px;
}

.a-border-bottom {
  border-bottom: 2px solid #EFEFEF;
}
@media (max-width: 767.98px) {
  .a-border-bottom.a-no-border-small {
    border-bottom: none;
  }
}

.a-noPointer {
  pointer-events: none;
  cursor: default;
}

.a-clickable.a-focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor), .a-clickable:hover:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor), .a-clickable:active:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor), .a-clickable:focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor),
.a-selectable.a-focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor),
.a-selectable:hover:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor),
.a-selectable:active:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor),
.a-selectable:focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor) {
  cursor: pointer;
}
.a-clickable.a-focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-primary, .a-clickable:hover:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-primary, .a-clickable:active:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-primary, .a-clickable:focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-primary,
.a-selectable.a-focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-primary,
.a-selectable:hover:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-primary,
.a-selectable:active:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-primary,
.a-selectable:focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-primary {
  background-color: #CFF0FF;
}
.a-clickable.a-focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-success, .a-clickable:hover:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-success, .a-clickable:active:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-success, .a-clickable:focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-success,
.a-selectable.a-focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-success,
.a-selectable:hover:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-success,
.a-selectable:active:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-success,
.a-selectable:focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-success {
  background-color: #CFF0FF;
}
.a-clickable.a-focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-danger, .a-clickable:hover:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-danger, .a-clickable:active:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-danger, .a-clickable:focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-danger,
.a-selectable.a-focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-danger,
.a-selectable:hover:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-danger,
.a-selectable:active:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-danger,
.a-selectable:focus:not(.a-expanded):not(.a-deleted):not(.a-completed):not(.a-defaultCursor).a-danger {
  background-color: #F9CAD3;
}

.a-jumbotron-dark .a-clickable:hover:not(.a-expanded):not(.a-deleted):not(.a-completed), .a-jumbotron-dark .a-clickable:active:not(.a-expanded):not(.a-deleted):not(.a-completed), .a-jumbotron-dark .a-clickable:focus:not(.a-expanded):not(.a-deleted):not(.a-completed),
.a-jumbotron-dark .a-selectable:hover:not(.a-expanded):not(.a-deleted):not(.a-completed),
.a-jumbotron-dark .a-selectable:active:not(.a-expanded):not(.a-deleted):not(.a-completed),
.a-jumbotron-dark .a-selectable:focus:not(.a-expanded):not(.a-deleted):not(.a-completed) {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.a-deleted .row.a-selectableExpanded:hover, .a-deleted .row.a-selectableExpanded:active, .a-deleted .row.a-selectableExpanded:focus,
.a-completed .row.a-selectableExpanded:hover,
.a-completed .row.a-selectableExpanded:active,
.a-completed .row.a-selectableExpanded:focus {
  cursor: default;
  background-color: transparent;
}

.row.a-selectableExpanded:hover, .row.a-selectableExpanded:active, .row.a-selectableExpanded:focus {
  cursor: pointer;
  background-color: #CFF0FF;
}

.arrow-tr {
  position: relative;
  z-index: 9999;
  background: none;
}
.arrow-tr::before {
  position: absolute;
  top: -72px;
  right: 6px;
  bottom: 100%;
  width: 0;
  height: 0;
  margin-left: -18px;
  pointer-events: none;
  content: " ";
  border: solid transparent;
  border-width: 18px;
  border-bottom-color: #EFEFEF;
}

.a-hiddenRow {
  display: none;
}

.a-disabledIcon {
  color: #BCC7CC;
}

.a-iconStrikeThrough {
  padding-left: 3px;
  overflow-wrap: normal;
}
.a-iconStrikeThrough::after {
  position: relative;
  left: -14px;
  color: #000000;
  content: "\\";
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .a-iconStrikeThrough::after {
    position: static;
  }
}
.a-iconStrikeThrough.a-disabledIcon {
  color: #BCC7CC;
}
.a-iconStrikeThrough.a-redIcon {
  color: #E23B53;
}

.ai-sm.a-iconStrikeThrough::after {
  position: relative;
}

.a-selectable.a-selected.a-success {
  background-color: #D4F9E4;
}
.a-selectable.a-selected .a-hiddenWhenSelected {
  display: none;
}
@media (min-width: 576px) {
  .a-selectable.a-selected .a-hiddenWhenSelected {
    display: none !important;
  }
}
.a-selectable.a-selected .a-visibleWhenSelected {
  display: inline-block;
}
@media (min-width: 576px) {
  .a-selectable.a-selected .a-visibleWhenSelected {
    display: inline-block !important;
  }
}
.a-selectable.a-selected .a-visibleWhenSelected.a-displayInlineBlock {
  display: inline-block !important;
}
.a-selectable .a-visibleWhenSelected {
  display: none;
}
@media (min-width: 576px) {
  .a-selectable .a-visibleWhenSelected {
    display: none !important;
  }
}
.a-selectable .a-visibleWhenSelected.a-displayInlineBlock {
  display: inline-block !important;
}
.a-selectable.a-completed {
  background-color: #D4F9E4;
}
.a-selectable.a-completed:hover {
  cursor: default;
}
.a-selectable.a-completed .a-hiddenWhenCompleted {
  display: none;
}
.a-selectable.a-completed .a-visibleWhenCompleted {
  display: inline-block;
}
@media (min-width: 576px) {
  .a-selectable.a-completed .a-visibleWhenCompleted {
    display: inline-block !important;
  }
}
.a-selectable.a-completed .a-visibleWhenCompleted.a-displayInlineBlock {
  display: inline-block !important;
}
.a-selectable.a-deleted {
  background-color: #F9CAD3;
}
.a-selectable.a-deleted:hover {
  cursor: default;
}
.a-selectable.a-deleted .a-hiddenWhenDeleted {
  display: none !important;
}
.a-selectable.a-deleted .a-visibleWhenDeleted {
  display: inline-block;
}
@media (min-width: 576px) {
  .a-selectable.a-deleted .a-visibleWhenDeleted {
    display: inline-block !important;
  }
}
.a-selectable.a-deleted .a-visibleWhenDeleted.a-displayInlineBlock {
  display: inline-block !important;
}
.a-selectable.a-expanded {
  background-color: #FFFFFF;
}
.a-selectable.a-disabled:hover {
  cursor: not-allowed !important;
}
.a-selectable.a-disabled .a-hiddenWhenDisabled {
  display: none;
}
.a-selectable.a-disabled .a-visibleWhenDisabled {
  display: inline-block;
}
@media (min-width: 576px) {
  .a-selectable.a-disabled .a-visibleWhenDisabled {
    display: inline-block !important;
  }
}
.a-selectable.a-disabled .a-visibleWhenDisabled.a-displayInlineBlock {
  display: inline-block !important;
}
.a-selectable:not(.a-selected):not(.a-expanded):not(.a-completed):not(.a-deleted) .a-visibleWhenInitial {
  display: inline-block !important;
}
.a-selectable .a-visibleWhenCompleted,
.a-selectable .a-visibleWhenDeleted,
.a-selectable .a-visibleWhenInitial,
.a-selectable .a-visibleWhenDisabled {
  display: none !important;
}

.a-lineThrough {
  text-decoration: line-through;
}

.a-expanded .a-hiddenWhenExpanded {
  display: none;
}

.a-visibleWhenExpanded {
  display: none;
}
.a-expanded .a-visibleWhenExpanded {
  display: inline-block;
}

.a-noUnderline, .a-btn-blue-noUnderline, .a-fullWidthLink.a-fullWidthLink--underline {
  padding-bottom: 0;
  border: none;
}
.a-noUnderline:hover, .a-btn-blue-noUnderline:hover, .a-fullWidthLink.a-fullWidthLink--underline:hover, .a-noUnderline:focus, .a-btn-blue-noUnderline:focus, .a-fullWidthLink.a-fullWidthLink--underline:focus {
  border: none;
}

/*------------------------------------*\
    $Full width and height elements in modal
\*------------------------------------*/
.a-full-width {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .a-full-width {
    margin-right: -84px;
    margin-left: -84px;
  }
}
@media (min-width: 992px) {
  .a-full-width {
    margin-right: -96px;
    margin-left: -96px;
  }
}

.a-full-height {
  margin-bottom: -36px;
}
@media (min-width: 768px) {
  .a-full-height {
    margin-bottom: -48px;
  }
}

.a-maxThreeLines2 p {
  display: -webkit-box;
  flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.a-p-static {
  position: static !important;
}

.a-p-relative {
  position: relative;
}

.a-overflow-auto {
  overflow: auto;
}

.a-overflow-hidden {
  overflow: hidden;
}

.a-js-bodyClassPersist {
  display: none;
}

.container:focus,
.row:focus {
  box-shadow: none !important;
}

.a-js-hidden {
  display: none;
}

.a-js-forceHidden {
  display: none !important;
}

.a-js-forceFlexColumn {
  flex-direction: column;
}

.dropdown-menu.a-dropdown-personswitchList, .dropdown-menu.an-dropdown-navigationMenu, .dropdown-menu.a-dropdown-overflow-menu {
  display: none;
}
.dropdown-menu.a-dropdown-overflow-menu-right {
  display: none;
}

.a-js-none {
  display: none;
}

.a-js-genericSearch .a-card-filter,
.a-js-genericSearch .a-js-results,
.a-js-genericSearch .a-js-alternativeResults,
.a-js-genericSearch .a-js-noResults {
  display: none;
}

.a-js-adjustedError {
  margin-bottom: 12px;
}

.a-js-modal-dirtyCancelBtn,
.a-js-modal-dirtyCloseBtn,
.a-js-modal-dirtyBackBtn {
  pointer-events: auto;
}

a,
.a-btn-link {
  position: relative;
  padding-bottom: 2px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid #008FD6;
}
a:active, a:focus, a:hover,
.a-btn-link:active,
.a-btn-link:focus,
.a-btn-link:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid #0062BA;
}
a:active.a-linkDanger, a:focus.a-linkDanger, a:hover.a-linkDanger,
.a-btn-link:active.a-linkDanger,
.a-btn-link:focus.a-linkDanger,
.a-btn-link:hover.a-linkDanger {
  border-bottom: 2px solid #b61b31;
}
a.a-notActive,
.a-btn-link.a-notActive {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
a.a-linkDanger,
.a-btn-link.a-linkDanger {
  border-color: #E23B53;
}
a.no-decoration,
.a-btn-link.no-decoration {
  padding-bottom: 0;
  color: #000000;
  text-decoration: none;
  border: none;
}
a.no-decoration:hover, a.no-decoration:focus,
.a-btn-link.no-decoration:hover,
.a-btn-link.no-decoration:focus {
  text-decoration: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  a.a-link-modalTop,
.a-btn-link.a-link-modalTop {
    margin-right: -36px;
  }
}
a.a-link-title,
.a-btn-link.a-link-title {
  font-family: "DIN-bold";
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  display: inline;
  padding-bottom: 0;
  margin-right: 6px;
}
a.a-link-title + p,
.a-btn-link.a-link-title + p {
  margin-top: 12px;
}
.a-h3 a, .a-card .a-h3 a a,
.a-h3 .a-btn-link,
.a-card .a-h3 a .a-btn-link {
  padding-bottom: 2px;
}
a > i,
.a-btn-link > i {
  position: relative;
}

.a-linkArea {
  position: relative;
  z-index: 1;
}
.a-linkArea::before {
  position: absolute;
  top: -11px;
  left: -12px;
  z-index: -1;
  width: calc(100% + 24px);
  min-height: 48px;
  cursor: pointer;
  content: "";
}

.a-linkFeatured {
  font-family: "DIN-bold";
  font-weight: normal;
  color: #022F51;
  border: none;
}
.a-linkFeatured:active, .a-linkFeatured:focus, .a-linkFeatured:hover {
  color: #022F51;
  border-color: #022F51;
}
.a-linkFeatured i {
  margin-top: -5px;
}
.a-linkFeatured.a-linkFeatured--border {
  padding: 7px 12px 5px 12px;
  border: 1px solid #EFEFEF;
}
.a-linkFeatured.a-linkFeatured--border:hover {
  border: 1px solid #022F51;
}
.a-linkFeatured--large {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}

.a-helpIconButton {
  color: #6A6A6A;
  border: none;
}
.a-helpIconButton .ai-stack i {
  margin-top: -2px;
}
.a-helpIconButton .ai-stack i.ai {
  font-size: 1em;
  line-height: 1em;
}
.a-helpIconButton .ai-stack i.ai:first-of-type {
  color: #6A6A6A;
}
.a-helpIconButton:hover {
  color: #BCC7CC;
  text-decoration: none;
  border-bottom: none;
}
.a-helpIconButton:focus {
  color: #BCC7CC;
  border-bottom: none;
  outline: none;
}
.a-helpIconButton i {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}
.a-helpIconButton.a-helpIconButton--blue {
  color: #008FD6;
}
.a-helpIconButton.a-helpIconButton--blue:focus {
  color: #022F51;
}
.a-helpIconButton.a-helpIconButton--blue:active {
  color: #008FD6;
}

h1 + .a-helpIconButton {
  top: -4px;
  left: 4px;
}

.a-linkIcon {
  font-family: "DIN-reg";
  font-weight: normal;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 18px;
  color: #022F51;
  border-bottom: none;
}
.a-linkIcon i {
  margin-top: -3px;
  vertical-align: middle;
}
.a-linkIcon span.a-link--underline {
  border-bottom: 2px solid #008FD6;
}
.a-linkIcon span.a-link--underline:hover {
  border-bottom: 2px solid #0062BA;
}
.a-linkIcon:focus, .a-linkIcon:active, .a-linkIcon:hover {
  border: none;
}
.a-linkIcon + .a-linkIcon {
  padding-left: 12px;
}

@media (min-width: 768px) {
  .a-hvr-underline:hover {
    border-bottom: 3px solid #0062BA;
  }
}

.a-fullWidthLink {
  position: absolute;
  right: 0;
  left: 0;
  min-height: 36px;
}
.a-fullWidthLink.a-fullWidthLink--underline span {
  padding-bottom: 2px;
  border-bottom: 2px solid #008FD6;
}
.a-fullWidthLink.a-fullWidthLink--underline span:hover {
  border-bottom: 2px solid #0062BA;
}

table {
  font-family: "DIN-reg";
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
table th {
  font-family: "DIN-medium";
  font-weight: normal;
}
table th,
table td {
  padding-right: 24px;
}

.a-table thead th {
  font-family: "DIN-reg";
  font-weight: normal;
  border-bottom: 2px solid #008FD6;
}
.a-table td,
.a-table th {
  padding: 6px 0 5px 0;
  border-top: none;
  border-bottom: 1px solid #BCC7CC;
}

.a-responsiveTable-container {
  margin: auto;
}

.a-responsiveTable {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 100%;
  margin-bottom: 36px;
}
.a-responsiveTable thead {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: none;
}
@media (min-width: 1200px) {
  .a-responsiveTable thead {
    position: relative;
    width: auto;
    height: auto;
    overflow: auto;
    clip: auto;
  }
}
.a-responsiveTable thead th {
  color: #000000;
  text-align: left;
  background-color: #EFEFEF;
  border-bottom: 1px solid #BCC7CC;
}
@media (min-width: 1200px) {
  .a-responsiveTable thead th {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
    padding: 9px 24px 6px 24px;
    text-transform: uppercase;
  }
}
.a-responsiveTable tbody,
.a-responsiveTable tr,
.a-responsiveTable th,
.a-responsiveTable td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 1200px) {
  .a-responsiveTable tr {
    display: table-row;
  }
}
.a-responsiveTable th,
.a-responsiveTable td {
  padding: 7px 24px 5px 24px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .a-responsiveTable th,
.a-responsiveTable td {
    display: table-cell;
  }
}
.a-responsiveTable caption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: left;
}
@media (min-width: 1200px) {
  .a-responsiveTable tbody {
    display: table-row-group;
  }
}
.a-responsiveTable tbody tr {
  margin-bottom: 36px;
}
@media (min-width: 1200px) {
  .a-responsiveTable tbody tr {
    display: table-row;
    margin-bottom: 0;
    border-bottom: 1px solid #BCC7CC;
  }
}
.a-responsiveTable tbody tr:last-of-type {
  margin-bottom: 0;
}
.a-responsiveTable tbody th[scope=row] {
  color: #000000;
  background-color: #F5F5F5;
  border-bottom: 1px solid #BCC7CC;
}
@media (min-width: 1200px) {
  .a-responsiveTable tbody th[scope=row] {
    text-align: left;
    background-color: #FFFFFF;
    border-bottom: none;
  }
}
.a-responsiveTable tbody td {
  text-align: right;
  background-color: #FFFFFF;
  border-bottom: 1px solid #BCC7CC;
}
@media (min-width: 1200px) {
  .a-responsiveTable tbody td {
    text-align: left;
  }
}
.a-responsiveTable tbody td[data-type=currency] {
  text-align: right;
}
.a-responsiveTable tbody td[data-title]::before {
  float: left;
  color: #000000;
  content: attr(data-title);
}
@media (min-width: 1200px) {
  .a-responsiveTable tbody td[data-title]::before {
    content: none;
  }
}

.a-table-calculation td,
.a-table-calculation th {
  font-family: "DIN-reg";
  font-weight: normal;
  padding: 2px 0 2px 0;
  border-bottom: none;
}
.a-table-calculation td {
  font-family: "DIN-medium";
  font-weight: normal;
  width: 20%;
  text-align: right;
  white-space: nowrap;
  vertical-align: bottom;
}
@media (min-width: 1200px) {
  .a-table-calculation td {
    width: auto;
  }
}
.a-table-calculation th {
  padding: 6px 24px 0 0;
}
.a-table-calculation tfoot {
  font-family: "DIN-medium";
  font-weight: normal;
  border-top: 3px solid #008FD6;
}
.a-table-calculation tfoot td,
.a-table-calculation tfoot th {
  padding-top: 12px;
}
.a-table-calculation tbody tr:last-child th,
.a-table-calculation tbody tr:last-child td {
  padding-bottom: 12px;
}

h1,
.a-h1 {
  margin-bottom: 12px;
}

h2,
.a-h2 {
  font-family: "DIN-medium";
  font-weight: normal;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  h2,
.a-h2 {
    font-family: "DIN-reg";
    font-weight: normal;
  }
}

h3,
.a-h3,
.a-card .a-h3 a {
  font-family: "DIN-bold";
  font-weight: normal;
  margin-bottom: 6px;
}

h4,
.a-h4 {
  font-family: "DIN-bold";
  font-weight: normal;
  margin-bottom: 6px;
}

.a-fontLight {
  font-family: "DIN-light";
  font-weight: normal;
}

.a-fontReg {
  font-family: "DIN-reg";
  font-weight: normal;
}

.a-fontMedium {
  font-family: "DIN-medium";
  font-weight: normal;
}

.a-fontBold,
b,
strong {
  font-family: "DIN-bold";
  font-weight: normal;
}

p {
  font-family: "DIN-reg";
  font-weight: normal;
  margin-bottom: 18px;
}
.a-leadText {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .a-leadText {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

.a-titleExtra {
  font-family: "DIN-light";
  font-weight: normal;
}

.a-dimText7 {
  color: rgba(0, 0, 0, 0.7);
}

.a-dimText3 {
  color: rgba(0, 0, 0, 0.3);
}

mark,
.a-mark {
  padding: 0;
  background-color: #FBF6BD;
}

.a-label {
  font-family: "DIN-reg";
  font-weight: normal;
  min-width: 24px;
  min-height: 24px;
  padding: 3px 9px 0 9px;
  margin-right: 6px;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  border-radius: 24px;
}
.a-label.badge-primary {
  background-color: #1EAEF7;
}
.a-label.badge-default {
  background: #BCC7CC;
}
.a-label.badge-light {
  background: #EFEFEF;
}
.a-label.a-label-alignTop {
  vertical-align: top;
}

h1 .a-label {
  margin-top: -8px;
}

.a-textureLines {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
  display: inline-block;
  height: 60px;
  padding: 6px 12px;
  color: #FFFFFF;
  background-color: transparent;
  background-image: url("../images/disabled-background_blue.svg");
}

.a-dot {
  font-family: "DIN-reg";
  font-weight: normal;
}
.a-dot::before {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
  display: inline-block;
  margin-right: 4px;
  text-decoration: none;
  vertical-align: bottom;
  content: "•";
}
.a-dot.a-dot-red::before {
  color: #E23B53;
}
.a-dot.a-dot-green::before {
  color: #17C96B;
}
.a-dot.a-dot-blue::before {
  color: #008FD6;
}

.a-flex-container-align-items-center {
  display: flex;
  align-items: center;
}
.a-flex-container-align-items-center .justify-content-center {
  justify-content: center;
}

.a-accessability-height {
  min-height: 48px !important;
}

.a-btn {
  font-family: "DIN-reg";
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding: 6px 24px 4px 24px;
  margin-bottom: 12px;
  color: #000000;
  cursor: pointer;
  background: #1EAEF7;
  border: none;
  border-radius: 0;
}
.a-btn:hover {
  color: #000000;
  text-decoration: none;
  background: #00a0f0;
  border: none;
}
.a-btn:focus {
  color: #000000;
  text-decoration: none;
  background: #00a0f0;
  border-bottom: none;
  outline: 2px solid #022F51;
}
.a-btn:active, .a-btn.active {
  color: #000000;
  background: #008FD6;
  background-image: none;
  outline: 0;
}
.a-btn.disabled, .a-btn:disabled {
  color: #000000;
  cursor: not-allowed;
  background-color: #EFEFEF;
  box-shadow: 0 0 0 1px #FFFFFF;
}
.a-btn::after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 48px;
  content: "";
}
.a-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-height: auto;
  content: "";
}
.a-btn.a-btn-border {
  font-family: "DIN-medium";
  font-weight: normal;
  padding: 8px 24px 4px 24px;
  color: #022F51;
  background: transparent;
  border: 2px solid #022F51;
}
.a-btn.a-btn-border:hover, .a-btn.a-btn-border:focus {
  color: #022F51;
  background: rgba(2, 47, 81, 0.1);
}
.a-btn.a-btn--full {
  width: 100%;
  margin-bottom: 0;
  line-height: 36px;
  text-align: center;
}
.a-btn-negative {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-medium";
  font-weight: normal;
  padding: 8px 24px 4px 24px;
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #008FD6;
}
@media (min-width: 992px) {
  .a-btn-negative {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-btn-negative:hover, .a-btn-negative:focus {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #CFF0FF;
}

.a-btn-lightBorder {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-medium";
  font-weight: normal;
  padding: 8px 24px 4px 24px;
  color: #000000;
  background: transparent;
  border: 2px solid #008FD6;
}
@media (min-width: 992px) {
  .a-btn-lightBorder {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-btn-lightBorder:hover, .a-btn-lightBorder:focus {
  color: #000000;
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid #008FD6;
}

.a-btn-wide {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-bold";
  font-weight: normal;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 24px 4px 24px;
  margin-bottom: 12px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  background: #008FD6;
  border: none;
  border-radius: 0;
}
@media (min-width: 576px) {
  .a-btn-wide {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
    width: auto;
  }
}
@media (min-width: 992px) {
  .a-btn-wide {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-btn-wide:hover {
  color: #000000;
  text-decoration: none;
  background: #00a0f0;
  border: none;
}
.a-btn-wide:focus {
  color: #000000;
  text-decoration: none;
  background: #00a0f0;
  border-bottom: none;
  outline: 0;
}
.a-btn-wide:active, .a-btn-wide.active {
  color: #000000;
  background: #008FD6;
  background-image: none;
  outline: 0;
}
.a-btn-wide.disabled, .a-btn-wide:disabled {
  color: #000000;
  cursor: not-allowed;
  background-color: #EFEFEF;
  box-shadow: 0 0 0 1px #FFFFFF;
}
.a-btn-wide::after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 48px;
  content: "";
}
.a-btn-wide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-height: auto;
  content: "";
}
.a-btn-wide.a-btn-border {
  padding: 8px 24px 4px 24px;
  color: #022F51;
  background: transparent;
  border: 2px solid #022F51;
}
.a-btn-wide.a-btn-border:hover, .a-btn-wide.a-btn-border:focus {
  color: #022F51;
  background: rgba(2, 47, 81, 0.1);
}

.a-btn-secondary {
  background-color: #FFFFFF;
}
.a-btn-secondary:hover {
  background: #EFEFEF;
}

.a-btn-success {
  color: #000000;
  background-color: #17C96B;
}
.a-btn-success:hover {
  background: rgba(23, 201, 107, 0.8);
  border: none;
}
.a-btn-success:active, .a-btn-success.active {
  background: #17C96B;
}
.a-btn-success:focus {
  background: rgba(23, 201, 107, 0.8);
}
.a-btn-success.disabled, .a-btn-success:disabled {
  color: #000000;
  cursor: not-allowed;
  background-color: #EFEFEF;
  box-shadow: 0 0 0 1px #FFFFFF;
}

.a-btn-danger {
  background-color: #E23B53;
}
.a-btn-danger:hover {
  background: #e55166;
  border: none;
}
.a-btn-danger:active, .a-btn-danger.active {
  background: #e55166;
}
.a-btn-danger:focus {
  background: #e55166;
}

.a-btn-icon {
  display: flex;
  width: 100%;
  min-height: 60px;
  text-align: left;
  background: transparent;
}
.a-btn-icon:hover, .a-btn-icon:focus {
  color: #008FD6;
  background: transparent;
}
.a-btn-icon i {
  align-self: center;
}
.a-btn-icon .a-btn-icon-text {
  text-align: left;
  align-self: center;
}
@media (min-width: 992px) {
  .a-btn-icon .a-btn-icon-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.a-btn-icon .a-btn-icon-symbol {
  width: 36px;
  height: 36px;
  padding: 0;
  color: #FFFFFF;
  background: #008FD6;
  border-radius: 50px;
  justify-content: center;
}
.a-btn-icon.a-btn-link {
  width: auto;
}

.a-btn-wordwrap {
  display: inline;
  white-space: initial;
}

.a-btn-icon-transparent {
  background: transparent;
}
.a-btn-icon-transparent:hover, .a-btn-icon-transparent:focus {
  color: #008FD6;
  background: transparent;
}
.a-btn-icon-transparent.a-delete {
  color: #E23B53;
}
.a-btn-icon-transparent.a-delete:focus {
  border: 1px solid #008FD6;
}

.a-btn-transparentWhite {
  padding: 12px;
  background: rgba(255, 255, 255, 0.5);
}
.a-btn-transparentWhite:hover, .a-btn-transparentWhite:focus {
  color: #000000;
  background: #FFFFFF;
}
.a-btn-transparentWhite .a-charIcon {
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  color: #008FD6;
  background: #FFFFFF;
  border-radius: 48px;
}
.a-btn-transparentWhite .a-charIcon span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 11px;
  margin-left: 1px;
  font-style: normal;
  line-height: 28px;
}
.a-btn-transparentWhite .a-charIcon:hover, .a-btn-transparentWhite .a-charIcon:focus {
  background: #008FD6;
}
.a-btn-transparentWhite .a-btn-icon-symbol {
  display: inline-flex;
  width: 40px;
  min-height: 40px;
  padding: 0;
  color: #008FD6;
  background: #FFFFFF;
  border-radius: 50px;
  justify-content: center;
  line-height: 46px;
}
.a-btn-transparentWhite .a-btn-icon-symbol::before {
  align-self: center;
}
.a-btn-transparentWhite .a-btn-icon-symbol.a-button-icon-symbol--secondary {
  background: rgba(255, 255, 255, 0);
  border: 2px dotted #008FD6;
}
@media (min-width: 768px) {
  .a-btn-transparentWhite .a-btn-icon-symbol {
    width: 48px;
    min-height: 48px;
    line-height: 54px;
  }
}
.a-btn-transparentWhite.a-active, .a-btn-transparentWhite:hover {
  background: #FFFFFF;
}
.a-btn-transparentWhite.a-active .a-btn-icon-symbol,
.a-btn-transparentWhite.a-active .a-charIcon, .a-btn-transparentWhite:hover .a-btn-icon-symbol,
.a-btn-transparentWhite:hover .a-charIcon {
  color: #FFFFFF;
  background: #008FD6;
}
.a-btn-transparentWhite .a-btn-icon-text {
  padding-left: 6px;
}

.a-btn-shadow {
  background: #E3F7FF;
  box-shadow: 1px 1px 4px 0 rgba(137, 137, 137, 0.5);
}
.a-shadow .a-btn-shadow {
  box-shadow: none;
}
.a-btn-shadow:hover, .a-btn-shadow:focus {
  color: #000000;
  background: #caf0ff;
}
.a-btn-shadow.a-bgGreyLight:focus, .a-btn-shadow.a-bgGreyLight:hover {
  background: #e2e2e2;
}
.a-btn-shadow .a-dot::before {
  margin-top: -7px;
}
.a-btn-shadow.a-btn-shadow-large {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 19px;
  padding-right: 12px;
  padding-bottom: 17px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .a-btn-shadow.a-btn-shadow-large {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.a-btn-shadow.a-btn-shadow-large .a-dot {
  position: absolute;
  left: 60px;
}
.a-btn-shadow.a-btn-shadow-large .a-btn-icon-text {
  padding-left: 0;
}
.a-btn-shadow.a-btn-shadow-large .a-btn-icon-text-second {
  display: block;
}
.a-btn-shadow.a-btn-shadow-large i {
  min-width: 36px;
}
.a-btn-shadow .a-label {
  margin-top: -1px;
  margin-left: 12px;
}
.a-btn-shadow.disabled {
  color: #6A6A6A;
  background: #E3F7FF;
}
.a-btn-shadow.disabled:hover, .a-btn-shadow.disabled:focus {
  color: #6A6A6A;
  background: #E3F7FF;
}

.a-offset-border-top {
  position: relative;
}
.a-offset-border-top::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  content: " ";
  border-top: 1px solid #BCC7CC;
}
@media (min-width: 768px) {
  .a-offset-border-top::before {
    right: 24px;
    left: 24px;
  }
}

.a-btn-link {
  font-family: "DIN-reg";
  font-weight: normal;
  padding: 0;
  text-align: left;
  background: none;
  border: none;
  box-shadow: none;
}
.a-btn-link:active, .a-btn-link:focus, .a-btn-link:hover {
  border: none;
}
.a-btn-link:active span, .a-btn-link:focus span, .a-btn-link:hover span {
  border-bottom: 2px solid #0062BA;
}
.a-btn-link:active.a-linkDanger, .a-btn-link:focus.a-linkDanger, .a-btn-link:hover.a-linkDanger {
  border: none;
}
.a-btn-link:active.a-linkDanger span, .a-btn-link:focus.a-linkDanger span, .a-btn-link:hover.a-linkDanger span {
  border-bottom: 2px solid #b61b31;
}
.a-btn-link:active.a-nounderline, .a-btn-link:focus.a-nounderline, .a-btn-link:hover.a-nounderline {
  color: #002c54;
  border: none;
}
.a-btn-link:active.a-nounderline span, .a-btn-link:focus.a-nounderline span, .a-btn-link:hover.a-nounderline span {
  font-family: "DIN-bold";
  font-weight: normal;
  border-bottom: none;
}
.a-btn-link span {
  padding-bottom: 2px;
  border-bottom: 2px solid #008FD6;
}
.a-btn-link span.a-btn-black-noUnderline {
  font-family: "DIN-bold";
  font-weight: normal;
  padding: 0;
  border: none;
}
.a-btn-link.a-nounderline {
  color: #0062BA;
  border: none;
}
.a-btn-link.a-nounderline span {
  font-family: "DIN-bold";
  font-weight: normal;
  border-bottom: none;
}
.a-btn-link.a-linkDanger span {
  border-bottom: 2px solid #E23B53;
}
.a-btn-link.a-accessability-button {
  min-width: 48px !important;
  min-height: 48px !important;
  text-align: center;
  vertical-align: middle;
}

.a-btn-action {
  padding: 6px 24px 4px 12px;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  background-color: transparent;
  border: 2px dotted #008FD6;
  align-items: center;
}
.a-btn-action.a-iconRight {
  padding: 6px 12px 4px 12px;
}
.a-btn-action:hover, .a-btn-action:focus {
  color: #000000;
  background: #E3F7FF;
  border: 2px dotted #008FD6;
}
.a-btn-action:not(.a-fullWidthBtn) span {
  margin-left: 12px;
}
.a-btn-action:not(.a-fullWidthBtn) i + span {
  margin-left: 0;
}

@media (max-width: 767px) {
  .navbar-toggleable-sm li .ai-circle-exclamation {
    float: right;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .a-globalNav li .ai-circle-exclamation {
    font-size: 1.13em !important;
  }
}
.a-box-button {
  position: relative;
  width: 100%;
  min-height: 190px;
  padding: 15px 4px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #BCC7CC;
}
.a-box-button[data-toggle=instant] i,
.a-box-button[data-toggle=instant] .a-box-button-action {
  color: #6A6A6A;
}
.a-childBoxButtonList .a-box-button {
  background-color: #EFEFEF;
}
@media (min-width: 576px) {
  .a-box-button .a-box-button-text {
    height: 55px;
    overflow: hidden;
  }
}
.a-box-button p {
  margin-bottom: 0;
}
.a-box-button .a-box-button-icon {
  display: block;
  width: auto;
  line-height: 1;
}
.a-box-button .a-box-button-info {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-bold";
  font-weight: normal;
  display: table;
  width: auto;
  padding: 8px 12px 4px 12px;
  margin: 12px auto 12px auto;
  clear: both;
  font-style: normal;
  color: #000000;
  text-align: center;
  background: #EFEFEF;
  border-radius: 50px;
}
.a-box-button .a-box-button-action {
  font-family: "DIN-bold";
  font-weight: normal;
  display: inline-block;
}
.a-box-button .a-box-button-secondaryAction {
  display: none;
}
.a-box-button.a-open .a-box-button-primaryAction {
  display: none;
}
.a-box-button.a-open .a-box-button-secondaryAction {
  display: inline-block;
}
@media (max-width: 767px) {
  .a-box-button.ai-top {
    float: right;
    vertical-align: middle;
  }
}
.a-box-button:hover {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.5);
  border: 4px solid #008FD6 !important;
}
.a-box-button:hover .a-box-button-info {
  background: #FFFFFF;
}
.a-box-button:hover .a-meta-text {
  padding-right: 1px;
  padding-left: 1px;
}
.a-box-button:hover .ai-circle-exclamation {
  margin-right: 1px;
}
.a-box-button .a-meta-text {
  display: block;
  min-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.a-box-button .a-box-button-name {
  display: block;
  height: 40px;
  overflow-y: hidden;
  text-transform: uppercase;
}
.a-box-button:focus {
  background: #CFF0FF;
}

.a-boxAddBtn {
  width: 100%;
  padding: 12px;
  cursor: pointer;
  background: transparent;
  border: none;
}
.a-boxAddBtn:focus .a-boxAddBtn-inner, .a-boxAddBtn:hover .a-boxAddBtn-inner {
  background: rgba(255, 255, 255, 0.5);
}
.a-boxAddBtn .a-boxAddBtn-inner {
  display: block;
  min-height: 168px;
  padding: 18px 12px 0 12px;
  background-color: transparent;
  border: 2px dotted #008FD6;
}
.a-boxAddBtn .a-boxAddBtn-inner .a-boxAddBtn-icon {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  padding: 24px;
}
.a-boxAddBtn .a-box-button-icon {
  display: block;
  width: auto;
  line-height: 1;
}

.a-fullWidthBtn {
  font-family: "DIN-bold";
  font-weight: normal;
  width: 100%;
  min-height: 48px;
}
.a-fullWidthBtn span {
  display: inline-block;
  width: 70%;
  height: 100%;
  margin-left: 12px;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .a-fullWidthBtn span {
    margin-left: 24px;
  }
}
.a-fullWidthBtn.a-btnBigger {
  min-height: 77px;
  padding: 12px;
}
.a-fullWidthBtn.a-btnBigger i {
  width: 45px;
  height: 45px;
  padding-top: 21px;
  color: #FFFFFF;
  background: #008FD6;
  border-radius: 50px;
  justify-content: center;
}
.a-fullWidthBtn.a-btnBigger span {
  width: 56%;
  margin: 0;
}

.a-bgGrey .a-fullWidthBtn .a-btnBigger:hover {
  background: #FFFFFF;
}

.a-btn-icon-inline {
  display: inline !important;
  width: 24px;
  padding: 0;
}

.switch-container {
  width: 100%;
  min-height: 36px;
  border: 2px solid #1EAEF7;
}
.switch-container .radio {
  position: relative;
  width: 50%;
  height: 100%;
}
.switch-container .radio:first-of-type {
  float: left;
}
.switch-container .radio:last-of-type {
  float: right;
}
.switch-container .radio input[type=radio]:checked:focus + label, .switch-container .radio .a-form-group input[type=radio]:checked:focus + .a-form-label-inline, .a-form-group .switch-container .radio input[type=radio]:checked:focus + .a-form-label-inline,
.switch-container .radio .form-group input[type=radio]:checked:focus + .a-form-label-inline,
.form-group .switch-container .radio input[type=radio]:checked:focus + .a-form-label-inline {
  background-color: #CFF0FF;
}
.switch-container .radio input[type=radio]:checked + label, .switch-container .radio .a-form-group input[type=radio]:checked + .a-form-label-inline, .a-form-group .switch-container .radio input[type=radio]:checked + .a-form-label-inline,
.switch-container .radio .form-group input[type=radio]:checked + .a-form-label-inline,
.form-group .switch-container .radio input[type=radio]:checked + .a-form-label-inline {
  background-color: #1EAEF7;
}
.switch-container .radio input[type=radio]:not(:checked):focus + label, .switch-container .radio .a-form-group input[type=radio]:not(:checked):focus + .a-form-label-inline, .a-form-group .switch-container .radio input[type=radio]:not(:checked):focus + .a-form-label-inline,
.switch-container .radio .form-group input[type=radio]:not(:checked):focus + .a-form-label-inline,
.form-group .switch-container .radio input[type=radio]:not(:checked):focus + .a-form-label-inline {
  background-color: #CFF0FF;
}
.switch-container .radio input[type=radio]:not(:checked) + label:hover, .switch-container .radio .a-form-group input[type=radio]:not(:checked) + .a-form-label-inline:hover, .a-form-group .switch-container .radio input[type=radio]:not(:checked) + .a-form-label-inline:hover,
.switch-container .radio .form-group input[type=radio]:not(:checked) + .a-form-label-inline:hover,
.form-group .switch-container .radio input[type=radio]:not(:checked) + .a-form-label-inline:hover {
  background-color: #CFF0FF;
}
.switch-container .radio label, .switch-container .radio .a-form-group .a-form-label-inline, .a-form-group .switch-container .radio .a-form-label-inline,
.switch-container .radio .form-group .a-form-label-inline,
.form-group .switch-container .radio .a-form-label-inline {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
}
.switch-container .radio.disabled input,
.switch-container .radio.disabled label,
.switch-container .radio.disabled .a-form-group .a-form-label-inline,
.a-form-group .switch-container .radio.disabled .a-form-label-inline,
.switch-container .radio.disabled .form-group .a-form-label-inline,
.form-group .switch-container .radio.disabled .a-form-label-inline {
  cursor: wait;
}

.a-btn-group a,
.a-btn-group button {
  margin-right: 12px;
}
.a-btn-group a:last-child,
.a-btn-group button:last-child {
  margin-right: 0;
}
.a-btn-group a.a-btn-link,
.a-btn-group button.a-btn-link {
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 12px;
}
.a-btn-group a:not(.a-btn) {
  display: inline;
  padding-bottom: 2px;
}
.a-btn-group.a-btn-group-exLinks a,
.a-btn-group.a-btn-group-exLinks button {
  margin-right: 36px;
  margin-bottom: 12px;
}

.a-btn-blue-noUnderline {
  color: #0062BA;
}
.a-btn-blue-noUnderline:hover, .a-btn-blue-noUnderline:focus {
  color: #002c54;
}

.a-btn-noStyle {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  background: none;
  border: none;
}

.a-link-helpfunction {
  display: flex;
  justify-content: center;
}
.a-link-helpfunction div {
  text-align: left;
}
.a-link-helpfunction div.a-link-helpfunction-text {
  margin-left: 12px;
}

@media (max-width: 991.98px) {
  .a-btn-md-block {
    display: block;
    margin-bottom: 24px;
  }
}

@media (max-width: 1199.98px) {
  .a-btn-lg-block {
    display: block;
    margin-bottom: 24px;
  }
}

.a-btn-no-textwrap {
  white-space: nowrap;
}

button.a-btn-delete {
  z-index: 1;
  display: inline-block;
  min-height: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .a-search-filter-action-wrapper div {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .a-search-filter-action-wrapper div button {
    width: 100%;
    margin: 0;
  }
}

.a-btn-black-text {
  color: #000000 !important;
}

.a-accessability-size {
  min-width: 48px !important;
  min-height: 48px !important;
}

.a-card {
  width: 100%;
  padding: 24px 18px;
  margin-bottom: 24px;
  background: #FFFFFF;
  box-shadow: 1px 1px 4px 0 rgba(137, 137, 137, 0.5);
}
@media (min-width: 576px) {
  .a-card {
    padding: 24px 24px;
  }
}
@media (min-width: 768px) {
  .a-card {
    padding: 48px 48px;
  }
}
@media (min-width: 992px) {
  .a-card {
    padding: 48px 89px;
  }
}
.a-card .a-h3, .a-card .a-h3 a {
  margin-bottom: 24px;
}
.a-card .a-h3 span {
  font-family: "DIN-reg";
  font-weight: normal;
}
.a-card .a-collapseHeader.a-h3, .a-card .a-h3 a.a-collapseHeader {
  padding-bottom: 0;
  margin-bottom: 0;
}
.a-card .a-collapseHeader.a-h3 a, .a-card .a-h3 a.a-collapseHeader a {
  margin-bottom: 0;
}
.a-card.a-card-filter {
  padding: 18px 18px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .a-card.a-card-filter {
    padding: 24px 24px;
  }
}
@media (min-width: 992px) {
  .a-card.a-card-filter {
    padding: 24px 89px;
  }
}
.a-card.transparent {
  background: transparent;
  box-shadow: none;
}
.a-card.transparent p {
  display: inline;
}
.a-card.transparent p::before, .a-card.transparent p::after {
  display: block;
  content: "\a\a";
}
.a-card.transparent p::after {
  margin-bottom: 20px;
}

.a-bgWhite .a-card:not(.transparent):not(.a-cardImage) {
  background: #EFEFEF;
}
.a-bgWhite .a-card:not(.transparent):not(.a-cardImage) hr.a-hrLight {
  border-bottom: 1px solid #e0e0e0;
}

.a-cardImage {
  display: flex;
  padding: 0;
  background: transparent;
  box-shadow: none;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .a-cardImage {
    flex-wrap: nowrap;
  }
}
.a-cardImage img {
  flex-grow: 0;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .a-cardImage img {
    width: 126px;
    height: 126px;
    margin-right: 36px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .a-cardImage img {
    width: 180px;
    height: 180px;
  }
}
.a-cardImage .a-cardImage-text {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .a-cardImage .a-cardImage-text {
    margin-top: 0;
  }
}
.a-cardImage .a-cardImage-text .a-linkIcon:hover .a-linkIcon-text {
  border-bottom: 1px solid #022F51;
}
.a-cardImage .a-cardImage-text .a-linkIcon:last-child {
  padding-right: 0;
}
.a-cardImage .a-link-tel {
  margin-left: -5px;
}
.a-cardImage.a-cardImage-border {
  padding: 24px 24px;
  margin-top: -1px;
  border: 1px solid #BCC7CC;
}
@media (min-width: 768px) {
  .a-cardImage.a-cardImage-largePadding {
    padding: 24px 36px;
  }
}
@media (min-width: 992px) {
  .a-cardImage.a-cardImage-largePadding {
    padding: 24px 84px;
  }
}

.a-card-group .a-card {
  padding: 36px 48px 12px 48px;
}
.a-card-group .a-card h2 a {
  padding-bottom: 1px;
}

@media (min-width: 992px) {
  .a-mainCard {
    padding-left: 8.33333%;
  }
}
.a-mainCard .a-iconText {
  margin-bottom: 24px;
  margin-left: -12px;
}
@media (min-width: 992px) {
  .a-mainCard .a-iconText {
    width: calc(100% + 72px);
    margin-left: -72px;
  }
}
@media (max-width: 991.98px) {
  .a-mainCard .a-iconText .a-iconText-icon {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .a-mainCard .a-iconText .a-pageTitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
@media (min-width: 992px) {
  .a-mainCard .a-iconText a,
.a-mainCard .a-iconText .a-formCode {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-mainCard .a-mainCard-content ul {
  margin-left: 0;
}

.card-block {
  overflow-wrap: break-word;
}

.ai,
.reg,
.ai-stack,
.reg-stack {
  font-size: 2.25em;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 0px;
  width: 1em;
  text-align: center;
  vertical-align: middle;
}
.ai.ai-xs, .a-helpIconButton i.ai, .ai.reg-xs,
.reg.ai-xs,
.a-helpIconButton i.reg,
.reg.reg-xs,
.ai-stack.ai-xs,
.a-helpIconButton .ai-stack,
.ai-stack.reg-xs,
.reg-stack.ai-xs,
.a-helpIconButton i.reg-stack,
.reg-stack.reg-xs {
  font-size: 1.5em;
}
.ai.ai-sm, .ai.reg-sm,
.reg.ai-sm,
.reg.reg-sm,
.ai-stack.ai-sm,
.ai-stack.reg-sm,
.reg-stack.ai-sm,
.reg-stack.reg-sm {
  font-size: 1.8em;
}
.ai.ai-lg, .ai.reg-lg,
.reg.ai-lg,
.reg.reg-lg,
.ai-stack.ai-lg,
.ai-stack.reg-lg,
.reg-stack.ai-lg,
.reg-stack.reg-lg {
  font-size: 4em;
}
.ai.ai-md, .ai.reg-md,
.reg.ai-md,
.reg.reg-md,
.ai-stack.ai-md,
.ai-stack.reg-md,
.reg-stack.ai-md,
.reg-stack.reg-md {
  font-size: 3.2em;
}
@media (min-width: 768px) {
  .ai.ai-md-lg, .ai.reg-md-lg,
.reg.ai-md-lg,
.reg.reg-md-lg,
.ai-stack.ai-md-lg,
.ai-stack.reg-md-lg,
.reg-stack.ai-md-lg,
.reg-stack.reg-md-lg {
    font-size: 4em;
  }
}
@media (min-width: 768px) {
  .ai.ai-md-md, .ai.reg-md-md,
.reg.ai-md-md,
.reg.reg-md-md,
.ai-stack.ai-md-md,
.ai-stack.reg-md-md,
.reg-stack.ai-md-md,
.reg-stack.reg-md-md {
    font-size: 2.25em;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 0px;
  }
}
.ai.ai-nw, .ai.reg-nw,
.reg.ai-nw,
.reg.reg-nw,
.ai-stack.ai-nw,
.ai-stack.reg-nw,
.reg-stack.ai-nw,
.reg-stack.reg-nw {
  width: auto;
}
.ai.ai-nw-pr, .ai.reg-nw-pr,
.reg.ai-nw-pr,
.reg.reg-nw-pr,
.ai-stack.ai-nw-pr,
.ai-stack.reg-nw-pr,
.reg-stack.ai-nw-pr,
.reg-stack.reg-nw-pr {
  padding-right: 6px;
}
.ai.ai-nw-pl, .ai.reg-nw-pl,
.reg.ai-nw-pl,
.reg.reg-nw-pl,
.ai-stack.ai-nw-pl,
.ai-stack.reg-nw-pl,
.reg-stack.ai-nw-pl,
.reg-stack.reg-nw-pl {
  padding-left: 6px;
}
.ai.ai-left, .ai.reg-left,
.reg.ai-left,
.reg.reg-left,
.ai-stack.ai-left,
.ai-stack.reg-left,
.reg-stack.ai-left,
.reg-stack.reg-left {
  text-align: left;
}
.ai.ai-right, .ai.reg-right,
.reg.ai-right,
.reg.reg-right,
.ai-stack.ai-right,
.ai-stack.reg-right,
.reg-stack.ai-right,
.reg-stack.reg-right {
  text-align: right;
}
.ai.ai-top,
.reg.ai-top,
.ai-stack.ai-top,
.reg-stack.ai-top {
  vertical-align: top;
}
.ai.ai-float-right,
.reg.ai-float-right,
.ai-stack.ai-float-right,
.reg-stack.ai-float-right {
  float: right;
}

.ai-stack,
.reg-stack {
  font-size: 2.25em;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 0px;
  width: 1em;
  height: 1em;
}
.ai-stack i,
.reg-stack i {
  font-size: inherit;
}

.form-group i {
  margin-top: -2px;
  font-size: 1.8em;
}
.form-group.a-form-group-large i {
  font-size: 2.25em;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 0px;
}

.a-switch i,
.a-btn-action i {
  margin-top: -3px;
  font-size: 1.8em;
}
.a-switch.a-fullWidthBtn i,
.a-btn-action.a-fullWidthBtn i {
  font-size: 2.25em;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 0px;
}

.a-list i {
  margin-top: -4px;
  font-size: 1.8em;
}

.a-icon {
  display: inline-flex;
  min-width: 60px;
  min-height: 60px;
  align-items: center;
  justify-content: center;
}

.a-icon-circle {
  background-color: #EFEFEF;
  border-radius: 50%;
}
.a-icon-circle.a-bgBlue {
  color: #FFFFFF;
}

.a-iconText {
  display: flex;
  width: 100%;
  min-height: 84px;
  align-items: center;
}
.a-iconText .a-iconText-icon {
  display: flex;
  width: 60px;
  min-width: 60px;
  margin-right: 0;
  justify-content: center;
  align-self: center;
}
@media (min-width: 768px) {
  .a-iconText .a-iconText-icon {
    margin-right: 12px;
  }
}
.a-iconText .a-iconText-icon .a-date {
  margin: 0;
}
.a-iconText .a-iconText-icon:empty {
  display: none;
}
.a-iconText .a-iconText-icon.a-iconText-icon--start {
  align-self: flex-start;
}
.a-iconText.a-iconText--noMinHeight {
  min-height: auto;
}
.a-iconText .a-iconText-text {
  flex: 1;
  font-size: inherit;
}
.a-iconText .a-iconText-text .a-iconText-text-small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  margin-bottom: 0;
}
.a-iconText .a-iconText-text span.a-iconText-text-large,
.a-iconText .a-iconText-text p.a-iconText-text-large {
  font-family: "DIN-medium";
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .a-iconText .a-iconText-text span.a-iconText-text-large,
.a-iconText .a-iconText-text p.a-iconText-text-large {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-iconText .a-iconText-text h1 {
  margin-bottom: 0;
}
.a-iconText .a-iconText-text h1 + .a-byline {
  margin-top: 0;
  margin-bottom: 0;
}
.a-iconText .a-iconText-text .a-iconText-text-small + .a-iconText-text-large {
  display: block;
}
@media (min-width: 992px) {
  .a-iconText .a-iconText-text .a-iconText-text-small + .a-iconText-text-large {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-iconText .a-iconText-text a,
.a-iconText .a-iconText-text .a-btn-link {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-bold";
  font-weight: normal;
}
@media (min-width: 768px) {
  .a-iconText .a-iconText-text a,
.a-iconText .a-iconText-text .a-btn-link {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-iconText .a-iconText-text .a-formCode {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
  .a-iconText .a-iconText-text .a-formCode {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-iconText.a-iconText-shadow {
  padding: 12px;
  box-shadow: 1px 1px 4px 0 rgba(137, 137, 137, 0.5);
}
.a-iconText.a-iconText-border {
  padding: 10px;
  border: 2px dotted #008FD6;
}
.a-iconText.a-iconText-background {
  padding: 12px;
  color: #FFFFFF;
  background: #022F51;
}
.a-iconText.a-iconText-background .a-icon-circle {
  color: #000000;
}
.a-iconText.a-iconText-background.a-iconText-background--white {
  color: #000000;
  background: #FFFFFF;
}
.a-iconText.a-iconText-background.a-iconText-background--transparent {
  color: #000000;
  background: transparent;
}
.a-iconText.a-iconText-smallLink .a-iconText-text .a-iconText-text-large {
  display: block;
}
.a-iconText.a-iconText-smallLink .a-iconText-text a {
  font-family: "DIN-medium";
  font-weight: normal;
}
.a-iconText.a-iconText-p0 .a-iconText-text p {
  margin-bottom: 0;
}

.a-bgWhite .a-iconText.a-iconText-background.a-iconText-background--white {
  color: #000000;
  background: #EFEFEF;
}

@media (min-width: 992px) {
  .a-iconText-large {
    min-height: 96px;
  }
  .a-iconText-large .a-iconText-icon {
    width: 72px;
  }
  .a-iconText-large .a-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    font-size: 4em;
  }
}

i.a-danger {
  color: #E23B53;
}
i.a-danger:not(.a-noHover):hover {
  color: #cc1e37;
}
i.a-dimmed {
  color: #6A6A6A;
}
i.a-blue {
  color: #008FD6;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding: 0;
}

.container {
  padding: 0 12px;
}
@media (min-width: 576px) {
  .container {
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.col-auto {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .a-container-fluid-small {
    width: auto;
    padding: 0;
  }
}

.a-noColPadding {
  margin: 0;
}
.a-noColPadding .col-xs-1 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs-2 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs-3 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs-4 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs-5 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs-6 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs-7 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs-8 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs-9 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs-10 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs-11 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xs {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-1 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-2 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-3 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-4 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-5 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-6 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-7 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-8 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-9 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-10 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-11 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-sm {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-1 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-2 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-3 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-4 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-5 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-6 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-7 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-8 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-9 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-10 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-11 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-md {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-1 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-2 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-3 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-4 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-5 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-6 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-7 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-8 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-9 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-10 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-11 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-lg {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-1 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-2 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-3 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-4 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-5 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-6 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-7 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-8 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-9 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-10 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-11 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl-12 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xl {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-1 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-2 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-3 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-4 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-5 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-6 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-7 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-8 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-9 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-10 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-11 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl-12 {
  padding-right: 0;
  padding-left: 0;
}
.a-noColPadding .col-xxl {
  padding-right: 0;
  padding-left: 0;
}

.bigger-container {
  margin-right: -108px;
  margin-left: -48px;
}
@media (max-width: 1199.98px) {
  .bigger-container {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.a-rwd-break {
  display: block;
}
@media (min-width: 576px) {
  .a-rwd-break {
    display: none;
  }
}

.a-pl-5andhalf {
  padding-left: 66px;
}

.a-pl-4andhalf {
  padding-left: 54px;
}

.a-p-x9-xl {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .a-p-x9-xl {
    padding-right: 108px;
    padding-left: 108px;
  }
}

.a-py-minus-1 {
  width: calc(100% + 36px);
  margin-left: -18px;
}
@media (min-width: 576px) {
  .a-py-minus-1 {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
@media (min-width: 992px) {
  .a-py-minus-1 {
    width: auto;
    margin-left: auto;
  }
}

.a-py-minus-2 {
  width: calc(100% + 48px);
  margin-left: -24px;
}
@media (min-width: 576px) {
  .a-py-minus-2 {
    width: auto;
    margin-left: auto;
  }
}

.a-py-1 {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

.a-pl-1 {
  padding-left: 8.33333%;
}

.col-max-2 {
  min-width: 50%;
}
.col-max-2:nth-of-type(n + 3) {
  max-width: 50%;
}

.col-max-3 {
  min-width: 33.33333%;
}
.col-max-3:nth-of-type(n + 4) {
  max-width: 33.33333%;
}

.col-max-4 {
  min-width: 25%;
}
.col-max-4:nth-of-type(n + 5) {
  max-width: 25%;
}

.col-max-5 {
  min-width: 20%;
}
.col-max-5:nth-of-type(n + 6) {
  max-width: 20%;
}

.col-max-6 {
  min-width: 16.6666666%;
}
.col-max-6:nth-of-type(n + 7) {
  max-width: 16.6666666%;
}

.a-thumbnail img {
  margin-bottom: 12px;
  border: 1px solid #EFEFEF;
}
.a-thumbnail a {
  display: block;
  padding: 12px;
  margin-bottom: 24px;
  background: #FFFFFF;
  border: 2px dotted #CFF0FF;
}
.a-thumbnail a .a-thumbnail-title {
  font-family: "DIN-medium";
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  color: #000000;
  text-transform: uppercase;
}
.a-thumbnail a:hover {
  background: #CFF0FF;
  border: 2px dotted #CFF0FF;
}

.a-pt-half {
  padding-top: 6px !important;
}

.a-pb-half {
  padding-bottom: 6px !important;
}

.a-py-half {
  padding-top: 6px;
  padding-bottom: 6px;
}

.a-pt-9 {
  padding-top: 9px;
}

.a-pr-half {
  padding-right: 6px;
}

.a-pl-half {
  padding-left: 6px;
}

.a-ml-half {
  margin-left: 6px;
}

@media (max-width: 767.98px) {
  .a-w-3-sm-down {
    width: 36px;
  }
}

.a-w-7 {
  width: 84px;
}

.a-w-8 {
  width: 96px;
}

.a-mr-half {
  margin-right: 6px;
}

.a-lh-3 {
  line-height: 36px;
}

@media (min-width: 992px) {
  .a-offset-alignContent .a-iconText .a-iconText-icon {
    margin-right: 6px;
  }
}
@media (min-width: 1200px) {
  .a-offset-alignContent .a-iconText .a-iconText-icon {
    width: 64px;
    margin-right: 12px;
  }
}

.loader {
  position: relative;
  display: block;
  margin: 0 auto;
  text-indent: -9999em;
  transform: translateZ(0);
}
.loader.loader-ellipsis {
  width: 0.625em;
  height: 0.625em;
  border-radius: 50%;
  -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
          animation: loader-ellipsis 1.8s infinite ease-in-out;
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.loader.loader-ellipsis::after, .loader.loader-ellipsis::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
          animation: loader-ellipsis 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.loader.loader-ellipsis::before {
  left: -0.875em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.loader.loader-ellipsis::after {
  left: 0.875em;
}

.loader-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9);
}
.loader-container .loader {
  top: 40%;
  margin: auto;
}

body > .loader-container {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes loader-ellipsis {
  0%, 100%, 80% {
    box-shadow: 0 0.625em 0 -0.325em #008FD6;
  }
  40% {
    box-shadow: 0 0.625em 0 0 #008FD6;
  }
}

@keyframes loader-ellipsis {
  0%, 100%, 80% {
    box-shadow: 0 0.625em 0 -0.325em #008FD6;
  }
  40% {
    box-shadow: 0 0.625em 0 0 #008FD6;
  }
}
.a-loader-loading::after, .a-loader-loading::before {
  position: absolute;
  top: 0;
  width: 0.625em;
  height: 0.625em;
  content: "";
  border-radius: 50%;
  -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
          animation: loader-ellipsis 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.a-message {
  position: relative;
  display: inline-block;
  min-width: 100px;
  padding: 14px 24px 12px 24px;
  margin-top: 12px;
  clear: both;
  background-color: #EFEFEF;
  box-shadow: 1px 1px 4px 0 rgba(137, 137, 137, 0.5);
}
.a-message::after {
  position: absolute;
  top: 1px;
  bottom: 100%;
  left: 24px;
  box-sizing: border-box;
  width: 0;
  height: 0;
  margin-left: 12px;
  content: " ";
  border: 6px solid #000000;
  border-color: transparent transparent #EFEFEF #EFEFEF;
  border-width: 6px;
  box-shadow: -2px 2px 2px -2px rgba(0, 0, 0, 0.1);
  transform: rotate(135deg);
  transform-origin: 0 0;
}
.a-message.a-message--arrow-off {
  margin-top: 0;
}
.a-message.a-message--arrow-off::after {
  content: none;
}
.a-message.a-message--fullwidth {
  float: none;
  width: 100%;
}
.a-message.a-message--extendLeft {
  width: calc(100% + 24px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .a-message.a-message--extendLeft {
    width: calc(100% + 60px);
    padding-left: 60px;
    margin-right: 0;
    margin-left: -60px;
  }
}
.a-message.a-message--extendX {
  width: calc(100% + 24px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .a-message.a-message--extendX {
    width: calc(100% + 120px);
    padding-right: 60px;
    padding-left: 60px;
    margin-right: -60px;
    margin-left: -60px;
  }
}
.a-message.a-message--no-dropshadow {
  box-shadow: none;
}
.a-message.a-py-minus-1 {
  width: calc(100% + 36px);
  margin-left: -18px;
}
@media (min-width: 576px) {
  .a-message.a-py-minus-1 {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
@media (min-width: 992px) {
  .a-message.a-py-minus-1 {
    width: 100%;
    margin-left: auto;
  }
}
.a-message.a-message-error {
  background-color: #F9CAD3;
}
.a-message.a-message-error::after {
  border-color: transparent transparent #F9CAD3 #F9CAD3;
}
.a-message.a-message-default {
  background-color: #EFEFEF;
}
.a-message.a-message-default::after {
  border-color: transparent transparent #EFEFEF #EFEFEF;
}
.a-message.a-message-success {
  background-color: #D4F9E4;
}
.a-message.a-message-success::after {
  border-color: transparent transparent #D4F9E4 #D4F9E4;
}
.a-message.a-message-info {
  background-color: #FBF6BD;
}
.a-message.a-message-info::after {
  border-color: transparent transparent #FBF6BD #FBF6BD;
}
.a-message.a-message-edit {
  background-color: #CFF0FF;
}
.a-message p:last-child {
  margin-bottom: 0;
}

.a-tabs {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 576px) {
  .a-tabs {
    display: flex;
    float: left;
    justify-content: space-between;
  }
}
.a-tabs.a-tabs-lg {
  display: flex;
  margin-bottom: -2px;
}
.a-tabs.a-tabs-lg .a-tab {
  margin-bottom: 0;
}
.a-tabs .a-tab {
  margin-right: 12px;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .a-tabs .a-tab {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .a-tabs .a-tab {
    margin-right: 36px;
  }
}
.a-tabs .a-tab.disabled {
  color: #6A6A6A;
}
.a-tabs .a-tab.disabled a {
  cursor: not-allowed;
  border: none;
}
.a-tabs .a-tab-btn {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  display: inline-block;
  padding: 6px 0;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  justify-content: center;
}
@media (min-width: 768px) {
  .a-tabs .a-tab-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
@media (min-width: 576px) {
  .a-tabs .a-tab-btn {
    min-height: 45px;
    padding: 6px 0 6px;
  }
}
.a-tabs .a-tab-btn.active {
  border-bottom-color: #008FD6;
}
.a-tabs .a-tab-btn .active, .a-tabs .a-tab-btn:focus, .a-tabs .a-tab-btn:hover, .a-tabs .a-tab-btn:active {
  border-bottom-color: #008FD6;
}

.a-tabs-content {
  clear: both;
  background: #FFFFFF;
}

.popover {
  margin-top: 12px;
  background-color: #FBF6BD;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 5px -2px #000000;
}
.popover .arrow {
  box-sizing: border-box;
}
.popover .arrow::after {
  border-color: transparent;
}
.popover .arrow::before {
  position: absolute;
  top: 7px;
  bottom: 100%;
  left: 50%;
  box-sizing: border-box;
  width: 0;
  height: 0;
  margin-left: 9px;
  content: "";
  border: 6px solid #000000;
  border-color: #FBF6BD #FBF6BD #FBF6BD #FBF6BD;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  transform: rotate(135deg);
  transform-origin: 0 0;
}
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^=top] {
  margin-top: -6px;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before {
  top: -2px;
  box-shadow: 3px -2px 3px 0 rgba(0, 0, 0, 0.1);
}
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^=right] {
  margin-left: 12px;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before {
  top: 4px;
  left: 6px;
  box-shadow: 2px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^=left] {
  margin-right: 12px;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before {
  top: 4px;
  left: -2px;
  box-shadow: -2px -1px 3px 0 rgba(0, 0, 0, 0.1);
}
.popover .popover-body {
  padding: 12px;
}
.popover.popover-valid {
  background-color: #D4F9E4;
}
.popover.popover-valid .arrow::before {
  border-color: #D4F9E4 #D4F9E4 #D4F9E4 #D4F9E4;
}
.popover.popover-valid .popover-title {
  background-color: #D4F9E4;
}
.popover.popover-warning {
  background-color: #F9CAD3;
}
.popover.popover-warning .arrow::before {
  border-color: #F9CAD3 #F9CAD3 #F9CAD3 #F9CAD3;
}
.popover.popover-warning .popover-title {
  background-color: #F9CAD3;
}
.popover.popover-gray {
  background-color: #EFEFEF;
}
.popover.popover-gray .arrow::before {
  border-color: #EFEFEF #EFEFEF #EFEFEF #EFEFEF;
}
.popover.popover-gray .popover-title {
  background-color: #EFEFEF;
}
.popover.footnote {
  background-color: #EFEFEF;
}
.popover.footnote .arrow::before {
  border-color: #EFEFEF #EFEFEF #EFEFEF #EFEFEF;
}
.popover.footnote .popover-title {
  background-color: #EFEFEF;
}
.popover.popover-big {
  width: 100%;
  max-width: 100%;
  max-height: 60%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FBF6BD;
}
.popover.popover-big h3.popover-body,
.popover.popover-big div.popover-body {
  padding: 0;
}
.popover.popover-big h3.popover-body .container,
.popover.popover-big div.popover-body .container {
  padding: 0;
}
@media (max-width: 575.98px) {
  .popover.popover-big h3.popover-body .container .a-modal-body,
.popover.popover-big div.popover-body .container .a-modal-body {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (max-width: 767.98px) {
  .popover.popover-big h3.popover-body,
.popover.popover-big div.popover-body {
    width: auto;
  }
}
.popover.popover-big::before {
  display: none;
}
.popover.popover-big .popover-title {
  background-color: #FBF6BD;
}

.a-breadcrumb {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  display: flex;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent;
}
@media (min-width: 768px) {
  .a-breadcrumb {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}
.a-breadcrumb li {
  display: none;
  line-height: 36px;
}
@media (min-width: 768px) {
  .a-breadcrumb li {
    display: inline;
    float: none;
  }
}
.a-breadcrumb li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
  .a-breadcrumb li a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .a-breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (max-width: 767.98px) {
  .a-breadcrumb li.breadcrumb-mobile {
    display: block;
    padding-left: 0;
  }
  .a-breadcrumb li.breadcrumb-mobile::before {
    content: none;
  }
  .a-breadcrumb li.breadcrumb-mobile a {
    border-bottom: none;
  }
  .a-breadcrumb li.breadcrumb-mobile a::before {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
    display: inline-block;
    padding-right: 0;
    padding-bottom: 2px;
    margin-right: -4px;
    font-family: "AltinnNo";
    color: #000000;
    vertical-align: middle;
    content: "\f02e";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
  }
  .a-breadcrumb li.breadcrumb-mobile a .a-breadcrumb-text {
    border-bottom: 2px solid #008FD6;
    padding-bottom: 2px;
    margin-left: 6px;
  }
}
.a-breadcrumb li.active a {
  color: #6A6A6A;
  cursor: default;
  border: none;
}

.a-pagination .page-item .page-link {
  padding: 5px 14px 3px;
  margin-right: 12px;
  margin-bottom: 12px;
  color: #000000;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 0;
}
.a-pagination .page-item .page-link:focus, .a-pagination .page-item .page-link:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #008FD6;
  border-color: #008FD6;
}
.a-pagination .page-item.active .page-link {
  background-color: #FFFFFF;
}
.a-pagination .page-item.active .page-link:hover {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.a-bgGreyLight .page-item .page-link,
.a-bgBlueLight .page-item .page-link {
  background-color: #FFFFFF;
}
.a-bgGreyLight .page-item.active .page-link,
.a-bgBlueLight .page-item.active .page-link {
  border: 2px solid #FFFFFF;
}
.a-bgGreyLight .page-item.active .page-link:hover,
.a-bgBlueLight .page-item.active .page-link:hover {
  border: 2px solid #FFFFFF;
}

.a-list-header,
.a-list {
  position: relative;
}
.a-list-header .row,
.a-list .row {
  margin: 0;
}
.a-list-header div[class^=col],
.a-list-header span[class^=col],
.a-list div[class^=col],
.a-list span[class^=col] {
  padding: 0;
  margin: 0;
}
.a-list-header li > div:not(.collapse) button,
.a-list-header li > a > div:not(.collapse) button,
.a-list li > div:not(.collapse) button,
.a-list li > a > div:not(.collapse) button {
  z-index: 1;
  display: inline-block;
  min-height: 0;
  padding: 0;
  margin: 0;
}
.a-list-header li.a-clickable.a-list-hasRowLink:hover,
.a-list li.a-clickable.a-list-hasRowLink:hover {
  background-color: rgba(207, 240, 255, 0.4);
}

.a-list-container .a-list-header {
  min-height: 36px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .a-list-container .a-list-header {
    padding: 12px 6px;
  }
}
.a-list-container .a-list-header .a-list-sortHeader {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: 4px;
  margin-bottom: -6px;
  cursor: pointer;
}
.a-list-container .a-list-header:not(.a-dotted) {
  border-top: 1px solid #BCC7CC;
  border-bottom: 1px solid #BCC7CC;
}
.a-list-container .a-list-header .a-clickable:hover:not(.a-expanded):not(.a-deleted):not(.a-completed) {
  background-color: inherit;
}
.a-list-container .a-list-header .a-dropdownArrow {
  margin: 0;
  vertical-align: top;
  border-left: 10px solid #000000;
  transform: scale(0.5) rotate(90deg);
}
.a-list-container .a-list-header .a-js-reverse-sort .a-dropdownArrow {
  transform: scale(0.5) rotate(-90deg);
}
.a-list-container .a-list-header .a-active .a-dropdownArrow {
  border-left: 10px solid #008FD6;
}

.a-list {
  margin: 0;
  list-style: none;
}
.a-list.a-list-large li > .row,
.a-list.a-list-large li .a-list-content {
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .a-list.a-list-large li > .row,
.a-list.a-list-large li .a-list-content {
    min-height: 48px;
    padding: 12px 6px;
  }
}
.a-list.a-list-large li .a-list-rowLink {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  min-height: 48px;
  padding: 10px 6px 7px 6px;
}
.a-list.a-list-large li .a-list-rowLink.a-list-rowLink-large {
  padding: 12px;
}
.a-list.a-list-large.a-list-borderTopFirst li:first-of-type {
  border-top: 1px solid #BCC7CC;
}
@media (min-width: 768px) {
  .a-list.a-list-large-forMD li > .row,
.a-list.a-list-large-forMD li .a-list-content {
    min-height: 48px;
    padding: 12px 6px;
  }
  .a-list.a-list-large-forMD li .a-list-rowLink {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
    min-height: 48px;
    padding: 10px 6px 7px 6px;
  }
}
.a-list.a-list-borderTop li:first-child {
  background-image: linear-gradient(to right, #008FD6 50%, transparent 0%), linear-gradient(to right, #008FD6 50%, transparent 0%);
  background-repeat: repeat-x;
  background-position: 25px top, 25px bottom;
  background-size: 4px 2px;
}
.a-list.a-list-borderTopSolid li:first-child {
  border-top: 2px solid #008FD6;
}
.a-list.a-list-large-rows li > .row,
.a-list.a-list-large-rows li .a-list-content {
  padding: 12px 6px 12px 6px;
}
.a-list li > .row,
.a-list li .a-list-content {
  min-height: 36px;
  padding: 6px 6px 4px 6px;
}
.a-list li:not(.a-dotted) {
  border-top: 1px solid #BCC7CC;
}
.a-list li.a-selected .a-lineThrough-selected {
  text-decoration: line-through;
}
.a-list li.card {
  display: list-item;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.a-list li.card.a-expanded {
  background-color: #FFFFFF;
}
.a-list li.card:not(.a-dotted) {
  border-bottom: 1px solid #BCC7CC;
}
.a-list li.a-list-item-centered > div {
  align-items: center;
}
.a-list li.a-list-item-centered > div > div[class^=col] {
  display: inline-block;
  vertical-align: middle;
}
.a-list li.a-list-item-loadMore {
  border-bottom: none;
}
.a-list li.a-list-item-loadMore .row {
  min-height: 48px;
  padding: 4px 6px;
  align-items: center;
}
.a-list li.a-list-hasRowLink {
  padding: 0;
}
.a-list li.a-offset-border-top {
  border: none;
}
.a-list li .a-list-rowLink {
  display: block;
  padding: 10px 6px 10px 6px;
  border: none;
}
.a-list li .a-delete-add-container {
  padding: 12px 12px 24px 6px;
  margin: 12px 0;
  background-color: #CFF0FF;
}
.a-list li .a-delete-add-container button {
  z-index: 1;
  display: inline-block;
  min-height: 0;
  padding: 0;
  margin: 0;
}
.a-list li button.a-add-certificate {
  z-index: 1;
  display: inline-block;
  min-height: 0;
  padding: 0;
  margin: 0;
}
.a-list li.a-no-border-bottom {
  border-bottom: none;
}
@media (min-width: 768px) {
  .a-list.a-list-2col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .a-list.a-list-2col li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    page-break-inside: avoid;
  }
}
@media (min-width: 768px) {
  .a-list.a-list-1col {
    width: calc(50% - 24px);
  }
}
.a-list.a-list-noIcon li .a-list-rowLink {
  padding-left: 0;
}
.a-list.a-list-noIcon .row {
  padding-left: 0;
}

.a-bgWhite ul.connected-bullets li::after {
  background: #FFFFFF;
}

.a-bgBlueLight ul.connected-bullets li::after {
  background: #CFF0FF;
}

.a-bgGreyLight ul.connected-bullets li::after,
.a-bgGrey ul.connected-bullets li::after {
  background: #EFEFEF;
}

ul.no-decoration {
  margin: 0;
  list-style: none;
}
ul.a-bullet-list, .a-text ul:not(.connected-bullets):not(.no-decoration):not(.a-list), ul.a-text.a-bullet-list:not(.connected-bullets):not(.no-decoration):not(.a-list) {
  margin-top: 12px;
  margin-left: 0;
  color: #000000;
  list-style: none;
}
ul.a-bullet-list li, .a-text ul:not(.connected-bullets):not(.no-decoration):not(.a-list) li, ul.a-text.a-bullet-list:not(.connected-bullets):not(.no-decoration):not(.a-list) li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
ul.a-bullet-list li::before, .a-text ul:not(.connected-bullets):not(.no-decoration):not(.a-list) li::before, ul.a-text.a-bullet-list:not(.connected-bullets):not(.no-decoration):not(.a-list) li::before {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
  position: absolute;
  top: -5px;
  left: -3px;
  padding-right: 5px;
  color: #008FD6;
  content: "•";
}
ul.a-bullet-list.a-bulletList-light li, .a-text ul.a-bulletList-light:not(.connected-bullets):not(.no-decoration):not(.a-list) li, ul.a-bulletList-light.a-text.a-bullet-list:not(.connected-bullets):not(.no-decoration):not(.a-list) li {
  font-family: "DIN-light";
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
ul.a-bullet-list.a-bulletList-light li::before, .a-text ul.a-bulletList-light:not(.connected-bullets):not(.no-decoration):not(.a-list) li::before, ul.a-bulletList-light.a-text.a-bullet-list:not(.connected-bullets):not(.no-decoration):not(.a-list) li::before {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  top: -3px;
  color: #BCC7CC;
}
ul.connected-bullets {
  padding-left: 0;
  margin-top: -1px;
}
ul.connected-bullets li {
  position: relative;
  padding-bottom: 24px;
  padding-left: 36px;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) {
  ul.connected-bullets li {
    padding-left: 0;
    margin-left: 36px;
  }
}
ul.connected-bullets li::before {
  position: absolute;
  left: 12px;
  width: 3px;
  height: 100%;
  /* lines */
  content: "";
  border-left: 3px solid #008FD6;
}
@media (min-width: 768px) {
  ul.connected-bullets li::before {
    left: -25px;
  }
}
ul.connected-bullets li::after {
  font-family: "DIN-bold";
  font-weight: normal;
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 25px;
  font-size: 39px;
  content: "";
  background: #EFEFEF;
  border: 3px solid #008FD6;
  border-radius: 50%;
}
@media (min-width: 768px) {
  ul.connected-bullets li::after {
    left: -36px;
  }
}
@media (min-width: 768px) {
  ul.connected-bullets li::after {
    left: -36px;
  }
}
ul.connected-bullets li:first-child::before {
  top: 6px;
}
ul.connected-bullets li:last-child::before {
  height: 6px;
}
ul.a-item-list-icon li {
  padding: 2px 0;
}
ul.a-item-list-icon li div[class^=col] {
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.a-item-list-icon li i {
  color: #008FD6;
}
ol {
  padding-right: 0;
  margin-left: 0;
  list-style-type: none;
  counter-reset: step;
}
ol.a-circle-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-left: 42px;
}
ol.a-circle-list li {
  margin-bottom: 18px;
}
ol.a-circle-list li::before {
  font-family: "DIN-bold";
  font-weight: normal;
  position: relative;
  top: 0;
  padding: 7px 9px 4px 9px;
  margin-right: 15px;
  margin-left: -46px;
  content: counter(step);
  counter-increment: step;
  border: 2px solid #008FD6;
  border-radius: 50%;
}
ol.a-circle-list-yellow li::before {
  font-family: "DIN-reg";
  font-weight: normal;
  padding: 6px 9px 4px 10px;
  background-color: #FFDA06;
  border: none;
}
ol.a-number-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
ol.a-number-list li {
  margin-bottom: 6px;
}
ol.a-number-list li::before {
  font-family: "DIN-bold";
  font-weight: normal;
  top: 0;
  padding: 5px 9px 4px 9px;
  margin-left: -10px;
  content: counter(step) ".";
  counter-increment: step;
}
ol.a-number-list.a-number-list--extra-air li {
  margin-bottom: 18px;
}

.a-iconList {
  list-style-type: none;
}
.a-iconList li {
  margin-bottom: 18px;
}
.a-iconList a {
  display: flex;
  color: #000000;
  border: none;
}
.a-iconList a i {
  padding-right: 5px;
  align-self: center;
}
.a-iconList a b {
  padding-right: 5px;
}
.a-iconList a:hover b,
.a-iconList a:hover i {
  color: #0062BA;
}

.a-listWithSubLevels {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.a-listWithSubLevels .a-btn {
  margin-bottom: 0;
}
.a-listWithSubLevels .a-list-heading {
  width: 100%;
}
.a-listWithSubLevels .a-btn-shadow-expand {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  width: 100%;
  padding-left: 12px;
  background: #E3F7FF;
}
@media (min-width: 768px) {
  .a-listWithSubLevels .a-btn-shadow-expand {
    padding-left: 24px;
  }
}
.a-listWithSubLevels .a-btn-shadow-expand:hover, .a-listWithSubLevels .a-btn-shadow-expand:active, .a-listWithSubLevels .a-btn-shadow-expand:focus {
  background: #caf0ff;
}
.a-listWithSubLevels .a-btn-shadow-expand .a-dropdownCircleArrow {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .a-listWithSubLevels .a-btn-shadow-expand .a-dropdownCircleArrow {
    margin-right: 20px;
  }
}
.a-listWithSubLevels .a-btn-shadow-expand .a-dropdownCircleArrow i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: 0;
}
.a-listWithSubLevels .a-collapseContent {
  width: 100%;
}
.a-listWithSubLevels .a-list {
  padding-bottom: 24px;
}
.a-listWithSubLevels .a-list li {
  border: none;
}
.a-listWithSubLevels .a-list li .a-list-rowLink {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-left: 48px;
}
@media (min-width: 768px) {
  .a-listWithSubLevels .a-list li .a-list-rowLink {
    padding-top: 12px;
    padding-left: 68px;
  }
}
.a-listWithSubLevels .a-list li.a-clickable.a-list-hasRowLink:hover {
  background: #caf0ff;
}

.a-btn-group ol.show-numbers {
  list-style-type: decimal;
}

.a-list-heading {
  position: relative;
}
.a-list-heading .a-list-heading-action {
  margin-right: 18px;
}
.a-list-heading .a-list-heading-action:hover {
  cursor: pointer;
}
.a-list-heading .a-list-heading-action i {
  vertical-align: middle;
}

.a-autocomplete-container {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  margin-top: -2px;
  overflow: auto;
  background-color: #FFFFFF;
  border-color: #008FD6;
  border-width: 2px;
}
@media (min-width: 768px) {
  .a-autocomplete-container {
    width: 200%;
  }
}
.a-autocomplete-container .a-list {
  max-height: 312px;
  overflow-x: hidden;
  border: 2px solid #008FD6;
}
.a-autocomplete-container .a-list li {
  margin: 0 24px;
}
.a-autocomplete-container .a-list li:first-of-type {
  font-family: "DIN-bold";
  font-weight: normal;
}
.a-autocomplete-container .a-list li:last-of-type {
  margin-bottom: 12px;
}
.a-autocomplete-container .a-list li.a-js-autocomplete-header {
  padding: 5px 0;
}
.a-autocomplete-container .a-list li .ui-menu-item-wrapper {
  padding: 5px 0;
}
.a-autocomplete-container .a-list li .ui-menu-item-wrapper.ui-state-active {
  background: linear-gradient(to top, transparent 2px, #CFF0FF 2px);
  outline: none;
}
.a-autocomplete-container .ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: none;
}

@media (max-width: 991.98px) {
  .a-js-autocomplete-MaxWidth {
    width: 100%;
  }
}

.a-list-longtext {
  float: left;
}
@media (min-width: 992px) {
  .a-list-longtext {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 350px) and (max-width: 450px) {
  .a-p-icon {
    padding-left: 60px;
  }
}
@media (min-width: 451px) and (max-width: 550px) {
  .a-p-icon {
    padding-left: 36px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .a-p-icon {
    padding-left: 60px;
  }
}

@media (min-width: 350px) and (max-width: 450px) {
  .a-w-icon {
    width: 36px;
    padding-right: 12px;
  }
  .a-w-icon.a-p-collapse-icon {
    padding-left: 0;
  }
}
@media (min-width: 451px) and (max-width: 550px) {
  .a-w-icon {
    width: 54px;
  }
  .a-w-icon.a-p-collapse-icon {
    padding-left: 12px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .a-w-icon {
    width: 72px;
  }
  .a-w-icon.a-p-collapse-iconn {
    padding-left: 12px;
  }
}
@media (min-width: 768px) {
  .a-w-icon {
    width: 84px;
  }
  .a-w-icon.a-p-collapse-icon {
    padding-left: 12px;
  }
}

/*------------------------------------*\
    $MODAL
\*------------------------------------*/
body.a-modal-background-success,
html.a-modal-background-success {
  background: #D4F9E4;
}
body.a-modal-background,
html.a-modal-background {
  background: #1EAEF7;
}
body.a-modal-background-error,
html.a-modal-background-error {
  background: #F9CAD3;
}

.a-page .a-modal {
  min-height: 100vh;
}

body.modal-open {
  overflow-y: hidden;
}

.a-modal {
  position: fixed;
  padding-right: 0 !important;
  padding-bottom: 60px;
}
.a-modal .a-iconText {
  min-height: 72px;
}
@media (min-width: 768px) {
  .a-modal .a-iconText {
    height: auto;
  }
}
.a-modal .a-iconText.a-iconText-background {
  padding: 0 12px 0 6px;
}
@media (min-width: 768px) {
  .a-modal .a-iconText.a-iconText-background {
    padding: 12px;
  }
}
.a-modal .a-iconText .a-iconText-text {
  max-width: calc(100% - 100px);
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .a-modal .a-iconText .a-iconText-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.a-modal .a-iconText .a-iconText-text .a-iconText-text-small {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.a-modal .a-modal-top-logo {
  opacity: 0.7;
}
@media (max-width: 1199.98px) {
  .a-modal .container {
    padding: 0;
  }
}
.a-modal .modal-lg {
  width: auto;
  max-width: none;
  margin: 0 12px;
}
@media screen and (min-width: 920px) {
  .a-modal .modal-lg {
    margin: auto;
  }
}
.a-modal .modal-content {
  margin-bottom: 60px;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 4px 0 rgba(137, 137, 137, 0.5);
}
.a-modal .a-link-helpfunction {
  color: #FFFFFF;
  text-align: center;
}
.a-modal .a-link-helpfunction a,
.a-modal .a-link-helpfunction .a-link-chat {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.a-modal .a-link-helpfunction i {
  margin-top: -10px;
}
.a-modal .a-modal-contentFullWidth {
  width: calc(100% + 47px);
  margin-left: -24px;
}
@media (min-width: 768px) {
  .a-modal .a-modal-contentFullWidth {
    width: calc(100% + 168px);
    margin-left: -84px;
  }
}
@media (min-width: 992px) {
  .a-modal .a-modal-contentFullWidth {
    width: calc(100% + 191px);
    margin-left: -95px;
  }
}
.a-modal .a-modal-contentFullWidth .a-legend {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .a-modal .a-modal-contentFullWidth .a-legend {
    padding: 0 84px;
  }
}
@media (min-width: 992px) {
  .a-modal .a-modal-contentFullWidth .a-legend {
    padding: 0 96px;
  }
}
.a-modal .a-modal-contentFullWidth .custom-radio {
  padding: 12px 12px 12px 60px;
}
@media (min-width: 768px) {
  .a-modal .a-modal-contentFullWidth .custom-radio {
    padding: 12px 120px;
  }
}
@media (min-width: 992px) {
  .a-modal .a-modal-contentFullWidth .custom-radio {
    padding: 12px 132px;
  }
}
.a-modal .a-modal-contentFullWidth .custom-control-indicator {
  left: 24px;
}
@media (min-width: 768px) {
  .a-modal .a-modal-contentFullWidth .custom-control-indicator {
    left: 84px;
  }
}
@media (min-width: 992px) {
  .a-modal .a-modal-contentFullWidth .custom-control-indicator {
    left: 96px;
  }
}
.a-modal .a-personSwitcher-name {
  display: inline-block;
  max-width: 220px;
  letter-spacing: normal;
}
.a-modal .a-page {
  position: absolute;
  width: 100%;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.5, 1);
}
.a-modal .a-page.a-next-page {
  transform: translate3d(180%, 0, 0);
}
.a-modal .a-page.a-current-page {
  position: absolute;
  top: 0;
  pointer-events: inherit;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.a-modal .a-page.a-previous-page {
  transform: translate3d(-180%, 0, 0);
}
.a-modal.fade {
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 1;
  transition: none;
}
.a-modal.fade .modal-dialog {
  transition: all 0.7s cubic-bezier(0.3, 1, 0.5, 1);
  transform: translate3d(180%, 0, 0);
}
.a-modal.fade.show .modal-dialog {
  transition: all 0.7s cubic-bezier(0.3, 1, 0.5, 1);
  transform: translate3d(0, 0, 0);
}
.a-modal.fade.a-fade--appear .modal-dialog {
  transition: all 0.7s;
  transform: translate3d(0, 0, 0);
}
.a-modal.fade.a-fade--appear.show .modal-dialog {
  transition: all 0.7s;
  transform: translate3d(0, 0, 0);
}

.a-modal-content-target {
  position: relative;
}

.a-modal-top {
  min-height: 48px;
  padding-top: 36px;
}
.a-modal-top .a-logo {
  float: left;
  max-width: 110px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .a-modal-top .a-logo {
    max-width: 142px;
  }
}
.a-modal-top .a-modal-top-user {
  position: relative;
  float: right;
  margin-top: 1px;
  margin-right: 3px;
}
.a-modal-top .a-modal-top-user .a-personSwitcher {
  width: 280px;
  padding: 0;
  margin-top: -2px;
  margin-right: -3px;
  color: rgba(0, 0, 0, 0.7);
  cursor: not-allowed;
}
.a-modal-top .a-modal-top-user .a-personSwitcher-icon {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: normal;
}

.a-modal-navbar {
  height: 48px;
  margin-top: 36px;
}

.a-modal-header {
  min-height: 60px;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .a-modal-header {
    min-height: 84px;
  }
}
.a-modal-header h1 {
  line-height: 1;
}
@media (min-width: 768px) {
  .a-modal-header h1 {
    line-height: 1.5;
  }
}

.a-modal-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  display: table-cell;
  width: 100%;
  min-height: 96px;
  margin: 0;
  color: #FFFFFF;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .a-modal-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

.a-modal-body {
  padding: 24px 12px;
  border-bottom: 1px solid #BCC7CC;
}
.a-modal-body:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .a-modal-body {
    padding: 36px 84px;
  }
}
@media (min-width: 992px) {
  .a-modal-body {
    padding: 36px 96px;
  }
}
.a-modal-body .a-btn-group {
  margin-top: 36px;
}
.a-modal-body .a-modal-receiptContent ul {
  margin: 24px 0 24px 36px;
}
.a-modal-body .a-modal-receiptContent ul.a-modal-receiptContent-fullWidth {
  margin: 0 0 24px 0;
}

.a-modal-close,
.a-modal-back {
  padding: 0;
  margin-bottom: 12px;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  border-radius: 50%;
}
.a-modal-close:hover,
.a-modal-back:hover {
  border: none;
  opacity: 0.7;
}
.a-modal-close:focus,
.a-modal-back:focus {
  background: #CFF0FF;
  border: none;
  outline: 3px solid #022F51;
}
.a-modal-close span.ai-stack i, .a-modal-close span.reg-stack i,
.a-modal-back span.ai-stack i,
.a-modal-back span.reg-stack i {
  line-height: 1em;
}
.a-modal-close span.ai-stack i:first-of-type, .a-modal-close span.reg-stack i:first-of-type,
.a-modal-back span.ai-stack i:first-of-type,
.a-modal-back span.reg-stack i:first-of-type {
  color: #FFFFFF;
}

.a-modal-close {
  float: right;
}

a.a-modal-close {
  padding-top: 6px;
  text-align: center;
}

.a-modal-close-icon {
  margin-top: -1px;
  color: #E23B53;
}

.a-modal-footer {
  padding: 0 96px 36px 96px;
}

/*------------------------------------*\
    $MODAL PROCESS
\*------------------------------------*/
.a-modal-background-success .a-modal-navbar button,
.a-modal-background-error .a-modal-navbar button {
  display: none;
}
.a-modal-background-success.a-displayNav .a-modal-navbar button,
.a-modal-background-error.a-displayNav .a-modal-navbar button {
  display: inline-block;
}
.a-modal-background-success .a-iconText.a-iconText-background,
.a-modal-background-error .a-iconText.a-iconText-background {
  color: #000000;
}

.a-modal-background-success .modal-backdrop {
  background: #D4F9E4;
}
.a-modal-background-success .a-modal-top .a-personSwitcher {
  color: #000000;
}
.a-modal-background-success .a-iconText-background {
  background: #17C96B;
}
.a-modal-background-success .a-iconText-background .a-iconText-text {
  color: #000000;
}
.a-modal-background-success .a-link-helpfunction {
  color: #000000;
}
.a-modal-background-success .a-link-helpfunction a {
  color: #000000;
  border-color: #000000;
}

.a-modal-background-error .modal-backdrop {
  background: #F9CAD3;
}
.a-modal-background-error .a-modal-top .a-personSwitcher {
  color: #000000;
}
.a-modal-background-error .a-iconText-background {
  background: #E23B53;
}
.a-modal-background-error .a-iconText-background .a-iconText-text {
  color: #000000;
}
.a-modal-background-error .a-link-helpfunction {
  color: #000000;
}
.a-modal-background-error .a-link-helpfunction a {
  color: #000000;
  border-color: #000000;
}

.a-accordion-card {
  background-color: transparent;
  border: none;
}

.a-collapsePanel {
  margin-bottom: 12px;
}
.a-collapsePanel .a-collapsePanel-heading {
  padding: 0;
  color: #000000;
  background: #FFFFFF;
  border-bottom: none;
  box-shadow: 0 1px 5px -2px #000000;
}
.a-collapsePanel .a-collapsePanel-heading a {
  display: block;
  padding-bottom: 0;
  border: none;
}
.a-collapsePanel .a-collapsePanel-heading .a-collapseBtn {
  position: relative;
  background: #FFFFFF;
}
.a-collapsePanel .a-collapsePanel-heading.dim {
  background-color: rgba(255, 255, 255, 0.5);
}
.a-collapsePanel .a-collapsePanel-heading.dim .a-icon-circle {
  color: #000000;
  background-color: #FFFFFF;
}
.a-collapsePanel .a-collapsePanel-heading:focus, .a-collapsePanel .a-collapsePanel-heading:hover {
  background: rgba(255, 255, 255, 0.7);
}
.a-collapsePanel .a-collapsePanel-heading .a-iconText-text-large {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-reg";
  font-weight: normal;
}
@media (min-width: 992px) {
  .a-collapsePanel .a-collapsePanel-heading .a-iconText-text-large {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-collapsePanel .a-collapsePanel-heading.a-grey-panel {
  background: #F5F5F5;
}
.a-collapsePanel .a-collapsePanel-body {
  position: relative;
  height: 0;
  background: #FFFFFF;
  border: none;
  border-top: 1px solid #EFEFEF;
  box-shadow: 0 1px 5px -2px #000000 !important;
}
.a-collapsePanel .a-collapsePanel-body.a-collapsePanel-body--border {
  border: 1px solid #BCC7CC;
  border-top: 1px solid #EFEFEF;
}
.a-collapsePanel .a-collapsePanel-body.no-background {
  background-color: transparent;
  box-shadow: none;
}
.a-collapsePanel .a-collapsePanel-body.collapse {
  border-top: none;
}
.a-collapsePanel .a-collapsePanel-body.show {
  height: auto;
  border-top: 1px solid #EFEFEF;
}
.a-collapsePanel .a-collapsePanel-body .a-collapsePanel-body-content {
  position: relative;
  padding: 24px 12px;
  margin: 0;
  border-bottom: 1px solid #BCC7CC;
}
@media (min-width: 576px) {
  .a-collapsePanel .a-collapsePanel-body .a-collapsePanel-body-content {
    padding: 24px 72px;
  }
}
@media (min-width: 768px) {
  .a-collapsePanel .a-collapsePanel-body .a-collapsePanel-body-content {
    padding: 36px 84px 60px 84px;
  }
}
@media (min-width: 992px) {
  .a-collapsePanel .a-collapsePanel-body .a-collapsePanel-body-content {
    padding: 36px 96px 60px 96px;
  }
}
.a-collapsePanel .a-collapsePanel-body .a-collapsePanel-body-content:last-of-type {
  border-bottom: none;
}
.a-collapsePanel .a-collapsePanel-body.a-msg-body .a-collapsePanel-body-content {
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .a-collapsePanel .a-collapsePanel-body.a-msg-body .a-collapsePanel-body-content {
    padding-right: 48px;
    padding-left: 96px;
  }
  .a-inboxCompact .a-collapsePanel .a-collapsePanel-body.a-msg-body .a-collapsePanel-body-content {
    padding-left: 84px;
  }
}
@media (min-width: 992px) {
  .a-collapsePanel.a-collapsePanel--large .a-collapsePanel-body .a-collapsePanel-body-content {
    padding: 36px 96px;
  }
}
.a-collapsePanel.expanded {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: -6px;
  margin-left: -6px;
}
@media (min-width: 768px) {
  .a-collapsePanel.expanded {
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (min-width: 1200px) {
  .a-collapsePanel.expanded {
    margin-right: -36px;
    margin-left: -36px;
  }
}
.a-collapsePanel.expanded .a-collapsePanel-heading {
  background-color: #FFFFFF;
}
.a-collapsePanel.expanded .a-collapsePanel-heading.a-grey-panel {
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
  .a-collapsePanel.expanded .a-collapsePanel-heading .a-collapseBtn {
    border-radius: 2px 2px 0 0 !important;
  }
}
.a-collapsePanel.expanded .a-collapsePanel-heading.no-background,
.a-collapsePanel.expanded .a-collapsePanel-body.no-background {
  padding: 0;
}
.a-collapsePanel:first-of-type {
  padding-top: 0;
}

.a-collapsePanel,
.a-collapsePanel-body,
.a-collapsePanel-body-content,
.a-collapsePanel-heading {
  transition: height 0.35s ease, margin 0.35s ease, padding 0.35s ease, width 0.35s ease;
}

.panel-collapse-content-section {
  background-color: #EFEFEF;
  border-top: 1px solid #BCC7CC;
}
.panel-collapse-content-section .a-first-action {
  width: 100%;
}
@media (min-width: 992px) {
  .panel-collapse-content-section .a-first-action {
    width: 204px;
  }
}
@media (min-width: 992px) {
  .panel-collapse-content-section .a-first-action {
    float: left;
  }
}
.panel-collapse-content-section .a-second-action {
  width: 100%;
}
@media (min-width: 992px) {
  .panel-collapse-content-section .a-second-action {
    width: 288px;
  }
}
@media (min-width: 992px) {
  .panel-collapse-content-section .a-second-action {
    display: block;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .panel-collapse-content-section .a-third-action {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 60px;
  }
}
.panel-collapse-content-section .a-third-action .a-third-action-spacer {
  padding-top: 5px;
}
.panel-collapse-content-section .a-fourth-action button {
  width: 100%;
}

@media (min-width: 768px) {
  .addPersonOrBusiness {
    padding-right: 12px;
    padding-left: 12px;
  }

  .rightHolderList {
    padding: inherit;
  }
}
@media (max-width: 767px) {
  .panelBox {
    display: flex;
    flex-direction: column;
  }

  .addPersonOrBusiness {
    order: 3;
  }

  .searchPersonOrBusiness {
    order: 2;
  }

  .activeLog {
    order: 1;
  }
}
@media (max-width: 575px) {
  .activeLog {
    padding-top: 1em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .a-iconText-icon {
    width: 73px;
  }

  .a-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    font-size: 4em;
  }

  .a-iconText-text-large {
    font-size: 2.8rem !important;
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .searchPersonOrBusiness {
    display: block;
    width: 18em !important;
    margin: auto;
  }

  .activeLog {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 60px;
  }
}
.rightHolderList .a-list-container {
  background: #FFFFFF;
}

@media (min-width: 1200px) {
  .a-collapsePanel.expanded {
    margin-right: -24px;
    margin-left: -24px;
  }
}
.a-panelAccordion .a-collapsePanel-heading .a-collapseBtn {
  background: transparent;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .a-panelAccordion .a-collapsePanel-heading .a-collapsePanel--large .a-collapsePanel-body .a-collapsePanel-body-content {
    padding: 40px 112px !important;
  }
}

.a-collapsePanel-body-secondary {
  margin: -1px 0;
  background-color: #EFEFEF;
  border: 1px solid #BCC7CC;
}
@media (min-width: 576px) {
  .a-collapsePanel-body-secondary {
    padding: 12px 12px 12px 12px;
  }
}
@media (min-width: 768px) {
  .a-collapsePanel-body-secondary {
    padding: 12px 12px 12px 96px;
  }
  .a-inboxCompact .a-collapsePanel-body-secondary {
    padding-left: 84px;
  }
}
@media (min-width: 992px) {
  .a-collapsePanel-body-secondary {
    padding: 12px 12px 12px 96px;
  }
  .a-inboxCompact .a-collapsePanel-body-secondary {
    padding-left: 84px;
  }
}
.a-collapsePanel-body-secondary.a-no-sideborder {
  border-right: none;
  border-left: none;
}

.a-collapseHeader {
  display: inline-block;
  width: 100%;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.a-collapseHeader a {
  border: none;
}
.a-collapseHeader .a-label {
  margin-top: -2px;
  margin-left: 3px;
}

.a-collapseContent .a-collapseContent-inside {
  padding-right: 0;
  padding-bottom: 36px;
  padding-left: 48px;
}
@media (min-width: 768px) {
  .a-collapseContent .a-collapseContent-inside {
    padding-right: 48px;
  }
}
.a-collapseContent .a-collapseContent-img {
  margin-top: -36px;
  opacity: 0;
}
.a-collapseContent .a-collapseContent-img img {
  border-radius: 50%;
}
.a-collapseContent.collapse.show .a-collapseContent-img {
  opacity: 1;
}
.a-collapseContent ul:not(.connected-bullets):not(.no-decoration) {
  margin-left: 0;
}

.a-dropdownArrow {
  display: inline-flex;
  width: 0;
  height: 0;
  margin-top: 4px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #008FD6;
  transition: transform 0.2s ease-out;
  transform: rotate(90deg);
  justify-content: center;
  align-items: center;
}

.a-dropdownCircleArrow {
  display: inline-flex;
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-top: -3px;
  margin-right: 12px;
  color: #FFFFFF;
  background: #008FD6;
  border: 3px solid #008FD6;
  border-radius: 50%;
  transition: transform 0.2s ease-out;
  transform: rotate(90deg);
  justify-content: center;
  align-items: center;
}
.a-dropdownCircleArrow i {
  padding-left: 3px;
  line-height: inherit;
}
.a-dropdownCircleArrow.a-dropdownCircleArrow--small {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.a-dropdownCircleArrow.a-dropdownCircleArrow--small i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: 0;
}
.a-dropdownCircleArrow.a-dropdownCircleArrow--darkblue {
  background: #0062BA !important;
  border: 3px solid #0062BA !important;
}

.collapsed .a-dropdownArrow,
.collapsed .a-dropdownCircleArrow {
  transform: rotate(0deg);
}

a.collapsed .a-dropdownArrow,
a.collapsed .a-dropdownCircleArrow {
  transform: rotate(0deg);
}
a.collapsed .hideText {
  display: none;
}
a:not(.collapsed) .expandText {
  display: none;
}

.a-list-parentRightHolder:not(.a-expanded) .hideText {
  display: none;
}
.a-list-parentRightHolder .a-list-expandedLink-href:hover {
  border-bottom: none !important;
}
.a-list-parentRightHolder .a-list-expandedLink-href:focus {
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .a-list .row {
    display: flex;
  }
}
.a-expanded .a-dropdownCircleArrow {
  transform: rotate(90deg);
}

.hideRightHolders.a-list-parentRightHolder, .hideRightHolders.childRightHolders {
  display: none;
}
.hideRightHolders .a-list-parentRightHolder,
.hideRightHolders .childRightHolders {
  display: none;
}

.force-show {
  display: block !important;
}

@media (max-width: 767px) {
  .a-list-expandedLink-href {
    display: flex;
    width: 100%;
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 12px;
    margin-left: 6px;
    border-bottom: none;
  }
  .a-list-expandedLink-href div:nth-child(1) {
    max-width: 5%;
  }
  .a-list-expandedLink-href div:nth-child(2) {
    position: relative;
    min-width: 90%;
    padding-left: 1.5em !important;
  }
  .a-list-expandedLink-href div:nth-child(2) .count {
    display: block;
    max-width: 33%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .a-list-expandedLink-href .textStatus {
    display: none;
  }

  .childRightHolders .a-modalLink-href {
    display: flex;
    width: 100%;
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 12px;
    margin-left: 6px;
    border-bottom: none;
  }
  .childRightHolders .a-modalLink-href div:nth-child(1) {
    min-width: 5%;
  }
  .childRightHolders .a-modalLink-href div:nth-child(2) :first-child {
    display: block;
    max-width: 67%;
    padding-right: 0;
    padding-left: 1em !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.a-btn-blue-noUnderline {
  color: #0062BA;
  text-align: end;
}

.a-list-expandedLink-href {
  display: flex;
  width: 100%;
  padding: 1%;
  border-bottom: none;
  align-items: center;
}
.a-list-expandedLink-href .row {
  display: contents;
}
.a-list-expandedLink-href div:nth-child(1) {
  max-width: 3%;
  margin-right: 0.5em;
}
.a-list-expandedLink-href div:nth-child(2) {
  display: -webkit-box !important;
}
.a-list-expandedLink-href div:nth-child(2) :first-child {
  padding-left: 0 !important;
}
@media (max-width: 992px) {
  .a-list-expandedLink-href div .noneExpRole {
    max-width: 17em !important;
    margin-left: 0 !important;
  }
  .a-list-expandedLink-href div:nth-child(2) :first-child {
    display: block;
    max-width: 67%;
    padding-right: 0;
    padding-left: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .a-list-expandedLink-href div:nth-child(2):nth-child(2) {
    padding-right: 0;
  }
}
.a-list-expandedLink-href div:nth-child(3) {
  text-align: left;
}
.a-list-expandedLink-href div:nth-child(3) :first-child {
  display: block;
  max-width: 32em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 992px) {
  .a-list-expandedLink-href div:nth-child(3) :first-child {
    max-width: 8em;
    padding-right: 2em;
    margin-left: 2em;
  }
}
.a-list-expandedLink-href div:nth-child(4) {
  min-width: 24%;
  max-height: 2em;
  margin-left: -2em;
  text-align: end;
  align-items: -webkit-baseline-middle;
}
.a-list-expandedLink-href div:nth-child(4) .textStatus {
  vertical-align: sub;
}

.childRightHoldersList {
  background: #EFEFEF;
  border-top: 1px solid #BCC7CC;
}
.childRightHoldersList .childRightHolders {
  display: flex;
}
.childRightHoldersList .childRightHolders .a-modalLink-href {
  display: flex;
  width: 100%;
  padding: 1%;
  border-bottom: none;
  align-items: center;
}
.childRightHoldersList .childRightHolders .a-modalLink-href .row {
  display: contents;
}
.childRightHoldersList .childRightHolders .a-modalLink-href div:nth-child(1) {
  max-width: 3%;
  margin-right: 0.5em;
}
.childRightHoldersList .childRightHolders .a-modalLink-href div:nth-child(2) {
  display: -webkit-box !important;
}
@media (max-width: 992px) {
  .childRightHoldersList .childRightHolders .a-modalLink-href div:nth-child(2) :first-child {
    display: block;
    max-width: 300px;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .childRightHoldersList .childRightHolders .a-modalLink-href div:nth-child(2):nth-child(2) {
    padding-right: 0;
  }
  .childRightHoldersList .childRightHolders .a-modalLink-href div:nth-child(2):nth-child(3) {
    padding-left: 2em;
  }
}
.childRightHoldersList .childRightHolders .a-modalLink-href div:nth-child(3) {
  text-align: left;
}
.childRightHoldersList .childRightHolders .a-modalLink-href div:nth-child(3) :first-child {
  display: block;
  max-width: 32em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 992px) {
  .childRightHoldersList .childRightHolders .a-modalLink-href div:nth-child(3) :first-child {
    max-width: 8em;
    padding-right: 2em;
    margin-left: 2em;
  }
}
.childRightHoldersList .childRightHolders .a-modalLink-href div:nth-child(4) {
  min-width: 24%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: -2em;
  text-align: end;
}

.notificationIcon {
  color: #E23B53;
  vertical-align: -webkit-baseline-middle;
}

@media (max-width: 767px) {
  .notificationIcon {
    display: table-cell;
  }
}
.a-collapseContent-delay {
  opacity: 0;
}

.a-collapsePanel-body.collapse.show .a-collapseContent-delay,
.a-collapsePanel-body .a-onboarding.show .a-collapseContent-delay {
  opacity: 1;
}

.a-collapse-title {
  display: flex;
  padding-bottom: 3px;
  margin-bottom: 0;
  box-shadow: none !important;
  align-items: center;
}
.a-collapse-title:hover .a-collapse-title-name,
.a-collapse-title:hover .primary-collapse-text {
  text-decoration: underline;
}
.a-collapse-title.a-collapse-title--flexstart {
  align-items: flex-start;
}
.a-collapse-title.a-collapse-title--absolute {
  display: block;
  padding-left: 20px;
}
.a-collapse-title.a-collapse-title--absolute .a-dropdownArrow {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .a-collapse-title.a-collapse-title--absolute .a-dropdownArrow {
    top: 3px;
  }
}
.a-collapse-title a {
  border: none;
}
.a-collapse-title::before {
  margin-top: 3px;
}
.a-collapse-title.toggle-collapse-text .secondary-collapse-text {
  display: block;
}
.a-collapse-title.toggle-collapse-text .primary-collapse-text {
  display: none;
}
.a-collapse-title.toggle-collapse-text.collapsed .secondary-collapse-text {
  display: none;
}
.a-collapse-title.toggle-collapse-text.collapsed .primary-collapse-text {
  display: block;
}

.a-collapse-body {
  padding-left: 18px;
}

.a-accordion-small .card {
  margin-bottom: 0;
  background: none;
  border: none;
}
.a-accordion-small .card .a-collapse-title {
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 0;
  padding-left: 0;
  background: transparent;
  border: none;
  text-align: left;
}
.a-accordion-small .card:first-child a,
.a-accordion-small .card:first-child button {
  padding-top: 0;
}
.a-accordion-small.a-accordion-largeText {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
.a-accordion-small.a-accordion-largeText .a-dropdownArrow {
  margin-top: 6px;
}
.a-accordion-small .a-collapseContent {
  padding-left: 23px;
}
.a-accordion-small .a-dropdownArrow {
  margin-right: 10px;
}

.a-accordion-large {
  border-bottom: 1px solid #A5BCC4;
}
.a-accordion-large .card {
  margin-bottom: 0;
  background: none;
  border: none;
}
.a-accordion-large .a-collapse-title {
  padding: 21px 0 18px 0;
  border-top: 1px solid #A5BCC4;
}
@media (min-width: 992px) {
  .a-accordion-large.a-accordion-large--offset .a-collapse-title {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .a-accordion-large.a-accordion-large--offset .a-collapse-title {
    padding-left: 42px;
  }
}
@media (min-width: 992px) {
  .a-accordion-large.a-accordion-large--offset .a-collapseContent-inside {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .a-accordion-large.a-accordion-large--offset .a-collapseContent-inside {
    padding-left: 92px;
  }
}

.a-expandable-content {
  position: relative;
  max-height: 320px;
  overflow: hidden;
  border-bottom: 24px solid #FFFFFF;
}
.a-expandable-content::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  content: " ";
  background: linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
}
.a-expandable-content.a-expanded {
  max-height: none;
  border-bottom: none;
}
.a-expandable-content.a-expanded::before {
  content: none;
}

.a-rowDropdown .a-dropdownArrowDownAndUp {
  transition: transform 0.2s ease-out;
  transform: rotate(90deg);
  justify-content: center;
  align-items: center;
}
.a-rowDropdown.collapsed .a-dropdownArrowDownAndUp {
  transform: rotate(0deg);
}

.a-jumbotron {
  min-height: 550px;
  max-height: 792px;
  margin-bottom: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 576px) {
  .a-jumbotron {
    min-height: 600px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .a-jumbotron {
    min-height: 650px;
  }
}
@media (min-width: 1600px) {
  .a-jumbotron {
    min-height: calc(100vh - 200px);
  }
}
.a-jumbotron .a-leadText {
  max-width: 600px;
}
.a-jumbotron hr {
  display: none !important;
}
.a-jumbotron p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #022F51;
}
.a-jumbotron .a-jumbotron-title {
  display: block;
  margin-bottom: 12px;
}
.a-jumbotron .a-jumbotron-ingress {
  display: block;
  margin-bottom: 24px;
  color: #022F51;
}
.a-jumbotron .a-jumbotron-btn-textright {
  display: none;
}
@media (min-width: 576px) {
  .a-jumbotron .a-jumbotron-btn-textright {
    display: inline;
    padding-left: 12px;
  }
}
.a-jumbotron.a-jumbotron-emergency {
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: luminosity;
}
.a-jumbotron.a-jumbotron--autoHeight {
  height: auto;
  min-height: auto;
}
.a-jumbotron .a-message.a-message--arrow-off {
  margin-top: 18px;
}
.a-jumbotron .a-form-group .a-form-group-items input {
  background-color: #FFFFFF;
}
.a-jumbotron .a-form-group .a-form-group-items .input-group-append .btn {
  background: #FFFFFF;
}
.a-jumbotron .a-form-group .a-form-group-items .input-group-append .btn:focus {
  background: #CFF0FF;
}

.a-jumbotron-header {
  padding-top: 130px;
  margin-top: -144px;
  background-position: right 120px;
  background-size: 945px;
}
@media (min-width: 576px) {
  .a-jumbotron-header {
    background-position: right 0;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .a-jumbotron-header {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .a-jumbotron-header {
    padding-top: 130px;
  }
}
@media (min-width: 1200px) {
  .a-jumbotron-header {
    background-position: center 0;
  }
}
@media (min-width: 1600px) {
  .a-jumbotron-header {
    padding-top: 9%;
  }
}
.a-jumbotron-header.a-jumbotron-header--small {
  padding-top: 130px;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .a-jumbotron-header.a-jumbotron-header--small {
    padding-top: 144px;
    padding-bottom: 72px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .a-jumbotron-header.a-jumbotron-header--small {
    padding-top: 144px;
    padding-bottom: 108px;
  }
}
.a-jumbotron-header.a-jumbotron-header--left {
  background-position: left 120px;
}
@media (min-width: 576px) {
  .a-jumbotron-header.a-jumbotron-header--left {
    background-position: left 0;
  }
}
@media (min-width: 1200px) {
  .a-jumbotron-header.a-jumbotron-header--left {
    background-position: center 0;
  }
}

.a-jumbotron-light {
  background-image: url("../images/header-bg1.svg");
}
.a-jumbotron-light a:hover, .a-jumbotron-light a:focus {
  color: #022F51;
  border-bottom: 2px solid #022F51;
}
.a-jumbotron-light .a-dotted {
  background-image: linear-gradient(to right, #000000 50%, transparent 0%);
}
.a-jumbotron-light .a-list .a-clickable.a-list-hasRowLink:hover, .a-jumbotron-light .a-list .a-clickable.a-list-hasRowLink:active, .a-jumbotron-light .a-list .a-clickable.a-list-hasRowLink:focus,
.a-jumbotron-light .a-list .a-selectable.a-list-hasRowLink:hover,
.a-jumbotron-light .a-list .a-selectable.a-list-hasRowLink:active,
.a-jumbotron-light .a-list .a-selectable.a-list-hasRowLink:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.a-jumbotron-light .a-list .a-clickable.a-list-hasRowLink a:hover, .a-jumbotron-light .a-list .a-clickable.a-list-hasRowLink a:active, .a-jumbotron-light .a-list .a-clickable.a-list-hasRowLink a:focus,
.a-jumbotron-light .a-list .a-selectable.a-list-hasRowLink a:hover,
.a-jumbotron-light .a-list .a-selectable.a-list-hasRowLink a:active,
.a-jumbotron-light .a-list .a-selectable.a-list-hasRowLink a:focus {
  border: none;
}

.a-jumbotron-dark {
  color: #FFFFFF;
  background-color: #022F51;
}
.a-jumbotron-dark a,
.a-jumbotron-dark p,
.a-jumbotron-dark .a-jumbotron-btn-textright,
.a-jumbotron-dark .a-jumbotron-btn-textright,
.a-jumbotron-dark .a-jumbotron-ingress {
  color: #FFFFFF;
}
.a-jumbotron-dark a {
  border-color: #FFFFFF;
}
.a-jumbotron-dark a:hover, .a-jumbotron-dark a:focus, .a-jumbotron-dark a:active {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.a-jumbotron-dark .a-btn.a-btn-border {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #FFFFFF;
}
.a-jumbotron-dark .a-btn.a-btn-border:hover, .a-jumbotron-dark .a-btn.a-btn-border:focus {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
}
.a-jumbotron-dark .a-breadcrumb a {
  border-bottom: 2px solid #008FD6;
}
.a-jumbotron-dark .a-breadcrumb a:hover {
  color: #FFFFFF;
}
.a-jumbotron-dark .a-breadcrumb li.active a {
  color: #FFFFFF;
  border-bottom: none;
}
.a-jumbotron-dark .a-breadcrumb li.active a:hover {
  border: none;
}
@media (max-width: 767.98px) {
  .a-jumbotron-dark .a-breadcrumb li.breadcrumb-mobile::before {
    color: #FFFFFF;
  }
}
.a-jumbotron-dark .a-breadcrumb > li + li::before {
  color: #FFFFFF;
}
.a-jumbotron-dark .a-dotted-line {
  background-image: linear-gradient(to right, #FFFFFF 50%, transparent 0%);
}
.a-jumbotron-dark .a-dotted {
  background-image: linear-gradient(to right, #FFFFFF 50%, transparent 0%);
}
.a-jumbotron-dark .a-list.a-list-borderTop li:first-child {
  background-image: linear-gradient(to right, #FFFFFF 50%, transparent 0%), linear-gradient(to right, #FFFFFF 50%, transparent 0%);
  background-repeat: repeat-x;
  background-position: 25px top, 25px bottom;
  background-size: 4px 2px;
}
.a-jumbotron-dark .a-listItem-title:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.a-jumbotron-dark .a-clickable a:hover:not(.a-expanded):not(.a-deleted):not(.a-completed), .a-jumbotron-dark .a-clickable a:active:not(.a-expanded):not(.a-deleted):not(.a-completed), .a-jumbotron-dark .a-clickable a:focus:not(.a-expanded):not(.a-deleted):not(.a-completed),
.a-jumbotron-dark .a-selectable a:hover:not(.a-expanded):not(.a-deleted):not(.a-completed),
.a-jumbotron-dark .a-selectable a:active:not(.a-expanded):not(.a-deleted):not(.a-completed),
.a-jumbotron-dark .a-selectable a:focus:not(.a-expanded):not(.a-deleted):not(.a-completed) {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
.a-jumbotron-dark .a-message {
  color: #000000;
}
.a-jumbotron-dark .a-message a {
  color: #000000;
  border-bottom: 1px solid #008FD6;
}
.a-jumbotron-dark .a-message a:hover {
  border-bottom: 1px solid #0062BA;
}
.a-jumbotron-dark.a-jumbotron-dark--purple {
  background: #3F3161;
}

@media (min-width: 768px) {
  .a-jumbotron-large {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .a-jumbotron-large {
    height: 700px;
  }
}

.a-jumbotron-bottom {
  background-color: #022F51;
  background-position: bottom right;
  background-size: 60%;
}
@media (min-width: 992px) {
  .a-jumbotron-bottom {
    min-height: 580px;
    background-position: center;
    background-size: cover;
  }
}

.a-jumbotron-top {
  padding-top: 357px;
  background-position: right -50px;
  background-size: 890px;
}
@media (min-width: 768px) {
  .a-jumbotron-top {
    display: flex;
    min-height: 580px;
    padding-top: 36px;
    margin-bottom: 36px;
    background-position: bottom center;
    background-size: cover;
    align-items: center;
  }
}
@media (min-width: 1600px) {
  .a-jumbotron-top {
    max-width: 2200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .a-article-right-off {
    float: right;
    max-width: 65%;
    margin-left: 24px;
  }
}
@media (min-width: 992px) {
  .a-article-right-off {
    max-width: 75%;
    margin-right: -192px;
  }
}

.a-articleSearch {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .a-articleSearch {
    margin-bottom: 60px;
  }
}

.a-text > h1,
.a-text > h2,
.a-text > h3,
.a-text > h4 {
  margin: 24px 0 12px 0;
}
@media (min-width: 768px) {
  .a-text > h1,
.a-text > h2,
.a-text > h3,
.a-text > h4 {
    margin: 24px 0 12px 0;
  }
}
@media (min-width: 992px) {
  .a-text > h1,
.a-text > h2,
.a-text > h3,
.a-text > h4 {
    margin: 36px 0 12px 0;
  }
}
.a-text > h3,
.a-text > h4 {
  margin: 24px 0 6px 0;
}
.a-text > h2 + h3 {
  margin-top: 12px !important;
}
.a-text p > a,
.a-text li > a {
  border-width: 1px;
}
.a-text p strong > a,
.a-text p b > a,
.a-text li strong > a,
.a-text li b > a {
  border-width: 2px;
}
.a-text p a {
  position: relative;
  z-index: 1;
}
.a-text p a::before {
  position: absolute;
  top: -16px;
  left: -12px;
  z-index: -1;
  width: calc(100% + 24px);
  min-height: 48px;
  cursor: pointer;
  content: "";
}
.a-text ol,
.a-text .a-circle-list {
  margin: 0 0 36px 0;
}
@media (min-width: 992px) {
  .a-text ol,
.a-text .a-circle-list {
    margin-left: -42px;
  }
}
.a-text ol li,
.a-text .a-circle-list li {
  padding-left: 42px;
  margin-bottom: 18px;
}
.a-text ol li::before,
.a-text .a-circle-list li::before {
  font-family: "DIN-bold";
  font-weight: normal;
  position: relative;
  top: 0;
  padding: 5px 9px 4px 9px;
  margin-right: 15px;
  margin-left: -46px;
  content: counter(step);
  counter-increment: step;
  border: 2px solid #008FD6;
  border-radius: 50%;
}
.a-text ol li ul li,
.a-text .a-circle-list li ul li {
  padding: 0;
  margin-left: 24px;
}
.a-text ol li ul li::before,
.a-text .a-circle-list li ul li::before {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  counter-increment: none;
  border: none;
}
.a-text .a-question-wrapper .a-circle-list {
  margin-left: 0;
}
@media (min-width: 992px) {
  .a-text .a-question-wrapper .a-circle-list {
    margin-left: 0;
  }
}
.a-text .a-question-wrapper .a-circle-list li {
  padding-left: 72px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .a-text .a-question-wrapper .a-circle-list li {
    padding-left: 84px;
  }
}
.a-text .a-question-wrapper .a-circle-list li::before {
  position: absolute;
  top: 18px;
  left: 72px;
  width: 36px;
  height: 36px;
  padding: 5px 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .a-text .a-question-wrapper .a-circle-list li::before {
    top: 30px;
    left: 84px;
  }
}
.a-text .a-question-wrapper .a-circle-list li:last-of-type {
  display: none;
  padding: 0;
  margin-bottom: 0;
}
.a-text .a-question-wrapper .a-circle-list li:last-of-type::before {
  display: none;
}
.a-text ul.a-iconList li {
  margin-bottom: 18px;
}
.a-text ul.connected-bullets {
  margin-left: 0;
}
.a-text ul.connected-bullets li {
  padding-left: 36px;
  margin: 0;
}
@media (min-width: 768px) {
  .a-text ul.connected-bullets li {
    padding-left: 0;
  }
}
.a-text ul.no-decoration,
.a-text ol.no-decoration {
  margin: 0;
  list-style-type: none;
}
.a-text ul.a-list,
.a-text ol.a-list {
  margin: 0;
  list-style: none;
}
.a-text ul.a-list li,
.a-text ol.a-list li {
  margin: 0;
}
.a-text.a-collapseContent ul {
  margin-bottom: 18px;
  margin-left: 0 !important;
}
.a-text.a-collapseContent ol {
  margin-top: 24px;
  margin-left: 36px;
}
.a-text .a-list-container {
  max-width: 500px;
}

@media (min-width: 992px) {
  .a-articleImage-right {
    float: right;
    max-width: 56%;
    padding: 6px 0 24px 24px;
    margin-right: -190px;
  }
}

.a-articleImage-left {
  float: left;
  max-width: 56%;
  padding: 6px 24px 24px 0;
  margin-left: -96px;
}

.a-box {
  float: left;
  width: calc(100% + 48px);
  padding: 24px 24px;
  margin-left: -24px;
  background: #FFFFFF;
  border: 12px solid #CFF0FF;
}
@media (min-width: 576px) {
  .a-box {
    width: 100%;
    padding: 48px 48px;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .a-box {
    padding: 48px 84px;
  }
}
.a-box .a-box-heading {
  float: left;
  padding-bottom: 24px;
}
.a-box .a-box-body {
  float: left;
}
.a-box .a-box-footer {
  float: left;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .a-box.a-article-list-dates .a-box-heading,
.a-box.a-article-list-dates .a-box-footer {
    margin-left: 96px;
  }
}

.a-article-teaser {
  width: 100%;
  margin-bottom: 12px;
}
.a-article-teaser a {
  display: flex;
}
.a-article-teaser a :hover .a-date,
.a-article-teaser a :focus .a-date {
  background: #0062BA;
}

.a-article-teaser-text {
  float: left;
  width: calc(100% - 60px);
  padding-left: 36px;
}
@media (min-width: 768px) {
  .a-article-teaser-text {
    margin-top: -2px;
  }
}
@media (min-width: 992px) {
  .a-article-teaser-text {
    margin-top: -5px;
  }
}
@media (min-width: 1200px) {
  .a-article-teaser-text {
    margin-top: -8px;
  }
}
.a-article-teaser-text h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-bold";
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.a-byline {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-medium";
  font-weight: normal;
}
.a-byline a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-medium";
  font-weight: normal;
}

h1 + .a-byline {
  margin-top: -6px;
  margin-bottom: 12px;
}

.a-date {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
  color: #FFFFFF;
  text-align: center;
  background: #008FD6;
}
@media (min-width: 576px) {
  .a-date {
    padding-top: 2px;
    margin-bottom: 36px;
  }
}
.a-date .a-date-day {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 5px;
}
.a-date .a-date-day--small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: 12px;
}
.a-date .a-date-month {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: -7px;
}
.a-date-container {
  display: none;
  padding: 0;
}
@media (min-width: 768px) {
  .a-date-container {
    display: flex;
    align-items: center;
  }
}
.a-date-container-inner {
  display: flex;
  width: 100%;
}
.a-date-hiddencontainer {
  display: flex;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .a-date-hiddencontainer {
    display: none;
  }
}

.a-date--large {
  width: 144px;
  height: 132px;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
  background: #008FD6;
}
.a-date--large .a-date-day {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.1;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 24px;
}
.a-date--large .a-date-day--small {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 36px;
  padding-bottom: 12px;
}
.a-date--large .a-date-month {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: -7px;
}

.a-blockquote {
  font-family: "DIN-reg";
  font-weight: normal;
  padding-left: 24px;
  color: #000000;
  text-align: left;
  border-left: 6px solid #008FD6;
}
@media (min-width: 768px) {
  .a-blockquote {
    border-left: none;
  }
}
@media (min-width: 992px) {
  .a-blockquote {
    padding-left: 48px;
  }
}
.a-blockquote .a-citation {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-bold";
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 992px) {
  .a-blockquote .a-citation {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-blockquote.a-blockquote-right {
  margin-top: 24px;
  margin-bottom: 24px;
  border-left: 6px solid #008FD6;
}

blockquote::before, blockquote::after {
  content: "";
}

/*-- ALTINN SPECIFIC --*/
.a-bgWhite {
  background-color: #FFFFFF;
}

.a-bgGreyLight {
  background-color: #EFEFEF;
}

.a-bgBlue {
  background-color: #008FD6;
}

.a-bgBlueLight {
  background-color: #CFF0FF;
}

.a-bgBlueLighter {
  background-color: #E3F7FF;
}

.a-bgBlueDark {
  background-color: #0062BA;
}

.a-bgBlueDarker {
  background-color: #022F51;
}

.a-bgPurple {
  background-color: #3F3161;
}

.a-bgPurpleLight {
  background-color: #E0DAF7;
}

.a-bgYellow {
  background-color: #FFDA06;
}

.a-bgYellowLight {
  background-color: #FBF6BD;
}

.a-bgGreen {
  background-color: #17C96B;
}

.a-bgGreenLight {
  background-color: #D4F9E4;
}

.a-bgGreenLighter {
  background-color: #F5F5F5;
}

.a-bgRed {
  background-color: #E23B53;
}

.a-bgRedLight {
  background-color: #F9CAD3;
}

.a-bg-blue-hover:hover {
  background-color: #CFF0FF;
}

.a-bg-red-hover:hover {
  background-color: #F9CAD3;
}

.a-bgPurple,
.a-bgBlueDark,
.a-bgBlueDarker,
.a-bgRed {
  color: #FFFFFF;
}

.a-textGreen {
  color: #17C96B;
}

.a-textWhite {
  color: #FFFFFF !important;
}

.a-textBlue {
  color: #008FD6;
}
.a-textBlue.a-textBlue-hover {
  color: #008FD6;
}

.a-blueText {
  color: #008FD6;
}

.a-blueDarkText {
  color: #0062BA;
}

.a-blueDarkerText {
  color: #022F51;
}

@font-face {
  font-family: "DIN-light";
  src: url("../fonts/DINWeb-Light.woff");
}
@font-face {
  font-family: "DIN-reg";
  src: url("../fonts/DINWeb.woff");
}
@font-face {
  font-family: "DIN-medium";
  src: url("../fonts/DINWeb-Medium.woff");
}
@font-face {
  font-family: "DIN-bold";
  src: url("../fonts/DINWeb-Bold.woff");
}
a[href^=http]:not([href*=pdf]):not([href*="altinn.no"]):not([href*="altinn.cloud"]):not([href*="basefarm.net"]):not([href*="local.altinn"])::after {
  display: inline-block;
  width: 1.3em;
  background-image: url("../images/arrowrightup.svg");
  background-repeat: no-repeat;
  background-size: 119% auto;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: -3px;
  content: "(external link)";
  white-space: nowrap;
  overflow: hidden;
  text-indent: 1.3em;
}

a[href$=".pdf"]::after {
  content: " (PDF)" !important;
  display: inline !important;
}

a[href$=".pdf"][data-size]:after {
  content: " (PDF, " attr(data-size) ")" !important;
}

a.a-linkFeatured[href^=http]:not([href*="altinn.no"])::after {
  background-position: -6px -2px;
  background-size: 142% auto;
}

.a-list li.a-list-hasRowLink a[href^=http]:not([href*="altinn.no"])::after {
  top: 9px;
  right: 6px;
  position: absolute;
}

.a-media {
  display: block;
}
@media (min-width: 768px) {
  .a-media {
    display: flex;
  }
}
.a-media img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .a-media img {
    max-width: 300px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .a-media img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .a-media img {
    max-width: 500px;
  }
}

.a-illustrationLink {
  display: block;
  padding: 24px 12px;
  margin-bottom: 24px;
  text-align: left;
  border: none; 
  @media (min-width: 500px) {
    text-align: center;
  }
}
.a-illustrationLink h2 {
  font-family: "DIN-bold";
  font-weight: normal;
  display: inline;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
.a-illustrationLink p {
  min-height: none;
  margin-top: 0;
  margin-bottom: 0;

  @media (min-width: 500px) {
    min-height: 48px;
    margin-top: 6px;
    margin-bottom: 18px;
  }
}
.a-illustrationLink:hover, .a-illustrationLink:focus, .a-illustrationLink:active {
  border: none;
}
.a-illustrationLink:hover h2, .a-illustrationLink:focus h2, .a-illustrationLink:active h2 {
  color: #022F51;
  border-bottom: 2px solid #022F51;
}
.a-illustrationLink:hover .a-illustration-icon, .a-illustrationLink:focus .a-illustration-icon, .a-illustrationLink:active .a-illustration-icon {
  position: relative;
}
.a-illustrationLink:hover .a-illustration-icon .a-illustration-overlay, .a-illustrationLink:focus .a-illustration-icon .a-illustration-overlay, .a-illustrationLink:active .a-illustration-icon .a-illustration-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.a-illustration-icon {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
  display: flex;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin: auto;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  background: #3F3161;
  border-radius: 50%;
  align-self: center;
}
@media (min-width: 500px) {
  .a-illustration-icon {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 120px;
    height: 120px;
  }
}
.a-illustration-icon img {
  width: 100%;
}
.a-illustration-icon i {
  width: 100%;
  align-self: center;
}

.a-mediaBlock {
  margin-bottom: 48px;
  text-align: center;
}
.a-mediaBlock img {
  width: 40%;
  margin: 0 auto;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .a-mediaBlock img {
    width: 60%;
  }
}
.a-mediaBlock.a-img-large img {
  width: 60%;
}
@media (min-width: 768px) {
  .a-mediaBlock.a-img-large img {
    width: 100%;
    max-width: 320px;
  }
}
.a-mediaBlock .a-mediaBlock-caption {
  padding-top: 24px;
  text-align: center;
}

.a-personRole {
  display: flex;
  float: left;
  width: 100%;
  min-height: 36px;
  align-items: center;
}
.a-personRole .a-dot {
  margin-top: -5px;
  align-self: flex-start;
}
.a-personRole .a-personRole-text {
  float: left;
  width: 80%;
}
.a-personRole .a-personRole-text .a-personRole-role {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.a-personRole .a-personRole-text .a-personRole-name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-bold";
  font-weight: normal;
  display: block;
}
@media (min-width: 992px) {
  .a-personRole .a-personRole-text .a-personRole-name {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    white-space: nowrap;
  }
}
.a-personRole .a-label {
  margin-top: -2px;
}

.a-filterGuide .a-btn:disabled {
  display: none;
}

.a-linkArticle {
  padding-bottom: 24px;
}

.a-articleList .a-linkArticle {
  padding-bottom: 0;
}
.card-block,
.a-message {
  overflow-wrap: break-word;
}

.margin-right-minus-16 {
  margin-right: -16px !important;
}

.margin-left-minus-6 {
  margin-left: -6px !important;
}

.a-vertical-align {
  position: absolute;
  top: 50%;
  display: flex;
  margin: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  align-items: center;
  justify-content: center;
}

.LBD_CaptchaImageDiv {
  display: inline-block;
  vertical-align: top;
}

.LBD_CaptchaIconsDiv {
  display: inline-block;
}

.LBD_CaptchaIconsDiv a,
.LBD_CaptchaDiv a {
  border-bottom: none;
}

.a-containerColnav-top {
  padding: 0 0 24px 0;
}
@media (min-width: 992px) {
  .a-containerColnav-top {
    padding: 0 0 12px 48px;
  }
}

.a-contentOverview {
  min-height: 580px;
  border-top: 1px solid #022F51;
}
@media (min-width: 992px) {
  .a-contentOverview {
    overflow: hidden;
    border-bottom: 1px solid #022F51;
  }
}

.foundation-mq {
  font-family: "small=0&medium=544px&large=768px&xlarge=992px&xxlarge=1200px";
}

[data-whatinput=mouse] .a-colnav > li {
  outline: 0;
}

@media (max-width: 991.98px) {
  .a-colnav-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.a-colnav-wrapper .a-colnav {
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding-left: 10px;
  margin: 0;
  list-style-type: none;
  transition: left 0.25s ease-out;
}
@media (max-width: 991.98px) {
  .a-colnav-wrapper .a-colnav {
    border-bottom: 1px solid #BCC7CC;
    box-shadow: #BCC7CC 0 -1px 0;
  }
}
.a-colnav-wrapper .a-colnav.stacked {
  background-color: #FFFFFF;
}
.a-colnav-wrapper .a-colnav.noTrans {
  transition: none;
}
.a-colnav-wrapper .a-colnav li {
  margin-left: -10px;
}
.a-colnav-wrapper .a-colnav li a {
  display: block;
  padding: 12px;
  color: #000000;
  background: #EFEFEF;
  border-bottom: 1px solid #BCC7CC;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .a-colnav-wrapper .a-colnav li a {
    padding: 12px 36px 12px 36px;
  }
}
@media (min-width: 992px) {
  .a-colnav-wrapper .a-colnav li a {
    padding: 12px 48px;
    border-right: 1px solid #BCC7CC;
  }
}
.a-colnav-wrapper .a-colnav li a:hover, .a-colnav-wrapper .a-colnav li a.open, .a-colnav-wrapper .a-colnav li a:focus {
  background: rgba(255, 255, 255, 0.7);
}
.a-colnav-wrapper .a-colnav li a.open {
  background: #008FD6 !important;
}
.a-colnav-wrapper .a-colnav li a.open:focus {
  background: #CFF0FF !important;
}
.a-colnav-wrapper .a-colnav li a:focus {
  background: #CFF0FF;
  outline: none;
}
.a-colnav-wrapper .a-colnav li a.is-active {
  text-decoration: none;
}
.a-colnav-wrapper .a-colnav li a h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-bold";
  font-weight: normal;
  margin-bottom: 0;
}
.a-colnav-wrapper .a-colnav li a p {
  margin-bottom: 0;
}
.a-colnav-wrapper .a-colnav li:last-child a {
  border-bottom: none;
}
.a-colnav-wrapper .a-colnav li .dim {
  background: transparent !important;
}
.a-colnav-wrapper .a-colnav li .dim-second {
  color: #6A6A6A;
  background: #EFEFEF;
}
.a-colnav-wrapper .a-colnav li .dim-second h2 {
  color: #6A6A6A;
}
.a-colnav-wrapper .a-colnav .a-colnav-secondLevel {
  z-index: 5;
  box-sizing: border-box;
  display: none;
  min-height: 100.3%;
  padding-right: 0;
  padding-left: 0;
  margin-top: -1px;
  box-shadow: -1px 0 5px 0 rgba(137, 137, 137, 0.5);
}
@media (min-width: 768px) {
  .a-colnav-wrapper .a-colnav .a-colnav-secondLevel:not(.stacked) {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .a-colnav-wrapper .a-colnav .a-colnav-secondLevel {
    margin-left: 1px;
  }
}
.a-colnav-wrapper .a-colnav .a-colnav-secondLevel li {
  margin-left: 0;
}
.a-colnav-wrapper .a-colnav .a-colnav-thirdLevel {
  box-sizing: border-box;
  display: none;
  min-height: 100.3%;
  padding-right: 0;
  padding-left: 0;
  margin-left: -1px;
  background: #FFFFFF;
  box-shadow: -1px 0 5px 0 rgba(137, 137, 137, 0.5);
}
@media (max-width: 991.98px) {
  .a-colnav-wrapper .a-colnav .a-colnav-thirdLevel {
    margin-left: 1px;
  }
}
@media (min-width: 992px) {
  .a-colnav-wrapper .a-colnav .a-colnav-thirdLevel {
    width: 469px;
    min-height: 100.3%;
  }
}
@media (min-width: 1200px) {
  .a-colnav-wrapper .a-colnav .a-colnav-thirdLevel {
    width: 517px;
  }
}
.a-colnav-wrapper .a-colnav .a-colnav-thirdLevel h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-reg";
  font-weight: normal;
}
.a-colnav-wrapper .a-colnav .a-colnav-thirdLevel .a-colnav-rightText {
  font-family: "DIN-medium";
  font-weight: normal;
}
.a-colnav-wrapper [data-whatinput=mouse] .dropdown .a-colnav a {
  outline: 0;
}
.a-colnav-wrapper .dropdown.a-colnav > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.a-colnav-wrapper .dropdown.a-colnav > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.a-colnav-wrapper .dropdown.a-colnav > li.is-dropdown-submenu-parent > a {
  position: relative;
}
.a-colnav-wrapper .dropdown.a-colnav.a-colnav-vertical > li .is-dropdown-submenu {
  top: 0;
}
.a-colnav-wrapper .dropdown.a-colnav.a-colnav-vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.a-colnav-wrapper .dropdown.a-colnav.a-colnav-vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.a-colnav-wrapper .dropdown.a-colnav.a-colnav-vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}
.a-colnav-wrapper .dropdown.a-colnav .a-colnav-secondLevel .is-dropdown-submenu-item a {
  position: relative;
  padding: 18px 12px 17px 12px;
  border-bottom: 1px solid #BCC7CC;
}
@media (min-width: 768px) {
  .a-colnav-wrapper .dropdown.a-colnav .a-colnav-secondLevel .is-dropdown-submenu-item a {
    padding: 18px 24px 17px 24px;
    border-right: none;
  }
}
.a-colnav-wrapper .dropdown.a-colnav .a-colnav-secondLevel .is-dropdown-submenu-item a.a-js-colnavLinkAlt {
  padding: 12px 12px 11px 12px;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .a-colnav-wrapper .dropdown.a-colnav .a-colnav-secondLevel .is-dropdown-submenu-item a.a-js-colnavLinkAlt {
    padding: 12px 24px 11px 24px;
  }
}
.a-colnav-wrapper .dropdown.a-colnav .a-colnav-secondLevel .is-dropdown-submenu-item a:hover {
  background: #F5F5F5;
}
.a-colnav-wrapper .dropdown.a-colnav .a-colnav-secondLevel .is-dropdown-submenu-item a h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-reg";
  font-weight: normal;
  margin-bottom: 0;
}
.a-colnav-wrapper .dropdown.a-colnav .a-colnav-secondLevel .is-dropdown-submenu-item a h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-reg";
  font-weight: normal;
  margin-bottom: 0;
}
.a-colnav-wrapper .dropdown.a-colnav .a-colnav-thirdLevel .is-dropdown-submenu-item a {
  position: relative;
  padding: 12px 12px 11px 12px;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .a-colnav-wrapper .dropdown.a-colnav .a-colnav-thirdLevel .is-dropdown-submenu-item a {
    padding: 12px 24px 11px 24px;
  }
}
.a-colnav-wrapper .dropdown.a-colnav .a-colnav-thirdLevel .is-dropdown-submenu-item a:hover {
  background: #F5F5F5;
}
.a-colnav-wrapper .dropdown.a-colnav .a-colnav-thirdLevel .is-dropdown-submenu-item a h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-reg";
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .a-colnav-wrapper .dropdown.a-colnav .a-colnav-thirdLevel .is-dropdown-submenu-item a h4 {
    max-width: calc(100% - 60px);
    padding-right: 60px;
  }
}
.a-colnav-wrapper .dropdown.a-colnav .a-colnav-thirdLevel .is-dropdown-submenu-item a .a-colnav-rightText {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  width: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .a-colnav-wrapper .dropdown.a-colnav .a-colnav-thirdLevel .is-dropdown-submenu-item a .a-colnav-rightText {
    position: absolute;
    top: 14px;
    right: 12px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .a-colnav-wrapper .dropdown.a-colnav .a-colnav-thirdLevel .is-dropdown-submenu-item a .a-colnav-rightText {
    right: 24px;
  }
}
.a-colnav-wrapper .is-dropdown-submenu-parent {
  position: static;
}
.a-colnav-wrapper .is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
.a-colnav-wrapper .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.a-colnav-wrapper .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.a-colnav-wrapper .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.a-colnav-wrapper .is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  background: #F5F5F5;
  border: 1px solid #BCC7CC;
}
.a-colnav-wrapper .is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.a-colnav-wrapper .is-dropdown-submenu > li {
  width: 100%;
}
.a-colnav-wrapper .is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.a-colnav-wrapper .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.a-bgBlueLight .dim-second {
  color: #6A6A6A;
  background: #CFF0FF;
}
.a-bgBlueLight .dim-second h2 {
  color: #6A6A6A;
}
.a-bgBlueLight .a-colnav .a-colnav-secondLevel {
  background: #CFF0FF;
}
.a-bgBlueLight .a-colnav .a-colnav-secondLevel .is-dropdown-submenu-item a:hover {
  background: #E3F7FF;
}

@media (max-width: 991.98px) {
  .a-js-suggestionList {
    display: block !important;
  }
}

.js-dropdown-back {
  display: none;
}

.is-dropdown {
  max-width: initial !important;
}

.a-js-backButton {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-medium";
  font-weight: normal;
  display: none;
  padding: 18px 24px 17px 4px;
  margin-top: -1px;
  margin-bottom: 0;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #000000;
  border-bottom: 1px solid #BCC7CC;
}
@media (min-width: 992px) {
  .a-js-backButton {
    display: none !important;
  }
}

.a-containerColnav-right {
  padding: 0 36px;
}
@media (min-width: 576px) {
  .a-containerColnav-right {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .a-containerColnav-right {
    padding: 0 12px;
  }
}
@media (min-width: 992px) {
  .a-containerColnav-right {
    padding: 0 60px;
  }
}

.a-footer {
  padding-bottom: 72px;
  margin-top: 48px;
  border-top: 1px solid #BCC7CC;
}
@media (min-width: 768px) {
  .a-footer {
    padding-top: 48px;
  }
}
.a-footer.a-footer--noLine {
  margin-top: 0;
  border-top: none;
}

@media (min-width: 992px) {
  .a-containerColnav + .a-containerFooter .a-footer {
    margin-top: 0;
    border-top: none;
  }
}

@media (min-width: 992px) {
  .a-footer-firstRow {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .a-footer-firstRow {
    padding-left: 92px;
  }
}

.a-footerNav,
.a-footerExtraNav {
  padding-top: 4px;
  text-align: center;
}
@media (min-width: 992px) {
  .a-footerNav,
.a-footerExtraNav {
    text-align: left;
  }
}
.a-footerNav ul li,
.a-footerExtraNav ul li {
  display: inline;
  padding-bottom: 12px;
  padding-left: 60px;
}
@media (min-width: 992px) {
  .a-footerNav ul li,
.a-footerExtraNav ul li {
    padding-left: 84px;
  }
}
.a-footerNav ul li:last-child,
.a-footerExtraNav ul li:last-child {
  padding-bottom: 0;
}
.a-footerNav ul li:first-child,
.a-footerExtraNav ul li:first-child {
  padding-left: 48px;
}
@media (min-width: 992px) {
  .a-footerNav ul li:first-child,
.a-footerExtraNav ul li:first-child {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .a-footerNav ul li:first-child,
.a-footerExtraNav ul li:first-child {
    padding-left: 84px;
  }
}
.a-footerNav ul li a,
.a-footerExtraNav ul li a {
  font-family: "DIN-bold";
  font-weight: normal;
  position: relative;
  color: #022F51;
  border: none;
}
.a-footerNav ul li a:hover,
.a-footerExtraNav ul li a:hover {
  color: #0062BA;
  border-color: #0062BA;
}
.a-footerNav ul li a i,
.a-footerExtraNav ul li a i {
  position: absolute;
  top: 10px;
  left: -32px;
  line-height: 0;
}
.a-footerNav ul li a i.ai-corp,
.a-footerExtraNav ul li a i.ai-corp {
  left: -38px;
}

.a-footerNav {
  display: none;
}
@media (min-width: 768px) {
  .a-footerNav {
    display: block;
  }
}

.a-footerExtraNav {
  margin-top: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .a-footerExtraNav {
    text-align: center;
  }
}
.a-footerExtraNav .a-footerExtraNav-name {
  display: block;
}
@media (min-width: 768px) {
  .a-footerExtraNav .a-footerExtraNav-name {
    display: inline;
  }
}
.a-footerExtraNav .a-footerExtraNav-toTop {
  float: right;
}
.a-footerExtraNav ul {
  padding-top: 12px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .a-footerExtraNav ul {
    display: inline;
    padding-top: 0;
  }
}
.a-footerExtraNav ul li {
  display: block;
  padding-left: 0;
}
@media (min-width: 768px) {
  .a-footerExtraNav ul li {
    display: inline;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .a-footerExtraNav ul li {
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .a-footerExtraNav ul li:first-child {
    padding-left: 24px;
  }
}
.a-footerExtraNav ul li a {
  font-family: "DIN-reg";
  font-weight: normal;
  position: relative;
  color: #022F51;
  border-bottom: 1px solid #022F51;
}
.a-footerExtraNav ul li a::before {
  position: absolute;
  top: -15px;
  left: -12px;
  z-index: -1;
  width: calc(100% + 24px);
  min-height: 44px;
  cursor: pointer;
  content: "";
}
.a-footerExtraNav ul li a i {
  margin-top: -3px;
  vertical-align: middle;
}

.a-jumpnav {
  background: #FFFFFF;
}

.a-header {
  height: 96px;
  padding-top: 24px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .a-header {
    height: 108px;
    padding-top: 36px;
  }
}
@media (min-width: 992px) {
  .a-header {
    margin-bottom: 36px;
  }
}
.a-header.a-compact {
  height: 72px;
}
@media (min-width: 768px) {
  .a-header.a-compact {
    height: 108px;
  }
}
@media (max-width: 991.98px) {
  .a-header > .container {
    padding: 0 12px;
  }
}
.a-header .a-logo {
  float: left;
  max-width: 110px;
  margin-top: -2px;
  margin-right: 48px;
}
@media (min-width: 992px) {
  .a-header .a-logo {
    max-width: 142px;
    margin-top: 0;
  }
}
.a-header .a-dropdown-languages,
.a-header .a-dropdown-personswitchList {
  position: absolute;
  top: 57px !important;
  left: auto !important;
  width: 320px;
}
@media (min-width: 576px) {
  .a-header .a-dropdown-languages,
.a-header .a-dropdown-personswitchList {
    width: 420px;
  }
}
.a-header .a-dropdown-languages {
  right: -90px;
  padding: 0;
}
@media (min-width: 576px) {
  .a-header .a-dropdown-languages {
    top: 55px;
    right: -38px;
  }
}
@media (min-width: 768px) {
  .a-header .a-dropdown-languages {
    right: -20px;
  }
}
@media (min-width: 992px) {
  .a-header .a-dropdown-languages {
    right: -24px;
  }
}
@media (min-width: 1200px) {
  .a-header .a-dropdown-languages {
    right: -13px;
  }
}
.a-header .a-dropdown-languages.a-dropdownTriangle::after {
  right: 79px;
  left: auto;
}
@media (min-width: 768px) {
  .a-header .a-dropdown-languages.a-dropdownTriangle::after {
    right: 8px;
  }
}
@media (min-width: 992px) {
  .a-header .a-dropdown-languages.a-dropdownTriangle::after {
    right: 12px;
  }
}
.a-header .a-dropdown-personswitchList {
  right: 0 !important;
  width: 100%;
}
@media (min-width: 576px) {
  .a-header .a-dropdown-personswitchList {
    top: 55px;
  }
}
@media (min-width: 768px) {
  .a-header .a-dropdown-personswitchList {
    top: 55px !important;
    right: -3px !important;
    width: 420px;
  }
}
.a-header .a-dropdown-personswitchList.a-dropdownTriangle::after {
  right: 1px;
  left: auto;
}
@media (min-width: 768px) {
  .a-header .a-dropdown-personswitchList.a-dropdownTriangle::after {
    right: 3px;
  }
}

.a-header-options {
  float: right;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .a-header-options {
    left: auto;
    margin-top: -7px;
  }
}
@media (min-width: 992px) {
  .a-header-options {
    margin-top: -6px;
  }
}
.a-header-options .nav-link {
  padding: 12px 8px 10px 8px;
  border-radius: 0;
}
@media (min-width: 576px) {
  .a-header-options .nav-link {
    padding: 13px 8px 10px 8px;
  }
}
@media (min-width: 768px) {
  .a-header-options .nav-link {
    padding: 10px 8px 10px 8px;
  }
}
@media (min-width: 992px) {
  .a-header-options .nav-link {
    padding: 10px;
  }
}
.a-header-options .nav-link:focus, .a-header-options .nav-link:active {
  color: #0062BA;
  border-color: #0062BA;
}
.a-header-options .a-languageSwitcher {
  font-family: "DIN-medium";
  font-weight: normal;
  position: absolute;
  right: 18px;
  color: #0062BA;
  cursor: pointer;
  background: transparent;
  border: none;
}
@media (min-width: 576px) {
  .a-header-options .a-languageSwitcher {
    position: relative;
    right: 0;
  }
}
@media (min-width: 768px) {
  .a-header-options .a-languageSwitcher {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 1px;
    margin-right: 12px;
    border-bottom: 1px solid #0062BA;
  }
}
@media (min-width: 1200px) {
  .a-header-options .a-languageSwitcher {
    margin-right: 24px;
  }
}
.a-header-options .a-languageSwitcher:focus::before {
  position: absolute;
  top: -7px;
  left: -18px;
  width: calc(100% + 36px);
  height: calc(100% + 24px);
  content: " ";
  background: rgba(0, 0, 0, 0.1);
  outline: 2px solid;
  border: none;
  border-radius: 50px;
}
.a-header-options .a-languageSwitcher:hover, .a-header-options .a-languageSwitcher:focus, .a-header-options .a-languageSwitcher:active {
  border-bottom: 1px solid #0062BA;
}
.a-header-options .a-languageSwitcher:focus, .a-header-options .a-languageSwitcher:active {
  outline: none;
}
.a-header-options .a-languageSwitcher i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: middle;
}
.a-header-options .a-languageSwitcher::after {
  display: none;
}
@media (min-width: 768px) {
  .a-header-options .a-languageSwitcher::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0.095em;
  }
}
.a-header-options .a-personSwitcher {
  padding-right: 12px;
}
@media (min-width: 576px) {
  .a-header-options .a-personSwitcher {
    padding-right: 12px;
    margin-right: -12px;
  }
}
@media (min-width: 768px) {
  .a-header-options .a-personSwitcher {
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .a-header-options .a-personSwitcher {
    padding-left: 24px;
  }
}

.a-personSwitcher {
  font-family: "DIN-medium";
  font-weight: normal;
  position: absolute;
  right: 0;
  margin-top: -7px;
  color: #0062BA;
  text-align: right;
  cursor: pointer;
  background: transparent;
  border: none;
}
@media (min-width: 576px) {
  .a-personSwitcher {
    position: relative;
    right: 0;
  }
}
.a-personSwitcher::after {
  display: none;
}
.a-personSwitcher:focus {
  background: rgba(0, 0, 0, 0.1);
  border-color: #022F51;
  border-radius: 50px;
}
.a-personSwitcher:focus, .a-personSwitcher:active {
  outline: 2px solid;
}
.a-personSwitcher:hover, .a-personSwitcher:focus, .a-personSwitcher:active {
  color: #0062BA;
  border: none;
}
.a-personSwitcher.search-header {
  color: #FFFFFF;
}
.a-personSwitcher.search-header:hover, .a-personSwitcher.search-header:focus, .a-personSwitcher.search-header:active {
  color: #FFFFFF !important;
}
.a-personSwitcher.search-header .a-personSwitcher-icon {
  color: #FFFFFF;
}
.a-personSwitcher.subheader-dark {
  color: #000000;
}
.a-personSwitcher.subheader-dark:hover, .a-personSwitcher.subheader-dark:focus, .a-personSwitcher.subheader-dark:active {
  color: #000000 !important;
}
.a-personSwitcher.subheader-dark .a-personSwitcher-icon {
  color: #000000;
}
.a-personSwitcher .a-personSwitcher-name {
  display: none;
  max-width: 90px;
  overflow: hidden !important;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .a-personSwitcher .a-personSwitcher-name {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .a-personSwitcher .a-personSwitcher-name {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .a-personSwitcher .a-personSwitcher-name {
    max-width: 220px;
  }
}
.a-personSwitcher .a-personSwitcher-name span {
  overflow: hidden !important;
  line-height: 1.6;
  text-overflow: ellipsis;
}
.a-personSwitcher .a-personSwitcher-icon {
  display: inline-flex;
  height: 36px;
  margin-left: 3px;
  line-height: 1;
  color: #0062BA;
}
@media (min-width: 768px) {
  .a-personSwitcher .a-personSwitcher-icon {
    margin-top: 0;
  }
}
.a-personSwitcher .a-personSwitcher-icon::before {
  align-self: center;
}

.a-dropdown-languages,
.a-dropdown-personswitchList {
  position: relative;
  width: 320px;
  padding: 0;
  color: #000000;
  border-radius: 0;
  transform: none !important;
  will-change: unset !important;
}
@media (min-width: 576px) {
  .a-dropdown-languages,
.a-dropdown-personswitchList {
    width: 420px;
  }
}
.a-dropdown-languages .dropdown-item,
.a-dropdown-personswitchList .dropdown-item {
  display: flex;
  padding: 18px 24px;
  white-space: normal;
  border-bottom: none;
  align-items: flex-start;
  -webkit-box-align: start;
}
.a-dropdown-languages .dropdown-item:hover,
.a-dropdown-personswitchList .dropdown-item:hover {
  color: #000000;
}
.a-dropdown-languages .dropdown-item .a-flag,
.a-dropdown-personswitchList .dropdown-item .a-flag {
  float: left;
  max-width: 48px;
  max-height: 29px;
  margin-top: 5px;
  margin-right: 12px;
}
.a-dropdown-languages .dropdown-item .a-flag.a-globe,
.a-dropdown-personswitchList .dropdown-item .a-flag.a-globe {
  margin-top: 2px;
}
.a-dropdown-languages .dropdown-item p,
.a-dropdown-personswitchList .dropdown-item p {
  margin-bottom: 0;
  word-wrap: break-word;
}
.a-dropdown-languages .a-link-logout,
.a-dropdown-personswitchList .a-link-logout {
  position: absolute;
  top: 24px;
  right: 36px;
  padding-bottom: 0;
  line-height: 19px;
}

.a-dropdown-fullWidth {
  width: 100% !important;
  margin-bottom: 60px;
  transition: width 0.35s ease;
}
.a-dropdown-fullWidth .a-btn-shadow {
  min-height: 84px;
}
.a-dropdown-fullWidth .a-btn-shadow.a-btn-shadow-expand {
  min-height: 60px;
}
.a-dropdown-fullWidth .a-btn-shadow.a-btn-shadow-large .a-btn-icon-text-second {
  display: inline-block;
}

.a-dropdown-personswitchList .a-dropdown-footer {
  display: none;
}
.a-dropdown-personswitchList.a-dropdown-fullWidth .a-dropdown-footer {
  display: block;
}
.a-dropdown-personswitchList .a-btn-action.a-fullWidthBtn span {
  margin-left: 0;
}
.a-dropdown-personswitchList .a-btn-action.a-fullWidthBtn i {
  margin-left: 12px;
}
.a-dropdown-personswitchList.a-dropdown-personswitchList-large.a-dropdownTriangle::after {
  right: 15px;
  left: auto;
}

.nav-pills .nav-item.show .nav-link.a-languageSwitcher, .nav-pills .nav-item.show .nav-link.a-personSwitcher {
  color: #0062BA;
  text-align: right;
  background: transparent;
}

.dropdown-menu {
  display: block;
}

.dropdown .dropdown-menu {
  display: none;
}

.show > .dropdown-menu {
  display: block;
}

.a-logo {
  height: 24px;
  margin-bottom: 0;
}

.a-globalNav .a-globalNav-logo {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  border: none;
  min-height: 44px;
}
.a-globalNav .a-globalNav-logo:focus {
  border: none;
  box-shadow: none !important;
}
.a-globalNav .a-globalNav-logo::before {
  position: absolute;
  top: -10px;
  left: -11%;
  z-index: -1;
  width: 124%;
  height: 48px;
  cursor: pointer;
  content: "";
}
.a-globalNav .navbar-toggler {
  font-family: "DIN-medium";
  font-weight: normal;
  position: absolute;
  right: 60px;
  float: right;
  width: 60px;
  padding: 3px 0;
  margin-top: -5px;
  color: #0062BA;
  cursor: pointer;
  border: 3px solid #0062BA;
}
@media (min-width: 576px) {
  .a-globalNav .navbar-toggler {
    right: 160px;
  }
}
@media (max-width: 767px) {
  .a-globalNav .navbar-toggler .ai-circle-exclamation {
    float: right;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .a-globalNav .navbar-toggler {
    width: 75px;
  }
}
.a-globalNav .navbar-toggler::after {
  content: "meny";
}
.a-globalNav .navbar-toggler[data-jsexpanded=true] {
  color: #FFFFFF;
  background: #0062BA;
}
@media (max-width: 767px) {
  .a-globalNav .navbar-toggler[data-jsexpanded=true] .ai-circle-exclamation {
    display: none;
    line-height: 0;
  }
}
.a-globalNav .navbar-toggler[data-jsexpanded=true]::after {
  content: "lukk";
}
.a-globalNav .dropdown .dropdown-menu {
  display: block;
}
.a-globalNav .navbar-toggleable-sm {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: visible;
}
@media (min-width: 768px) {
  .a-globalNav .navbar-toggleable-sm {
    position: relative;
  }
}

.a-globalNav-main {
  position: absolute;
  left: 0;
  z-index: 1001;
  min-height: 100%;
  margin-top: 60px;
  overflow: auto;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .a-globalNav-main {
    position: relative;
    z-index: auto;
    display: block !important;
    min-height: auto;
    margin-top: 2px;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .a-globalNav-main {
    margin-top: -2px;
  }
}
.a-globalNav-main .a-dropdownTriangle {
  box-shadow: none;
}
.a-globalNav-main .a-dropdownTriangle::after {
  display: none;
}
.a-globalNav-main .indicator {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  display: inline-block;
  padding-top: 3px;
  margin-left: 12px;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
.a-globalNav-main .indicator.flip {
  vertical-align: middle;
  transform: rotate(-180deg);
}
.a-globalNav-main ul {
  float: left;
  list-style: none;
}
@media (min-width: 992px) {
  .a-globalNav-main ul {
    margin-top: -3px;
  }
}
.a-globalNav-main li {
  float: left;
  width: 100%;
  padding: 0 24px;
}
.a-globalNav-main li:last-child > a {
  border-bottom: none;
}
@media (min-width: 768px) {
  .a-globalNav-main li {
    width: auto;
    padding: 0;
    margin-left: 24px;
  }
  .a-globalNav-main li:first-child {
    margin-left: 12px;
  }
}
@media (min-width: 992px) {
  .a-globalNav-main li {
    margin-left: 36px;
  }
  .a-globalNav-main li:first-child {
    margin-left: 36px;
  }
}
@media (min-width: 1200px) {
  .a-globalNav-main li {
    margin-left: 36px;
  }
  .a-globalNav-main li:first-child {
    margin-left: 48px;
  }
}
.a-globalNav-main li a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "DIN-medium";
  font-weight: normal;
  display: block;
  padding: 12px 12px;
  color: #0062BA;
  text-transform: lowercase;
  border: none;
  border-bottom: 1px solid #0062BA;
}
.a-globalNav-main li a:hover, .a-globalNav-main li a:focus, .a-globalNav-main li a:active {
  color: #008FD6;
}
.a-globalNav-main li a.globalNav-active {
  color: #000000;
}
.a-globalNav-main li a.globalNav-active::before {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  z-index: -1;
  height: 3px;
  content: "";
  background: #0062BA;
}
@media (min-width: 768px) {
  .a-globalNav-main li a {
    display: inline;
    padding: 0;
    padding: 10px 0;
    border-bottom: none;
  }
  .a-globalNav-main li a:hover, .a-globalNav-main li a:active, .a-globalNav-main li a:focus {
    color: #0062BA;
  }
  .a-globalNav-main li a.globalNav-active span {
    padding-bottom: 3px;
    color: #0062BA;
    border-bottom: 3px solid #0062BA;
  }
}
@media (min-width: 992px) {
  .a-globalNav-main li a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.a-globalNav-main li .a-link-tel {
  font-family: "DIN-bold";
  font-weight: normal;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: -5px;
}
.a-globalNav-main .dropdown-menu {
  position: static;
  box-sizing: content-box;
  width: inherit;
  margin: 0;
  color: #000000;
  border: none;
  border-radius: 0;
}
.a-globalNav-main .dropdown-menu.a-dropdown-languages {
  display: none;
  min-width: 0;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}
.a-globalNav-main .dropdown-menu.a-dropdown-languages.expand {
  display: block;
  width: inherit;
  min-width: 160px;
  border-bottom: 1px solid #0062BA;
}
@media (min-width: 768px) {
  .a-globalNav-main .dropdown-menu.a-dropdown-languages {
    display: none;
  }
}
.a-globalNav-main .dropdown-menu .dropdown-item {
  display: inline-block;
  border: none;
}
.a-globalNav-main .dropdown-menu .dropdown-item img {
  margin: 0;
  margin-right: 24px;
}
.a-globalNav-main .dropdown-menu .dropdown-item:last-of-type img {
  margin-top: -6px;
  margin-bottom: -6px;
}
.a-globalNav-main .dropdown-menu .dropdown-item p {
  line-height: 36px;
}
.a-globalNav-main .dropdown-menu .dropdown-item span:last-of-type,
.a-globalNav-main .dropdown-menu .dropdown-item p > br {
  display: none;
}
.a-globalNav-main .a-form-group {
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .a-darkBackground .a-globalNav-main li a {
    color: #FFFFFF;
  }
}
.a-darkBackground .a-header-options .a-languageSwitcher,
.a-darkBackground .a-header-options .a-personSwitcher {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.a-darkBackground .a-header-options .a-languageSwitcher:focus::before {
  background: rgba(255, 255, 255, 0.2);
}
.a-darkBackground .a-header-options .a-personSwitcher:focus {
  background: rgba(255, 255, 255, 0.2);
}
.a-darkBackground .navbar-toggler {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.a-darkBackground .navbar-toggler[data-jsexpanded=true] {
  color: #0062BA;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .a-darkBackground .a-hvr-underline:hover {
    border-color: #FFFFFF;
  }
}
.a-darkBackground .a-personSwitcher-icon {
  height: 36px;
  color: #FFFFFF;
}
.a-darkBackground .nav-pills .nav-item.show .nav-link.a-languageSwitcher, .a-darkBackground .nav-pills .nav-item.show .nav-link.a-personSwitcher {
  color: #FFFFFF;
}

.a-bgBlueLight .a-header .a-header-options .a-languageSwitcher:focus::before {
  background: rgba(255, 255, 255, 0.3);
}
.a-bgBlueLight .a-header .a-header-options .a-personSwitcher:focus {
  background: rgba(255, 255, 255, 0.3);
}

.a-login.a-hide-menu .a-globalNav-main,
.a-login.a-hide-menu .a-languageSwitcher,
.a-login.a-hide-menu .a-personSwitcher-name,
.a-login.a-hide-menu .a-containerFooter,
.a-login.a-hide-menu .navbar-toggler {
  display: none;
}
.a-login .a-personSwitcher {
  cursor: not-allowed;
}
.a-login .a-login-container {
  padding-top: 60px;
  margin-top: -25px;
}
@media (min-width: 992px) {
  .a-login .a-login-container {
    margin-top: -42px;
  }
}
.a-login .a-login-container .a-triangleShadow {
  position: relative;
}
.a-login .a-login-container .a-triangleShadow::after {
  top: -60px;
  right: 2px;
  left: auto;
}
@media (min-width: 576px) {
  .a-login .a-login-container .a-triangleShadow::after {
    right: 1px;
  }
}
@media (min-width: 992px) {
  .a-login .a-login-container .a-triangleShadow::after {
    right: 13px;
  }
}
@media (min-width: 1200px) {
  .a-login .a-login-container .a-triangleShadow::after {
    right: -11px;
  }
}
.a-login h1 {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .a-login h1 {
    margin-bottom: 0;
  }
}
.a-login h1 .a-helpIconButton {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: middle;
}
.a-login .a-link-logout {
  position: absolute;
  top: -36px;
  right: 37px;
  padding-bottom: 0;
  line-height: 19px;
  right: 12px;
}
@media (min-width: 576px) {
  .a-login .a-link-logout {
    right: 24px;
  }
}
@media (min-width: 992px) {
  .a-login .a-link-logout {
    top: 4px;
    right: 48px;
  }
}
@media (min-width: 1200px) {
  .a-login .a-link-logout {
    top: 4px;
    right: 36px;
  }
}
.a-login .a-btn-shadow {
  height: auto !important;
  height: 84px;
  min-height: 84px;
}
.a-login .a-btn-shadow.a-btn-shadow-expand {
  height: 60px;
  min-height: 60px;
}
.a-login .a-btn-shadow.a-btn-shadow-large .a-btn-icon-text-second {
  display: inline-block;
}

.a-overlay-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
  background: #FFFFFF;
}
.a-overlay-container .filter-limit-hits-spacer {
  height: 55px;
}
.a-overlay-container .a-personSwitcher {
  cursor: not-allowed;
}
.a-overlay-container .a-btn.a-btn-icon {
  min-height: 0;
}
.a-overlay-container .a-btn.a-btn-icon:hover {
  color: #000000;
}
.a-overlay-container .a-btn.a-btn-icon i {
  color: #EFEFEF;
  background-color: #000000;
  border-top: 7px solid #000000;
  border-bottom: 7px solid #000000;
  border-radius: 50%;
}
.a-overlay-container .a-btn.a-btn-icon i::before {
  margin-left: -2px;
}

.modal-table-segment {
  width: 100%;
  height: 200px;
  background-color: #D4F9E4;
}

.segment-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.modal-table-segment-box {
  height: 80px;
}

.segment-done {
  display: none;
}

.a-collapseContent .modal-table-segment,
.a-list .modal-table-segment {
  height: 84px;
}
.a-collapseContent .modal-table-segment-box,
.a-list .modal-table-segment-box {
  display: none;
}

.a-js-clipboardMsg {
  margin-left: 20px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.7);
  vertical-align: bottom;
}

@media (max-width: 991px) {
  .leftColumn {
    background-color: #FFFFFF;
  }
}
.serviceListContainer {
  position: relative;
  height: 0;
  overflow: auto;
}

@media (min-width: 992px) {
  .serviceListContainer {
    min-height: 45vh;
  }
}
.serviceList {
  position: absolute;
  width: 100%;
  padding: 5px;
}

.a-text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a-bgWhite .a-topTasks {
  background-color: #E3F7FF;
}
.a-bgWhite .a-topTasks .a-btn {
  border-bottom: 1px solid #CFF0FF;
}
.a-bgWhite .a-topTasks .a-btn:hover, .a-bgWhite .a-topTasks .a-btn:focus {
  color: #000000;
  background: #CFF0FF;
  border-bottom: 1px solid #CFF0FF;
}
.a-bgWhite .a-topTasks .a-btn.a-active {
  background: #CFF0FF;
}

.a-topTasks {
  padding: 0;
  margin: 0;
}
.a-topTasks div[class^=col],
.a-topTasks span[class^=col] {
  padding: 0;
  margin: 0;
}
.a-topTasks .a-btn {
  font-family: "DIN-bold";
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  min-height: 72px;
  padding: 12px;
  margin-bottom: 0;
  text-align: center;
  border: none;
  border-bottom: 1px solid #EFEFEF;
}
.a-topTasks .a-btn:hover {
  border-bottom: 1px solid #EFEFEF;
}
@media (max-width: 767.98px) {
  .a-topTasks .a-btn {
    display: block;
    padding: 6px;
  }
  .a-topTasks .a-btn .a-btn-icon-symbol {
    margin-bottom: 6px;
  }
  .a-topTasks .a-btn span {
    padding: 0;
  }
}

.a-inline-page-link {
  display: block;
}
.a-inline-page-link .row {
  margin: 0;
}
.a-inline-page-link div[class^=col-] {
  padding: 0;
}
.a-inline-page-link .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.a-inline-page-link a {
  font-family: "DIN-bold";
  font-weight: normal;
  display: inline-block;
  padding: 0;
  color: #0062BA;
  text-decoration: none;
  border: none;
}
.a-inline-page-link a.disabled {
  color: #6A6A6A;
}

.a-page-nav-dest {
  padding-top: 12px;
  padding-bottom: 6px;
}
.a-page-nav-dest a {
  border: none;
}

.a-overflow-dropdown {
  display: block;
  padding: 12px;
  border-bottom: 1px solid #EFEFEF;
}
.a-overflow-dropdown .a-charIcon {
  margin-top: -12px;
  margin-bottom: -12px;
}
.a-overflow-dropdown .a-charIcon span {
  font-family: "DIN-bold";
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-style: normal;
}

a.a-overflow-dropdown:active, a.a-overflow-dropdown:focus, a.a-overflow-dropdown:hover {
  background: #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}

.a-dropdown-overflow-menu {
  right: 0;
  left: auto;
  width: 300px;
}
@media (max-width: 575.98px) {
  .a-dropdown-overflow-menu.a-dropdownTriangle::after {
    left: 35%;
  }
}
@media (max-width: 575.98px) {
  .a-dropdown-overflow-menu {
    right: -53px;
  }
}

.a-dropdown-overflow-menu-right {
  right: 0;
  left: auto;
  width: 300px;
}
@media (max-width: 575.98px) {
  .a-dropdown-overflow-menu-right.a-dropdownTriangle::after {
    left: -25%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .a-dropdown-overflow-menu-right.a-dropdownTriangle::after {
    left: -28%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .a-dropdown-overflow-menu-right.a-dropdownTriangle::after {
    left: -28%;
  }
}
@media (max-width: 575.98px) {
  .a-dropdown-overflow-menu-right {
    right: -53px;
  }
}

.a-navTabsRadio {
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 36px;
  border: none;
}
.a-navTabsRadio .nav-link {
  padding: 0;
  border: none;
}
.a-navTabsRadio .nav-link .custom-control-indicator {
  top: 6px;
}
.a-navTabsRadio .nav-link.active {
  color: #000000;
}
.a-navTabsRadio .nav-link.active .custom-control-label::after {
  top: 1px;
  left: -34px;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/gif;base64,R0lGODlhAAIAAsYAAAQCBISChERCRMTCxCQiJKSipGRiZOTi5BQSFJSSlFRSVNTS1DQyNLSytHRydPTy9AwKDIyKjExKTMzKzCwqLKyqrGxqbOzq7BwaHJyanFxaXNza3Dw6PLy6vHx6fPz6/AQGBISGhERGRMTGxCQmJKSmpGRmZOTm5BQWFJSWlFRWVNTW1DQ2NLS2tHR2dPT29AwODIyOjExOTMzOzCwuLKyurGxubOzu7BweHJyenFxeXNze3Dw+PLy+vHx+fPz+/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEAALAAAAAAAAgACAAf+gECCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmhxc7Iz0FGT4uBjICPLMCFAQ4uLq5OLS0AgY6Bj4BORU9Mwcvp8zNzs/Q0dLT1JU/H9cvGx05AQYCBAgA4+Tl5ufo6ek4JMA+GS0rN9fX1fb3+Pn6+/yP9B8rGsRwoIIDBnUIEypciA4GDREmQtRY8YBev4sYM2rcyFHQvxMdYuhgAYGhyZMoGYKgocJHiRkPsGHrSLOmzZs4F137cGNCCgcCUKQcSrQoQhAkFPhoceLDzJxQo0qdymznixUZdFAAYbSr16/lkOpIMCLmU6po06pdW2jngxn+MVTgAEu3Ll0YHGyU2PDiLNu/gAPvy3ajRwgZ4uwqXvwVqYkSyvwKnky58qdrNwb4EACDsefPjWnYaHDA6Q/LqFOr1vnhxYESGuaCnk27KwgWHjrccLq6t2/B1x5MiMC5tvHjRlFogNz39O/n0G22vtDAAgmuyLNrTwlDRoIND144j06+/L3WBzIoSLy9vXuTIHiEmBB+vPn7+Ee1PlFh/fv/AKpEQwAz9PVBfggmeMl0DZhwUIAQRogQBDxkwNeBCmaoISI/vFCYAyRIKOKI6SCgQg0n9LXhigkGN4EPDGBH4ow0jkOABT3shiGLPP7W2g4pcCBjjUTSCAIDMaz+oGKPTFrG0wA2EFDklFSiYIBuvDWppVo/PHBCASJ0RuWYU4LAQQI7xLTlmlDxNIMPIZIp55g44Lgbm3hu1OEFNajA3pyATgmBAAWkaF+eiFbT5QYxxBjoo3LSgOaSiVb6TJdvSgnppnKSEAFFh1oqKig8LeCCppymSiYOHsC046iwasLTCBY8qOqtZGJgwwh3xuorJTz14CCuxM6JgA49qPnrsox8cEEPOvxZ7LRVmlDWq8xmCwRPDSggJrXg5mqDq9oy2+UA0Yar7pyswhRquYh2aaps69ZLJgUhKIktvGy+sEMCNNgr8JyS8sUvnh98ycOQAzc8JQuF7nvwhjz+taDCtw5nPCUMCuj27sT5dUmrUBqXPCYGLixQEcgKahNAnCbHTCUNKSjDMn7OlsCDzDyPCYIIDVwg8c2qnWuAtD0nTSMKFpT1MdGUaRMBzEpXTSQFaA4NNWA/8ClCSVaHTSQIMni8ddSm2ir22jQSEICSZ3N9QQUCMMz23SL+XIPQcav1Qtp4B14jyir3PVXXdNst+OIRslBCU4bndJUHJDNu+YgI2DDBMpHX9EALClwu+owclHDB053nk3ACVI/uOoQY+AB36he9MIEFGL+uO4Bkt6As7fh0XcPOuxcfIQlZA3/eBiGgavzz/8FgQFnKU/MAtGBDr/1/jvNdvTP+P3zJwvbkA4iCByto/f0nk1de/vvbgaDBAJyvP8r1CigO//7GlT6P/aDoWgk4wL8CtocAESgNADvxgQPEwHkGjKBxYGCDBdRvgQsylfskyEHagEAFA3gABi/xggGoQH8dTCFjeNAAEY5wEg+oQd1USMPa0KAAF3hhJG5QAAbU8Ie0wUECIKdDnZwgARAEohIVgwAfbEB9OvzABgKwwSVasS4QMIEFi3iID8zABtm7ohjrAgIDbI6LhLCdBlA4xjYWBYQX1GEJVeDGOtqlbHHE4As6IAM7+pEuIvCdDj8ngj8a8issqIELFxhDARzykV1hQAluwMgKjA+SmCQKBXL+QMn13SAHAcukKFOyyf8pj4cUGKUqUUKBFHgvdahcpSxNIsQToO5mPGzdLHe5jgS8Mm6x5KUwEVLLW/Irl8NMpjqKebZgKvOZ5hDiL0GGTGhasxzMZJkzr8nNbB7sASVIJTfHOQ5pQhFWMSQgOdeJgxR0slwxvOQ610kCTpbrBTVQ5zznWcps7ZF4+9wnBQrwzljtsZABTSgNKrDIUX1gAH1MqERZ0IA8IsqLOpCoRgHAgw409KIrsAEbN3pNEfTAolv6wQ48kDuS7lMGIzgniy4QgSq6dJ8qOCOebpACet1UozpIH5vAKc6fbhQEDtiBMRP0ggbI06gbhUEATqD+pYciFKouxYA7meRFDWDVqCRgKI9+cAAHjPSr82RBB1CanwvEAGlo3agIdJohcCYxriQ1wAaW+psX9ECfeP0pCHyQwwR5MXSBxSoGcvDR8qjUAmdNbEBpsNa2hgCuknWpBGYgU9Q8oAA+zSxUbXAA83ygBz4ULVphkIGC/uYHK/CqauNKgx50VjAX8EFkZytRDezgtn95QQlCy1uogiAGrk3NB0YA2OJ+lQAtYCtwdmAA5yZWAivgq1puEIGWWte4hFVNU+/6XahioAbSXYsXHVnexAqAs5a5gA3am1kHUDVqJbApfbGKggKkdypebO5+48qCCQD3JvIdsGgNcN/+4OZXwZmFQQoaS5UAQ1i0FIgpWy7gggur1gINRgs+1ebhwCIAvWn5wQLYW+LMimCvaLlBh1ss2uNS+CYfaACJaRxYEhhYKiqNKI9Fa4LCQuUBKQjjkBN74v9i5AMTCOWSRSuC3+YkwVNWLQgicGON4FO/WY6rjw9sD5VKIMy8LbJNHhCD3aL5p02myXKL+mbRCkCpHbmBBerMWxtz5LSY5TNeKSBUjVxAtoKebQi6jI8XtMC7ie7xAsjsjAsIOdKq9QCjq/GCCkAa03jFwQy0+4wDXBXUmd60NF6QAyWjWrI4+LE+yCrgV0vWAsmtBpLdbOufokDDwdtBans9Wxv+qLoZL8gAsYv7a0qH4gBPXbZodXBsU7ygALyW9k0RYFt7XACg2latBnLtjE67OtxM7vY0bnBqdE+72qHI8afdHVcEwDcaN7g0vUXrAieTqgfz3jdaCWDlZzygugLnbQL83QkVBzrhcWWAkZnxghBAvM81cLYlLjDsi4tWAuSOdwOy7XGSwgDYpngAHUs+WwvAGxMqBjPL0YqC7Frb4jOfbQQYfokLSDnnmaVAiEVOcqBvtAQ8p4TKjT5bHrx8Ej+YwcOZjlUIqBsULwgA1Vue9EhcQJdbD/XEGViBooddohnHur7PHlgNdL0RKg44242KAgUyMAZzV20ONJ6IB4D+O++BFcHbFfGDDcgd8DeFgc038YEUIF60C+fEA9r9eAIP/hCFP3zlSQqCe2PiA8revGQ9wPc0rl30X6VAyCNxgKmj3qUguHolPpCD19/68oN4AWJtH+qnH+IEruc9SXtAakN8oALCTyzpLfECRCcfrSzA/Qlk/nySQmAHs0d+9fG6d0q8wATbx6vbvU/n8EMVBb4HgorNbn5uEl8SoG9/XH1A5hdkVP5fZUH9d4x/2GMfEj8wAf2HVjlAah+AdwOIVSoAXB+wcglIdy93A9T3gAH1fnA3AhSIVT7AVx8QARkIVQLQWR9wZh/4UzDgbzcQfCVITjMAdz2wgkaVAcb+9AFaB4M3ZQIzyGI2uFH6xwgvoHk7aE0QsHqCsAJBeFMDoBPad4QbFQGo8wEewIQkpQJPeHpSuE4EoD4fQFxXOE9DVwgn0IUb1QCJ8AMdIIYa5QEf04FoKFEi8DE/cH9tuE8IsIY/N4frtAGI8ADsh4ej1AKIMAN+GFAJgHmhN4jrZAOh8gHzhYjrJAGh8gM66IjXRACLqIKUOEt5dAGZuE4rYAiC2InjRIaFsISiaE0xYAgIeIrWZAJt4QCseE08UAgNGIvWhAFt0XG2mEwN9QETuIuj1IKDcAPACE0VQAhGWIzKFAKE0ADKqEw2QAiO94zDpAOEMGPUyEsCQAj+DpiNs8QAhBBt3qhKBEAIvziOfwQChICOvDQInMiOszQIOwCP8ViE9ChLg/CC96hK+biP/CgIJeCPozQItSeQmTQICWCQBykIPqCQmDQIDemQjzQICCeRhjQIcmiRfjQIu6eRdjQIf+eRbQSSIrmRgsCFJWlFg0BeKalEg4CSLQlEKxmTI3mSNDlGM3mTVzQI5aeTP0SSPrlEgzCJQUlDQFmUPykIRImUHXSUTKlCQ/mUNeSUUslBUVmVKUSVWGlAV7mVEjQIlOeV+4ORYvmVggCLZcmVDJmWagkEBcmWYykIpgiX5dOPdAk/g5CMd1mXghCGe8mXgvCXgAkEmCj+mItDCCxpmKNDCCGpmK6DAIRghY55OeBIkZNZPApACBF5ma/jAISAc5zpOqk4CAUQmq9TA4QwAKbpOhNACH65mpdTUD9QmLDJMzDQFuJYm2xDA23hfLp5NzJgCDX4m3gTjaVInIETAYYggMh5N8dYCMTYnGzTmm3Bf9LZM1/4AY15nTKDAZFYkdyZNG9oCD/ggeGpNC7wLjVwnkpTAoHInknziYfAh/ApMyeICB8AdvU5MCwAh765nw2DgxySkACqMQnwNBhYoBmThH13bgoaLiCweh+Qmw8KLiSgPj+AlhVaL1RIeKW5ofUSALeklyAaLg1wSy9wjiX6KP+nCB/+IJkryik4cE4/MJwxSiwacE45dqPTkgJLdQB9yKMjAgIL4AgvoJ9CCigX6ggf8J9JGigG0Fk/QKBPuikF6AhRF6RV+h8goIePkJ9b+ig0wICNGKZzYgHA9QPOaKZzUgLFdwFAyKYBAgJf6IMwKqci0oORcIB4SiUOQGbr16dFUgPFJwgv0JOCKiEQMHaP8AJlmqgjwgPOpqaQOiMBoHEXQJuV6kGjVgkvcKebmh0MgHt8GqoQQn+WEKimyqUTUKiF8AB3uKraQQLpVwgvsJmyuh0uUHrqNwEOmquzAQIoZwkPUGvAOhsUUKuG8AKreKzGsauakHnOehwd4Kp7SIL+0zobBECEe/qW2foZNsCrhKBSKvqtRFGtnWB/5uoZOMCon7ee67oYJoB7iXABMBmvRAECDSCuy/qo+OoVNMCtwNIDWvqv4xAC/HoINxCrBssdi8c+NtqwQ6EC9LoIUBanEhsW+3o/oJqx6MAAArsgNVCw6xoDCasIF0ChHpsONXeyiZBsK2sS1GYKKpWYMTsOINACLqsILxCFN4sQEscMXqSp/xoDFRsJD5CRP1sONWets9cCvxqzM+sMN7CdMZuzO9sIH/ChS0sOHOCupnAAiBqzKZC1RgqaS0sDB+C0MLcA99qwRjsND7BnS0sCDwsNy1Wu2eoDR4sJevazODD+adWwXNb5rx4QsqXwAOC3sqLGtgw0Am/7rZqWDw/gsxLbuPkQdZHrrJOrD5UrsSTQqbM2A0g6rXHLDw+AtuvKAnY3GAswtscKAUiHEamLrzIAtsGzArArqyigsxrBZuuKa3qyAQwrqwQwrBiRbCTLo4vWEQ0UlqbKAnfrZS2gt2EKAhnQt81wAxoqqxKwttIxA8WbqHF2E7smqyaAuPvQQNi6qTQgazjhaNZ7oyAwYVLBvaGqAuAbFVA2vmGKA5U1FeebqAGgvhkRZInKA9MbFU1VuEmKABWgvfiAv3hqA7jbJiOgi1X6vmarazmAsQVav8q6ESdAt1uqvx1sD1D+ZqwrSgABHBjCNb/nCQIhYMBXho08qgIwRhkqBr0VSgKyNxlNtbnwCQExMMI4cQMBsLym6VuOexOF15EVWlspnLwdULrsyVpIHBU3kAAg/Js2UKeooVJKu58CAL++8VAazJ44gGLR8QA5QLShScM2HBgHIFL7qQM7TB6HVZ88QD/4sUdrjJwE4Mb4AccODJswgFwKcgEhELWmiVT7iyCFt7jNqQCCmyG20766yQEntSJ7pLKXSQKKxCOdhsWGiQOtxSQ8lch/CQMRIMYacgIh8MVbCQIu0Lo9olJmFZoGUGhVtQLgqZgyQFdbYjvdKJgiAMh5UkKcfJc8IEiJ4lf+PiyWFLXFh9wALLyVYVXHGxJPdFlP2JwgNxBObNlO3swjN5ABNhuUKDBE2dLFRByTCBACsiwq4ZMA81yS9TzJ5uJW+6yR9Yxn8OIs+syUA/3EWhI+b1WUEOAD/swvZBUAckyPEOACewwyZOUDMsyOFw3MNzPRFe2NH63QiaJSVJSSJW044RMBAe2NTVRwhrM6L/2MCU07+VzTwHjTwNM1MaDTscjTytM1B+2PKBACEQ08zpIDqFyMOBADtoRBPOS/xUgCrjRIlsSOJIBDXPQ5SwmMLFAB6dw3D9AB1XyKPFDKaGSoJvSMgSTBW/MCI6ADTLyCMhBCa218C2ADtnz+hGVkzHk9CB+wAwHgymgIAy4A0oE9rkfU1FeIAwlUxcBUAqLchRSQAVG92IvwOc+MhhxQA2MtR3MNyTZINsmi2ZAgRT5g2B8IAw6wRagNgBeQAVT9gQQA1ZLtSS3QsQmY1qYU25PwAjOAOzsIAjrAzMA9ewfAOjCIQDsA14v9AzfAR3V9diAgAS3w28mNCX9DOQ+IArID3ckdPgM0gDxQAdO03ZvwACNgAn19dplTIOotCg2UArVdeSyQA0Q036JwPRpA2nknPdTD36Uw2DHg2GGHNbpM4KPQJR2gAgDOdB+UIybN4I16ACkwyGEH2TJt4VXB3jbQ0e4GAxqQLLn+7eH4yR8Lc3YcoN8njuI8O0VATWw4EN4wrsKFAeE5R+IUfuP4UN/3LW0Qs98+fg9dMgEmIOJ1VuOzU+TrSx0SUN0exuO/4+T88AInkAOVjWlDLt5W7gmLcuDLhgNv4+VfHkDC4QBKrmA44ALucuY1ESwXE2kosCtVDudyxicz9GZ1zisvjueh4Bq0HWbHYuKAThVXEQIIbl2F3iuHXmGJvuiq1R3Z/eePLrSRrmCU7uiXzhatsQEREOR4xTENwOmdDhg/kgEsIOXXhAEWMAA3YOanzg/7UQJ7Lln4Ig8VPutxXhgWMOPXBAKEYii8/hwf8AAbECSsLkrHohuyXuz+NdEhvs7a1lTjMPHs0I4TP6LsAXUbNUMp2R4yPNEBSU5OVlLqWRLuGnLs/7Lqz9Qdj3Pn6k4xL1DWUcJLFPId4D7vTdIaNzACLrAVorQSBFIf/J4oTvHvMLLs2kMANgDr6X7wltIatrPwboQCOlDq4iHx5tIacEESSrQSDtACF7DvHN/xfxMBIjDSjykDKaAvln7y+EEYLeADPBDhriPyJN8cMt832XACNeAA7v483fHyBtLzQ/0jFWABNMDw4YIXLlDpEY/039MaUpQDBoADTs8pK2EAKVAWPE/1XJQNB9ACIaABTd8zGKAAAUDyrVEPYo/aP7ATPZECNsAB7z2ZJzDAAy5QAc8997se99+zEwBRAy6gAMA+IjggAhYQAxNhGjEv+Dg99xcwARUQATagAgzA8seBAhygAxFQA65iEZIP7fQg3TPQAAngAirAAmtuFDhAAwKgASYQAAXAK3Mf+aXP4A+gCj3QAjmQAyHgAw6gAzowCzSAAzsGATjQ/M7//CTAAzIwDCGQAy0wADsQ2ru//dxvCoEAADs=");
}

@media (max-width: 991.98px) {
  .navbar-toggleable-sm .dropdown-backdrop {
    display: none;
  }
}

.a-newsArchive article:nth-child(n+6).a-linkArticle {
  display: none;
}

.a-question-wrapper {
  display: inline-block;
  padding: 0;
  overflow: hidden;
}
.a-question-wrapper .a-trigger-question {
  position: relative;
  display: none;
  padding-bottom: 12px;
  margin-top: -1px;
  margin-bottom: 0;
  border-top: 1px solid #e0e0e0;
}
.a-question-wrapper .a-trigger-question:nth-of-type(1) {
  display: block;
}
.a-question-wrapper .a-circle-list {
  margin-left: 0;
}
@media (min-width: 992px) {
  .a-question-wrapper .a-circle-list {
    margin-left: 0;
  }
}
.a-question-wrapper .a-circle-list li {
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 72px;
}
@media (min-width: 768px) {
  .a-question-wrapper .a-circle-list li {
    padding-top: 36px;
    padding-right: 48px;
    padding-left: 84px;
  }
}
.a-question-wrapper .a-circle-list li::before {
  position: absolute;
  top: 18px;
  left: 72px;
  width: 36px;
  height: 36px;
  padding: 5px 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .a-question-wrapper .a-circle-list li::before {
    top: 30px;
    left: 84px;
  }
}
.a-question-wrapper .a-circle-list li:last-of-type {
  display: none;
  padding: 0;
  margin-bottom: 0;
}
.a-question-wrapper .a-circle-list li:last-of-type::before {
  display: none;
}
.a-question-wrapper .hidewhenempty {
  margin-top: 18px;
  margin-bottom: 15px;
  margin-left: 0;
}
@media (min-width: 576px) {
  .a-question-wrapper .hidewhenempty {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .a-question-wrapper .hidewhenempty {
    margin-left: 0;
  }
}
.a-question-wrapper .hidewhenempty + hr {
  display: none;
}
.a-question-wrapper hr {
  margin: 0;
}
.a-question-wrapper .a-btn {
  width: 100%;
  margin-bottom: 0;
  line-height: 36px;
  text-align: center;
}

.a-compare-header {
  margin-bottom: 48px;
}
.a-compare-header h2 {
  font-family: "DIN-bold";
  font-weight: normal;
}
.a-compare-header .a-compare-container {
  border-bottom: 1px solid #A5BCC4;
}
.a-compare-header .a-compare-container:last-child {
  padding-left: 12px;
}
@media (min-width: 768px) {
  .a-compare-header .a-compare-container:last-child {
    padding-left: 18px;
  }
}

.a-compare-header-alone {
  margin-bottom: 0;
  border-bottom: none;
}
.a-compare-header-alone h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}

.a-compare-element {
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
}
.a-compare-element > h3 {
  margin-top: 0;
}

.a-compare-category h2 {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .a-compare-category h2 {
    padding: 0;
  }
}
.a-compare-category .a-compare-container {
  padding: 0 24px;
  border-top: 1px solid #A5BCC4;
}
.a-compare-category .a-compare-container:not(:nth-of-type) {
  border-right: 1px solid #A5BCC4;
}
.a-compare-category .a-compare-container:nth-child(odd) {
  padding-left: 12px;
  border-right: 1px solid #A5BCC4;
}
@media (min-width: 768px) {
  .a-compare-category .a-compare-container:nth-child(odd) {
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .a-compare-category .a-compare-container:not(:last-of-type) {
    border-right: 1px solid #A5BCC4;
  }
}
.a-compare-category .a-compare-container:first-child {
  padding-right: 12px;
}
@media (min-width: 768px) {
  .a-compare-category .a-compare-container:first-child {
    padding-left: 12px;
  }
}
@media (min-width: 1200px) {
  .a-compare-category .a-compare-container {
    padding: 0 24px;
  }
}

.a-searchResults .a-searchResults-lastArticle {
  border: none;
}
.a-searchResults .a-searchResults-lastForm {
  padding-bottom: 24px !important;
}
.a-searchResults .a-searchResults-counter {
  font-family: "DIN-reg";
  font-weight: normal;
}
@media (min-width: 768px) {
  .a-searchResults .a-searchResults-counter {
    display: inline;
  }
}

.a-searchResults .a-searchResults-fieldset {
  overflow: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.a-searchResults .a-searchResults-filter {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  margin-top: 12px;
  margin-bottom: 36px;
  border-bottom: 1px solid #EFEFEF;
}
@media (min-width: 576px) {
  .a-searchResults .a-searchResults-filter {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .a-searchResults .a-searchResults-filter {
    padding-right: 8.33333%;
    padding-left: 8.33333%;
  }
}
.a-searchResults .a-searchResults-filter .a-searchResults-filter-options {
}
.a-searchResults .a-searchResults-filter .a-legend {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  top: 27px;
  width: auto;
  padding-right: 0;
  margin-bottom: 0;
  align-self: center;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .a-searchResults .a-searchResults-filter .a-legend {
    top: 27px;
    max-width: none;
  }
}
.a-searchResults .a-searchResults-filter .a-switch {
  margin-top: 4px;
  margin-bottom: 10px;
}
.a-searchResults .a-searchResults-breadcrumb {
  font-family: "DIN-medium";
  font-weight: normal;
  margin: -6px 0 8px 0;
}
.a-searchResults .a-btn-action {
  padding-left: 18px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .a-searchResults .a-cardImage-border img {
    width: 140px;
    height: 140px;
  }
}
.a-searchResults .a-iconText-text .a-label {
  margin-top: -6px;
}
.a-searchResults .a-iconText.a-iconText-background--white {
  margin-top: -1px;
}

.a-stickyHelp-body {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.a-stickyHelp-open {
  font-family: "DIN-medium";
  font-weight: normal;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1051;
  padding: 14px 24px 9px 24px;
  margin-bottom: 0;
  color: #FFFFFF;
  background: #3F3161;
  border-radius: 50px;
}
.a-stickyHelp-open:hover, .a-stickyHelp-open:active, .a-stickyHelp-open:focus {
  color: #FFFFFF;
  background: #4a3a72;
}
.a-stickyHelp-open.collapsed:focus {
  outline: 3px solid #000000;
  background-color: rgba(74, 58, 114, 0.85);
}
.a-stickyHelp-open.a-stickyHelp-animationHint {
  -webkit-animation: hintTextSlideIn 400ms;
          animation: hintTextSlideIn 400ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.a-stickyHelp-open.a-stickyHelp-animationHint .a-stickyHelp-openText {
  position: absolute;
  left: 0;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-right: 18px;
  clip: auto;
  opacity: 0;
  -webkit-animation: hintTextAppear 300ms;
          animation: hintTextAppear 300ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.a-stickyHelp-open[aria-expanded=true].a-stickyHelp-animationHint {
  -webkit-animation: none;
          animation: none;
}
.a-stickyHelp-open[aria-expanded=true].a-stickyHelp-animationHint .a-stickyHelp-openText {
  -webkit-animation: none;
          animation: none;
}
.a-stickyHelp-open i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
  font-style: normal;
}

@-webkit-keyframes hintTextSlideIn {
  0% {
    padding-left: 24px;
  }
  100% {
    padding-left: 180px;
  }
}

@keyframes hintTextSlideIn {
  0% {
    padding-left: 24px;
  }
  100% {
    padding-left: 180px;
  }
}
@-webkit-keyframes hintTextAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hintTextAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.a-iframeToggle {
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 1052;
  width: calc(100% - 24px) !important;
  max-width: 100% !important;
  background: transparent;
  transition: all 400ms;
  transform: translate(0, 0);
}
@media (min-width: 576px) {
  .a-iframeToggle {
    right: 12px;
    left: auto;
    width: 356px !important;
    max-width: 356px !important;
  }
}
.a-iframeToggle::before {
  position: absolute;
  top: 100%;
  right: 5%;
  bottom: 30px;
  width: 1px;
  height: 1px;
  content: "";
  background: transparent;
  border-radius: 90%;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.a-iframeToggle.collapsing {
  margin-right: 24px;
  margin-bottom: 24px;
}
.a-iframeToggle.collapsing::before {
  background: #3F3161;
}
.a-iframeToggle.collapsing .a-stickyHelp-close {
  opacity: 0;
}
.a-iframeToggle iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 414px !important;
  max-height: calc(100vh - 24px);
  opacity: 0;
}
@media (min-width: 576px) {
  .a-iframeToggle iframe {
    width: 356px !important;
    max-width: 356px !important;
  }
}
.a-iframeToggle .a-stickyHelp-close {
  opacity: 0;
}
.a-iframeToggle.show {
  right: 12px;
  bottom: 6px;
  display: block;
  visibility: visible;
  transition: all 400ms;
  transform: translate(0, 0) !important;
}
.a-iframeToggle.show::before {
  top: auto;
  right: 0%;
  bottom: 8px;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 414px !important;
  margin-top: -261px;
  margin-left: -178px;
  border-radius: 0;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 576px) {
  .a-iframeToggle.show::before {
    width: 356px !important;
    max-width: 356px !important;
    height: 414px !important;
    background: #FFFFFF;
  }
}
.a-iframeToggle.show iframe {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border: none;
  box-shadow: 1px 1px 4px 0 rgba(137, 137, 137, 0.5);
  opacity: 1;
  transition: all 200ms ease 400ms;
}
.a-iframeToggle.show .a-stickyHelp-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  padding: 3px 0 6px 0;
  margin-bottom: 0;
  pointer-events: auto;
  cursor: pointer;
  background: #FFFFFF;
  border: none;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: showCloseButtonAfterLoad 100ms;
          animation: showCloseButtonAfterLoad 100ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes showCloseButtonAfterLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showCloseButtonAfterLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.a-iframeToggle.show .a-stickyHelp-close:hover {
  border: none;
  opacity: 0.7;
}
.a-iframeToggle.show .a-stickyHelp-close:focus {
  background: #CFF0FF;
  border: none;
}
.a-iframeToggle.show .a-stickyHelp-close::before {
  position: absolute;
  top: -15px;
  left: -16px;
  z-index: 1;
  width: calc(100% + 30px);
  min-height: 60px;
  cursor: pointer;
  content: "";
}

.a-stickyHelp {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
}
.a-stickyHelp .a-stickyHelp-header {
  position: relative;
  min-height: 54px;
  padding: 12px;
  color: #FFFFFF;
  background: #3F3161;
}
.a-stickyHelp .a-stickyHelp-header h1 {
  font-family: "DIN-medium";
  font-weight: normal;
  text-align: center;
  align-self: center;
}
.a-stickyHelp .a-stickyHelp-header h1 i {
  margin-top: -4px;
}
.a-stickyHelp .a-stickyHelp-header .a-stickyHelp-back {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
  padding: 3px 0 6px 0;
  margin-bottom: 0;
  cursor: pointer;
  background: #FFFFFF;
  border: none;
  border-radius: 50%;
}
.a-stickyHelp .a-stickyHelp-header .a-stickyHelp-back:hover {
  border: none;
  opacity: 0.7;
}
.a-stickyHelp .a-stickyHelp-header .a-stickyHelp-back:focus {
  background: #CFF0FF;
  border: none;
}
.a-stickyHelp .a-stickyHelp-header .a-stickyHelp-back i {
  line-height: 0 !important;
}
.a-stickyHelp .a-stickyHelp-search {
  padding: 12px 12px 0 12px;
}
.a-stickyHelp .a-page {
  overflow-x: hidden;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.5, 1);
}
.a-stickyHelp .a-page.a-next-page {
  transform: translate3d(100%, 0, 0);
}
.a-stickyHelp .a-page.a-current-page {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.a-stickyHelp .a-page.a-previous-page {
  display: none;
  transform: translate3d(-100%, 0, 0);
}
.a-stickyHelp .a-page .a-stickyHelp-articleIntro {
  padding: 10px 12px 8px 12px;
  padding-left: 52px;
}
.a-stickyHelp .a-page .a-stickyHelp-articleIntro h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 0;
  margin-top: 0;
}
.a-stickyHelp .a-page .a-stickyHelp-articleIntro p,
.a-stickyHelp .a-page .a-stickyHelp-articleIntro .a-leadText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
.a-stickyHelp .a-page .a-text.epi-wysiwyg {
  padding: 10px 12px 8px 12px;
  padding-left: 52px;
}
.a-stickyHelp .a-page .a-text.epi-wysiwyg.pt-2 {
  padding-top: 0 !important;
}
.a-stickyHelp .a-page .a-text.epi-wysiwyg.pt-lg-3 {
  padding-top: 0 !important;
}
.a-stickyHelp .a-page .a-text.epi-wysiwyg h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 0;
  padding-left: 0;
  margin-top: 0;
}
.a-stickyHelp .a-page .a-text.epi-wysiwyg .a-circle-list {
  width: calc(100% + 26px);
  margin-left: -52px;
}
.a-stickyHelp .a-page .a-text.epi-wysiwyg .a-circle-list li {
  width: calc(100% + 40px);
  padding: 12px 12px 12px 52px;
  margin-bottom: 12px;
  margin-left: 0;
  border-bottom: 1px solid #EFEFEF;
}
.a-stickyHelp .a-page .a-text.epi-wysiwyg .a-circle-list li::before {
  padding: 7px 9px 4px;
  margin-right: 10px;
  margin-left: -41px;
}
.a-stickyHelp .a-page .a-text.epi-wysiwyg .a-circle-list li:first-child {
  border-top: 1px solid #EFEFEF;
}
.a-stickyHelp .a-page .a-text.epi-wysiwyg .a-circle-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.a-stickyHelp .a-page .a-text.epi-wysiwyg .a-stickyHelp-footer {
  width: calc(100% + 64px);
  margin-left: -52px;
}
.a-stickyHelp .a-page .a-text .a-stickyHelp-footer {
  width: calc(100% + 24px);
  margin-left: -12px;
}
.a-stickyHelp .a-page-hasArticleInside {
  overflow: hidden;
}

.a-stickyHelp-content-target {
  overflow: auto;
  background: #FFFFFF;
}
.a-stickyHelp-content-target h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 10px 12px 8px 12px;
  padding-left: 52px;
  margin-bottom: 0;
}
.a-stickyHelp-content-target .a-stickyHelp-questionList li {
  border-bottom: 1px solid #EFEFEF;
}
.a-stickyHelp-content-target .a-stickyHelp-questionList li a {
  display: block;
  padding: 10px 12px 8px 12px;
  padding-left: 52px;
  border: none;
}
.a-stickyHelp-content-target .a-stickyHelp-questionList li a:hover, .a-stickyHelp-content-target .a-stickyHelp-questionList li a:focus, .a-stickyHelp-content-target .a-stickyHelp-questionList li a:active {
  background: #F5F5F5;
}
.a-stickyHelp-content-target .a-stickyHelp-questionList li a.a-stickyHelp-iconLeft {
  padding-left: 23px;
}
.a-stickyHelp-content-target .a-stickyHelp-questionList li a i {
  margin-top: -3px;
}
.a-stickyHelp-content-target .a-stickyHelp-questionList li:first-child {
  border-top: 1px solid #EFEFEF;
}
.a-stickyHelp-content-target .a-stickyHelp-footer {
  width: 100%;
  color: #000000;
}
.a-stickyHelp-content-target .a-stickyHelp-footer a {
  font-family: "DIN-medium";
  font-weight: normal;
  display: block;
  padding: 10px 12px 8px 12px;
  padding-left: 52px;
  border-bottom: 1px solid #EFEFEF;
}
.a-stickyHelp-content-target .a-stickyHelp-footer a:hover, .a-stickyHelp-content-target .a-stickyHelp-footer a:focus, .a-stickyHelp-content-target .a-stickyHelp-footer a:active {
  background: #F5F5F5;
}
.a-stickyHelp-content-target .a-stickyHelp-footer a:first-child {
  border-top: 1px solid #EFEFEF;
}
.a-stickyHelp-content-target .a-stickyHelp-footer a.a-stickyHelp-iconLeft {
  padding-left: 25px;
}
.a-stickyHelp-content-target .a-stickyHelp-footer a i {
  margin-top: -3px;
}
.a-stickyHelp-content-target .a-stickyHelp-questionList + .a-stickyHelp-footer a:first-child {
  border-top: none !important;
}

/*-- EPISERVER SPECIFIC --*/
@media (min-width: 992px) {
  .epi-wysiwyg .a-responsiveTable-container,
.epi-wysiwyg .a-gridMinusOneCol {
    width: calc(100% + 156px);
    margin-left: -78px;
  }
}
@media (min-width: 1200px) {
  .epi-wysiwyg .a-responsiveTable-container,
.epi-wysiwyg .a-gridMinusOneCol {
    width: calc(100% + 176px);
    margin-left: -88px;
  }
}
@media (min-width: 992px) {
  .epi-wysiwyg .a-media,
.epi-wysiwyg .a-iconText-minusBothMargins,
.epi-wysiwyg .a-box,
.epi-wysiwyg .a-question-wrapper,
.epi-wysiwyg .a-iconText-extraWidth,
.epi-wysiwyg .a-compare-header,
.epi-wysiwyg .a-compare-category {
    width: calc(100% + 312px);
    margin-left: -156px;
  }
}
@media (min-width: 1200px) {
  .epi-wysiwyg .a-media,
.epi-wysiwyg .a-iconText-minusBothMargins,
.epi-wysiwyg .a-box,
.epi-wysiwyg .a-question-wrapper,
.epi-wysiwyg .a-iconText-extraWidth,
.epi-wysiwyg .a-compare-header,
.epi-wysiwyg .a-compare-category {
    width: calc(100% + 368px);
    margin-left: -184px;
  }
}
.epi-wysiwyg .a-media,
.epi-wysiwyg .a-iconText-minusBothMargins,
.epi-wysiwyg .a-box,
.epi-wysiwyg .a-question-wrapper,
.epi-wysiwyg .a-iconText-extraWidth {
  margin-top: 36px;
  margin-bottom: 36px;
}
.epi-wysiwyg .a-compare-header,
.epi-wysiwyg .a-compare-category {
  margin-bottom: 84px;
}

@media (min-width: 1600px) {
  .epiEditor .a-jumbotron {
    min-height: 650px;
  }
}

.epi-wysiwyg > h2 .a-sg-anchor,
.epi-wysiwyg > h3 .a-sg-anchor {
  display: inline-block !important;
}

@media print {
  .a-dontPrint,
.a-globalNav,
.a-breadcrumb,
.a-footer,
.nav,
.form-group,
button,
.a-linkFeatured,
.a-btn,
.a-jumbotron-btn-textright,
.a-question-wrapper,
.switch-container,
.a-illustration-icon {
    display: none !important;
  }

  .a-collapseContent {
    display: block !important;
  }

  .a-expandable-content {
    display: block !important;
  }

  .card {
    display: block !important;
  }
  .card .a-msg-body .row {
    display: block !important;
  }

  .p0-print {
    padding: 0 !important;
  }

  .a-jumbotron {
    height: auto;
    min-height: auto;
    max-height: auto;
    padding: 0;
    margin: 0;
    color: #000000;
  }

  .a-jumbotron-dark {
    color: #000000;
  }
  .a-jumbotron-dark p,
.a-jumbotron-dark a,
.a-jumbotron-dark .a-jumbotron-ingress {
    color: #000000;
  }

  .a-mediaBlock,
.a-cardImage {
    margin-bottom: 0;
  }
  .a-mediaBlock img,
.a-cardImage img {
    display: none;
  }

  .a-blockquote {
    border: none;
  }

  .a-js-alternativeResults,
.a-js-result {
    display: block !important;
  }

  .a-modal {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  .a-modal .modal-body,
.a-modal .modal-header,
.a-modal .a-iconText,
.a-modal .a-collapseContent {
    padding: 0 !important;
    background: #FFFFFF !important;
  }
  .a-modal .a-iconText-text {
    color: #000000 !important;
  }
  .a-modal .form-group {
    display: block !important;
  }
  .a-modal .modal-navbar,
.a-modal .a-dropdownArrow,
.a-modal .a-iconText-icon,
.a-modal i {
    display: none !important;
  }
  .a-modal a {
    text-decoration: none !important;
  }

  .modal-backdrop {
    background: #FFFFFF !important;
  }
}
.a-btn-overlay-right {
  position: absolute;
  right: 0;
  width: auto;
  height: auto !important;
  margin-top: 0;
}
.a-btn-overlay-right.a-disabled {
  background-color: transparent;
  box-shadow: none;
}

.a-collapseContent .ai-favourite,
.a-collapseContent .ai-favourite-inactive {
  margin-right: 0.5rem;
}

.a-dropdown-personswitchList .a-break-name-orgnr {
  display: block;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.a-dropdown-personswitchList .a-btn-overlay-right {
  margin-top: 0;
}
@media (pointer: coarse) {
  .a-dropdown-personswitchList .a-child-star {
    margin-right: 12px !important;
  }
}
@media (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .a-dropdown-personswitchList .a-child-star {
    margin-right: 12px !important;
  }
}
.a-dropdown-personswitchList .a-list-rowLink.a-list-rowLink-inactive {
  display: none;
}

@media (max-width: 767px) {
  .container.a-triangleShadow .a-listWithSubLevels > .a-favourite button {
    margin-right: 20px;
  }
  .container.a-triangleShadow .a-break-name-orgnr {
    padding-right: 15px;
  }
  .container.a-triangleShadow .a-favourites .a-favourite button {
    margin-right: 13px;
  }
}
.a-favourite {
  display: flex;
  justify-content: center;
  align-items: center;
}
.a-favourite .a-list-rowLink {
  padding-right: 0;
}
.a-favourite button {
  padding: 4px 4px;
  margin: 0 30px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .a-favourite button {
    display: inline-flex !important;
  }
}
.a-favourite .a-btn > .ai-favourite {
  color: #008CF0;
}
.a-favourite .a-btn > .ai-favourite-inactive {
  color: #6A6A6A;
}
.a-favourite .a-btn:hover > .ai-favourite {
  color: #6A6A6A;
}
.a-favourite .a-btn:hover > .ai-favourite-inactive {
  color: #008CF0;
}

@media (min-width: 768px) {
  .a-child-star {
    margin-right: 11px !important;
  }
}

.a-listWithSubLevels .ai-favourite,
.a-listWithSubLevels .ai-favourite-inactive {
  font-size: 1.35em !important;
}

.a-favourites .ai-favourite.ai-xs, .a-favourites .a-helpIconButton .ai-favourite.ai-stack, .a-helpIconButton .a-favourites .ai-favourite.ai-stack, .a-favourites .a-helpIconButton i.ai-favourite, .a-helpIconButton .a-favourites i.ai-favourite {
  font-size: 1.1em !important;
}
.a-favourites .a-btn::after {
  height: 10px;
}
.a-favourites li .a-list-rowLink.a-list-rowLink-inactive {
  cursor: default;
  border-bottom: none !important;
}

@media (max-width: 500px) {
  .help-start-page-link-container {
    flex: auto;
    max-width: none;
  }
  .help-start-page-link {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding: 0 12px 24px 0;
  }

  .help-start-page-text-container {
    width: 100%;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .a-break-name-orgnr {
    display: block;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .col-11 .a-break-name-orgnr:parent {
    padding-right: 10px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .a-listWithSubLevels > .a-favourite:hover > button > .ai-favourite-inactive {
    display: inline-block;
  }
  .a-listWithSubLevels > button.a-btn-shadow-large:hover ~ .a-favourite .ai-favourite-inactive {
    display: inline-block;
  }
  .a-listWithSubLevels > .a-collapseContent > .a-list-container li:hover .ai-favourite-inactive {
    display: inline-block;
  }

  .ai-favourite-inactive {
    display: none;
  }
}
@media (pointer: fine) {
  .a-listWithSubLevels > .a-favourite:hover > button > .ai-favourite-inactive {
    display: inline-block;
  }
  .a-listWithSubLevels > button.a-btn-shadow-large:hover ~ .a-favourite .ai-favourite-inactive {
    display: inline-block;
  }
  .a-listWithSubLevels > .a-collapseContent > .a-list-container li:hover .ai-favourite-inactive {
    display: inline-block;
  }

  .ai-favourite-inactive {
    display: none;
  }
}
#epi-quickNavigator .epi-quickNavigator-editLink a span,
#epi-quickNavigator .epi-quickNavigator-dropdown ul#epi-quickNavigator-menu li a {
    font-size: 15px !important;
}

#epi-quickNavigator a,
#epi-quickNavigator a:hover {
    border-bottom: none;
}

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }

.contact-list-block {
  width: 100%;
  padding: 24px;
  background: #F2F2F2;
}

.contact-list-block__heading {
  font-family: "DIN-reg";
  font-size: 18px;
  font-weight: 700;
  line-height: 27.3px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
.contact-list-block__heading {
  font-family: "DIN-reg";
  font-size: 21px;
  color: #1E2B3C;
}
}

.contact-list-block__text p {
  font-size: 18px;
  line-height: 27.3px;
  font-family: "DIN-light";
  font-weight: 600;
  margin-bottom: 24px;
  color: #4B5563;
}
@media (min-width: 768px) {
.contact-list-block__text {
  font-size: 21px;
}
}

.contact-list-block__contact-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
 .contact-list-block__contact-options {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
}
.contact-list-block__link,
.contact-list-block__button {
  background: transparent;
  color: #3F3161;
  padding: 12px 20px;
  border: 1px solid #3F3161;
  border-radius: 4px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
}

.contact-list-block__link:hover,
.contact-list-block__button:hover {
  border: 1px solid #3F3161;
  background-color: #d1e3f3;
  color: #3F3161;
}

.contact-list-block__link:focus-visible,
.contact-list-block__button:focus-visible {
  border: 1px solid #3F3161;
  outline: 3px solid #002d54;
  outline-offset: 3px;
}




.search-summary {
      background-color: #F4EEFF;
}

.search-summary-container {
  max-width: 880px;
  margin: auto;
  padding: 24px;
}

.search-summary-heading-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.search-summary-heading {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .search-summary-heading {
    font-size: 21px;
  }
}

.search-summary-header {
    display: flex;
    gap: 10px;
    flex-direction: column-reverse;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
  .search-summary-header {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 75px;
  }
}

.search-summary-warning {
  display: flex;
  gap: 5px;
  align-items: center;
  background: #E3D3FF;
  color: #4B5563;
  padding: 10px;
  border-radius: 4px;
}

.search-summary-warning svg {
  align-self: self-start;
}

.search-summary-warning-text {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}

.search-summary-content p {
  color: #4B5563;
  font-size: 16px;
}

@media (min-width: 768px) {
  .search-summary-content p {
      font-size: 18px;
  }
}

.search-summary-references {
    list-style: none;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search-wrapper {
    position: relative;
}

.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    margin-top: 4px;
    padding: 0;
    list-style: none;
}

    .search-suggestions .suggestion-header {
        display: block;
        padding: 10px;
        font-size: 12px;
        font-weight: 600;
        color: #555;
    }

    .search-suggestions a.suggestion-link {
        border-bottom: none !important;
        display: block;
        padding: 10px;
        color: #333;
        text-decoration: none;
    }

        .search-suggestions a.suggestion-link:hover {
            border-bottom: none !important;
            background-color: #f5f5f5;
            text-decoration: none;
        }

    .search-suggestions mark {
        background-color: yellow;
        font-weight: bold;
    }

/*# sourceMappingURL=style.dist.infoportal.css.map */