@charset "UTF-8";
/*
$xD-Color: #000000;
$xD-Color: #002D52;
$xD-Color: #003460;
$xD-Color: #009BB7;
$xD-Color: #444444;
$xD-Color: #5A7E94;
$xD-Color: #608CA1;
$xD-Color: #7599A8;
$xD-Color: #9EA4A7;
$xD-Color: #E0EBF1;
$xD-Color: #EB902D;
$xD-Color: #F1F6F9;
$xD-Color: #FDE8DF;
$xD-Color: #FEFEFE;
$xD-Color: #FF7C6B;
$xD-Color: #FFFFFE;
$xD-Color: #FFFFFF;
$xD-Color: rgba(0, 0, 0, 0.3);
$xD-Color: rgba(0, 0, 0, 0.5);
$xD-Color: rgba(242, 246, 250, 0.99);
$xD-Color: rgba(245, 248, 251, 0.89);
$xD-Color: rgba(255, 255, 255, 0.55);
*/
:root {
  --primary: #003460;
  --secondary: #009BB7;
  --cinderella: #FDE8DF;
  --peach: #FBD2BE;
  --accent: #FF7C6B;
  --danger: #FF6B6B;
  --alert: #C90526;
  --page-rating-padding: 1.5rem;
  --page-rating-border: #003460;
  --page-rating-label: #003460;
  --page-rating-average: #9EA4A7;
  --page-rating-star-blank: #003460;
  --page-rating-star-full: #9EA4A7;
  --page-rating-star-user: #009BB7;
  --modal-backdrop-background: #003460;
  --modal-backdrop-opacity: 0.8;
  --modal-close-background: #009BB7;
}

@font-face {
  font-family: "NuernbergerTextWeb";
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  src: url("../fonts/b4d18352bd05e7a1666f8176dd4f5fdb0034bc68ed9a765bfaa6688b822dffe7.woff2") format("woff2"), url("../fonts/07baa331d8d8c28ed844de348cbf6e236a5d9efe6087539edf53ad614cc18598.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NuernbergerTextWeb";
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  src: url("../fonts/344a9d796e5cdf50f663c66327caa28439c6741c82db94768748f399e297891e.woff2") format("woff2"), url("../fonts/f8bd2f75553ceb06db3a8ab3b0f2a19a71f0d8d6c6052dd7ee78dccd55de6e7f.woff") format("woff");
  font-display: swap;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::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: "NuernbergerTextWeb", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
  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: 0.5625rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: 700;
}

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: inherit;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

a:not([href]):not([role=button]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([role=button]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "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: #608CA1;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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;
}

nv-offcanvas:not(.hydrated) {
  display: none;
}

body {
  max-width: 1920px;
  position: relative;
}

@media only screen and (min-width: 1921px) {
  body {
    margin: 0 auto;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14);
  }
}
.w-70 {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-md {
    display: none !important;
  }
}

.breakpoint-conditional-content {
  display: none;
}
@media (max-width: 575.98px) {
  .breakpoint-conditional-content.breakpoint-xs {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .breakpoint-conditional-content.breakpoint-sm {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .breakpoint-conditional-content.breakpoint-md {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .breakpoint-conditional-content.breakpoint-lg {
    display: block;
  }
}
@media (min-width: 1200px) {
  .breakpoint-conditional-content.breakpoint-xl {
    display: block;
  }
}

.text-size-12 {
  font-size: 0.75rem;
}

.text-size-14 {
  font-size: 0.875rem;
}

.text-size-16 {
  font-size: 1rem;
}

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

.text-size-22 {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  .text-size-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}

.text-size-24 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .text-size-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.text-size-28 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .text-size-28 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

.text-size-32 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .text-size-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.text-size-36 {
  font-size: 2.25rem;
}

.text-size-40 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  .text-size-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.text-size-44 {
  font-size: 2.75rem;
}

h1.text-size-22, h1.text-size-24, h1.text-size-28, h1.text-size-32, h1.text-size-36, h1.text-size-40, h1.text-size-44, h2.text-size-22, h2.text-size-24, h2.text-size-28, h2.text-size-32, h2.text-size-36, h2.text-size-40, h2.text-size-44 {
  color: inherit;
  font-weight: 300;
}

.image-align-center-center .img-fluid {
  object-position: center center;
}

.image-align-center-top .img-fluid {
  object-position: center top;
}

.image-align-center-bottom .img-fluid {
  object-position: center bottom;
}

.image-align-left-center .img-fluid {
  object-position: left center;
}

.image-align-left-top .img-fluid {
  object-position: left top;
}

.image-align-left-bottom .img-fluid {
  object-position: left bottom;
}

.image-align-right-center .img-fluid {
  object-position: right center;
}

.image-align-right-top .img-fluid {
  object-position: right top;
}

.image-align-right-bottom .img-fluid {
  object-position: right bottom;
}

.inline-modal {
  display: inline;
  background: transparent;
  text-decoration: underline;
}

#__tealiumGDPRecModal {
  left: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1190px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row-content-center > [class^=col-] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.col-lg-6, .col-lg-3, .col-md-8, .col-md-6, .col-md-4, .col-md-3, .col-sm-6 {
  position: relative;
  width: 100%;
  overflow-wrap: break-word;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 991.98px) {
  .col-lg-6 + .col-lg-6 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  .row:not(.flex-sm-row-reverse) .col-sm-6 + .col-sm-6 {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .row:not(.flex-sm-row-reverse) .col-md-4 + .col-md-4,
  .row:not(.flex-sm-row-reverse) .col-md-6 + .col-md-6 {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .flex-sm-row-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-row-reverse .col-md-4:not(:last-child),
  .flex-sm-row-reverse .col-md-6:not(:last-child) {
    margin-top: 1.5rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5625rem;
  font-family: "NuernbergerTextWeb", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.375;
  color: #003460;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.25rem;
}

a[id^=c] {
  display: block;
  position: relative;
  top: -66px;
  visibility: hidden;
}
@media (min-width: 992px) {
  a[id^=c] {
    top: -208px;
  }
}

ul {
  list-style: none;
  padding: 0;
}
ul li {
  position: relative;
  padding-left: 1.75rem;
}
ul li.has-info {
  padding-right: 1.75rem;
  position: relative;
}
ul li.has-info svg {
  fill: #003460;
}
@media (min-width: 768px) {
  ul li.has-info {
    padding-right: 2.25rem;
  }
}
ul li:before {
  content: "•";
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  font-size: 1.25rem;
  line-height: 1;
}

hr {
  margin: 1.125rem 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-size-sm {
  font-size: 0.875rem;
}

.list-point, .list-features,
.list-check,
.hero-content ul,
.list-cross,
.list-info-item,
.list-cross-alert {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .list-point, .list-features,
  .list-check,
  .hero-content ul,
  .list-cross,
  .list-info-item,
  .list-cross-alert {
    font-size: 1.25rem;
  }
}
.list-point li, .list-features li,
.list-check li,
.hero-content ul li,
.list-cross li,
.list-info-item li,
.list-cross-alert li {
  padding-left: 1.75rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .list-point li, .list-features li,
  .list-check li,
  .hero-content ul li,
  .list-cross li,
  .list-info-item li,
  .list-cross-alert li {
    padding-left: 2.25rem;
  }
}

.list-features li:before,
.list-check li:before,
.hero-content ul li:before,
.list-cross li:before,
.list-info-item li:before,
.list-cross-alert li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  top: 0.3125rem;
}
@media (min-width: 768px) {
  .list-features li:before,
  .list-check li:before,
  .hero-content ul li:before,
  .list-cross li:before,
  .list-info-item li:before,
  .list-cross-alert li:before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.list-check li:before, .hero-content ul li:before,
.list-check-item:before {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%235A7E94'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.list-cross li:before,
.list-cross-item:before {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' fill='%239EA4A7'%3E%3Cpath d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.list-cross-alert li:before,
.list-cross-alert-item:before {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' fill='%23C90526'%3E%3Cpath d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.list-warning li:before,
.list-warning-item:before {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' fill='%23eac282'%3E%3Cpath d='M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.list-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
}
.list-inline .list-inline-item {
  padding: 1rem;
  flex-shrink: 0;
}
.list-inline .list-inline-item:before {
  content: "";
}

.link-contact,
.link-arrow {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  position: relative;
  padding-left: 2.25rem;
}
@media (max-width: 1200px) {
  .link-contact,
  .link-arrow {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.link-contact, .link-contact:hover,
.link-arrow,
.link-arrow:hover {
  color: #009BB7;
  text-decoration: unset;
}

.link-contact svg {
  fill: currentColor;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  transform: translateY(-50%);
}

.link-arrow {
  display: inline;
}
.link-arrow:before {
  content: "";
  position: absolute;
  top: calc(0.25rem + 0.6vw);
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23009BB7'%3E%3Cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E") 50% 50% no-repeat;
}
@media (min-width: 992px) {
  .link-arrow:before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.link-arrow + .link-arrow,
.shy + .link-arrow {
  padding-left: 0;
}
.link-arrow + .link-arrow:before,
.shy + .link-arrow:before {
  display: none;
}

.link-icon {
  color: #003460;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  flex-direction: column;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .link-icon {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 768px) {
  .link-icon {
    flex-direction: row;
  }
}
.link-icon svg {
  fill: currentColor;
  margin: 1rem;
}
.link-icon, .link-icon:hover {
  text-decoration: unset;
}

.link-icon-phone {
  flex-direction: row;
}

nv-picture {
  display: block;
}
nv-picture picture {
  display: inline-block;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.image-left nv-picture {
  text-align: left;
}
.image-center nv-picture {
  text-align: center;
}
.image-right nv-picture {
  text-align: right;
}

.image-indented {
  max-width: 80%;
  margin: 0 auto;
}

@media only screen {
  .lazyload {
    will-change: filter;
    transition: filter all 0.2s ease-in-out linear;
    filter: blur(5px);
  }
  .lazyload.lazyloaded {
    filter: blur(0);
  }
}
.btn {
  display: inline-block;
  font-family: "NuernbergerTextWeb", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem;
  height: 4.125rem;
  color: #003460;
  padding: 0 1.25rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: #FFFFFF;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  line-height: 4.125rem;
  border: 0 none;
}
.btn:hover {
  color: #003460;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.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, .btn-contact {
  color: #FFFFFF;
  background-color: #003460;
  line-height: calc(4.125rem - 0.25rem);
  border: 0.125rem solid #003460;
}
.btn-primary:hover, .btn-contact:hover, .btn-primary:focus, .btn-contact:focus, .btn-primary.focus, .focus.btn-contact {
  color: #003460;
  background-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-contact:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-contact:not(:disabled):not(.disabled).active {
  color: #003460;
  background-color: rgb(0, 31.28125, 57.75);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #009BB7;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #268B99;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #FFFFFF;
  background-color: rgb(0, 122.6024590164, 144.75);
}

.btn-accent {
  color: #FFFFFF;
  background-color: #FF7C6B;
}
.btn-accent:hover, .btn-accent:focus, .btn-accent.focus {
  color: #FFFFFF;
  background-color: #CC5656;
}
.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active {
  color: #FFFFFF;
  background-color: rgb(255, 90.1435810811, 68.75);
}

.btn-ghost, .btn-ghost-input, .btn-ghost-secondary {
  line-height: calc(4.125rem - 0.25rem);
  border: 0.125rem solid #003460;
  background: transparent;
}
.btn-ghost:hover, .btn-ghost-input:hover, .btn-ghost-secondary:hover {
  color: #FFFFFF;
  background: #003460;
}

.btn-ghost-secondary {
  color: #009BB7;
  border-color: #009BB7;
}
.btn-ghost-secondary:hover {
  background: #009BB7;
}

.btn-ghost-input {
  color: #A5B9C5;
  border-color: #A5B9C5;
}
.btn-ghost-input:hover {
  background: #A5B9C5;
}

.btn-loading {
  position: relative;
  pointer-events: none;
}
.btn-loading, .btn-loading:hover, .btn-loading:focus {
  transition: none;
  color: transparent;
}
.btn-loading:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: calc(50% - 0.75rem);
  left: calc(50% - 0.75rem);
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z'/%3E%3C/svg%3E") no-repeat center center;
  animation: spin 1.1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.btn-cta,
.btn-cta-sm {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .btn-cta {
    max-width: 31.75rem;
  }
}

@media (min-width: 768px) {
  .btn-cta-sm {
    max-width: 21.75rem;
  }
}

@media (max-width: 767.98px) {
  .has-sticky-button-group .btn-cta:not(.btn-ghost):not(.btn-ghost-secondary):not(.btn-ghost-input):not(nv-share):not(.btn-cancer-calculator) {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
  }
}

.btn-contact {
  font-size: 1.25rem;
  height: 3rem;
  border-radius: 1.5rem;
  padding: 0 1.125rem;
  line-height: 3rem;
}
.btn-contact.btn-xs {
  border-radius: 1rem;
}
.btn-contact:hover {
  background-color: #009BB7;
}
.btn-contact:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-xs {
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
}

.btn-md {
  height: 3rem;
  line-height: 1;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #003460;
  padding: 0.25rem;
  border: 0 none;
}
.btn-icon-secondary {
  background-color: #009BB7;
}
.btn-icon svg {
  fill: currentColor;
  width: 0.875rem;
  height: 0.875rem;
}
.btn-icon:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-has-icon,
.btn-has-icon-right {
  position: relative;
}
.btn-has-icon svg,
.btn-has-icon-right svg {
  position: absolute;
  top: calc(50% - 0.5625rem);
  width: 1.125rem;
  height: 1.125rem;
  fill: currentColor;
}
.btn-has-icon svg.icon-lg,
.btn-has-icon-right svg.icon-lg {
  top: calc(50% - 0.875rem);
  width: 1.75rem;
  height: 1.75rem;
}

.btn-has-icon {
  padding-left: 2.75rem;
}
.btn-has-icon svg {
  left: 1.125rem;
}

.btn-has-icon-right {
  padding-right: 2.75rem;
}
.btn-has-icon-right svg {
  right: 1.125rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 1rem;
}

.btn-group {
  height: 8.25rem;
}
.btn-group .btn-sticky-group {
  position: fixed;
  width: 100%;
  z-index: 1000;
  bottom: 0;
  background-color: #FFFFFF;
}
.btn-group .btn-sticky-group .btn {
  width: 100%;
  font-size: 1.125rem;
}
.btn-group .btn-sticky-group .btn-telephone {
  color: #009BB7;
}
@media (min-width: 768px) {
  .btn-group {
    display: none;
  }
}

.btn-promotion-group {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .btn-promotion-group {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
  }
}
.btn-promotion-group .round-plate {
  margin: 1.5rem auto;
}
@media (min-width: 768px) {
  .btn-promotion-group .round-plate {
    display: none;
  }
}
.btn-promotion-group .hero-plus-icon {
  display: none;
  align-items: center;
  margin: 0 0.5rem;
  height: 4.125rem;
  fill: #003460;
}
@media (min-width: 768px) {
  .btn-promotion-group .hero-plus-icon {
    display: flex;
  }
}
.btn-promotion-group .promotion-plate {
  max-width: 100%;
  height: 4.125rem;
}
@media (min-width: 768px) {
  .btn-promotion-group .promotion-plate {
    margin-top: 0;
    max-width: 15.625rem;
  }
}
.btn-promotion-group .promotion-plate .amazon-badge {
  right: -0.75rem;
}
.btn-promotion-group .btn-cta {
  display: inline-block !important;
  max-width: 100%;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .btn-promotion-group .btn-cta {
    max-width: 19.5rem;
  }
}
@media (min-width: 992px) {
  .btn-promotion-group .btn-cta {
    max-width: 26.5rem;
  }
}
.btn-promotion-group .link-contact {
  height: 4.125rem;
}
@media (min-width: 768px) {
  .btn-promotion-group.has-phone {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .btn-promotion-group.has-promotion-plate {
    flex-flow: row wrap;
    margin-top: 5rem;
  }
}
.btn-promotion-group.has-promotion-plate .link-contact {
  width: 100%;
}
.section .btn-promotion-group {
  justify-content: center;
}
@media (min-width: 768px) {
  .section .btn-promotion-group.has-phone {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .section .btn-promotion-group.has-promotion-plate {
    margin-top: 7rem;
  }
}
@media (min-width: 768px) {
  .section .btn-promotion-group:not(.has-promotion-plate) {
    align-items: center;
  }
}

.btn-wrap {
  display: flex;
}
.btn-wrap.btn-center {
  justify-content: center;
}
.btn-wrap.btn-right {
  justify-content: flex-end;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

label,
legend {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #002D52;
  margin-bottom: 1rem;
}
label nv-modal-loader,
legend nv-modal-loader {
  margin-left: 0.25rem;
}

.form-control {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 1px 16px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: calc(3rem - 4px);
  color: #002D52;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #A5B9C5;
  appearance: none;
  border-radius: 0;
  transition: border 0.15s ease-in-out, padding 0.15s ease-in-out;
}
.form-control:hover, .form-control:focus {
  outline: 0;
  border: 2px solid #009BB7;
  padding: 0 15px;
}
.form-control::placeholder {
  color: #A5B9C5;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  color: #7599A8;
  border-color: #E0EBF1;
  background-color: #FEFEFE;
  opacity: 1;
}

select.form-control {
  color: #A5B9C5;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23003460'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") no-repeat center right 16px/1.25rem 1.25rem;
}

textarea.form-control {
  height: 6rem;
  resize: none;
}

.help-block,
.invalid-feedback,
.hint-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 70%;
  font-weight: 700;
}

.help-block {
  display: block;
  color: #003460;
}

.hint-feedback {
  display: block;
  color: #608CA1;
  text-align: right;
}

.invalid-feedback {
  display: none;
  color: #C90526;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #C90526;
}
.form-control.is-invalid::placeholder,
.was-validated .form-control:invalid::placeholder {
  color: #C90526;
}
.form-control.is-invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-feedback {
  display: block;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 2rem;
  color-adjust: exact;
}
.custom-control.is-invalid .invalid-feedback {
  display: block;
}
.custom-control.is-invalid .custom-control-input:not(:checked) ~ .custom-control-label:before {
  border-color: #C90526;
}

.form-group-inline .custom-control,
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  border-color: #003460;
}
.custom-control-input:not(:checked).is-invalid ~ .custom-control-label:before {
  border-color: #C90526;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-weight: 700;
  max-width: 100%;
  cursor: pointer;
}
.custom-control-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -2rem;
  height: 1.25rem;
  width: 1.25rem;
  pointer-events: none;
  background-color: #FFFFFF;
  border: 2px solid #E0EBF1;
  transition: border-color 0.15s ease-in-out;
}
.custom-control-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -1.75rem;
  height: 0.75rem;
  width: 0.75rem;
  pointer-events: none;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
}

.custom-radio .custom-control-label:before,
.custom-radio .custom-control-label:after {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #003460;
}

.custom-checkbox {
  margin-bottom: 0.75rem;
}
.custom-checkbox .custom-control-label {
  display: inline-block;
  font-weight: 400;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23003460'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.custom-control-icon {
  padding-left: 0;
}
.custom-control-icon svg {
  height: 100%;
  width: 100%;
}
.custom-control-icon .custom-control-label {
  border: 2px #003460 solid;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  height: 3rem;
  width: 3rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  background: #FFFFFF;
  fill: #003460;
}
.custom-control-icon .custom-control-label:before, .custom-control-icon .custom-control-label:after {
  display: none;
}
.custom-control-icon .custom-control-input:checked ~ .custom-control-label {
  fill: #FFFFFF;
  border-color: #FFFFFF;
  background: #003460;
}

.form-steps {
  display: block;
  text-align: right;
  color: #608CA1;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.form-actions {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .form-actions {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.form-actions .btn {
  margin-top: 1rem;
}
.form-actions .form-actions-spacer {
  flex: 1 1;
}

.form-group {
  display: block;
}
.form-group p {
  color: #003460;
}
.form-group a {
  color: #009BB7;
}
.form-group a:hover {
  color: #005a6b;
}
.form-group + .form-group {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .form-group + .form-group {
    margin-top: 2rem;
  }
}

.form-row {
  display: flex;
  flex-direction: column;
}
.form-row + .form-row {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .form-row + .form-row {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .form-row {
    flex-direction: row;
    margin: 0 -1.5rem;
  }
}
@media (min-width: 768px) {
  .form-row > .form-group {
    flex: 1;
    padding: 0 1.5rem;
    margin-top: 0;
  }
  .form-row > .form-group.form-group-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .form-row > .form-group.form-group-50 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .form-row > .form-group.form-group-75 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

.form {
  display: flex;
  flex-direction: column;
  background-color: #E0EBF1;
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .form {
    padding: 1.5rem 3rem 3rem 3rem;
  }
}
.form > fieldset {
  flex: 1 1;
}
@media (min-width: 768px) {
  .form .btn-secondary {
    min-width: 300px;
  }
}

.section {
  padding: 3rem 0;
}
.section > a[id^=c] {
  top: -114px;
}
@media (min-width: 768px) {
  .section > a[id^=c] {
    top: -162px;
  }
}
@media (min-width: 992px) {
  .section > a[id^=c] {
    top: -304px;
  }
}
@media (min-width: 768px) {
  .section {
    padding: 6rem 0;
  }
}
.section-white {
  background: #FFFFFF;
}
.section-gray-300 {
  background: #F1F6F9;
  color: #003460;
}
.section-gray-400 {
  background: #E0EBF1;
}
.section-gray-600 {
  background: #608CA1;
  overflow: hidden;
}
.section-primary {
  background: #003460;
}
.section-peach {
  background: #FBD2BE;
  color: #003460;
}
.section-cinderella {
  background: #FDE8DF;
  color: #003460;
}
.section-header {
  text-align: center;
  padding-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .section-header {
    font-size: 1.125rem;
  }
}

.section-primary,
.section-gray-600 {
  color: #FFFFFF;
}
.section-primary h1, .section-primary h2, .section-primary h3, .section-primary h4, .section-primary h5, .section-primary h6,
.section-primary .h1, .section-primary .h2, .section-primary .h3, .section-primary .h4, .section-primary .h5, .section-primary .h6,
.section-primary nv-collapse .collapse-headline,
.section-primary nv-collapse .collapse-headline:hover,
.section-primary .stepper-list-item:before,
.section-gray-600 h1,
.section-gray-600 h2,
.section-gray-600 h3,
.section-gray-600 h4,
.section-gray-600 h5,
.section-gray-600 h6,
.section-gray-600 .h1,
.section-gray-600 .h2,
.section-gray-600 .h3,
.section-gray-600 .h4,
.section-gray-600 .h5,
.section-gray-600 .h6,
.section-gray-600 nv-collapse .collapse-headline,
.section-gray-600 nv-collapse .collapse-headline:hover,
.section-gray-600 .stepper-list-item:before {
  color: #FFFFFF;
}
.section-primary nv-collapse .collapse-headline:before,
.section-primary nv-collapse-text .collapse-headline:before,
.section-primary nv-collapse-text .collapse-headline:after,
.section-gray-600 nv-collapse .collapse-headline:before,
.section-gray-600 nv-collapse-text .collapse-headline:before,
.section-gray-600 nv-collapse-text .collapse-headline:after {
  background: #FFFFFF;
}
.section-primary nv-collapse .collapse-headline:after,
.section-gray-600 nv-collapse .collapse-headline:after {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23FFFFFF'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") 0 0 no-repeat;
}
.section-primary .list-check li:before, .section-primary .hero-content ul li:before, .hero-content .section-primary ul li:before,
.section-primary .list-check-item:before,
.section-gray-600 .list-check li:before,
.section-gray-600 .hero-content ul li:before,
.hero-content .section-gray-600 ul li:before,
.section-gray-600 .list-check-item:before {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23FFFFFF'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") 0 0 no-repeat;
}
.section-primary .list-cross:not(.list-cross-alert) li:before,
.section-primary .list-cross-item:before,
.section-gray-600 .list-cross:not(.list-cross-alert) li:before,
.section-gray-600 .list-cross-item:before {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' fill='%23FFFFFF'%3E%3Cpath d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.section-small {
  padding: 3rem 0;
}

.section-white + .section-white,
.section-gray-300 + .section-gray-300,
.section-gray-400 + .section-gray-400,
.section-gray-600 + .section-gray-600,
.section-primary + .section-primary,
.section-peach + .section-peach,
.section-cinderella + .section-cinderella {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .card-deck-section {
    background-color: #FFFFFF;
  }
  .card-deck-section + .section-white {
    padding-top: 0;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  content: "";
  display: block;
}
.embed-responsive img,
.embed-responsive iframe,
.embed-responsive video,
.embed-responsive .embed-responsive {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.embed-responsive-2by3:before {
  padding-top: 66.6666666667%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.etrusted-slider-wrapper {
  display: flex;
  position: relative;
  min-height: 172px;
  margin: 1rem 0;
}
.etrusted-slider-wrapper nv-etrusted-stars {
  margin: 0;
}
.etrusted-slider-wrapper nv-etrusted-stars .wrapper {
  margin: 0 0.6rem 0 0;
  flex-direction: column;
  position: unset;
}
.etrusted-slider-wrapper nv-etrusted-stars .wrapper:hover .rating,
.etrusted-slider-wrapper nv-etrusted-stars .wrapper:hover .grade {
  color: #000;
}
.etrusted-slider-wrapper nv-etrusted-stars .star-wrapper,
.etrusted-slider-wrapper nv-etrusted-stars .rating {
  margin: 0 0 0.5rem 0;
}
.etrusted-slider-wrapper nv-etrusted-stars .grade {
  margin: 0 0 1rem 0;
}
.etrusted-slider-wrapper nv-etrusted-stars .reviews {
  display: none;
}
.etrusted-slider-wrapper nv-etrusted-stars .logo {
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 800px) {
  .etrusted-slider-wrapper nv-etrusted-stars:not(.swiper-slide) {
    display: none;
  }
}
.etrusted-slider-wrapper nv-etrusted-stars.swiper-slide .wrapper {
  border: none;
}
.etrusted-slider-wrapper nv-etrusted-slider {
  overflow: hidden;
}
.etrusted-slider-wrapper nv-etrusted-stars .wrapper,
.etrusted-slider-wrapper .swiper-slide {
  padding: 0.8rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.etrusted-slider-wrapper .swiper {
  height: 100%;
  position: relative;
  font: 1rem "Helvetica Neue", arial, sans-serif;
  padding: 0 2.25rem;
}
.etrusted-slider-wrapper .swiper-wrapper,
.etrusted-slider-wrapper .swiper-slide {
  height: 100%;
  position: unset;
}
.etrusted-slider-wrapper .swiper-button-prev,
.etrusted-slider-wrapper .swiper-button-next {
  width: 2.25rem;
  fill: #000;
  opacity: 0.98;
}
.etrusted-slider-wrapper .swiper-button-prev:hover,
.etrusted-slider-wrapper .swiper-button-next:hover {
  fill: #005aa0;
}
.etrusted-slider-wrapper .swiper-button-prev {
  background-color: #FFFFFF;
}
.etrusted-slider-wrapper .individual-rating {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.etrusted-slider-wrapper .individual-rating .star {
  color: #CCCCCC;
  height: 1.1rem;
  width: 1.1rem;
}
.etrusted-slider-wrapper .verified {
  color: #005aa0;
}
.etrusted-slider-wrapper .verified svg {
  height: 1.1rem;
  width: 1.1rem;
}
.etrusted-slider-wrapper .date-and-author,
.etrusted-slider-wrapper .review {
  font-size: 0.9rem;
  line-height: 1rem;
}
.etrusted-slider-wrapper .date-and-author {
  color: #575757;
  margin-bottom: 0.4rem;
}
.etrusted-slider-wrapper .review {
  color: #000;
  hyphens: auto;
  word-break: break-word;
  overflow: hidden;
  line-clamp: 3;
}

.btn-promotion-group + nv-etrusted-slider {
  margin-top: 5rem;
}

nv-etrusted-stars {
  display: flex;
  justify-content: center;
  flex-direction: row;
  min-height: 95px;
  margin: 1rem 0;
  font-weight: 400;
}
nv-etrusted-stars .wrapper {
  display: flex;
  position: relative;
  margin: 1.25rem;
  align-items: center;
  justify-content: center;
}
nv-etrusted-stars .wrapper:hover > .rating,
nv-etrusted-stars .wrapper:hover > .grade,
nv-etrusted-stars .wrapper:hover > .reviews,
nv-etrusted-stars .wrapper:hover > .verification {
  color: #005aa0;
  cursor: pointer;
}
nv-etrusted-stars .star-wrapper {
  height: 1.45rem;
  width: 7rem;
}
nv-etrusted-stars .stars-filled svg {
  height: 1.25rem;
  width: 1.25rem;
}
nv-etrusted-stars .star {
  height: 1.25rem;
  width: 1.25rem;
}
nv-etrusted-stars .star:not(:last-child) {
  margin-right: 0.175rem;
}
nv-etrusted-stars .rating,
nv-etrusted-stars .grade,
nv-etrusted-stars .reviews {
  margin-right: 0.75rem;
}
nv-etrusted-stars .link-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
nv-etrusted-stars .rating,
nv-etrusted-stars .grade,
nv-etrusted-stars .logo {
  color: #000;
}
@media (max-width: 575.98px) {
  nv-etrusted-stars .grade {
    display: none;
  }
}
nv-etrusted-stars .reviews {
  color: #575757;
}
@media (max-width: 767.98px) {
  nv-etrusted-stars .reviews {
    display: none;
  }
}

nv-etrusted-stars .star-wrapper,
nv-etrusted-tooltip .tooltip .star-wrapper {
  position: relative;
  margin-right: 0.75rem;
}
nv-etrusted-stars .stars-empty,
nv-etrusted-stars .stars-filled,
nv-etrusted-tooltip .tooltip .stars-empty,
nv-etrusted-tooltip .tooltip .stars-filled {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
nv-etrusted-stars .stars-empty svg,
nv-etrusted-stars .stars-filled svg,
nv-etrusted-tooltip .tooltip .stars-empty svg,
nv-etrusted-tooltip .tooltip .stars-filled svg {
  vertical-align: super;
}
nv-etrusted-stars .stars-empty,
nv-etrusted-tooltip .tooltip .stars-empty {
  color: #ccc;
}
nv-etrusted-stars .stars-filled,
nv-etrusted-tooltip .tooltip .stars-filled {
  color: #ffdc0f;
}
nv-etrusted-stars .stars-filled .star,
nv-etrusted-tooltip .tooltip .stars-filled .star {
  display: inline-block;
}
nv-etrusted-stars .stars-filled .icon-wrap,
nv-etrusted-tooltip .tooltip .stars-filled .icon-wrap {
  width: 0;
  overflow: hidden;
}
nv-etrusted-stars .stars-filled svg,
nv-etrusted-tooltip .tooltip .stars-filled svg {
  height: 1.25rem;
  width: 1.25rem;
}
nv-etrusted-stars .rating,
nv-etrusted-stars .grade,
nv-etrusted-stars .reviews,
nv-etrusted-stars .verification,
nv-etrusted-tooltip .tooltip .rating,
nv-etrusted-tooltip .tooltip .grade,
nv-etrusted-tooltip .tooltip .reviews,
nv-etrusted-tooltip .tooltip .verification {
  font: 1.25rem "Helvetica Neue", arial, sans-serif;
}
nv-etrusted-stars .rating,
nv-etrusted-tooltip .tooltip .rating {
  font-weight: 700;
}
nv-etrusted-stars a,
nv-etrusted-tooltip .tooltip a {
  color: #005aa0;
  margin-top: 1rem;
  text-decoration: none;
}
nv-etrusted-stars a:hover,
nv-etrusted-tooltip .tooltip a:hover {
  text-decoration: underline;
}

.etrusted-slider-wrapper nv-etrusted-tooltip .tooltip,
nv-etrusted-stars nv-etrusted-tooltip .tooltip {
  transform: translateX(50%) translateY(-50%) scale(1, 1);
  animation: open-tooltip 0.5s;
  position: absolute;
  top: 50%;
  right: 50%;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25), 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  overflow: hidden;
  width: max-content;
  max-width: 95vw;
  padding: 1.5rem;
  z-index: 1001;
}
.etrusted-slider-wrapper nv-etrusted-tooltip .tooltip .star-wrapper,
nv-etrusted-stars nv-etrusted-tooltip .tooltip .star-wrapper {
  width: 9.5rem;
  height: 1.75rem;
}
.etrusted-slider-wrapper nv-etrusted-tooltip .tooltip .star,
.etrusted-slider-wrapper nv-etrusted-tooltip .tooltip .stars-filled svg,
nv-etrusted-stars nv-etrusted-tooltip .tooltip .star,
nv-etrusted-stars nv-etrusted-tooltip .tooltip .stars-filled svg {
  width: 1.75rem;
  height: 1.75rem;
}
.etrusted-slider-wrapper nv-etrusted-tooltip .tooltip:hover .rating,
.etrusted-slider-wrapper nv-etrusted-tooltip .tooltip:hover .reviews,
nv-etrusted-stars nv-etrusted-tooltip .tooltip:hover .rating,
nv-etrusted-stars nv-etrusted-tooltip .tooltip:hover .reviews {
  color: #444;
  cursor: default;
}
.etrusted-slider-wrapper nv-etrusted-tooltip .tooltip .rating,
nv-etrusted-stars nv-etrusted-tooltip .tooltip .rating {
  color: #444;
  font-size: 1.5rem;
  margin: 1rem 0;
}
.etrusted-slider-wrapper nv-etrusted-tooltip .tooltip .reviews,
.etrusted-slider-wrapper nv-etrusted-tooltip .tooltip .verification,
nv-etrusted-stars nv-etrusted-tooltip .tooltip .reviews,
nv-etrusted-stars nv-etrusted-tooltip .tooltip .verification {
  display: block;
  font-size: 0.9rem;
}
.etrusted-slider-wrapper nv-etrusted-tooltip .tooltip .close,
nv-etrusted-stars nv-etrusted-tooltip .tooltip .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  fill: #444;
}
@keyframes open-tooltip {
  0% {
    transform: translateX(50%) translateY(-50%) scale(0, 0);
  }
  90% {
    transform: translateX(50%) translateY(-50%) scale(1.1, 1.1);
  }
  100% {
    transform: translateX(50%) translateY(-50%) scale(1, 1);
  }
}

nv-etrusted-tooltip .tooltip-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

nv-accordion,
nv-collapse {
  display: block;
}

nv-collapse,
nv-collapse-text {
  display: block;
}
nv-collapse:not(.hydrated) [slot=headline],
nv-collapse .collapse-headline,
nv-collapse-text:not(.hydrated) [slot=headline],
nv-collapse-text .collapse-headline {
  position: relative;
  display: block;
}
nv-collapse:not(.hydrated) [slot=content],
nv-collapse-text:not(.hydrated) [slot=content] {
  display: none;
}

nv-collapse {
  border-bottom: 1px solid #608CA1;
}
nv-collapse:not(.hydrated) [slot=headline],
nv-collapse .collapse-headline {
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #003460;
}
@media (min-width: 768px) {
  nv-collapse:not(.hydrated) [slot=headline],
  nv-collapse .collapse-headline {
    padding: 2rem;
    font-size: 1.5rem;
  }
}
nv-collapse:not(.hydrated) [slot=headline]:hover, nv-collapse:not(.hydrated) [slot=headline]:focus, nv-collapse:not(.hydrated) [slot=headline]:active,
nv-collapse .collapse-headline:hover,
nv-collapse .collapse-headline:focus,
nv-collapse .collapse-headline:active {
  color: #003460;
}
nv-collapse:not(.hydrated) [slot=headline]:after,
nv-collapse .collapse-headline:after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23009BB7'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") 0 0 no-repeat;
  transition: transform 0.25s ease;
}
@media (min-width: 768px) {
  nv-collapse:not(.hydrated) [slot=headline]:after,
  nv-collapse .collapse-headline:after {
    top: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
nv-collapse.show .collapse-headline:after {
  transform: rotate(-180deg);
}
nv-collapse .collapse-content {
  display: block;
  padding: 0 0.75rem 0.75rem 1.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  nv-collapse .collapse-content {
    padding: 0 2rem 2rem 2rem;
    font-size: 1.5rem;
  }
}

nv-collapse-text:not(.hydrated) [slot=headline],
nv-collapse-text .collapse-headline {
  padding-left: 1.75rem;
  text-decoration: none;
}
nv-collapse-text:not(.hydrated) [slot=headline] *,
nv-collapse-text .collapse-headline * {
  margin-bottom: 0;
}
nv-collapse-text:not(.hydrated) [slot=headline]:before, nv-collapse-text:not(.hydrated) [slot=headline]:after,
nv-collapse-text .collapse-headline:before,
nv-collapse-text .collapse-headline:after {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 3px;
  left: 0;
  top: 0.875rem;
  background: #009BB7;
  transition: transform 0.25s ease;
}
.bg-primary nv-collapse-text:not(.hydrated) [slot=headline]:before, .bg-gray-600 nv-collapse-text:not(.hydrated) [slot=headline]:before, .bg-primary nv-collapse-text:not(.hydrated) [slot=headline]:after, .bg-gray-600 nv-collapse-text:not(.hydrated) [slot=headline]:after,
.bg-primary nv-collapse-text .collapse-headline:before,
.bg-gray-600 nv-collapse-text .collapse-headline:before,
.bg-primary nv-collapse-text .collapse-headline:after,
.bg-gray-600 nv-collapse-text .collapse-headline:after {
  background: #FFFFFF;
}
.bg-gray-400 nv-collapse-text:not(.hydrated) [slot=headline]:before, .bg-gray-300 nv-collapse-text:not(.hydrated) [slot=headline]:before, .bg-peach nv-collapse-text:not(.hydrated) [slot=headline]:before, .bg-cinderella nv-collapse-text:not(.hydrated) [slot=headline]:before, .bg-gray-400 nv-collapse-text:not(.hydrated) [slot=headline]:after, .bg-gray-300 nv-collapse-text:not(.hydrated) [slot=headline]:after, .bg-peach nv-collapse-text:not(.hydrated) [slot=headline]:after, .bg-cinderella nv-collapse-text:not(.hydrated) [slot=headline]:after,
.bg-gray-400 nv-collapse-text .collapse-headline:before,
.bg-gray-300 nv-collapse-text .collapse-headline:before,
.bg-peach nv-collapse-text .collapse-headline:before,
.bg-cinderella nv-collapse-text .collapse-headline:before,
.bg-gray-400 nv-collapse-text .collapse-headline:after,
.bg-gray-300 nv-collapse-text .collapse-headline:after,
.bg-peach nv-collapse-text .collapse-headline:after,
.bg-cinderella nv-collapse-text .collapse-headline:after {
  background: #003460;
}
nv-collapse-text:not(.show) .collapse-headline:after {
  transform: rotate(-270deg);
}
nv-collapse-text .collapse-content {
  display: block;
  padding-left: 1.75rem;
}
nv-collapse-text .row:first-child {
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  nv-collapse-text .row:not(.flex-sm-row-reverse) .col-md-4 + .col-md-4,
  nv-collapse-text .row:not(.flex-sm-row-reverse) .col-md-6 + .col-md-6 {
    margin-top: 0;
  }
}

.round-plate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 164px;
  width: 164px;
  border-radius: 50%;
  background-color: #608CA1;
  text-align: center;
  padding: 0.5rem;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
.round-plate.bg-primary {
  color: #FFFFFF;
  background-color: #003460;
}
.round-plate.bg-gray-600 {
  color: #FFFFFF;
  background-color: #608CA1;
}
.round-plate.bg-gray-400 {
  color: #003460;
  background-color: #E0EBF1;
}
.round-plate.bg-gray-300 {
  color: #003460;
  background-color: #F1F6F9;
}
.round-plate.bg-peach {
  color: #003460;
  background-color: #FBD2BE;
}
.round-plate.bg-cinderella {
  color: #003460;
  background-color: #FDE8DF;
}
.round-plate.bg-success {
  color: #FFFFFF;
  background-color: #51A200;
}
@media (max-width: 767.98px) {
  .round-plate.hidden-mobile {
    display: none;
  }
}
.round-plate p {
  margin: 0;
}
.round-plate .presentation-text {
  display: block;
  padding: 0.25rem 0;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .round-plate .presentation-text {
    font-size: 1.875rem;
  }
}
.round-plate.linked {
  text-decoration: underline;
}
.round-plate .link-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

[class^=col-] > .round-plate {
  margin-bottom: 0.75rem;
}

.promotion-plate {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 16rem;
  min-height: 4.125rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #003460;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  margin-top: 5rem;
}
.promotion-plate p {
  margin: 0;
}
.promotion-plate .amazon-badge {
  position: absolute;
  top: -4.125rem;
  right: -2.75rem;
}

[class^=col-] > .promotion-plate {
  margin-bottom: 0.75rem;
}

.hero-header {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: "NuernbergerTextWeb", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.375;
  color: #003460;
}
@media (min-width: 768px) {
  .hero-header {
    margin-bottom: 0;
  }
}
.hero-header h1 {
  margin: 0;
}
.hero-header p {
  margin: 0;
  line-height: 1.5;
}
.hero-header > :last-of-type {
  padding-bottom: 1.6rem;
}

@media (min-width: 768px) {
  .hero-header-default {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}
@media (min-width: 992px) {
  .hero-header-default {
    font-size: 4.2rem;
  }
}
.hero-header-default h1 {
  color: #608CA1;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .hero-header-default h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .hero-header-default h1 {
    font-size: 2.025rem;
  }
}
.hero-header-default p:first-of-type {
  padding-top: 1.3rem;
}
@media (min-width: 768px) {
  .hero-header-default p:first-of-type {
    padding-top: 1.6rem;
  }
}

.hero-header-advisor h1 {
  padding-bottom: 1.3rem;
}
@media (min-width: 768px) {
  .hero-header-advisor h1 {
    padding-bottom: 1.6rem;
  }
}
.hero-header-advisor p:first-of-type {
  color: #608CA1;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .hero-header-advisor p:first-of-type {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .hero-header-advisor p:first-of-type {
    font-size: 1.875rem;
  }
}
.hero-header-advisor > :last-of-type {
  padding-bottom: 0;
}

.hero-image {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .hero-image {
    background: linear-gradient(90deg, #F1F6F9, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
  }
  .hero-image .img-fluid {
    object-fit: cover;
    object-position: right center;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .hero-image.position-top .img-fluid {
    object-position: right top;
  }
  .hero-image.position-bottom .img-fluid {
    object-position: right bottom;
  }
}
@media (min-width: 768px) {
  .hero-image nv-picture,
  .hero-image picture {
    display: flex;
    justify-content: flex-end;
    max-height: 100%;
    height: 100%;
    width: 100%;
  }
}

.hero-content {
  z-index: 5;
  position: relative;
}
@media (min-width: 768px) {
  .hero-content {
    padding-bottom: 3rem;
  }
}
.hero-content ul {
  color: #003460;
}
@media (min-width: 768px) {
  .hero-content ul {
    font-size: 1.25rem;
  }
}
.hero-content .link-contact {
  display: none;
}
@media (min-width: 768px) {
  .hero-content .link-contact {
    display: inline-flex;
    font-size: 1.25rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .hero-content .link-contact {
    font-size: 1.625rem;
  }
}
.hero-content .hero-article-info {
  display: flex;
  flex-flow: row wrap;
  font-weight: 700;
  line-height: 1.25rem;
  align-items: center;
}
.hero-content .hero-article-info > span {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 2px solid #000;
  white-space: nowrap;
}

.hero-section-22 .hero-head-22 {
  display: flex;
  position: relative;
  flex-flow: column-reverse;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hero-section-22 .hero-head-22 {
    flex-flow: row nowrap;
  }
}
.hero-section-22 .hero-head-22[class*=bg-] {
  padding: 0;
}
.hero-section-22 .hero-head-22 .round-plate {
  position: relative;
  left: unset;
  margin: 0 auto 2rem auto;
}
@media (min-width: 768px) {
  .hero-section-22 .hero-head-22 .round-plate {
    left: calc(50% - 4.125rem);
    margin-top: 2rem;
    position: absolute;
    top: 0;
  }
}
.hero-section-22 .heading,
.hero-section-22 .super-heading {
  margin-bottom: 1rem;
}
.hero-section-22 .hero-head-content-22,
.hero-section-22 .hero-image-22 {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .hero-section-22 .hero-head-content-22,
  .hero-section-22 .hero-image-22 {
    flex-basis: 50%;
  }
}
.hero-section-22 .hero-image-22 {
  max-width: 100%;
}
@media (min-width: 768px) {
  .hero-section-22 .hero-image-22 {
    max-width: 50%;
  }
}
.hero-section-22 .hero-image-22 nv-picture,
.hero-section-22 .hero-image-22 picture,
.hero-section-22 .hero-image-22 img {
  width: 100%;
  height: 100%;
}
.hero-section-22 .hero-image-22 img {
  object-fit: cover;
}
.hero-section-22 .hero-head-content-22 {
  max-width: 100%;
  padding: 2rem 15px;
}
@media (min-width: 768px) {
  .hero-section-22 .hero-head-content-22 {
    margin: 0 0 0 auto;
    max-width: 595px;
    padding-right: 2rem;
    padding-left: 15px;
    padding-top: 7rem;
  }
}
.hero-section-22 .content > * {
  margin-bottom: 1.5rem;
}
.hero-section-22 .btn-promotion-group {
  margin-top: 0;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hero-section-22 .btn-promotion-group {
    margin-bottom: 0;
  }
}
.hero-section-22 .btn-cta,
.hero-section-22 .promotion-plate {
  max-width: 100%;
  height: auto;
}
.hero-section-22 .promotion-plate > *:first-child {
  padding-right: 7.5rem;
}
.hero-section-22 .promotion-plate .amazon-badge {
  right: 0;
  top: -0.5rem;
  max-width: 7rem;
}
.hero-section-22 .row [class*=col-] .round-plate:only-child {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .hero-section-22 .row [class*=col-] .round-plate:only-child {
    margin: unset;
  }
}
.hero-section-22 .row [class*=col-] .promotion-plate:only-child {
  margin-left: auto;
  margin-right: auto;
  max-width: 14rem;
}
@media (min-width: 768px) {
  .hero-section-22 .row [class*=col-] .promotion-plate:only-child {
    margin-right: 2rem;
    margin-left: 0;
    margin-top: 4.125rem;
    max-width: 8rem;
  }
}
@media (min-width: 992px) {
  .hero-section-22 .row [class*=col-] .promotion-plate:only-child {
    max-width: 11rem;
  }
}
.hero-section-22 .row [class*=col-] nv-picture:only-child {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hero-section-22 .row [class*=col-] + [class*=col-] {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero-section-22 .row [class*=col-] {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .hero-section-22 .link-contact {
    margin-top: 0.5rem;
    padding: 0;
    font-size: 1.4rem;
  }
  .hero-section-22 .link-contact > a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero-section-22 .link-contact > a span:first-child {
    order: 2;
  }
  .hero-section-22 .link-contact > a svg {
    position: relative;
    order: 1;
    margin-right: 0.75rem;
    transform: translateY(2px);
  }
  .hero-section-22 .link-contact > a span:last-child {
    order: 3;
  }
}
.hero-section-22 .hero-article-info {
  display: flex;
  flex-flow: row wrap;
  font-weight: 700;
  line-height: 1.25rem;
  align-items: center;
}
.hero-section-22 .hero-article-info > span {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 2px solid #000;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .image-column {
    margin: 0;
    left: 0;
    position: absolute;
    height: 100%;
  }
}
.image-column div,
.image-column nv-picture,
.image-column picture {
  display: unset;
}
.image-column .img-fluid {
  object-fit: cover;
  height: 100%;
}

.text-column {
  width: 100%;
  padding: 2rem 15px;
}
@media (min-width: 768px) {
  .text-column {
    display: inline-block;
    padding: 1rem 2rem 2rem 2rem;
  }
}
@media (min-width: 1304px) {
  .text-column {
    padding: 3.5rem 5rem;
  }
}
.text-column .content {
  color: #003460;
}
.section-gray-600 .text-column .content {
  color: #FFFFFF;
}
@media (min-width: 576px) {
  .text-column .content {
    font-size: 1rem;
  }
}
@media (min-width: 1304px) {
  .text-column .content {
    font-size: 1.25rem;
  }
}
.text-column .content h2, .text-column .content h3, .text-column .content h4 {
  color: inherit;
  margin-bottom: 2rem;
}
.text-column .content :last-child {
  margin-bottom: 0;
}
.text-column .round-plate {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .text-column .round-plate {
    float: right;
  }
}
.text-column .round-plate + .content {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .text-column .round-plate + .content {
    margin-top: 5rem;
  }
}

.card-deck {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .card-deck {
    margin-top: 1.875rem;
    background-color: transparent;
  }
}
.card-deck .list-cross {
  color: #9EA4A7;
}
.card-deck .list-cross + .list-cross:before {
  border-top: 3px solid #E0EBF1;
}
@media (max-width: 991.98px) {
  .card-deck .list-cross {
    display: none;
  }
}
.card-deck ul[class^=list] li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.card-deck .card {
  width: 100%;
}
@media (min-width: 768px) {
  .card-deck .card {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 991.98px) {
  .card-deck .card-primary .card-content {
    border-top: unset;
  }
}
.card-deck .card-primary .card-title {
  background-color: #003460;
  color: white;
}
@media (min-width: 768px) {
  .card-deck .card-primary .card-title {
    background-color: #FFFFFF;
    color: #003460;
  }
}
.card-deck .card-content ul:not(:first-child):before {
  content: "";
  display: block;
  width: 40%;
  border-top: 3px solid #608CA1;
  padding-top: 1.25rem;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.card {
  display: flex;
  flex-direction: column;
  color: #003460;
  margin-top: 3rem;
  font-size: 1.125rem;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .card {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  [data-children="3"] .card {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .card.has-badge {
    margin-top: 1rem;
  }
}
.card-gray-600 .card-body {
  border-top: 2px solid #608CA1;
  border-bottom: 2px solid #608CA1;
}
@media (min-width: 768px) {
  .card-gray-600 .card-body {
    border: 2px solid #608CA1;
  }
}
.card-gray-400 .card-body {
  border-top: 2px solid #E0EBF1;
  border-bottom: 2px solid #E0EBF1;
}
@media (min-width: 768px) {
  .card-gray-400 .card-body {
    border: 2px solid #E0EBF1;
  }
}
.card-gray-300 .card-body {
  border-top: 2px solid #F1F6F9;
  border-bottom: 2px solid #F1F6F9;
}
@media (min-width: 768px) {
  .card-gray-300 .card-body {
    border: 2px solid #F1F6F9;
  }
}
.card-peach .card-body {
  border-top: 2px solid #FBD2BE;
  border-bottom: 2px solid #FBD2BE;
}
@media (min-width: 768px) {
  .card-peach .card-body {
    border: 2px solid #FBD2BE;
  }
}
.card-cinderella .card-body {
  border-top: 2px solid #FDE8DF;
  border-bottom: 2px solid #FDE8DF;
}
@media (min-width: 768px) {
  .card-cinderella .card-body {
    border: 2px solid #FDE8DF;
  }
}
.card-primary .card-body {
  border-top: 4px solid #003460;
  border-bottom: 4px solid #003460;
}
@media (min-width: 768px) {
  .card-primary .card-body {
    border: 4px solid #003460;
  }
}
.card-title {
  background-color: #E0EBF1;
  text-align: center;
  padding: 1.25rem 0 1.75rem 0;
  font-size: 1.75rem;
  font-family: "NuernbergerTextWeb", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.375;
}
@media (max-width: 1200px) {
  .card-title {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 768px) {
  .card-title {
    background-color: #FFFFFF;
    text-align: unset;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
  }
  .card-title:after {
    content: "";
    display: block;
    width: 40%;
    padding-top: 1rem;
    border-bottom: 3px solid #608CA1;
  }
}
.card .card-body[class*=bg-] .card-title {
  background-color: transparent;
}
.card-subtitle {
  position: relative;
  padding: 0.625rem 1.5rem;
}
@media (min-width: 768px) {
  .card-subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .card-subtitle {
    font-size: 1.25rem;
  }
}
.card-body {
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .card-body {
    height: 100%;
  }
  .card-body.center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.card-content {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .card-content {
    padding: 0.75rem;
    line-height: 1.625rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .card-content {
    padding: 1.5rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .card-content ul {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .card-content ul {
    font-size: 1.25rem;
  }
}
.card-content ul li {
  padding-right: 1.75rem;
}
@media (min-width: 768px) {
  .card-content ul li {
    padding: 0 2.25rem;
  }
}
.card-content > :first-child {
  margin-top: 0;
}
.card-content > :last-child {
  margin-bottom: 0;
}
.card-text, .card-image {
  margin: 1.5rem 0;
}
.card-text > :last-child {
  margin-bottom: 0;
}
.card-badge {
  display: flex;
  align-items: center;
  max-width: 9rem;
  padding-left: 1rem;
  padding-right: 2rem;
  height: 2rem;
  background: linear-gradient(-135deg, transparent 25px, #003460 26px);
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700;
}
@media (min-width: 768px) {
  .card-badge {
    font-size: 1rem;
  }
}

#paConnectDialogIFrame {
  transform: translate3d(0, 0, 0);
}
.modal-open #paConnectDialogIFrame {
  display: none !important;
}
@media (min-width: 768px) {
  #paConnectDialogIFrame {
    transform: translate3d(0, -4.5rem, 0);
  }
}

@media (max-width: 767.99px) {
  .sticky-button-group-open #paConnectDialogIFrame:not(.__pathadvice-dialog-opened__) {
    transform: translate3d(0, -8rem, 0);
  }
}

.stepper-list {
  margin: 3rem 0 4rem;
}
@media (min-width: 768px) {
  .stepper-list {
    display: flex;
    justify-content: center;
  }
}
.stepper-list-item {
  padding: 3rem 0 0;
  text-align: center;
  font-size: 1.125rem;
  counter-increment: inst;
}
.stepper-list-item:before {
  content: counter(inst);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: calc(50% - 1.375rem);
  width: 2.75rem;
  height: 2.75rem;
  border: 3px solid #009BB7;
  border-radius: 50%;
  color: #003460;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .stepper-list-item {
    padding-top: 0;
    padding-left: 4rem;
    text-align: left;
    width: calc((100% - 13rem) / 3);
    min-height: 3.25rem;
  }
  .stepper-list-item:before {
    top: 0.25rem;
    left: 0;
  }
  .stepper-list-item p {
    margin: 0;
  }
}
.stepper-list-item + .stepper-list-item {
  margin-top: 6rem;
}
.stepper-list-item + .stepper-list-item:after {
  content: "";
  position: absolute;
  top: -5rem;
  border-right: 2px dashed #5A7E94;
  height: 3.75rem;
}
@media (min-width: 768px) {
  .stepper-list-item + .stepper-list-item {
    margin-top: 0;
    margin-left: 6.5rem;
  }
  .stepper-list-item + .stepper-list-item:after {
    top: 1.625rem;
    height: 0;
    left: -5.5rem;
    width: 4.5rem;
    border-right: unset;
    border-top: 2px dashed #5A7E94;
  }
}

.puzzle-section-top {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .puzzle-section-top {
    padding-bottom: 5rem;
  }
}
.puzzle-section-top picture {
  position: relative;
}
.puzzle-section-top h2, .puzzle-section-top h3 {
  color: #FFFFFF;
}
.puzzle-section-top .text {
  padding: 2rem;
  color: #FFFFFF;
  background-color: #608CA1;
}
.puzzle-section-top h3 strong {
  border-color: #FFFFFF;
}
.puzzle-section-top .list-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .puzzle-section-top .list-wrap {
    flex-direction: row;
  }
}
.puzzle-section-top .list-check, .puzzle-section-top .hero-content ul, .hero-content .puzzle-section-top ul {
  width: 100%;
  margin: 0 2rem 0 0;
}
@media (min-width: 992px) {
  .puzzle-section-top .list-check, .puzzle-section-top .hero-content ul, .hero-content .puzzle-section-top ul {
    width: 33.3333333333%;
  }
}
.puzzle-section-top .list-check li:before, .puzzle-section-top .hero-content ul li:before, .hero-content .puzzle-section-top ul li:before {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23FFFFFF'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.puzzle-section-bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .puzzle-section-bottom {
    padding-top: 6rem;
    flex-direction: row;
  }
}
.puzzle-section-bottom .feature {
  position: relative;
  color: #003460;
  background-color: #E0EBF1;
  margin: 0 0 2rem 0;
}
@media (min-width: 992px) {
  .puzzle-section-bottom .feature {
    width: 33.3333333333%;
    margin: 0;
  }
  .puzzle-section-bottom .feature:nth-child(2) {
    margin: 0 2.75%;
  }
}
.puzzle-section-bottom .feature .text {
  position: relative;
  padding: 2rem;
}
.puzzle-section-bottom .feature h3 strong {
  border-color: #009BB7;
}
.puzzle-section-bottom .feature li:before {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23009BB7'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.puzzle-section-top .image-wrap,
.puzzle-section-bottom .image-wrap {
  position: relative;
}
.puzzle-section-top .image-wrap nv-modal-loader,
.puzzle-section-bottom .image-wrap nv-modal-loader {
  color: #FFFFFF;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.puzzle-section-top h3,
.puzzle-section-bottom h3 {
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
.puzzle-section-top h3 strong,
.puzzle-section-bottom h3 strong {
  border-bottom: 3px solid;
}
.puzzle-section-top p,
.puzzle-section-bottom p {
  font-size: 1.125rem;
}
.puzzle-section-top li,
.puzzle-section-bottom li {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.puzzle-piece-top {
  display: none;
  position: absolute;
}
@media (min-width: 992px) {
  .puzzle-piece-top {
    display: block;
    width: 100%;
  }
}

.puzzle-piece-bottom {
  display: none;
  position: absolute;
  top: -100px;
  width: 50%;
  left: 25%;
}
@media (min-width: 992px) {
  .puzzle-piece-bottom {
    display: block;
  }
}

table:not(.table-unstyled) {
  width: 100%;
  font-weight: 700;
}
table:not(.table-unstyled) tr:not(:last-child) td {
  border-bottom: 1px solid #000;
}
@media (max-width: 991.98px) {
  table:not(.table-unstyled) tr {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  table:not(.table-unstyled) tr th {
    width: 100%;
    background: #E0EBF1;
  }
  table:not(.table-unstyled) tr td {
    flex: 1;
    max-width: 60%;
  }
  table:not(.table-unstyled) tr td:last-child {
    max-width: 40%;
  }
}
@media (max-width: 767.98px) {
  table:not(.table-unstyled) tr td {
    max-width: 50%;
  }
  table:not(.table-unstyled) tr td:last-child {
    max-width: 50%;
  }
}
table:not(.table-unstyled) td,
table:not(.table-unstyled) th {
  padding: 1rem 0.75rem;
  vertical-align: top;
}
@media (min-width: 768px) {
  table:not(.table-unstyled) td,
  table:not(.table-unstyled) th {
    padding: 1rem;
  }
}
table:not(.table-unstyled) td {
  background-color: #E0EBF1;
}
table:not(.table-unstyled) td:not(:last-child) {
  border-right: 0.5rem solid #FFFFFF;
}
table:not(.table-unstyled) td span {
  display: block;
}
table:not(.table-unstyled) a {
  color: #009BB7;
  text-decoration: none;
}
table:not(.table-unstyled) a:hover {
  color: #005a6b;
  text-decoration: none;
}
table:not(.table-unstyled) .has-icon {
  position: relative;
  padding-left: 2.25rem;
}
@media (min-width: 768px) {
  table:not(.table-unstyled) .has-icon {
    padding-left: 2.5rem;
  }
}
table:not(.table-unstyled) .has-info {
  position: relative;
  padding-right: 2.25rem;
}
@media (min-width: 768px) {
  table:not(.table-unstyled) .has-info {
    padding-right: 2.75rem;
  }
}
table:not(.table-unstyled) .icon-check,
table:not(.table-unstyled) .icon-warning,
table:not(.table-unstyled) .icon-cross {
  position: absolute;
  left: 0.5rem;
  top: 1.3125rem;
}
@media (min-width: 768px) {
  table:not(.table-unstyled) .icon-check,
  table:not(.table-unstyled) .icon-warning,
  table:not(.table-unstyled) .icon-cross {
    left: 0.75rem;
  }
}
table:not(.table-unstyled) .icon-check {
  fill: #51A200;
}
table:not(.table-unstyled) .icon-warning {
  fill: #eac282;
}
table:not(.table-unstyled) .icon-cross {
  fill: #C90526;
}

.table-responsive {
  overflow-x: auto;
}
@media (min-width: 992px) {
  .table-responsive {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}
.table-responsive.w-70 {
  width: 100%;
}
@media (min-width: 768px) {
  .table-responsive.w-70 {
    width: 70%;
  }
}
.table-responsive.w-70 td {
  border-right: none;
}

@media (min-width: 992px) {
  .table-features th {
    width: 150px;
  }
  .table-features tr td:last-child {
    width: 450px;
  }
}

.container-tables {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .container-tables {
    padding-bottom: 6rem;
  }
}
@media (max-width: 991.98px) {
  .container-tables .table-responsive {
    overflow: hidden;
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
  }
}
.container-tables .table-responsive:not(:last-child) {
  border-bottom: 0 none;
}

figure.table {
  margin-bottom: 0;
}
figure.table.ck-widget {
  width: 100%;
}

.text-boxes,
.text-boxes-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.text-box {
  width: 100%;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .text-box {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .text-box {
    width: 33.3333333333%;
  }
}
.text-box-card {
  padding: 3rem 2rem 2rem 2rem;
  height: 100%;
  color: #003460;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #FFFFFF;
  max-width: 100%;
  position: relative;
}
.text-box-card h6 {
  margin-bottom: 2rem;
}
.text-boxes .text-box-card {
  background-color: #F1F6F9;
}

.text-boxes-icon {
  padding-top: 3rem;
}
.text-boxes-icon .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: white;
  border: 3px solid #003460;
}
.text-boxes-icon .icon-wrap svg {
  fill: #003460;
}

.expandable-text-box-section {
  position: relative;
}
.expandable-text-box-section .col-lg-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.expandable-text-box-section .col-lg-6 nv-picture {
  margin: 2rem 0;
}
.expandable-text-box-section .col-lg-6:first-child {
  background-color: #E0EBF1;
}
@media (min-width: 992px) {
  .expandable-text-box-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background-color: #E0EBF1;
    z-index: -1;
  }
}

nv-expandable-text-box,
.expandable-text-box {
  display: block;
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #FFFFFF;
  color: #003460;
  width: 100%;
}
nv-expandable-text-box .heading,
.expandable-text-box .heading {
  text-align: left;
  margin: 0 0 2rem 0;
  font-size: 1.625rem;
  position: relative;
}
nv-expandable-text-box .heading:after,
.expandable-text-box .heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  width: 6.5rem;
  border-bottom: 3px solid #009BB7;
}
nv-expandable-text-box ul,
.expandable-text-box ul {
  margin-bottom: 0;
}
nv-expandable-text-box li,
.expandable-text-box li {
  padding: 1rem 0;
  font-size: 1.125rem;
}
nv-expandable-text-box li:before,
.expandable-text-box li:before {
  display: none;
}
nv-expandable-text-box li:not(:first-child),
.expandable-text-box li:not(:first-child) {
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
nv-expandable-text-box button,
.expandable-text-box button {
  position: relative;
  color: #003460;
  border: none;
  background: #FFFFFF;
  text-decoration: underline;
  padding: 1rem;
  font-size: 1.125rem;
}
nv-expandable-text-box button:focus,
.expandable-text-box button:focus {
  outline: none;
}
nv-expandable-text-box button:after,
.expandable-text-box button:after {
  content: "";
  position: absolute;
  top: 22px;
  right: -5px;
  width: 1rem;
  height: 1rem;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23003460'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") 0 0 no-repeat;
  transition: transform 0.25s ease;
}
nv-expandable-text-box button:hover,
.expandable-text-box button:hover {
  color: inherit;
}
nv-expandable-text-box.open li,
.expandable-text-box.open li {
  padding: 1rem 0;
}
nv-expandable-text-box.open button:after,
.expandable-text-box.open button:after {
  transform: rotate(180deg);
}

nv-button-stepper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
nv-button-stepper ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  list-style: none;
  counter-reset: button-stepper-counter;
}
nv-button-stepper li {
  display: none;
  flex-direction: column;
  align-items: center;
  counter-increment: button-stepper-counter;
  text-align: center;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  nv-button-stepper li.active {
    display: block;
  }
}
@media (min-width: 768px) {
  nv-button-stepper li {
    flex-basis: 50%;
    display: flex;
  }
}
@media (min-width: 992px) {
  nv-button-stepper li {
    flex-basis: 33.3333333333%;
  }
}
nv-button-stepper li:before {
  content: counter(button-stepper-counter);
  display: none;
  border: 3px solid #009BB7;
}
@media (min-width: 768px) {
  nv-button-stepper li:before {
    display: flex;
  }
}
nv-button-stepper button {
  display: flex;
  border: 2px solid #003460;
  background-color: #FFFFFF;
  margin: 0 0.25rem;
}
@media (min-width: 768px) {
  nv-button-stepper button {
    display: none;
  }
}
nv-button-stepper button:hover {
  background-color: #F1F6F9;
}
nv-button-stepper button:focus {
  outline: none;
}
nv-button-stepper button.active {
  border: 3px solid #009BB7;
}
nv-button-stepper button,
nv-button-stepper li:before {
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: #003460;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  nv-button-stepper button,
  nv-button-stepper li:before {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 992px) {
  nv-button-stepper button,
  nv-button-stepper li:before {
    width: 5rem;
    height: 5rem;
  }
}
nv-button-stepper .button-wrap {
  display: flex;
  flex-direction: row;
  margin: 0 -0.25rem;
}

nv-clickable-puzzle,
.clickable-puzzle {
  display: block;
  max-width: 37.5rem;
  margin: 0 auto;
}
nv-clickable-puzzle [role=tab],
.clickable-puzzle [role=tab] {
  cursor: pointer;
  fill: #E0EBF1;
}
nv-clickable-puzzle [role=tab][aria-selected=true],
.clickable-puzzle [role=tab][aria-selected=true] {
  fill: #608CA1;
}
nv-clickable-puzzle .puzzle-wrap,
.clickable-puzzle .puzzle-wrap {
  position: relative;
}
nv-clickable-puzzle h3, nv-clickable-puzzle .h3,
.clickable-puzzle h3,
.clickable-puzzle .h3 {
  color: inherit;
}
nv-clickable-puzzle .labels,
.clickable-puzzle .labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
nv-clickable-puzzle .label,
.clickable-puzzle .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33.3333333333%;
  color: #003460;
  height: 50%;
}
nv-clickable-puzzle .label.active,
.clickable-puzzle .label.active {
  color: #FFFFFF;
}
nv-clickable-puzzle .label:first-child,
.clickable-puzzle .label:first-child {
  width: 100%;
}
nv-clickable-puzzle .label p,
.clickable-puzzle .label p {
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 576px) {
  nv-clickable-puzzle .label p,
  .clickable-puzzle .label p {
    font-size: 1.25rem;
  }
}
nv-clickable-puzzle .descriptions,
.clickable-puzzle .descriptions {
  margin: -3px 3px 0 3px;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
}
nv-clickable-puzzle .description,
.clickable-puzzle .description {
  display: block;
  margin-bottom: 0;
}

nv-clickable-puzzle .labels {
  pointer-events: none;
}

.bg-primary {
  background-color: #003460;
  color: #FFFFFF;
}

.bg-gray-600 {
  background-color: #608CA1;
  color: #FFFFFF;
}

.bg-primary.card-body .list-check li:before, .bg-primary.card-body .hero-content ul li:before, .hero-content .bg-primary.card-body ul li:before,
.bg-primary.card-body .list-check-item:before,
.bg-gray-600.card-body .list-check li:before,
.bg-gray-600.card-body .hero-content ul li:before,
.hero-content .bg-gray-600.card-body ul li:before,
.bg-gray-600.card-body .list-check-item:before {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23FFFFFF'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") 0 0 no-repeat;
}
.bg-primary.card-body .list-cross,
.bg-gray-600.card-body .list-cross {
  color: #FFFFFF;
}
.bg-primary.card-body .list-cross li:before,
.bg-primary.card-body .list-cross-item:before,
.bg-gray-600.card-body .list-cross li:before,
.bg-gray-600.card-body .list-cross-item:before {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' fill='%23FFFFFF'%3E%3Cpath d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.bg-gray-400 {
  background-color: #E0EBF1;
  color: #003460;
}

.bg-gray-300 {
  background-color: #F1F6F9;
  color: #003460;
}

.bg-peach {
  background-color: #FBD2BE;
  color: #003460;
}

.bg-cinderella {
  background-color: #FDE8DF;
  color: #003460;
}

.bg-success {
  background-color: #51A200;
  color: #003460;
}

.bg-primary:not(.card-body),
.bg-gray-600:not(.card-body),
.bg-gray-400:not(.card-body),
.bg-gray-300:not(.card-body),
.bg-peach:not(.card-body),
.bg-cinderella:not(.card-body),
.bg-green:not(.card-body) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6,
.bg-gray-600 h1,
.bg-gray-600 h2,
.bg-gray-600 h3,
.bg-gray-600 h4,
.bg-gray-600 h5,
.bg-gray-600 h6,
.bg-gray-400 h1,
.bg-gray-400 h2,
.bg-gray-400 h3,
.bg-gray-400 h4,
.bg-gray-400 h5,
.bg-gray-400 h6,
.bg-gray-300 h1,
.bg-gray-300 h2,
.bg-gray-300 h3,
.bg-gray-300 h4,
.bg-gray-300 h5,
.bg-gray-300 h6,
.bg-peach h1,
.bg-peach h2,
.bg-peach h3,
.bg-peach h4,
.bg-peach h5,
.bg-peach h6,
.bg-cinderella h1,
.bg-cinderella h2,
.bg-cinderella h3,
.bg-cinderella h4,
.bg-cinderella h5,
.bg-cinderella h6,
.bg-green h1,
.bg-green h2,
.bg-green h3,
.bg-green h4,
.bg-green h5,
.bg-green h6 {
  color: inherit;
}

.bg-container {
  padding: 1rem;
}
.bg-container :last-child {
  margin-bottom: 0;
}
.bg-container.has-icon {
  position: relative;
  padding-left: 2rem;
}
.bg-container.has-icon:after {
  content: "";
  position: absolute;
  display: block;
  top: 1.25rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: transparent no-repeat center center;
}

.bg-container + .text,
.container[class*=bg-] + .text {
  margin-top: 1rem;
}

.bg-primary.icon-lightbulb:after,
.bg-gray-600.icon-lightbulb:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' fill='%23FFFFFF'%3E%3Cpath d='M176 248c-13.25 0-24 10.74-24 24 0 13.25 10.75 24 24 24s24-10.75 24-24c0-13.26-10.75-24-24-24zm-16.47-31.5c.26 4.22 3.76 7.5 7.98 7.5h16.97a8 8 0 0 0 7.98-7.5l7-112c.29-4.61-3.37-8.5-7.98-8.5h-30.97c-4.61 0-8.27 3.89-7.98 8.5l7 112zM176 0C73.05 0-.12 83.54 0 176.24c.06 44.28 16.5 84.67 43.56 115.54C69.21 321.03 93.85 368.68 96 384l.06 75.18c0 3.15.94 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84L256 384c2.26-15.72 26.99-63.19 52.44-92.22C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0zm47.94 454.31L206.85 480h-61.71l-17.09-25.69-.01-6.31h95.9v6.31zm.04-38.31h-95.97l-.07-32h96.08l-.04 32zm60.4-145.32c-13.99 15.96-36.33 48.1-50.58 81.31H118.21c-14.26-33.22-36.59-65.35-50.58-81.31C44.5 244.3 32.13 210.85 32.05 176 31.87 99.01 92.43 32 176 32c79.4 0 144 64.6 144 144 0 34.85-12.65 68.48-35.62 94.68z'/%3E%3C/svg%3E");
}

.bg-gray-400.icon-lightbulb:after,
.bg-gray-300.icon-lightbulb:after,
.bg-peach.icon-lightbulb:after,
.bg-cinderella.icon-lightbulb:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' fill='%23003460'%3E%3Cpath d='M176 248c-13.25 0-24 10.74-24 24 0 13.25 10.75 24 24 24s24-10.75 24-24c0-13.26-10.75-24-24-24zm-16.47-31.5c.26 4.22 3.76 7.5 7.98 7.5h16.97a8 8 0 0 0 7.98-7.5l7-112c.29-4.61-3.37-8.5-7.98-8.5h-30.97c-4.61 0-8.27 3.89-7.98 8.5l7 112zM176 0C73.05 0-.12 83.54 0 176.24c.06 44.28 16.5 84.67 43.56 115.54C69.21 321.03 93.85 368.68 96 384l.06 75.18c0 3.15.94 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84L256 384c2.26-15.72 26.99-63.19 52.44-92.22C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0zm47.94 454.31L206.85 480h-61.71l-17.09-25.69-.01-6.31h95.9v6.31zm.04-38.31h-95.97l-.07-32h96.08l-.04 32zm60.4-145.32c-13.99 15.96-36.33 48.1-50.58 81.31H118.21c-14.26-33.22-36.59-65.35-50.58-81.31C44.5 244.3 32.13 210.85 32.05 176 31.87 99.01 92.43 32 176 32c79.4 0 144 64.6 144 144 0 34.85-12.65 68.48-35.62 94.68z'/%3E%3C/svg%3E");
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .swiper-container {
    padding: 0 2rem;
  }
}

.swiper-wrapper {
  display: flex;
  position: relative;
}

.swiper-slide {
  overflow: hidden;
  flex: 0 0 auto;
  height: 100%;
  position: relative;
  transition-property: transform;
  align-self: center;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  outline: 0;
  fill: #003460;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 45%, #fff 100%);
}

.swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}

.swiper-button-next {
  right: 0;
}

.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

nv-logo-slider {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}

.swiper-slide-logo {
  max-width: 66.6666666667%;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .swiper-slide-logo {
    max-width: 33.3333333333%;
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .swiper-slide-logo {
    padding: 0 3rem;
  }
}

.article-list {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .article-list {
    grid-template-columns: 1fr 1fr;
  }
}

nv-article-slider {
  display: block;
}
nv-article-slider .swiper-slide,
nv-article-slider .swiper-container {
  padding: 0 1rem;
}
nv-article-slider .swiper-slide {
  align-self: flex-start;
}

.article {
  position: relative;
  display: grid;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  column-gap: 30px;
  grid-template-areas: "header" "image" "content";
}
@media (min-width: 576px) {
  .article {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "header header" "image content";
  }
}
@media (min-width: 576px) {
  .article-featured {
    grid-template-areas: "header header" "content image";
  }
}
@media (min-width: 768px) {
  .article-featured {
    grid-template-areas: "header image" "content image";
  }
}
nv-article-slider .article {
  grid-template-areas: "image" "header" "content";
}
@media (min-width: 576px) {
  nv-article-slider .article {
    grid-template-areas: "header header" "image content";
  }
}
.article nv-page-rating-stars {
  display: flex;
  min-height: 1.5rem;
}
.article a {
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #003460;
}

.article-header {
  grid-area: header;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .article-header {
    margin-bottom: 1.5rem;
  }
}
.article-header h2 {
  margin: 0;
}

.article-image {
  position: relative;
  grid-area: image;
}
@media (max-width: 575.98px) {
  .article-image {
    margin-bottom: 0.75rem;
  }
}
.article-featured .article-image:after {
  position: absolute;
  left: 0;
  color: #FFFFFF;
  font-weight: 700;
}

.article-content {
  grid-area: content;
  grid-row-end: span 2;
}

@media (max-width: 575.98px) {
  .article-teaser {
    display: -webkit-box;
    max-height: 6rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.25rem;
  }
}

.article-rubric {
  display: block;
  color: #003460;
}

.article-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-featured .article-image {
  margin-top: 2rem;
}
.article-featured .article-image:after {
  content: "Unser Tipp";
  top: -2rem;
  padding: 0.25rem 1.75rem 0.25rem 1rem;
  font-size: 1rem;
  background: linear-gradient(60deg, #003460 85%, transparent 85%);
}

.article-rubric {
  color: #009BB7;
  font-size: 1.25rem;
}

@media (max-width: 575.98px) {
  .article-teaser {
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 768px) {
  .hero-plate-container {
    position: absolute;
    bottom: 0.75rem;
    right: 0.25rem;
    top: unset;
    left: unset;
    width: 9rem;
  }
}
@media (min-width: 992px) {
  .hero-plate-container {
    right: 0.75rem;
    width: 10.25rem;
  }
}
.hero-plate-container .round-plate {
  height: 85px;
  width: 85px;
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
  line-height: 0.8rem;
}
@media (max-width: 767.98px) {
  .hero-plate-container .round-plate {
    position: absolute;
    top: 4.5rem;
    left: 1rem;
  }
}
@media (min-width: 576px) {
  .hero-plate-container .round-plate {
    height: 144px;
    width: 144px;
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .hero-plate-container .round-plate {
    height: 164px;
    width: 164px;
  }
}
@media (max-width: 575.98px) {
  .hero-plate-container .round-plate .presentation-text {
    font-size: 1rem;
  }
}
.hero-plate-container .round-plate .presentation-text:empty {
  display: none;
}
.hero-plate-container .hero-seal {
  margin-top: 3rem;
  max-width: 300px;
}
@media (min-width: 768px) {
  .hero-plate-container .hero-seal {
    margin-top: 1rem;
    max-width: 164px;
  }
}
.hero-plate-container .hero-seals {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-plate-container .hero-seals {
    align-items: flex-end;
  }
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9;
  color: #003460;
  background-color: #FFFFFF;
  border-bottom: 2px solid #E0EBF1;
}
@media (min-width: 1200px) {
  .header {
    position: absolute;
  }
}
.header-logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header-logo {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .header-logo {
    padding: 1.5rem 0;
    height: 6.75rem;
  }
}
.header-logo .logo {
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 1320px) {
  .header-logo .logo {
    transform: translateX(-80px);
  }
}
.header-logo > a {
  height: 2rem;
}
@media (min-width: 1200px) {
  .header-logo > a {
    height: 3rem;
  }
}
.header-logo > a svg {
  height: 2rem;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .header-logo > a svg {
    height: 3rem;
  }
}
.header-container {
  padding: 1rem 0 1rem 0;
}
@media (min-width: 1200px) {
  .header-container {
    padding: 0;
  }
}
.header nv-phone-number > a {
  margin-right: 0.5rem;
}
.header nv-phone-number > span {
  position: relative;
  right: unset;
  bottom: unset;
}
.header .navbar-container {
  padding: 0 0 0 2rem;
}
.header .navbar-container .navbar {
  height: auto;
  margin: 0;
}
.header .navbar-container .navbar .flyout {
  top: 4.5rem;
}
.header .navbar-container .navbar > li {
  margin-right: 0;
}
.header .navbar-container .navbar > li > a {
  padding: 0 1rem;
}
.header .navbar-container .navbar > li > a:after {
  bottom: -0.25rem;
}
@media (min-width: 1200px) {
  .header nv-com-box-button.small {
    width: 10rem;
    height: 3.125rem;
  }
  .header nv-com-box-button.small > a {
    line-height: 3.125rem;
    padding-left: 3.75rem;
  }
  .header nv-com-box-button.small > a svg {
    top: 17px;
    left: 2rem;
  }
  .header nv-com-box-button.small nv-com-box-modal {
    top: 4.125rem;
  }
  .header nv-com-box-button.small nv-com-box-modal:before {
    right: 4.25rem;
  }
}

.header-contacts {
  display: none;
  justify-content: flex-end;
  position: relative;
  min-height: 2.25rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .header-contacts {
    display: flex;
    align-items: baseline;
    margin-top: 0.5rem;
  }
}
.header-contacts .phone {
  display: flex;
}
.header-contacts .phone svg {
  margin: 0 0.5rem;
}
.header-contacts .customer-portal {
  position: relative;
  padding-right: 1rem;
  margin-right: 2rem;
}
.header-contacts .customer-portal:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.375rem);
  width: 0.75rem;
  height: 0.75rem;
}
.header-contacts .customer-portal {
  color: #608CA1;
  text-decoration: none;
}
.header-contacts .customer-portal:after {
  transform: rotate(-90deg);
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23608CA1'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") 0 0 no-repeat;
}

@media (max-width: 1199.98px) {
  nv-toggle-offcanvas {
    display: flex;
  }
  .offcanvas {
    display: block;
  }
}
@media (min-width: 1200px) {
  body.has-header-contacts {
    padding-top: 154px;
  }
  body {
    padding-top: 110px;
  }
}
body.no-header {
  padding-top: 0;
}

.breadcrumb {
  display: none;
}

.navbar-container {
  display: none;
}
@media (min-width: 1200px) {
  .navbar-container {
    display: block;
  }
}

.navbar {
  display: flex;
  margin: -15px;
  height: 100%;
  list-style: none;
}
.navbar a {
  text-decoration: none;
  color: #003460;
}
.navbar a:hover {
  color: #003460;
}
.navbar > li {
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.navbar > li:not(:last-child) {
  margin-right: 0.5rem;
}
.navbar > li:before {
  display: none;
}
.navbar > li > a {
  position: relative;
  display: inline-block;
  padding: 0.25rem 1rem 1.5rem;
}
.navbar > li > a:after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: calc(100% - 1rem);
  height: 3px;
  background: #003460;
  transition: right 0.2s ease-in-out;
}
.navbar > li > a.active:after {
  right: calc(0% + 1rem);
}
.navbar .flyout {
  display: block;
  position: absolute;
  top: 100%;
  left: -2rem;
  padding: 30px 40px 30px 45px;
  background: #FFFFFF;
  border: 1px solid #E0EBF1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.navbar .flyout .flyout-item,
.navbar .flyout .flyout-item-small {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.navbar .flyout .flyout-item:not(:first-child) {
  margin-top: 1.5rem;
}
.navbar .flyout .flyout-item-small {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}
.navbar .has-flyout:after {
  content: "";
  position: fixed;
  top: 110px;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: -1;
  background: #003460;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.navbar .has-flyout:hover > a:after {
  right: calc(0% + 1rem);
}
.navbar .has-flyout:hover:after {
  visibility: visible;
  opacity: 0.8;
}
.navbar .has-flyout:hover .flyout {
  visibility: visible;
  opacity: 1;
}

body.has-header-contacts .navbar .has-flyout:after {
  top: 154px;
}

.footer {
  background: #FFFFFF;
  padding: 3rem 0 0 0;
  position: relative;
  font-size: 0.875rem;
  color: #003460;
}
.footer-content {
  border-bottom: 1px solid #003460;
}
.footer-content .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer .text {
  text-align: left;
  line-height: 1rem;
}
.footer .text > :last-child {
  margin-bottom: 0;
}
.footer .go-top {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0;
}
.footer nv-scrollbacktotopbutton {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #608CA1;
}
.footer nv-scrollbacktotopbutton svg {
  width: 100%;
  height: 100%;
}
.footer-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0 0 0;
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.65;
}
@media (min-width: 992px) {
  .footer-links {
    flex-direction: row;
    justify-content: space-between;
    line-height: 1.2;
    padding: 4.5rem 0;
  }
}
@media (min-width: 992px) {
  .footer-links {
    font-size: 1.5rem;
  }
}
.footer-logo {
  margin: 3rem 0;
  overflow: hidden;
  width: 2.75rem;
  height: 2.75rem;
}
@media (min-width: 992px) {
  .footer-logo {
    margin: 0;
    position: absolute;
    left: calc(50% - 1.75rem);
    width: 3.5rem;
    height: 3.5rem;
  }
}
.footer-logo svg {
  width: 100%;
  height: 100%;
  fill: #003460;
}
.footer-menu-list {
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .footer-menu-list {
    display: flex;
    margin: 0 -15px;
  }
}
.footer-menu-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0;
  font-size: 14px;
}
.footer-menu-list-item:before {
  content: none;
}
@media (min-width: 992px) {
  .footer-menu-list-item {
    padding: 0 15px;
  }
  .footer-menu-list-item:not(:last-child) {
    border-right: 2px solid #aec2ce;
  }
}
.footer-menu-list-item a {
  text-decoration: none;
  color: #aec2ce;
}
.footer-menu-list-item a:hover {
  cursor: pointer;
  color: #608CA1;
  text-decoration: underline;
}