/* FONTS */
@font-face {
  font-family: "neo-sans";
  src: url("../Fonts/Neo-Sans/NeoSansProRegular/font.woff2") format("woff2"),
       url("../Fonts/Neo-Sans/NeoSansProRegular/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neo-sans";
  src: url("../Fonts/Neo-Sans/NeoSansProMedium/font.woff2") format("woff2"),
       url("../Fonts/Neo-Sans/NeoSansProMedium/font.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neo-sans";
  src: url("../Fonts/Neo-Sans/NeoSansProMedium/font.woff2") format("woff2"),
       url("../Fonts/Neo-Sans/NeoSansProMedium/font.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Armata';
  src: url("../Fonts/armata-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium-Web";
  src: url("TitilliumWeb-SemiBold.woff2") format("woff2"), url("TitilliumWeb-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium-Web";
  src: url("TitilliumWeb-Italic.woff2") format("woff2"), url("TitilliumWeb-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Titillium-Web";
  src: url("TitilliumWeb-Regular.woff2") format("woff2"), url("TitilliumWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* VARIABLES */
/* COLORS */
body {
  overflow-x: hidden;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-family: neo-sans, sans-serif;
  font-weight: 400;
}

[id] {
  scroll-margin-top: 130px;
}
@media only screen and (min-width: 992px) {
  [id] {
    scroll-margin-top: 180px;
  }
}

.container {
  max-width: 1440px;
}

::selection {
  background: #12537E;
  color: #ffffff;
}

::-moz-selection {
  background: #12537E;
  color: #ffffff;
}

h1, h1.pagetitle {
  color: #222222;
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  h1, h1.pagetitle {
    font-size: 33px;
    line-height: 45px;
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  h1, h1.pagetitle {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  h1, h1.pagetitle {
    font-size: 36px;
    line-height: 48px;
    margin-top: 90px;
    margin-bottom: 35px;
  }
}

h2 {
  color: #222222;
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 33px;
    line-height: 45px;
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 36px;
    line-height: 48px;
    margin-top: 90px;
    margin-bottom: 35px;
  }
}

h3 {
  color: #222222;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

p, pre {
  font-size: 16px;
  line-height: 25px;
  margin-top: 6px;
}
@media only screen and (min-width: 576px) {
  p, pre {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  p, pre {
    font-size: 20px;
    margin-top: 12px;
    line-height: 28px;
  }
}
p, pre {
  color: #222222;
  font-weight: 400;
  margin-bottom: 32px;
}
p.lead, pre.lead {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) {
  p.lead, pre.lead {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  p.lead, pre.lead {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 90px;
  }
}

main {
  z-index: 10;
  margin-top: 77px;
}
main .sph {
  z-index: 99;
  position: fixed;
  background-color: #ffffff;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  main .sph {
    position: relative;
    background-color: transparent;
    padding-top: unset;
  }
}
main .sph h1 {
  position: relative;
  top: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  main .sph h1 {
    position: sticky;
    top: 180px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
main .sphm {
  z-index: 99;
  position: fixed;
  top: 96px;
  background-color: white;
}

@media only screen and (min-width: 992px) {
  main .sphm {
    position: relative;
    background-color: transparent;
    top: unset;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  main {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  main {
    margin-top: 180px;
  }
}

.primarybtn {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .primarybtn {
    width: calc(33% - 15px);
  }
}
.primarybtn {
  display: inline-block;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #C4C4C4;
  margin-right: 18px;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 576px) {
  .primarybtn {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .primarybtn {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 38px;
  }
}
.primarybtn {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .primarybtn {
    padding: 17px;
  }
}
.primarybtn {
  float: left;
  color: #3D98D4;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}
.primarybtn:nth-child(3n+3) {
  margin-right: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .primarybtn:nth-child(3n+3) {
    width: 33%;
  }
}
.primarybtn span {
  float: right;
}
.primarybtn span svg {
  position: relative;
  top: -2px;
  left: 0px;
  transition: left 0.3s ease-in-out;
}
.primarybtn:hover {
  background-color: #F8F8F8;
  color: #12537E;
  border-radius: 0px;
}
.primarybtn:hover svg {
  left: 8px;
}

.image {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .image {
    margin-top: 45px;
    margin-bottom: 60px;
  }
}
.image img {
  width: 100%;
  height: auto;
}
.image p {
  font-size: 16px;
  line-height: 22px;
  color: #888888;
  margin-top: 16px;
  margin-bottom: 0px;
}

.coont {
  /*margin-top: 50px;*/
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .coont {
    margin-top: unset;
  }
}
@media only screen and (min-width: 1140px) {
  .coont {
    overflow: unset;
  }
}
.coont > :first-child {
  margin-top: 0px;
}
.coont > :first-child h2 {
  margin-top: 0px;
}
.coont.coonts {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .coont.coonts {
    margin-top: 95px;
  }
}
@media only screen and (min-width: 992px) {
  .coont.coonts {
    margin-top: unset;
  }
}
.coont p a {
  color: #3D98D4;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.coont p a:hover {
  color: #222222;
}
.coont iframe {
  width: 100%;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.coont .list-normal {
  margin-bottom: 30px;
}
.coont .list-normal li {
  font-size: 20px;
  line-height: 32px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 576px) {
  .coont .list-normal li {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .coont .list-normal li {
    font-size: 20px;
    line-height: 32px;
  }
}
.coont .list-normal li a:not(.download) {
  color: #3D98D4;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 576px) {
  .coont .list-normal li a:not(.download) {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .coont .list-normal li a:not(.download) {
    font-size: 20px;
    line-height: 32px;
  }
}
.coont .list-normal li a:not(.download) {
  transition: color 0.3s ease-in-out;
}
.coont .list-normal li a:not(.download):hover {
  color: #222222;
}

.cardlist_block img {
  width: 50%;
  height: auto;
}

.mapw {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) {
  .mapw {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .mapw {
    margin-top: 60px;
    margin-bottom: 150px;
  }
}

.plyr {
  margin-bottom: 20px;
  background: unset;
  background-color: #ffffff !important;
}
.plyr__video-wrapper {
  background: none !important;
}

.hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger {
  padding-top: 31px;
  padding-bottom: 22px;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger:focus {
  outline: none;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #3D98D4;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #3D98D4;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.snclicker {
  font-size: 15px;
  line-height: 20px;
  color: #3D98D4;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  .snclicker {
    margin-top: 0px;
  }
}
.snclicker {
  margin-bottom: 14px;
  cursor: pointer;
}
.snclicker span {
  margin-right: 7px;
  transform: rotate(0deg);
  display: inline-block;
  transition: transform 0.4s ease-in-out;
}
.snclicker span.sncact {
  transform: rotate(45deg);
}
.snclicker svg {
  width: 15px;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 992px) {
  .snclicker {
    display: none;
  }
}

.hiboxlink {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #3D98D4 !important;
}

.lightbox {
  position: fixed !important;
  z-index: 1000000000000000000 !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.lightbox .lb-data .lb-number {
  display: none !important;
}
.lightbox .lb-data .lb-caption {
  font-size: 15px;
  line-height: 21px;
  font-family: neo-sans, sans-serif;
  font-weight: normal;
  color: white;
  padding-top: 10px;
  display: block;
}
.lightbox .lb-data .lb-close {
  opacity: 1 !important;
}

.lightboxOverlay {
  position: fixed !important;
  z-index: 1000000000000000000 !important;
  background-color: black;
}

.grid {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 50px;
}

.gallery-grid-alternative {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: 30px;
}
.gallery-grid-alternative .grid-item {
  aspect-ratio: 1/1;
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}
.gallery-grid-alternative .grid-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-grid-alternative .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .gallery-grid-alternative {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 14px;
    margin-top: 50px;
  }
  .gallery-grid-alternative .grid-item {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative .grid-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-2 {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-grid-alternative.gallery-count-2 .grid-item:first-child {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-3 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .gallery-grid-alternative.gallery-count-3 .grid-item {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-3 .grid-item:first-child {
    grid-row: auto;
    aspect-ratio: 2/1;
  }
  .gallery-grid-alternative.gallery-count-4 {
    grid-template-columns: 3fr 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .gallery-grid-alternative.gallery-count-4 .grid-item {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-4 .grid-item:first-child {
    grid-row: span 3;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-6 .grid-item:nth-child(6) {
    grid-column: span 4;
    aspect-ratio: 2/1;
  }
  .gallery-grid-alternative.gallery-count-7 .grid-item:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-7 .grid-item:nth-child(7) {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 1/1;
  }
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}
.grid-sizer,
.grid-item {
  padding: 7px;
}

.hiboxlink {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #3D98D4 !important;
}

.lightbox {
  position: fixed !important;
  z-index: 1000000000000000000 !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.lightbox .lb-data .lb-number {
  display: none !important;
}
.lightbox .lb-data .lb-caption {
  font-size: 15px;
  line-height: 21px;
  font-family: neo-sans, sans-serif;
  font-weight: normal;
  color: white;
  padding-top: 10px;
  display: block;
}
.lightbox .lb-data .lb-close {
  opacity: 1 !important;
}

.lightboxOverlay {
  position: fixed !important;
  z-index: 1000000000000000000 !important;
  background-color: black;
}

.grid {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 50px;
}

.gallery-grid-alternative {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: 30px;
}
.gallery-grid-alternative .grid-item {
  aspect-ratio: 1/1;
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}
.gallery-grid-alternative .grid-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-grid-alternative .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .gallery-grid-alternative {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 14px;
    margin-top: 50px;
  }
  .gallery-grid-alternative .grid-item {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative .grid-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-2 {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-grid-alternative.gallery-count-2 .grid-item:first-child {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-3 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .gallery-grid-alternative.gallery-count-3 .grid-item {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-3 .grid-item:first-child {
    grid-row: auto;
    aspect-ratio: 2/1;
  }
  .gallery-grid-alternative.gallery-count-4 {
    grid-template-columns: 3fr 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .gallery-grid-alternative.gallery-count-4 .grid-item {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-4 .grid-item:first-child {
    grid-row: span 3;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-6 .grid-item:nth-child(6) {
    grid-column: span 4;
    aspect-ratio: 2/1;
  }
  .gallery-grid-alternative.gallery-count-7 .grid-item:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 1/1;
  }
  .gallery-grid-alternative.gallery-count-7 .grid-item:nth-child(7) {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 1/1;
  }
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}
.grid-sizer,
.grid-item {
  padding: 7px;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.formblocker {
  display: none;
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  flex-direction: row;
  justify-content: center;
}

.fblockerinner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-zitat {
  background-color: #f1f8fc;
  padding: 50px 30px;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.content-zitat h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
  color: #12537E;
  margin-bottom: 15px;
  position: relative;
  border-bottom: none !important;
}
.content-zitat .zitat-autor {
  font-size: 18px;
  color: #3D98D4;
}

.btn-cta {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 18px;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.btn-cta.btn-filled {
  background-color: #3D98D4;
  color: #ffffff !important;
  border: 2px solid #3D98D4;
}
.btn-cta.btn-filled:hover {
  background-color: #12537E;
  border-color: #12537E;
  color: #ffffff !important;
}
.btn-cta.btn-outline {
  background-color: transparent;
  color: #3D98D4 !important;
  border: 2px solid #3D98D4;
}
.btn-cta.btn-outline:hover {
  background-color: #3D98D4;
  color: #ffffff !important;
}

.usp-grid .usp-item .usp-icon-wrapper {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f8fc;
  border: 2px solid #a8cde3;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.usp-grid .usp-item .usp-icon-wrapper svg {
  width: 32px;
  height: 32px;
  overflow: visible !important;
}
.usp-grid .usp-item .usp-icon-wrapper svg path, .usp-grid .usp-item .usp-icon-wrapper svg circle, .usp-grid .usp-item .usp-icon-wrapper svg rect, .usp-grid .usp-item .usp-icon-wrapper svg line, .usp-grid .usp-item .usp-icon-wrapper svg polyline, .usp-grid .usp-item .usp-icon-wrapper svg polygon, .usp-grid .usp-item .usp-icon-wrapper svg ellipse {
  stroke: #12537E !important;
  fill: none !important;
}
.usp-grid .usp-item .usp-icon-wrapper img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}

.usp-block-wrapper {
  margin: 40px 0;
}

.usp-block-box {
  padding: 40px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.usp-block-box h1, .usp-block-box h2, .usp-block-box h3, .usp-block-box h4, .usp-block-box h5, .usp-block-box h6 {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .usp-block-box {
    padding: 50px 60px;
  }
}
.usp-block-box.bg-none,
.usp-block-box.bg-weiss {
  background-color: transparent;
  padding: 40px 0 !important;
}
@media (min-width: 768px) {
  .usp-block-box.bg-none,
  .usp-block-box.bg-weiss {
    padding: 50px 0 !important;
  }
}
.usp-block-box.bg-hellblau {
  background-color: #f1f8fc;
}
.usp-block-box.bg-grau {
  background-color: #e9ecef;
}
.usp-block-box.bg-dunkelblau {
  background-color: #12537E;
  color: #ffffff !important;
}
.usp-block-box.bg-dunkelblau h1, .usp-block-box.bg-dunkelblau h2, .usp-block-box.bg-dunkelblau h3, .usp-block-box.bg-dunkelblau h4, .usp-block-box.bg-dunkelblau h5, .usp-block-box.bg-dunkelblau h6, .usp-block-box.bg-dunkelblau .usp-title {
  color: #ffffff !important;
}
.usp-block-box.bg-dunkelblau .usp-lead, .usp-block-box.bg-dunkelblau .usp-desc, .usp-block-box.bg-dunkelblau p {
  color: #e6f2fa !important;
}
.usp-block-box.bg-dunkelblau .usp-icon-wrapper {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}
.usp-block-box.bg-dunkelblau .usp-icon-wrapper svg path, .usp-block-box.bg-dunkelblau .usp-icon-wrapper svg circle, .usp-block-box.bg-dunkelblau .usp-icon-wrapper svg rect, .usp-block-box.bg-dunkelblau .usp-icon-wrapper svg line, .usp-block-box.bg-dunkelblau .usp-icon-wrapper svg polyline, .usp-block-box.bg-dunkelblau .usp-icon-wrapper svg polygon, .usp-block-box.bg-dunkelblau .usp-icon-wrapper svg ellipse {
  stroke: #ffffff !important;
  fill: none !important;
}
.usp-block-box.bg-dunkelblau .btn-cta.btn-outline {
  color: #ffffff !important;
  border-color: #ffffff;
}
.usp-block-box.bg-dunkelblau .btn-cta.btn-outline:hover {
  background-color: #ffffff;
  color: #12537E !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500 !important;
}

.fancybox__container {
  z-index: 1000000000000000000 !important;
}

.header {
  position: fixed;
  background-color: #f2f8fc;
  width: 100%;
  top: 0px;
  z-index: 100000000000000000;
  -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.05);
}
.header .header-container {
  max-width: 2000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header .header_nav_active a:after {
  width: 100%;
  left: 0;
  background: #12537E;
}
.header_bloko {
  display: none;
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .header_bloko {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
    background-color: transparent;
  }
}

.header_nav {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.header_nav ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}
.header_nav ul li {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header_nav ul li {
    width: unset;
  }
}
.header_nav ul li {
  border-bottom: 1px solid #C4C4C4;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 992px) {
  .header_nav ul li {
    display: inline-block;
    padding-right: 30px;
    border-bottom: none;
    padding-left: 0;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1200px) {
  .header_nav ul li {
    padding-right: 60px;
  }
}
.header_nav ul li:last-of-type {
  padding-right: 0;
}
.header_nav ul li a {
  text-decoration: none;
  position: relative;
  color: #000000;
  font-size: 23px;
  line-height: 29px;
  padding-top: 8px;
  padding-bottom: 7px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .header_nav ul li a {
    color: #3D98D4;
    font-size: 22px;
    line-height: 28px;
  }
  .header_nav ul li a:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: #12537E;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    bottom: -3px;
    left: 50%;
  }
}
.header_nav ul li a:hover {
  color: #3D98D4;
}
@media only screen and (min-width: 992px) {
  .header_nav ul li a:hover:after {
    width: 100%;
    left: 0;
  }
}
.header_nav ul li a span {
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .header_nav ul li a span {
    margin-right: 0;
    display: none;
  }
}
.header_nav ul li a svg {
  width: 20px;
  height: auto;
  position: relative;
  top: -3px;
}
@media only screen and (min-width: 992px) {
  .header_nav ul li a svg {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header_nav_active {
    background-color: #3D98D4;
  }
  .header_nav_active a {
    color: #ffffff !important;
  }
  .header_nav_active a span svg path, .header_nav_active a span svg line, .header_nav_active a span svg polyline, .header_nav_active a span svg rect {
    stroke: #ffffff;
  }
}
@media only screen and (min-width: 992px) {
  .header_nav_active a {
    color: #12537E !important;
  }
}

@media only screen and (min-width: 992px) {
  .header_nav_button {
    margin-left: 50px !important;
    padding-right: 0 !important;
    vertical-align: middle !important;
  }
  .header_nav_button a {
    background-color: #3D98D4 !important;
    border: 2px solid #3D98D4 !important;
    color: #ffffff !important;
    padding: 10px 24px !important;
    border-radius: 4px;
    font-weight: normal !important;
    font-size: 20px !important;
    line-height: 24px !important;
    transition: all 0.3s ease-in-out !important;
  }
  .header_nav_button a:after {
    display: none !important;
  }
  .header_nav_button a:hover {
    background-color: #12537E !important;
    border-color: #12537E !important;
    color: #ffffff !important;
  }
}

.header_logo {
  display: inline-flex;
}
@media only screen and (min-width: 992px) {
  .header_logo {
    display: block;
    text-align: right;
  }
}
.header_logo {
  padding: 0;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
  width: 50%;
}
@media only screen and (min-width: 576px) {
  .header_logo {
    width: 35%;
  }
}
@media only screen and (min-width: 992px) {
  .header_logo {
    width: 100%;
  }
}
.header_logo {
  float: right;
}
.header_logo img {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .header_logo img {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .header_logo img {
    width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header_logo img {
    width: 280px;
  }
}



.footer {
  margin-bottom: 66px;
  margin-top: 40px;
}
@media only screen and (min-width: 576px) {
  .footer {
    margin-bottom: 66px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-bottom: 76px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    margin-bottom: 0;
    margin-top: 120px;
  }
}
.footer {
  background-color: #12537E;
}
.footer p {
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .footer p {
    line-height: 36px;
    font-size: 20px;
  }
}
.footer p {
  font-weight: 400;
}
.footer p strong {
  font-weight: 500;
}
.footer a {
  color: #ffffff;
  transition: color 0.3s ease-in-out;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .footer a {
    line-height: 36px;
    font-size: 20px;
  }
}
.footer a {
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .footer a:after {
    content: "";
  }
}
.footer a:after {
  display: block;
  height: 1px;
  position: absolute;
  background: #3D98D4;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
  width: 0;
  bottom: 3px;
  left: 50%;
}

.footer a:hover, .footer a.active {
  color: #3D98D4;
}

.footer a:hover:after, .footer a.active:after {
  width: 100%;
  left: 0;
}

.footer_top {
  border-bottom: 1px solid rgba(248, 248, 248, 0.3);
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer_top a {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .footer_top a:after {
    content: unset;
  }
}
@media only screen and (min-width: 992px) {
  .footer_top a {
    display: inline-block;
  }
  .footer_top {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.footer_bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_bottom a {
  font-size: 16px;
  line-height: 41px;
  display: block;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .footer_bottom a {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .footer_bottom a {
    display: inline-block;
    margin-right: 45px;
  }
}
.footer_bottom a:last-of-type {
  margin-right: 0px;
}
.footer_bottom .copyright {
  margin-top: 8px;
  font-size: 13px;
}
@media only screen and (min-width: 576px) {
  .footer_bottom .copyright {
    margin-top: 0px;
    padding-top: 7px;
  }
}
@media only screen and (min-width: 992px) {
  .footer_bottom .copyright {
    margin-top: unset;
    padding-top: 4px;
  }
}

.footer_bottom_social {
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  .footer_bottom_social {
    float: right;
    margin-top: 0;
  }
}
.footer_bottom_social span {
  display: inline-block;
  margin-left: 0;
  width: 33%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .footer_bottom_social span {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer_bottom_social span {
    width: auto;
    margin-left: 30px;
    margin-bottom: 0;
  }
  .footer_bottom_social span:first-of-type {
    margin-left: 0px;
  }
}
.footer_bottom_social span svg {
  width: 40px;
  height: auto;
  fill: white;
  transition: fill 0.4s ease-in-out;
}
.footer_bottom_social span a:after {
  content: unset;
}
.footer_bottom_social span a:hover svg {
  fill: #3D98D4;
}

.footer_logo {
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}
@media only screen and (min-width: 992px) {
  .footer_logo {
    float: right;
  }
}
.footer_logo img {
  /*width: 60%;*/
  /*margin-top: 30px;*/
}
@media only screen and (min-width: 576px) {
  .footer_logo img {
    /*width: 40%;*/
  }
}
@media only screen and (min-width: 768px) {
  .footer_logo img {
    width: 100%;
    /*margin-top: 6px;*/
  }
}
@media only screen and (min-width: 992px) {
  .footer_logo img {
    margin-top: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer_logo img {
    width: 280px;
  }
}
.footer_logo img {
  height: auto;
}
.footer_logo:hover {
  text-decoration: none !important;
}
.footer_logo:after {
  content: unset !important;
}

.swiper {
  width: 100%;
  height: auto;
  margin-bottom: 175px;
}

.breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
}
.breadcrumb a {
  font-size: 14px;
  line-height: 20px;
  color: #3D98D4;
  transition: color 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  margin-right: 24px;
}
.breadcrumb a:last-of-type {
  color: #12537E;
  margin-right: 0;
}
.breadcrumb a:hover {
  color: #12537E;
}
.breadcrumb span {
  font-size: 12px;
  line-height: 22px;
  color: #C6C6C6;
  margin-right: 24px;
}

.downloads-block {
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .downloads-block {
    margin-bottom: 100px;
  }
}
.downloads-block .download a {
  border-bottom: 1px solid #C4C4C4;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .downloads-block .download a {
    padding: 17px;
  }
}
.downloads-block .download a {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 576px) {
  .downloads-block .download a {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .downloads-block .download a {
    font-size: 20px;
    line-height: 38px;
  }
}
.downloads-block .download a {
  text-decoration: none;
  color: #3D98D4;
  background-color: #ffffff;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.downloads-block .download a svg path {
  stroke: #3D98D4;
  transition: stroke 0.3s ease-in-out;
}
.downloads-block .download a .gallsvg {
  width: 32px !important;
  top: 3px;
  position: relative;
}
.downloads-block .download a .gallsvg path {
  transition: fill 0.3s ease-in-out;
  fill: #3D98D4;
}
.downloads-block .download a .hvicon {
  stroke-width: 1.5;
}
.downloads-block .download a:hover {
  color: #12537E;
  background-color: #e4f1f9;
}
.downloads-block .download a:hover svg path {
  stroke: #12537E;
}
.downloads-block .download a:hover .gallsvg path {
  fill: #12537E;
}
.downloads-block .download a:hover .hvicon {
  stroke-width: 2;
}
.downloads-block .download .icondata {
  margin-right: 11px;
  float: left;
  position: relative;
  top: -4px;
}
@media only screen and (min-width: 576px) {
  .downloads-block .download .icondata {
    margin-right: 30px;
    float: unset;
  }
}
.downloads-block .download .icondata {
  display: inline-block;
}
.downloads-block .download .icondata svg {
  width: 24px;
  top: -6px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .downloads-block .download .icondata svg {
    width: 34px;
    top: unset;
  }
}
.downloads-block .download .icondload {
  float: right;
  display: none;
}
@media only screen and (min-width: 576px) {
  .downloads-block .download .icondload {
    display: block;
  }
}
.downloads-block .download .icondload svg {
  width: 17px;
}
@media only screen and (min-width: 576px) {
  .downloads-block .download .icondload svg {
    width: 24px;
  }
}
.downloads-block .download .icondload.icloext {
  transform: rotate(-90deg);
}

.jumpernav {
  position: relative;
  padding-left: 27px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .jumpernav {
    padding-left: 0;
    position: sticky;
    top: 240px;
    margin-bottom: 180px;
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .jumpernav {
    top: 258px;
  }
}
.jumpernav ul {
  padding-left: 0px;
  list-style-type: none;
}
.jumpernav ul li {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .jumpernav ul li {
    margin-bottom: 20px;
  }
}
.jumpernav ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .jumpernav ul li a {
    font-size: 20px;
    line-height: 28px;
  }
}
.jumpernav ul li a {
  color: #3D98D4;
  padding-left: 0;
  position: relative;
  transition: padding-left 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s ease;
}
.jumpernav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  width: 4px;
  height: 16px;
  background-color: #3D98D4;
  border-radius: 2px;
  transform-origin: left;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.jumpernav ul li a:hover {
  color: #222222;
  padding-left: 14px;
}
.jumpernav ul li a:hover::before {
  transform: translateY(-50%) scaleX(1);
}
.jumpernav ul li a.active {
  color: #222222;
  font-weight: 500;
  padding-left: 20px;
}
.jumpernav ul li a.active::before {
  transform: translateY(-50%) scaleX(1);
  background-color: #222222;
}

.sphm h1 {
  position: relative;
  top: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media only screen and (min-width: 992px) {
  .sphm h1 {
    position: sticky;
    top: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .sphm h1 {
    top: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .swiper {
    width: 100% !important;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .swiper {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
  }
}

.swiper-slide {
  height: auto;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .swiper-slide {
    width: auto;
  }
}
.swiper-slide .legend {
  width: 50%;
  font-size: 16px;
  line-height: 23px;
  color: #888888;
  margin-top: 15px;
  margin-bottom: 0px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.swiper-slide video,
.swiper-slide img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .swiper-slide video,
  .swiper-slide img {
    height: 470px;
    width: auto;
  }
}
.swiper-slide video,
.swiper-slide img {
  object-fit: cover;
}
.swiper-slide .legend {
  width: 90%;
}
.swiper-slide.medium .legend {
  width: 40px;
}
.swiper-slide.small .legend {
  width: 90%;
}
.swiper-slide .counter {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #000000;
  padding: 10px;
  border-radius: 7px;
  padding-top: 2px;
  padding-bottom: 4px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.2s;
}
.swiper-slide .counter span {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
}
.swiper-slide.swiper-slide-active .counter {
  opacity: 1;
}
.swiper-slide.swiper-slide-active .legend {
  opacity: 1;
}

.swiper2 .swiper-slide video,
.swiper2 .swiper-slide img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .swiper2 .swiper-slide video,
  .swiper2 .swiper-slide img {
    height: 460px;
    width: auto;
  }
}
.swiper2 .swiper-slide video,
.swiper2 .swiper-slide img {
  object-fit: cover;
}

.swiper-button-prev {
  width: 60px;
  height: auto;
  position: relative;
  right: unset;
  display: inline-block;
  left: 0;
  top: unset;
  margin: 0;
  margin-top: 25px;
  scale: .75;
}
@media only screen and (min-width: 992px) {
  .swiper-button-prev {
    margin-top: 21px;
    scale: 1;
  }
}
.swiper-button-prev svg {
  width: 40px;
  transform: rotate(-45deg);
  position: relative;
  left: 10px;
}
.swiper-button-prev:after {
  content: unset;
}

.swiper-button-prev svg path, .swiper-button-prev svg line, .swiper-button-prev svg polyline {
  stroke: #3D98D4 !important;
  transition: stroke 0.3s ease-in-out;
}

.swiper-button-prev:hover svg path, .swiper-button-prev:hover svg line, .swiper-button-prev:hover svg polyline {
  stroke: #12537E !important;
}


.swiper-button-next, .swiper-button-prev{
	transform: translateY(-80px);
}

.swiper-button-next {
  width: 60px;
  height: auto;
  position: relative;
  right: unset;
  display: inline-block;
  left: 0;
  top: unset;
  margin: 0;
  margin-top: 25px;
  scale: .75;
}
@media only screen and (min-width: 992px) {
	.swiper-button-next {
   		margin-top: 21px;
		margin-left: 55px;
    scale: 1;
	}
}







@media only screen and (min-width: 576px) {
	.swiper-button-next, .swiper-button-prev{
		transform: translateY(-100px);
	}
}

@media only screen and (min-width: 768px) {
	.swiper-button-next, .swiper-button-prev{
		transform: translateY(-120px);
	}
}

@media only screen and (min-width: 992px) {
	.swiper-button-next, .swiper-button-prev{
		transform: translateY(-80px);
	}
}


@media only screen and (min-width: 1200px) {
	.swiper-button-next, .swiper-button-prev{
		transform: translateY(0px);
	}
}
.swiper-button-next svg {
  width: 40px;
  transform: rotate(135deg);
  position: relative;
  left: 10px;
}
.swiper-button-next:after {
  content: unset;
}

.swiper-button-next svg path, .swiper-button-next svg line, .swiper-button-next svg polyline {
  stroke: #3D98D4 !important;
  transition: stroke 0.3s ease-in-out;
}

.swiper-button-next:hover svg path, .swiper-button-next:hover svg line, .swiper-button-next:hover svg polyline {
  stroke: #12537E !important;
}

.custsp2 {
  overflow: hidden !important;
}

/*
.swiper2 {
	.swiper-slide {
		display: none;
		&.swiper-slide-active {
			display: block;
		}
	}
}
*/
.list {
  margin-bottom: 90px;
  margin-top: 30px;
}
.list.list3 .list_header {
  background-color: #F8F8F8;
}
.list.list3 .list_header h3 {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list.list3 .list_header h3 {
    width: 25%;
  }
}
.list.list3 .list_header h3 {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 6px;
}
.list.list3 .list_header h3:first-of-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list.list3 .list_header h3:first-of-type {
    width: 30%;
  }
}
.list.list3 .list_header h3:last-of-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list.list3 .list_header h3:last-of-type {
    width: 43%;
  }
}
.list.list3 .list_block {
  border-bottom: 1px solid #C4C4C4;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.list.list3 .list_block p {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list.list3 .list_block p {
    width: 25%;
  }
}
.list.list3 .list_block p {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 6px;
}
.list.list3 .list_block p:first-of-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list.list3 .list_block p:first-of-type {
    width: 30%;
  }
}
.list.list3 .list_block p:last-of-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list.list3 .list_block p:last-of-type {
    width: 43%;
  }
}
.list.list3 .list_block:hover {
  background-color: #F8F8F8;
}
.list.list2 .list_header {
  background-color: #F8F8F8;
}
.list.list2 .list_header h3 {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  width: 25%;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 6px;
}
.list.list2 .list_header h3:first-of-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list.list2 .list_header h3:first-of-type {
    width: 30%;
  }
}
.list.list2 .list_header h3:last-of-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list.list2 .list_header h3:last-of-type {
    width: 68%;
  }
}
.list.list2 .list_block {
  border-bottom: 1px solid #C4C4C4;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
  display: flex;
}
.list.list2 .list_block p {
  width: 25%;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 6px;
}
.list.list2 .list_block p:first-of-type {
  width: 100%;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .list.list2 .list_block p:first-of-type {
    width: 30%;
    margin-bottom: 7px;
  }
}
.list.list2 .list_block p:last-of-type {
  width: 100%;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .list.list2 .list_block p:last-of-type {
    width: 68%;
    margin-bottom: 7px;
  }
}
.list.list2 .list_block:hover {
  background-color: #F8F8F8;
}

.cardlist {
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .cardlist {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .cardlist {
    margin-bottom: 90px;
  }
}
.cardlist {
  overflow: hidden;
  display: block;
}

.cardlist_block {
  width: 100%;
  display: block;
  max-height: 100%;
}
@media only screen and (min-width: 576px) {
  .cardlist_block {
    display: block;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .cardlist_block {
    max-height: 270px;
    width: 50%;
    display: inline-block;
    float: left;
    overflow: unset;
  }
}
.cardlist_block {
  margin-bottom: 45px;
}
.cardlist_block img {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .cardlist_block img {
    width: 50%;
    margin-bottom: 0;
  }
}
.cardlist_block img {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.cardlist_block h3 {
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .cardlist_block h3 {
    margin-bottom: 30px;
  }
}
.cardlist_block h3 span {
  font-weight: 400;
}
.cardlist_block a {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 576px) {
  .cardlist_block a {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .cardlist_block a {
    font-size: 20px;
    line-height: 28px;
  }
}
.cardlist_block a {
  color: #3D98D4;
  transition: color 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  display: block;
  text-decoration: none;
  padding-left: 0px;
}
.cardlist_block a:hover {
  color: #333333;
  padding-left: 10px;
}

.linksw {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .linksw {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .linksw {
    margin-bottom: 90px;
  }
}
.linksw {
  overflow: hidden;
}

/* Custom Table Styling aligned with List format */
.table-responsive table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 90px;
  margin-top: 30px;
  border: none;
}
.table-responsive table thead {
  background-color: #F8F8F8;
  border: none;
}
.table-responsive table thead tr {
  border: none;
}
.table-responsive table th {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-weight: 500;
  padding: 5px 6px;
  text-align: left;
  border: none;
}
.table-responsive table tbody tr {
  border-bottom: 1px solid #C4C4C4;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
  border-top: none;
}
.table-responsive table tbody tr:hover {
  background-color: #F8F8F8;
}
.table-responsive table td {
  padding: 7px 6px;
  vertical-align: middle;
  border: none;
  font-size: 16px;
  line-height: 22px;
}
.table-responsive table td a {
  color: #3D98D4;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-size: 16px;
  line-height: 22px;
}
.table-responsive table td a:hover {
  color: #333333;
}
.table-responsive table td p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #001E32;
  font-weight: normal;
}
.table-responsive table {
  /* 2-Column Table Cell Widths (Desktop) */
}
@media only screen and (min-width: 768px) {
  .table-responsive table th:first-child:nth-last-child(2),
  .table-responsive table td:first-child:nth-last-child(2) {
    width: 30%;
  }
  .table-responsive table th:nth-child(2):nth-last-child(1),
  .table-responsive table td:nth-child(2):nth-last-child(1) {
    width: 70%;
  }
}
.table-responsive table {
  /* 3-Column Table Cell Widths (Desktop) */
}
@media only screen and (min-width: 768px) {
  .table-responsive table th:first-child:nth-last-child(3),
  .table-responsive table td:first-child:nth-last-child(3) {
    width: 30%;
  }
  .table-responsive table th:nth-child(2):nth-last-child(2),
  .table-responsive table td:nth-child(2):nth-last-child(2) {
    width: 25%;
  }
  .table-responsive table th:nth-child(3):nth-last-child(1),
  .table-responsive table td:nth-child(3):nth-last-child(1) {
    width: 45%;
  }
}

.acc {
  margin-bottom: 35px;
}
.acc_block {
  border-bottom: 1px solid #C4C4C4;
}
.acc_block:first-of-type {
  border-top: 1px solid #C4C4C4;
}
.acc_block_header h3 {
  margin-bottom: 0px;
  padding-right: 70px;
}
@media only screen and (min-width: 576px) {
  .acc_block_header h3 {
    padding-right: 20px;
  }
}
.acc_block_header h3 {
  font-size: 18px;
  line-height: 22px;
  padding-top: 17px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .acc_block_header h3 {
    font-size: 20px;
    line-height: 28px;
    padding-top: 22px;
    padding-bottom: 20px;
  }
}
.acc_block_header h3 {
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.acc_block_header h3 span {
  float: right;
  margin-right: -60px;
}
@media only screen and (min-width: 576px) {
  .acc_block_header h3 span {
    margin-right: 25px;
  }
}
.acc_block_header h3 span {
  position: relative;
  top: -4px;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.acc_block_header h3 span svg line {
  stroke: #3D98D4;
  transition: stroke 0.3s ease-in-out;
}
.acc_block_header h3:hover {
  color: #12537E;
}
.acc_block_header h3:hover span {
  transform: rotate(45deg);
}
.acc_block_header h3:hover span svg line {
  stroke: #12537E;
}
.acc_block_content {
  display: none;
  padding-right: 40px;
}
.acc_block_content p {
  margin-top: 0px;
}
.acc_block_content ul {
  margin-bottom: 30px;
}
.acc_block_content ul li {
  font-size: 20px;
  line-height: 32px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 5px;
}
.acc_block_content a:not(.download) {
  color: #3D98D4;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.acc_block_content a:not(.download):hover {
  color: #222222;
}
.acc_block_content .download {
  margin-bottom: 0;
}
.acc_block_content .download a {
  border-bottom: none;
  padding-left: 10px;
}
.acc_block.active h3 {
  color: #12537E;
}
.acc_block.active h3 span {
  transform: rotate(90deg);
}
.acc_block.active h3 span svg line {
  stroke: #12537E;
}
.acc_block.active h3 span svg line:first-of-type {
  stroke: #ffffff;
}

.qlbody {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  top: unset;
  bottom: 0;
  transform: unset;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .qlbody {
    position: fixed;
    right: 0px;
    left: unset;
    top: 50%;
    width: 80px;
    transform: translateY(-50%);
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .qlbody {
    width: 140px;
  }
}
.qlbody {
  z-index: 100000000;
}
.qlbody a {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  flex: 1 1 0px;
  margin-left: 0;
  font-size: 11px;
  line-height: 13px;
  border-right: 1px solid #C4C4C4;
}
@media only screen and (min-width: 768px) {
  .qlbody a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .qlbody a {
    height: 65px;
    padding-top: 2px;
    display: block;
    width: 80px;
    right: 0;
    border-bottom: 1px solid #C4C4C4;
    border-right: none;
    font-size: 17px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .qlbody a {
    height: 120px;
    width: 130px;
    padding-top: 16px;
    display: block;
    width: 140px;
    right: 0;
    border-bottom: 1px solid #C4C4C4;
    border-right: none;
    font-size: 17px;
    line-height: 21px;
  }
}
.qlbody a {
  background-color: #12537E;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
  position: relative;
  color: #ffffff;
  text-decoration: none;
}
.qlbody a:last-of-type {
  border-bottom: none;
}
.qlbody a svg {
  height: 35px;
  width: auto;
  margin: auto;
  display: block;
}
.qlbody a svg path, .qlbody a svg rect, .qlbody a svg circle, .qlbody a svg polygon, .qlbody a svg polyline, .qlbody a svg line, .qlbody a svg ellipse {
  transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}
.qlbody a svg path[stroke], .qlbody a svg path[fill=none], .qlbody a svg rect[stroke], .qlbody a svg rect[fill=none], .qlbody a svg circle[stroke], .qlbody a svg circle[fill=none], .qlbody a svg polygon[stroke], .qlbody a svg polygon[fill=none], .qlbody a svg polyline[stroke], .qlbody a svg polyline[fill=none], .qlbody a svg line[stroke], .qlbody a svg line[fill=none], .qlbody a svg ellipse[stroke], .qlbody a svg ellipse[fill=none] {
  stroke: #ffffff !important;
}
.qlbody a svg path:not([fill=none]), .qlbody a svg rect:not([fill=none]), .qlbody a svg circle:not([fill=none]), .qlbody a svg polygon:not([fill=none]), .qlbody a svg polyline:not([fill=none]), .qlbody a svg line:not([fill=none]), .qlbody a svg ellipse:not([fill=none]) {
  fill: #ffffff !important;
}
.qlbody a span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.qlbody a span:first-of-type {
  padding-top: 7px;
  padding-bottom: 2px;
}
.qlbody a span:first-of-type svg {
  height: 25px;
}
@media only screen and (min-width: 768px) {
  .qlbody a span:first-of-type svg {
    height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .qlbody a span:first-of-type svg {
    height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .qlbody a span:first-of-type svg {
    height: 35px;
  }
}
.qlbody a span:last-of-type {
  padding-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .qlbody a span:last-of-type {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .qlbody a span:last-of-type {
    font-size: 17px;
    line-height: 21px;
  }
}
.qlbody a:hover {
  background-color: #3D98D4;
  color: #222222;
}
@media only screen and (min-width: 992px) {
  .qlbody a:hover {
    width: 90px;
    right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .qlbody a:hover {
    width: 150px;
    right: 10px;
  }
}
.qlbody a:hover path[stroke], .qlbody a:hover path[fill=none], .qlbody a:hover rect[stroke], .qlbody a:hover rect[fill=none], .qlbody a:hover circle[stroke], .qlbody a:hover circle[fill=none], .qlbody a:hover polygon[stroke], .qlbody a:hover polygon[fill=none], .qlbody a:hover polyline[stroke], .qlbody a:hover polyline[fill=none], .qlbody a:hover line[stroke], .qlbody a:hover line[fill=none], .qlbody a:hover ellipse[stroke], .qlbody a:hover ellipse[fill=none] {
  stroke: #222222 !important;
}
.qlbody a:hover path:not([fill=none]), .qlbody a:hover rect:not([fill=none]), .qlbody a:hover circle:not([fill=none]), .qlbody a:hover polygon:not([fill=none]), .qlbody a:hover polyline:not([fill=none]), .qlbody a:hover line:not([fill=none]), .qlbody a:hover ellipse:not([fill=none]) {
  fill: #222222 !important;
}

main {
  display: block;
}

html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-smooth body {
  overscroll-behavior: none;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  display: inline-block;
  height: 100vh;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  white-space: nowrap;
}


.homemain .adhome {
  right: 35px;
  top: 30px;
  width: 180px;
  height: 180px;
}
@media (min-width: 992px) {
  .homemain .adhome {
    width: 270px;
    height: 270px;
    right: 25px;
    top: 25px;
  }
}
@media (min-width: 1400px) {
  .homemain .adhome {
    width: 270px;
    height: 270px;
    right: 330px;
    top: 170px;
  }
}
.homemain .adhome {
  position: absolute;
  background-color: #3C97D3;
  border-radius: 50%;
  border: 3px solid white;
}
@media (min-width: 992px) {
  .homemain .adhome {
    border: 6px solid white;
  }
}
.homemain .adhome {
  opacity: 1;
  transform: right 0.4s ease-in-out, top 0.4s ease-in-out, opacity 0.4s ease-in-out;
  display: flex;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border 0.4s ease-in-out;
}
.homemain .adhome a {
  color: white;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .homemain .adhome a {
    font-size: 25px;
    line-height: 32px;
  }
}
.homemain .adhome a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  transform: rotate(-15deg);
  padding-top: 16px;
  transition: color 0.4s ease-in-out;
}
.homemain .adhome a span {
  display: block;
}
.homemain .adhome a span svg {
  width: 29px;
  transform: rotate(135deg);
}
.homemain .adhome a span svg line, .homemain .adhome a span svg polyline {
  stroke: #fff;
  transition: stroke 0.4s ease-in-out;
}
.homemain .adhome a span strong {
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}
.homemain .adhome:hover {
  background-color: white;
  border: 6px solid #3C97D3;
}
.homemain .adhome:hover a {
  color: #3C97D3;
}
.homemain .adhome:hover a span {
  display: block;
}
.homemain .adhome:hover a span svg {
  width: 29px;
  transform: rotate(135deg);
}
.homemain .adhome:hover a span svg line, .homemain .adhome:hover a span svg polyline {
  stroke: #3C97D3;
}
.homemain .sectionPin {
  display: block;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  .homemain .sectionPin {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100vh;
    display: flex;
  }
}
.homemain .sectionPin {
  overflow: hidden;
  left: 0;
  background: white;
  color: black;
}
.homemain .sectionPin .pin-wrapper h2 {
  font-size: 30px;
  line-height: 41px;
}
@media only screen and (min-width: 992px) {
  .homemain .sectionPin .pin-wrapper h2 {
    font-size: 46px;
    line-height: 58px;
  }
}
.homemain .sectionPin .pin-wrapper p {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 992px) {
  .homemain .sectionPin .pin-wrapper p {
    font-size: 30px;
    line-height: 38px;
  }
}
.homemain .sectionPin .pin-wrap {
  display: block;
}
@media only screen and (min-width: 992px) {
  .homemain .sectionPin .pin-wrap {
    height: 100vh;
    display: flex;
    justify-content: flex-start;
  }
}
.homemain .sectionPin .pin-wrap {
  align-items: center;
  padding: 0;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .homemain .sectionPin .pin-wrap {
    padding-left: calc((100vw - 1440px) / 2);
  }
}
.homemain .sectionPin .pin-wrap .pin-wrapper {
  width: 100vw;
  min-width: 100vw;
  margin-right: 160px;
}
@media (min-width: 992px) {
  .homemain .sectionPin .pin-wrap .pin-wrapper {
    width: 720px;
    min-width: 720px;
    margin-right: 160px;
  }
}
.homemain .sectionPin .pin-wrap .pin-wrapper {
  padding-left: 12px;
  padding-right: 12px;
}
.homemain .sectionPin .pin-wrap .pin-wrapper h2 {
  margin-top: 0px;
}
.homemain .sectionPin .pin-wrap .slidblockloc {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: auto;
  width: 100vw;
  min-width: 100vw;
  margin-top: 40px;
  opacity: 0;
}
@media (min-width: 992px) {
  .homemain .sectionPin .pin-wrap .slidblockloc {
    margin-top: 0;
    width: 300px;
    min-width: 450px;
    height: 600px;
    opacity: 1;
  }
}
.homemain .sectionPin .pin-wrap .slidblockloc.is-inview {
  opacity: 1;
  transition-delay: 0.1s;
}
.homemain .sectionPin .pin-wrap .slidblockloc {
  background-color: #f2f8fc;
  margin-right: 50px;
  padding-left: 30px;
  padding-right: 30px;
  transition: opacity 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.05);
}
.homemain .sectionPin .pin-wrap .slidblockloc span {
  display: block;
  position: absolute;
  top: 36px;
}
@media (min-width: 992px) {
  .homemain .sectionPin .pin-wrap .slidblockloc span {
    top: 56px;
  }
}
.homemain .sectionPin .pin-wrap .slidblockloc span {
  right: 50%;
  transform: rotate(0) scale(1) translateX(50%);
  z-index: 1;
  opacity: 1;
  margin-top: 0;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homemain .sectionPin .pin-wrap .slidblockloc span svg {
  width: 90px;
  text-align: center;
  margin: auto;
}
.homemain .sectionPin .pin-wrap .slidblockloc span svg polyline, .homemain .sectionPin .pin-wrap .slidblockloc span svg line, .homemain .sectionPin .pin-wrap .slidblockloc span svg path, .homemain .sectionPin .pin-wrap .slidblockloc span svg circle, .homemain .sectionPin .pin-wrap .slidblockloc span svg rect {
  stroke: #222222;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homemain .sectionPin .pin-wrap .slidblockloc a {
  font-size: 36px;
  line-height: 48px;
  margin-top: 158px;
}
@media (min-width: 992px) {
  .homemain .sectionPin .pin-wrap .slidblockloc a {
    margin-top: 218px;
  }
}
.homemain .sectionPin .pin-wrap .slidblockloc a {
  margin-bottom: 35px;
  color: #222222;
  font-weight: 500;
  text-decoration: none;
  display: block;
  transition: margin-top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homemain .sectionPin .pin-wrap .slidblockloc a.hidden-link {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .homemain .sectionPin .pin-wrap .slidblockloc a.hidden-link {
    margin-top: 50px;
    margin-bottom: 20px;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media (min-width: 992px) {
  .homemain .sectionPin .pin-wrap .slidblockloc:nth-of-type(2) {
    opacity: 0.5;
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .homemain .sectionPin .pin-wrap .slidblockloc:nth-of-type(3) {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .homemain .sectionPin .pin-wrap .slidblockloc:nth-of-type(4) {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .homemain .sectionPin .pin-wrap .slidblockloc:nth-of-type(5) {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .homemain .sectionPin .pin-wrap .slidblockloc:nth-of-type(6) {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .homemain .sectionPin .pin-wrap .slidblockloc:nth-of-type(7) {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.homemain .sectionPin .pin-wrap .slidblockloc.slidblocklocactive {
  opacity: 1;
}
@media (min-width: 992px) {
  .homemain .sectionPin .pin-wrap .slidblockloc.slidblocklocactive {
    opacity: 0.45;
  }
}
.homemain .sectionPin .pin-wrap .slidblockloc.slidblocklocactive {
  -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1);
  transition-delay: 0s;
}
.homemain .sectionPin .pin-wrap .slidblockloc:hover {
  -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.homemain .sectionPin .pin-wrap .slidblockloc:hover span {
  position: absolute;
  top: 31px;
  right: 31px;
  transform: rotate(30deg) scale(9) translateX(0);
  z-index: 1;
  opacity: 0.05;
  margin-top: 0;
}
.homemain .sectionPin .pin-wrap .slidblockloc:hover span svg polyline, .homemain .sectionPin .pin-wrap .slidblockloc:hover span svg line, .homemain .sectionPin .pin-wrap .slidblockloc:hover span svg path, .homemain .sectionPin .pin-wrap .slidblockloc:hover span svg circle, .homemain .sectionPin .pin-wrap .slidblockloc:hover span svg rect {
  stroke: #3D98D4;
}
.homemain .sectionPin .pin-wrap .slidblockloc:hover a {
  margin-top: 168px;
}
.homemain .sectionPin .pin-wrap .slidblockloc:hover a.hidden-link {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .homemain .sectionPin .pin-wrap .slidblockloc:hover a.hidden-link {
    margin-top: 50px;
    margin-bottom: 20px;
    opacity: 1;
  }
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc:nth-of-type(2) {
  opacity: 1;
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc:nth-of-type(3) {
  opacity: 1;
  transition-delay: 0.3s;
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc:nth-of-type(3).slidblocklocactive {
  transition-delay: 0s;
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc:nth-of-type(4) {
  opacity: 1;
  transition-delay: 0.6s;
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc:nth-of-type(4).slidblocklocactive {
  transition-delay: 0s;
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc:nth-of-type(5) {
  opacity: 1;
  transition-delay: 0.9s;
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc:nth-of-type(5).slidblocklocactive {
  transition-delay: 0s;
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc:nth-of-type(6) {
  opacity: 1;
  transition-delay: 1.2s;
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc:nth-of-type(6).slidblocklocactive {
  transition-delay: 0s;
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc:nth-of-type(7) {
  opacity: 1;
  transition-delay: 1.5s;
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc:nth-of-type(7).slidblocklocactive {
  transition-delay: 0s;
}
.homemain .sectionPin .pin-wrap.pin-wrapact .slidblockloc.slidblocklocactive {
  opacity: 0.45;
  -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1);
  transition-delay: 0s;
}
.homemain .sectionPin .pin-wrap > * {
  min-width: 100vw;
  padding: 0;
}
.homemain .imgtop img {
  position: relative;
}
.homemain .linklistpar {
  background-color: white;
  overflow: hidden;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .homemain .linklistpar {
    height: auto;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.homemain .linklistpar h1 {
  font-size: unset;
  line-height: unset;
}
@media (min-width: 1200px) {
  .homemain .linklistpar h1 {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}
.homemain .linklistpar h1 > span {
  display: block;
  font-size: 0;
}
@media (min-width: 992px) {
  .homemain .linklistpar h1 > span {
    opacity: 0;
    transform: translateY(100%) rotateX(-80deg);
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.homemain .linklistpar h1 > span span {
  font-size: 35px !important;
  line-height: 40px !important;
}
@media (min-width: 992px) {
  .homemain .linklistpar h1 > span span {
    font-size: 72px;
    line-height: 80px;
  }
}
.homemain .linklistpar h1.is-inview > span {
  transition-delay: 0.4s;
  opacity: 1;
  transform: none;
}
.homemain .hheader {
  position: relative;
  height: calc(100vh - 75px);
}
@media (min-width: 992px) {
  .homemain .hheader {
    height: 100vh;
  }
}
.homemain .hheader header {
  height: calc(100vh - 75px);
}
@media (min-width: 992px) {
  .homemain .hheader header {
    height: 100vh;
  }
}
.homemain .hheader header {
  background: rgb(0, 0, 0);
  background: -webkit-linear-gradient(279deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.599877451) 16%, rgba(255, 255, 255, 0) 59%);
  background: -o-linear-gradient(279deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.599877451) 16%, rgba(255, 255, 255, 0) 59%);
  background: linear-gradient(9deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.599877451) 16%, rgba(255, 255, 255, 0) 59%);
}
.homemain .hheader img {
  position: absolute;
}
@media (min-width: 992px) {
  .homemain .hheader img {
    position: fixed;
  }
}
.homemain .hheader img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.homemain .hheader h1 {
  font-size: 35px;
  line-height: 46px;
  bottom: 130px;
}
@media (min-width: 992px) {
  .homemain .hheader h1 {
    font-size: 80px;
    line-height: 100px;
    bottom: 280px;
  }
}
.homemain .hheader h1 {
  color: white;
  font-family: neo-sans, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  left: 40px;
  transition: left 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0;
  position: absolute;
  padding: 0;
}
.homemain .hheader h1, .homemain .hheader h1 span {
  color: white;
}
.homemain .hheader h1 > span {
  display: block;
  opacity: 0;
  transform: translateX(-100vw);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: 0;
  position: relative;
}
.homemain .hheader h1 span span {
  color: white;
  display: inline-block;
}
.homemain .textblockpar {
  opacity: 1;
  padding-top: 0;
}
.homemain .textblockpar.is-inview {
  opacity: 1;
  padding-top: 0;
  transition-delay: 0.5s;
}
.homemain .conttwi {
  display: flex;
}
.homemain .conttwi .textblockpar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.homemain .conttwi .textblockpar h2 {
  margin-top: 0px;
}
.homemain .aniloc {
  padding-top: 0;
  opacity: 1;
}
@media (min-width: 768px) {
  .homemain .aniloc {
    opacity: 0;
  }
}
.homemain .aniloc {
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homemain .aniloc.is-inview {
  opacity: 1;
}
.homemain .linksw {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .homemain .linksw {
    margin-top: 0;
  }
}
.homemain .linksw a {
  opacity: 1;
}
@media (min-width: 768px) {
  .homemain .linksw a {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.homemain .linksw.is-inview a:nth-last-of-type(1) {
  opacity: 1;
  transition-delay: 1.3s;
}
.homemain .linksw.is-inview a:nth-last-of-type(2) {
  opacity: 1;
  transition-delay: 1.1s;
}
.homemain .linksw.is-inview a:nth-last-of-type(3) {
  opacity: 1;
  transition-delay: 0.9s;
}
.homemain .linksw.is-inview a:nth-last-of-type(4) {
  opacity: 1;
  transition-delay: 0.7s;
}
.homemain .linksw.is-inview a:nth-last-of-type(5) {
  opacity: 1;
  transition-delay: 0.5s;
}
.homemain .linksw.is-inview a:nth-last-of-type(6) {
  opacity: 1;
  transition-delay: 0.3s;
}
.homemain .himgblock {
  display: none;
}
.homemain .mouse_scroll {
  display: none;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  margin-top: 125px;
  position: absolute;
  bottom: 10px;
}
@media (min-width: 768px) {
  .homemain .mouse_scroll {
    display: block;
  }
}
@media (min-width: 992px) {
  .homemain .mouse_scroll {
    bottom: 120px;
  }
}
.homemain .mouse_scroll {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.homemain .m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}
.homemain .unu {
  margin-top: 1px;
}
.homemain .unu, .homemain .doi, .homemain .trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}
.homemain .unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: alternate;
}
.homemain .doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}
.homemain .trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}
.homemain .mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}
.homemain .wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.homemain .wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-o-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

html.is-usa .hheader h1 > span:first-child {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translateX(0);
}

html.is-usa .hheader h1 > span:last-child {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translateX(0);
}

html.is-usa .hheader h1 {
  left: 8px;
}
@media (min-width: 768px) {
  html.is-usa .hheader h1 {
    left: 40px;
  }
}

.section {
  height: 50vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section {
    height: 100vh;
  }
}
.section {
  display: grid;
  place-items: center;
}
.section h2 {
  color: white;
  font-size: 25px;
  line-height: 33px;
  text-align: center;
  text-indent: -1000px;
  transition: text-indent 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section h2.is-inview {
  text-indent: 0;
}
@media (min-width: 768px) {
  .section h2 {
    font-size: 56px;
    line-height: 78px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section h2 {
    text-indent: unset;
  }
}
.section img {
  width: 100%;
  height: 50vh;
}
@media (min-width: 768px) {
  .section img {
    height: 100vh;
  }
}
.section img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.tbimg {
  width: 200px;
  height: auto;
  margin: auto;
  display: block;
}
.tbimg.is-inview {
  opacity: 1;
}

.homemain .linklistpar img {
  width: 200px;
  height: auto;
  margin: auto;
  display: block;
}

#p8 .footer {
  margin-bottom: 0px;
}

#c239 p a:last-of-type {
  display: block;
}
@media (min-width: 768px) {
  #c239 p a:last-of-type {
    display: inline-block;
  }
}

/*
font-size: 38px;
@media screen and (min-width: 576px) {
	font-size: calc(38px + 38 * ((100vw - 576px) / (992 - 576)));
}
@media screen and (min-width: 992px) {
	font-size: 76px;
}



*/
.anmeldunsgform {
  margin-bottom: 100px;
}
@media screen and (min-width: 576px) {
  .anmeldunsgform {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .anmeldunsgform {
    margin-bottom: 10px;
  }
}
.anmeldunsgform .formnavigation {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .anmeldunsgform .formnavigation {
    margin-top: calc(40px + 60 * (100vw - 576px) / 416);
  }
}
@media screen and (min-width: 992px) {
  .anmeldunsgform .formnavigation {
    margin-top: 100px;
  }
}
.anmeldunsgform .formnavigation {
  justify-content: space-between;
}
.anmeldunsgform .formnavigation .amfstep {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .anmeldunsgform .formnavigation .amfstep {
    min-height: 80px;
  }
}
.anmeldunsgform .formnavigation .amfstep {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.anmeldunsgform .formnavigation .amfstep:after {
  width: 100%;
  content: "";
  height: 2px;
  background-color: #12537E;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: -1;
}
.anmeldunsgform .formnavigation .amfstep:last-of-type:after {
  content: unset;
}
.anmeldunsgform .formnavigation .amfstep p {
  margin-bottom: 10px;
  float: left;
  display: inline-block;
  font-size: 40px;
  font-weight: normal;
  display: none;
  text-align: center;
}
.anmeldunsgform .formnavigation .amfstep h2 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  display: block;
  padding-top: 0;
  padding-left: 15px;
  text-align: center;
  padding-right: 15px;
  min-height: 60px;
  display: none;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .anmeldunsgform .formnavigation .amfstep h2 {
    display: block;
    margin-bottom: 10px;
  }
}
.anmeldunsgform .formnavigation .amfstep span {
  width: 40px;
  height: 40px;
  padding-top: 6px;
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #12537E;
  position: relative;
  text-align: center;
  right: unset;
  top: unset;
  transform: unset;
  margin: auto;
  font-weight: 500;
  text-align: center;
  color: #12537E;
}
.anmeldunsgform .formnavigation .amfstep span:last-of-type {
  display: none;
}
.anmeldunsgform .formnavigation .amfstep span svg {
  width: 20px;
  height: auto;
  position: relative;
  top: -1px;
}
.anmeldunsgform .formnavigation .amfstep.active h2, .anmeldunsgform .formnavigation .amfstep.active p {
  color: #12537E;
}
.anmeldunsgform .formnavigation .amfstep.active span {
  background-color: #12537E;
  color: white;
}
.anmeldunsgform .formnavigation .amfstep.amfstepdone h2, .anmeldunsgform .formnavigation .amfstep.amfstepdone p {
  color: #12537E;
}
.anmeldunsgform .formnavigation .amfstep.amfstepdone span {
  background-color: #12537E;
  color: white;
}
.anmeldunsgform .formnavigation .amfstep.amfstepdone span:first-of-type {
  display: none;
}
.anmeldunsgform .formnavigation .amfstep.amfstepdone span:last-of-type {
  display: block;
}
.anmeldunsgform form h2 {
  margin-bottom: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .anmeldunsgform form h2 {
    margin-top: calc(40px + 76 * (100vw - 576px) / 416);
  }
}
@media screen and (min-width: 992px) {
  .anmeldunsgform form h2 {
    margin-top: 116px;
  }
}
.anmeldunsgform form input[type=text], .anmeldunsgform form input[type=date], .anmeldunsgform form input[type=tel], .anmeldunsgform form input[type=email], .anmeldunsgform form select {
  font-size: 20px;
  line-height: 28px;
  color: black;
  border-radius: 5px;
  border: 1px solid #12537E;
  background-color: white;
  padding-bottom: 10px;
  padding-top: 10px;
  transition: background-color 0.3s ease-out;
}
.anmeldunsgform form input[type=text]:focus, .anmeldunsgform form input[type=date]:focus, .anmeldunsgform form input[type=tel]:focus, .anmeldunsgform form input[type=email]:focus, .anmeldunsgform form select:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: rgba(18, 83, 126, 0.06);
  border: 1px solid #12537E;
}
.anmeldunsgform form label {
  display: block;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}
.anmeldunsgform form label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  border: 2px solid black;
  background-color: white;
}
.anmeldunsgform form label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  border: 2px solid black;
  background-color: white;
}
.anmeldunsgform form label input[type=radio] {
  position: relative;
  margin-right: 10px;
}
.anmeldunsgform form label input[type=radio]:active {
  outline: none;
  outline-color: #fff;
}
.anmeldunsgform form label input[type=radio]:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: rgba(18, 83, 126, 0.06);
  border: 1px solid #12537E;
}
.anmeldunsgform form label input[type=radio]:before {
  content: "";
  width: 23px;
  height: 23px;
  background-color: white;
  border: 1px solid #12537E;
  position: absolute;
  border-radius: 50%;
  top: -3px;
  left: -1px;
  -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0);
}
.anmeldunsgform form label input[type=radio]:after {
  content: "";
  width: 0;
  height: 0;
  background-color: white;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transition: all 0.2s ease-in-out;
}
.anmeldunsgform form label input[type=radio]:checked:before {
  -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.05);
}
.anmeldunsgform form label input[type=radio]:checked:after {
  content: "";
  width: 23px;
  height: 23px;
  background-color: #12537E;
  position: absolute;
  border-radius: 50%;
  top: -3px;
  left: -1px;
}
.anmeldunsgform form label input[type=radio]:active {
  filter: unset !important;
}
.anmeldunsgform form label input[type=checkbox] {
  position: relative;
  margin-right: 20px;
}
.anmeldunsgform form label input[type=checkbox]:active {
  outline: none;
  outline-color: #fff;
}
.anmeldunsgform form label input[type=checkbox]:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: rgba(18, 83, 126, 0.06);
  border: 1px solid #12537E;
}
.anmeldunsgform form label input[type=checkbox]:before {
  content: "";
  width: 23px;
  height: 23px;
  background-color: white;
  border: 1px solid #12537E;
  position: absolute;
  top: -6px;
  left: -1px;
  -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0);
  border-radius: 5px;
}
.anmeldunsgform form label input[type=checkbox]:after {
  content: "";
  width: 0;
  height: 0;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}
.anmeldunsgform form label input[type=checkbox]:checked:before {
  -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.05);
}
.anmeldunsgform form label input[type=checkbox]:checked:after {
  content: "";
  width: 23px;
  height: 23px;
  background-color: #12537E;
  position: absolute;
  top: -6px;
  left: -1px;
}
.anmeldunsgform form label input[type=checkbox]:active {
  filter: unset !important;
}
.anmeldunsgform .input.error input {
  border-color: red;
}
.anmeldunsgform .error.help-block {
  color: red;
  display: block;
  padding-top: 2px;
}
.anmeldunsgform .btn-group button {
  background-color: #12537E;
  color: #ffffff;
  border-color: #12537E;
  font-size: 20px;
  line-height: 20px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px !important;
  margin-right: 15px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.anmeldunsgform .btn-group button:hover {
  border-color: #12537E;
  background-color: #ffffff;
  color: #12537E;
}
.anmeldunsgform .btn-group button:focus {
  outline: none;
  border: 1px solid #12537E;
}
.anmeldunsgform .btn-group.previous button {
  color: #12537E;
  background-color: #ffffff;
}
.anmeldunsgform .btn-group.previous button:hover {
  background-color: #12537E;
  color: #ffffff;
}
.anmeldunsgform .clearfix h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
}
.anmeldunsgform .selectwrapper {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .anmeldunsgform .selectwrapper {
    width: calc(50% - 12px);
  }
}
.anmeldunsgform .selectwrapper {
  display: inline-block;
  float: left;
}
.anmeldunsgform .selectwrapper label {
  font-size: 14px;
  line-height: 20px;
  color: #12537E;
  margin-bottom: 2px;
}
.anmeldunsgform .selectwrapper:first-of-type {
  margin-right: 24px;
}
.anmeldunsgform .selectwrapper .input {
  position: relative;
}
.anmeldunsgform .selectwrapper .input:after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' height='20' width='20' xmlns='http://www.w3.org/2000/svg' stroke-width='1.5'%3E%3Cpath d='M23.25,7.311,12.53,18.03a.749.749,0,0,1-1.06,0L.75,7.311' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: 16px;
  right: 14px;
}
.anmeldunsgform .actualstep {
  display: none;
}
.anmeldunsgform .actions {
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .anmeldunsgform .actions {
    margin-top: calc(10px + 30 * (100vw - 576px) / 416);
  }
}
@media screen and (min-width: 992px) {
  .anmeldunsgform .actions {
    margin-top: 40px;
  }
}
.anmeldunsgform .radio label {
  cursor: pointer;
}
.anmeldunsgform .radiospeccom {
  margin-bottom: 40px;
  overflow: hidden;
}
.anmeldunsgform .radiospeccom label {
  margin-bottom: 5px;
}
.anmeldunsgform .radiospeccom .form-group .radio {
  width: 200px;
  display: inline-block;
  float: left;
}
.anmeldunsgform .radiospeccommo {
  margin-bottom: 40px;
  margin-top: 40px;
  overflow: hidden;
}
.anmeldunsgform .radiospeccommo label {
  margin-bottom: 5px;
}
.anmeldunsgform .radiospeccommo .form-group .radio {
  width: 300px;
  display: inline-block;
  float: left;
}
.anmeldunsgform .radiospeccommo2 {
  overflow: hidden;
}
.anmeldunsgform .radiospeccommo2 label {
  margin-bottom: 10px;
}
.anmeldunsgform #anmeldung-309-fieldset-2 {
  display: none;
}
.anmeldunsgform #anmeldung-309-fieldset-2.active {
  display: block;
}
.anmeldunsgform #anmeldung-309-fieldset-4 > .clearfix {
  display: none;
}
.anmeldunsgform #anmeldung-309-fieldset-4 > .clearfix h2 {
  cursor: pointer;
}
.anmeldunsgform #anmeldung-309-fieldset-4 > .clearfix h2:after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' height='20' width='20' xmlns='http://www.w3.org/2000/svg' stroke-width='1.5'%3E%3Cpath d='M0.75 23.249L23.25 0.749' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M23.25 23.249L0.75 0.749' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  margin-left: 15px;
  position: relative;
  top: -15px;
}
.anmeldunsgform #anmeldung-309-fieldset-4 .row {
  display: none;
}
.anmeldunsgform #anmeldung-309-fieldset-4 .row .row {
  display: flex;
}
.anmeldunsgform #anmeldung-309-multicheckbox-1 .form-check {
  padding-left: 0px;
}
.anmeldunsgform .custupload {
  margin-bottom: 30px;
}

#c339 p {
  background-color: #ffffff;
  color: #12537E;
  border: 1px solid #12537E;
  font-size: 20px;
  line-height: 20px;
  height: 50px;
  padding-top: 14px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  display: block;
  margin-right: 0;
  text-align: center;
}
@media screen and (min-width: 620px) {
  #c339 p {
    margin-left: 0;
    transform: translateX(0);
    display: inline-block;
    margin-right: 15px;
  }
}
#c339 p {
  border-radius: 5px !important;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
}
#c339 p:hover {
  background-color: #12537E;
  color: #ffffff;
}

.autcomp {
  position: relative;
  height: 50px;
}
.autcomp input {
  outline: none;
  background-color: transparent;
  position: absolute;
  z-index: 3;
}
.autcomp .error.help-block {
  top: 48px;
  position: relative;
}

label[for=anmeldung-309-text-5] {
  z-index: 10000;
}

#suggestion {
  width: inherit;
  height: inherit;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  color: #868686;
}

input[type=file] {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 99999999;
  height: 50px;
  opacity: 0;
}
input[type=file]:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 1px;
}

#anmeldung-309-multicheckbox-1 {
  margin-bottom: 30px;
}

span.button {
  position: absolute;
  left: 3px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #12537E;
  padding-bottom: 5px;
  z-index: 999;
  top: 22px;
  border-radius: 5px;
  color: #fff;
  height: 44px;
  padding-top: 9px;
}

span.label {
  position: absolute;
  left: 0;
  height: 50px;
  background-color: #f2f8fc;
  width: 100%;
}
@media screen and (min-width: 768px) {
  span.label {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  span.label {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  span.label {
    width: 40%;
  }
}
span.label {
  top: 19px;
  padding-left: 150px;
  padding-top: 12px;
  border-radius: 5px;
}

.custupload .input {
  position: relative;
}

.number.nrminus {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  background-color: #12537E;
  border: 1px solid #12537E;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.number.nrminus svg {
  width: 20px;
  height: auto;
}
.number.nrminus svg path {
  fill: #ffffff;
}

.number.nrplus {
  display: inline-block;
  float: right;
  width: 50px;
  height: 50px;
  background-color: #12537E;
  border: 1px solid #12537E;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.number.nrplus svg {
  width: 20px;
  height: auto;
}
.number.nrplus svg path, .number.nrplus svg polygon {
  fill: #ffffff;
}

.nrblock input {
  width: calc(100% - 100px);
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  height: 50px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  border: 1px solid #12537E;
}
.nrblock input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #12537E;
}

#anmeldung-309-fieldset-3 h2 {
  font-size: 20px;
  line-height: 28px;
}
#anmeldung-309-fieldset-3 .form-check {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 25px;
}

.grdrow > .form-group {
  margin-bottom: 50px;
  position: relative;
}
.grdrow > .form-group .input .input .inputs-list .form-group {
  overflow: hidden;
}
.grdrow > .form-group .input .input {
  margin-top: 10px;
}
.grdrow > .form-group > label {
  position: absolute;
  top: 10px;
  left: 13px;
  color: black;
  transition: all 0.3s ease-out;
}
.grdrow > .form-group.valtxt > label {
  top: -23px;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  color: #12537E;
}
.grdrow > .form-group .radio {
  width: 200px;
  display: inline-block;
  float: left;
}

.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #12537E;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.table-responsive ul {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0;
  margin-top: -12px;
}
.table-responsive ul li {
  padding: 0px;
}
.table-responsive p, .table-responsive ul li {
  font-size: 18px;
  line-height: 27px;
  color: #001E32;
  font-weight: normal;
}
.table-responsive .summary-table-first-col {
  width: 100%;
}
@media (min-width: 768px) {
  .table-responsive .summary-table-first-col {
    width: 50%;
    float: left;
  }
}
.table-responsive .summary-table-first-col {
  margin-bottom: 15px;
}
.table-responsive .summary-table-first-col p:first-of-type {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 14px;
}
.table-responsive .summary-table-first-col p:last-of-type {
  margin-bottom: 0px;
  margin-top: 0px;
}
.table-responsive .summary-table-first-col img {
  width: 200px;
  height: auto;
  padding: 0px;
}

.hero-video-section {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: #000000;
  margin-bottom: 60px;
}
.hero-video-section .hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0.85;
}
.hero-video-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 2;
}
.hero-video-section .hero-video-container {
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
  padding-top: 60px;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-video-section .hero-video-row {
  width: 100%;
}
.hero-video-section .hero-video-content {
  color: #ffffff;
}
.hero-video-section .hero-video-title {
  font-size: 42px;
  line-height: 52px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .hero-video-section .hero-video-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.hero-video-section .hero-video-lead {
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .hero-video-section .hero-video-lead {
    font-size: 18px;
    line-height: 26px;
  }
}
.hero-video-section .hero-video-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.hero-video-section .hero-video-buttons .btn-cta {
  display: inline-block;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.hero-video-section .hero-video-buttons .btn-filled {
  background-color: #3D98D4;
  color: #ffffff !important;
  border: 2px solid #3D98D4;
}
.hero-video-section .hero-video-buttons .btn-filled:hover {
  background-color: #12537E;
  border-color: #12537E;
}
.hero-video-section .hero-video-buttons .btn-outline {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}
.hero-video-section .hero-video-buttons .btn-outline:hover {
  background-color: #ffffff;
  color: #12537E !important;
}
.hero-video-section .hero-video-bubble {
  position: absolute;
  top: 60px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #3C97D3;
  color: #ffffff !important;
  text-decoration: none;
  border: 3px solid #ffffff;
  text-align: center;
  padding: 20px;
  transform: rotate(-15deg);
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 4;
}
.hero-video-section .hero-video-bubble:hover {
  transform: scale(1.05) rotate(-15deg);
  background-color: #ffffff;
  border-color: #3C97D3;
  color: #3C97D3 !important;
}
.hero-video-section .hero-video-bubble:hover .bubble-inner {
  color: #3C97D3 !important;
}
.hero-video-section .hero-video-bubble:hover .bubble-inner .bubble-arrow svg line, .hero-video-section .hero-video-bubble:hover .bubble-inner .bubble-arrow svg polyline {
  stroke: #3C97D3;
}
.hero-video-section .hero-video-bubble .bubble-inner {
  font-size: 23px;
  line-height: 28px;
  font-weight: normal;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: color 0.4s ease-in-out;
}
.hero-video-section .hero-video-bubble .bubble-inner .bubble-arrow {
  display: block;
  margin-top: 5px;
}
.hero-video-section .hero-video-bubble .bubble-inner .bubble-arrow svg {
  width: 25px;
  transform: rotate(135deg);
  display: block;
}
.hero-video-section .hero-video-bubble .bubble-inner .bubble-arrow svg line, .hero-video-section .hero-video-bubble .bubble-inner .bubble-arrow svg polyline {
  stroke: #ffffff;
  transition: stroke 0.4s ease-in-out;
}

.cta-section {
  width: 100%;
  margin-bottom: 60px;
}
.cta-section .cta-box {
  background-color: #12537E;
  border-radius: 6px;
  padding: 40px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);*/
}
@media (min-width: 768px) {
  .cta-section .cta-box {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 50px 60px;
  }
}
.cta-section .cta-box.no-image .cta-content {
  width: 100%;
}
.cta-section .cta-box .cta-image-wrapper {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  align-self: center;
}
@media (min-width: 768px) {
  .cta-section .cta-box .cta-image-wrapper {
    width: 300px;
    height: 300px;
    align-self: auto;
  }
}
.cta-section .cta-box .cta-image-wrapper .cta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-section .cta-box .cta-content {
  flex-grow: 1;
}
.cta-section .cta-box .cta-title {
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 576px) {
  .cta-section .cta-box .cta-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.cta-section .cta-box .cta-lead {
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
}
@media (max-width: 576px) {
  .cta-section .cta-box .cta-lead {
    font-size: 18px;
    line-height: 25px;
  }
}
.cta-section .cta-box .cta-text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 25px;
}
.cta-section .cta-box .cta-text p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 10px;
}
.cta-section .cta-box .cta-text p:last-child {
  margin-bottom: 0;
}
.cta-section .cta-box .cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.cta-section .cta-box .cta-buttons .btn-cta {
  display: inline-block;
  padding: 10px 24px;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.cta-section .cta-box .cta-buttons .btn-filled {
  background-color: #ffffff;
  color: #12537E !important;
  border: 2px solid #ffffff;
}
.cta-section .cta-box .cta-buttons .btn-filled:hover {
  background-color: #3D98D4;
  border-color: #3D98D4;
  color: #ffffff !important;
}
.cta-section .cta-box .cta-buttons .btn-outline {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}
.cta-section .cta-box .cta-buttons .btn-outline:hover {
  background-color: #ffffff;
  color: #12537E !important;
}
.cta-section .cta-box.bg-hellblau {
  background-color: #f1f8fc;
  color: #2b2b2b;
  /*box-shadow: 0 4px 15px rgba(18, 83, 126, 0.08);*/
}
.cta-section .cta-box.bg-hellblau .cta-title {
  color: #12537E;
}
.cta-section .cta-box.bg-hellblau .cta-lead {
  color: #12537E;
}
.cta-section .cta-box.bg-hellblau .cta-text, .cta-section .cta-box.bg-hellblau .cta-text p {
  color: #2b2b2b;
}
.cta-section .cta-box.bg-hellblau .cta-buttons .btn-filled {
  background-color: #12537E;
  color: #ffffff !important;
  border: 2px solid #12537E;
}
.cta-section .cta-box.bg-hellblau .cta-buttons .btn-filled:hover {
  background-color: #3D98D4;
  border-color: #3D98D4;
  color: #ffffff !important;
}
.cta-section .cta-box.bg-hellblau .cta-buttons .btn-outline {
  background-color: transparent;
  color: #12537E !important;
  border: 2px solid #12537E;
}
.cta-section .cta-box.bg-hellblau .cta-buttons .btn-outline:hover {
  background-color: #12537E;
  color: #ffffff !important;
}
.cta-section .cta-box.bg-grau {
  background-color: #e9ecef;
  color: #2b2b2b;
  /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);*/
}
.cta-section .cta-box.bg-grau .cta-title {
  color: #12537E;
}
.cta-section .cta-box.bg-grau .cta-lead {
  color: #12537E;
}
.cta-section .cta-box.bg-grau .cta-text, .cta-section .cta-box.bg-grau .cta-text p {
  color: #2b2b2b;
}
.cta-section .cta-box.bg-grau .cta-buttons .btn-filled {
  background-color: #12537E;
  color: #ffffff !important;
  border: 2px solid #12537E;
}
.cta-section .cta-box.bg-grau .cta-buttons .btn-filled:hover {
  background-color: #3D98D4;
  border-color: #3D98D4;
  color: #ffffff !important;
}
.cta-section .cta-box.bg-grau .cta-buttons .btn-outline {
  background-color: transparent;
  color: #12537E !important;
  border: 2px solid #12537E;
}
.cta-section .cta-box.bg-grau .cta-buttons .btn-outline:hover {
  background-color: #12537E;
  color: #ffffff !important;
}
.cta-section .cta-box.bg-none {
  background-color: transparent;
  box-shadow: none;
  padding: 40px 0;
  color: #2b2b2b;
}
@media (min-width: 768px) {
  .cta-section .cta-box.bg-none {
    padding: 50px 0;
  }
}
.cta-section .cta-box.bg-none .cta-title {
  color: #12537E;
}
.cta-section .cta-box.bg-none .cta-lead {
  color: #12537E;
}
.cta-section .cta-box.bg-none .cta-text, .cta-section .cta-box.bg-none .cta-text p {
  color: #2b2b2b;
}
.cta-section .cta-box.bg-none .cta-buttons .btn-filled {
  background-color: #12537E;
  color: #ffffff !important;
  border: 2px solid #12537E;
}
.cta-section .cta-box.bg-none .cta-buttons .btn-filled:hover {
  background-color: #3D98D4;
  border-color: #3D98D4;
  color: #ffffff !important;
}
.cta-section .cta-box.bg-none .cta-buttons .btn-outline {
  background-color: transparent;
  color: #12537E !important;
  border: 2px solid #12537E;
}
.cta-section .cta-box.bg-none .cta-buttons .btn-outline:hover {
  background-color: #12537E;
  color: #ffffff !important;
}

b,
strong {
  font-weight: 500;
}

/* Remove Cookiebot Dark Backdrop Overlay */
#CybotCookiebotDialogBodyUnderlay,
#CookiebotDialogBodyUnderlay,
.CybotCookiebotDialogBodyUnderlay {
  display: none !important;
}

#CybotCookiebotDialog,
#CookiebotDialog {
  z-index: 2147483647 !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25) !important;
}

/* Fix Cookiebot Toggle Switches to be rounded pills */
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider,
#CybotCookiebotDialog label.CybotCookiebotDialogBodyLevelButtonSlider,
#CybotCookiebotDialog span.CybotCookiebotDialogBodyLevelButtonSlider,
#CookiebotDialog .CookiebotDialogBodyLevelButtonSlider,
#CookiebotDialog label.CookiebotDialogBodyLevelButtonSlider,
#CookiebotDialog span.CookiebotDialogBodyLevelButtonSlider,
[id*="Cookiebot"] [class*="Slider"],
[id*="Cookiebot"] [class*="ButtonSlider"] {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  border: none !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider::before,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider::after,
#CookiebotDialog .CookiebotDialogBodyLevelButtonSlider::before,
#CookiebotDialog .CookiebotDialogBodyLevelButtonSlider::after,
#CookiebotDialog [class*="Slider"]::before,
[id*="Cookiebot"] [class*="Slider"]::after {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}

/* ==========================================================================
   FORM CHECKBOX & RADIO LAYOUT FIXES
   ========================================================================== */
.form-check {
  display: flex !important;
  align-items: flex-start !important;
  flex-direction: row !important;
  width: 100% !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 12px !important;
}

.form-check .form-check-input,
.form-check-input {
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  margin-top: 3px !important;
  margin-right: 12px !important;
  margin-left: 0 !important;
  float: none !important;
  position: relative !important;
  cursor: pointer !important;
}

.form-check .form-check-label,
.form-check-label,
.form-check label {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.form-check-label::before,
.form-check-label::after,
.form-check label::before,
.form-check label::after {
  content: none !important;
}



