@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Jost-Regular;
}
.display-1 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 2.3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-2 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.75rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'FiraSansCondensed-Regular';
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-6 {
  font-family: 'FiraSansCondensed-Regular';
  font-size: 1.2rem;
  font-display: swap;
}
.display-6 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.05rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.68rem;
}
.display-11 {
  font-family: 'FiraSansCondensed-Regular';
  font-size: 1rem;
  line-height: 1.4;
}
.display-11 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-12 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-12 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-13 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 0.91rem;
  line-height: 1.4;
}
.display-13 > .mbr-iconfont {
  font-size: 1.456rem;
}
.display-14 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-14 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.61rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #947907 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #8ca7ad !important;
}
.bg-warning {
  background-color: #f9f9f8 !important;
}
.bg-danger {
  background-color: #e6c63b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #947907 !important;
  border-color: #947907 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #413503 !important;
  border-color: #413503 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #413503 !important;
  border-color: #413503 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff00ff !important;
  border-color: #ff00ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a800a8 !important;
  border-color: #a800a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a800a8 !important;
  border-color: #a800a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8ca7ad !important;
  border-color: #8ca7ad !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5e7d84 !important;
  border-color: #5e7d84 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e7d84 !important;
  border-color: #5e7d84 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f9f9f8 !important;
  border-color: #f9f9f8 !important;
  color: #828270 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545448 !important;
  background-color: #d1d1c9 !important;
  border-color: #d1d1c9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #828270 !important;
  background-color: #d1d1c9 !important;
  border-color: #d1d1c9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #947907;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #413503 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #947907 !important;
  border-color: #947907 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff00ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a800a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff00ff !important;
  border-color: #ff00ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8ca7ad;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5e7d84 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8ca7ad !important;
  border-color: #8ca7ad !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f9f8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d1d1c9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #828270 !important;
  background-color: #f9f9f8 !important;
  border-color: #f9f9f8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #947907 !important;
}
.text-secondary {
  color: #ff00ff !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #8ca7ad !important;
}
.text-warning {
  color: #f9f9f8 !important;
}
.text-danger {
  color: #e6c63b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #332902 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #990099 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #58757b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cacac1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a68b15 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #947907;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8ca7ad;
}
.alert-warning {
  background-color: #f9f9f8;
}
.alert-danger {
  background-color: #e6c63b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #947907;
  border-color: #947907;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #947907;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5cd26;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d6e0e2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdfbf0;
}
/* Scroll to top button*/
.form-control {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  font-display: swap;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #947907 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  font-display: swap;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #947907;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #947907;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #947907;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #947907;
  border-bottom-color: #947907;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #947907 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff00ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23947907' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkpMzV4gD {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDkpMzV4gD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkpMzV4gD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkpMzV4gD .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDkpMzV4gD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDkpMzV4gD .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDkpMzV4gD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
    margin-top: 10px;
  }
}
.cid-uDkpMzV4gD .content-wrapper .mbr-text {
  margin-bottom: 22px;
  line-height: 27.5px;
}
.cid-uDkpMzV4gD .image-wrapper img {
  width: 100%;
  height: 770px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDkpMzV4gD .image-wrapper img {
    height: 350px;
  }
}
.cid-uDkpMzV4gD .mbr-section-title {
  color: #ffffff;
}
.cid-uDkpMzV4gD .mbr-text {
  color: #ffffff;
}
.cid-uDkpMzV4gD pod {
  font-size: 42px;
  color: #ff00ff;
}
.cid-uDkpMzV4gD .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 220px;
  height: 56px;
}
.cid-uS2f6d6yqy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uS2f6d6yqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2f6d6yqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2f6d6yqy .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uS2f6d6yqy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uS2f6d6yqy .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uS2f6d6yqy .content-wrapper .mbr-section-title {
    margin-bottom: 12px;
    margin-top: 12px;
  }
}
.cid-uS2f6d6yqy .content-wrapper .mbr-text {
  margin-bottom: 22px;
  line-height: 27.5px;
}
.cid-uS2f6d6yqy .image-wrapper img {
  width: 100%;
  height: 770px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS2f6d6yqy .image-wrapper img {
    height: 350px;
  }
}
.cid-uS2f6d6yqy .mbr-section-title {
  color: #ffffff;
  margin-top: 12px;
}
.cid-uS2f6d6yqy .mbr-text {
  color: #ffffff;
}
.cid-uS2f6d6yqy pod {
  font-size: 42px;
  color: #ff00ff;
}
.cid-uS2f6d6yqy .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 290px;
  height: 56px;
}
.cid-uEbwiw8piJ {
  background-image: url("../../../assets/images/julia-sw1-1920x1136.jpg");
}
.cid-uEbwiw8piJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEbwiw8piJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEbwiw8piJ .mbr-section-title {
  color: #116980;
}
.cid-uEbwiw8piJ .mbr-text,
.cid-uEbwiw8piJ .mbr-section-btn {
  color: #232323;
}
.cid-uEbxFdviwF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fcfbf6 10%, #fffced 100%) !important;
}
@media (max-width: 991px) {
  .cid-uEbxFdviwF {
    padding-top: 18px;
    padding-bottom: 6px;
  }
}
.cid-uEbxFdviwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEbxFdviwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEbxFdviwF .mbr-text,
.cid-uEbxFdviwF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uEbxFdviwF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uE1TAJZ97S {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1TAJZ97S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1TAJZ97S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1TAJZ97S .container {
    padding: 0 16px;
  }
}
.cid-uE1TAJZ97S .row {
  justify-content: center;
}
.cid-uE1TAJZ97S .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1TAJZ97S .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1TAJZ97S .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1TAJZ97S .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1TAJZ97S .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1TAJZ97S .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1TAJZ97S .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uBvNw04jh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uBvNw04jh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvNw04jh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uBvNw04jh5 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBvNw04jh5 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uBvNw04jh5 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:hover,
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBvNw04jh5 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uBvNw04jh5 .mbr-desc {
  color: #ffffff;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .text-wrapper {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .list {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uBvNw04jh5 .list,
.cid-uBvNw04jh5 .item-wrap {
  color: #fcfbf6;
}
.cid-uBvNw04jh5 weis {
  color: #ffffff;
}
.cid-uBvNw04jh5 h22 {
  color: #ff6600;
}
.cid-uBvNw04jh5 black {
  color: #000000;
}
.cid-uBvNw04jh5 klein {
  font-size: 12px;
}
.cid-uBvNw04jh5 blau {
  color: #EEEADA;
}
.cid-uBvNw04jh5 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBvNw04jh5 .mbr-desc,
.cid-uBvNw04jh5 .content-wrapper {
  color: #f0ecdc;
}
.cid-uBvNw04jh5 pod {
  font-size: 16px;
}
.cid-uPqWX9Wi1D.popup-builder {
  background-color: #ffffff;
}
.cid-uPqWX9Wi1D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPqWX9Wi1D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPqWX9Wi1D .modal-content,
.cid-uPqWX9Wi1D .modal-dialog {
  height: auto;
}
.cid-uPqWX9Wi1D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPqWX9Wi1D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPqWX9Wi1D .form-wrapper .mbr-form .form-group,
  .cid-uPqWX9Wi1D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPqWX9Wi1D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPqWX9Wi1D .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPqWX9Wi1D .mbr-text {
  text-align: center;
}
.cid-uPqWX9Wi1D .pt-0 {
  padding-top: 0 !important;
}
.cid-uPqWX9Wi1D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPqWX9Wi1D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPqWX9Wi1D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPqWX9Wi1D .modal-open {
  overflow: hidden;
}
.cid-uPqWX9Wi1D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPqWX9Wi1D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPqWX9Wi1D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPqWX9Wi1D .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPqWX9Wi1D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPqWX9Wi1D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPqWX9Wi1D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPqWX9Wi1D .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPqWX9Wi1D .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPqWX9Wi1D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPqWX9Wi1D .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPqWX9Wi1D .modal-backdrop.show {
  opacity: .5;
}
.cid-uPqWX9Wi1D .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uPqWX9Wi1D .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPqWX9Wi1D .modal-header {
    padding: 1rem;
  }
}
.cid-uPqWX9Wi1D .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPqWX9Wi1D .modal-header .close svg {
  fill: #353535;
}
.cid-uPqWX9Wi1D .modal-header .close:hover {
  opacity: 1;
}
.cid-uPqWX9Wi1D .modal-header .close:focus {
  outline: none;
}
.cid-uPqWX9Wi1D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPqWX9Wi1D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPqWX9Wi1D .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPqWX9Wi1D .modal-body {
    padding: 1rem;
  }
}
.cid-uPqWX9Wi1D .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPqWX9Wi1D .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPqWX9Wi1D .modal-footer {
    padding: 1rem;
  }
}
.cid-uPqWX9Wi1D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPqWX9Wi1D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPqWX9Wi1D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPqWX9Wi1D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPqWX9Wi1D .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPqWX9Wi1D .modal-lg,
  .cid-uPqWX9Wi1D .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPqWX9Wi1D .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPqWX9Wi1D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPqWX9Wi1D .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPqWX9Wi1D .form-group {
  margin-bottom: 1rem;
}
.cid-uPqWX9Wi1D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPqWX9Wi1D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPqWX9Wi1D .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPqWX9Wi1D .mbr-section-btn {
  margin: 0;
}
.cid-uPqWX9Wi1D .mbr-section-btn .btn {
  margin: 0;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkLx4GA7n {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/x5.jpg");
}
.cid-uDkLx4GA7n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uDkLx4GA7n p {
  color: #767676;
  text-align: left;
}
.cid-uDkLx4GA7n .card-box {
  padding-top: 2rem;
}
.cid-uDkLx4GA7n .card-wrapper {
  height: 100%;
}
.cid-uDkLx4GA7n .card-title {
  text-align: center;
}
.cid-uDkLx4GA7n .card-img {
  height: 280px;
  width: 280px;
}
.cid-uBL9ogjbz4 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uBL9ogjbz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBL9ogjbz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBL9ogjbz4 .container {
    padding: 0 30px;
  }
}
.cid-uBL9ogjbz4 .row {
  position: relative;
}
.cid-uBL9ogjbz4 .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 60%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBL9ogjbz4 .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uBL9ogjbz4 .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #b2ccd2;
  opacity: 0.80;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uBL9ogjbz4 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uBL9ogjbz4 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uBL9ogjbz4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBL9ogjbz4 .mbr-text {
  color: #000000;
}
.cid-uBL9ogjbz4 .mbr-link,
.cid-uBL9ogjbz4 .mbr-iconfont {
  color: #212529;
}
.cid-uBL9ogjbz4 .mbr-section-title {
  color: #073b4c;
}
.cid-uBL6MzEVlJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uBL6MzEVlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBL6MzEVlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBL6MzEVlJ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBL6MzEVlJ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uBL6MzEVlJ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBL6MzEVlJ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uBL6MzEVlJ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBL6MzEVlJ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBL6MzEVlJ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBL6MzEVlJ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uBL6MzEVlJ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uBL6MzEVlJ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBL6MzEVlJ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uBL6MzEVlJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBL6MzEVlJ .items-wrapper .card {
  padding: 0 32px;
}
.cid-uBL6MzEVlJ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBL6MzEVlJ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBL6MzEVlJ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBL6MzEVlJ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBL6MzEVlJ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBL6MzEVlJ .list-wrapper .list .item-wrap:hover,
.cid-uBL6MzEVlJ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBL6MzEVlJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBL6MzEVlJ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBL6MzEVlJ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBL6MzEVlJ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBL6MzEVlJ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBL6MzEVlJ .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uBL6MzEVlJ .mbr-desc {
  color: #ffffff;
}
.cid-uBL6MzEVlJ .mbr-text,
.cid-uBL6MzEVlJ .text-wrapper {
  color: #9aa0a6;
}
.cid-uBL6MzEVlJ .list {
  color: #9aa0a6;
}
.cid-uBL6MzEVlJ .mbr-text,
.cid-uBL6MzEVlJ .mbr-section-btn {
  color: #ff00ff;
}
.cid-uBL6MzEVlJ .list,
.cid-uBL6MzEVlJ .item-wrap {
  color: #fcfbf6;
}
.cid-uBL6MzEVlJ weis {
  color: #ffffff;
}
.cid-uBL6MzEVlJ h22 {
  color: #ff6600;
}
.cid-uBL6MzEVlJ black {
  color: #000000;
}
.cid-uBL6MzEVlJ klein {
  font-size: 12px;
}
.cid-uBL6MzEVlJ blau {
  color: #EEEADA;
}
.cid-uBL6MzEVlJ .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBL6MzEVlJ .mbr-desc,
.cid-uBL6MzEVlJ .content-wrapper {
  color: #f0ecdc;
}
.cid-uBL6MzEVlJ pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkL7LbIFc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/x5.jpg");
}
.cid-uDkL7LbIFc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uDkL7LbIFc p {
  color: #767676;
  text-align: left;
}
.cid-uDkL7LbIFc .card-box {
  padding-top: 2rem;
}
.cid-uDkL7LbIFc .card-wrapper {
  height: 100%;
}
.cid-uDkL7LbIFc .card-title {
  text-align: center;
}
.cid-uDkL7LbIFc .card-img {
  height: 280px;
  width: 280px;
}
.cid-uC0yp0C7Mm {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uC0yp0C7Mm {
    padding-top: 30px;
    padding-bottom: 1px;
  }
}
.cid-uC0yp0C7Mm .line {
  background-color: #6592e6;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uC0yp0C7Mm .mbr-text {
  text-align: left;
  color: #ff00ff;
}
.cid-uC0yp0C7Mm rot {
  color: #8f0505;
}
.cid-uC0yp181fH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f4f7fc;
}
.cid-uC0yp181fH .line {
  background-color: #6592e6;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uC0yp181fH .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uC0yp181fH magenta {
  color: #ff00ff;
  font-family: FiraSansCondensed-Light;
  font-size: 20px;
  font-weight: bold;
}
.cid-uC0yp181fH klein {
  color: #8c8c8c;
  font-family: FiraSansCondensed-Light;
  font-size: 13px;
}
.cid-uC0yp181fH gruen {
  color: #00875a;
  font-family: FiraSansCondensed-Light;
  font-weight: bold;
}
.cid-uC0yp181fH gruen1 {
  color: #00875a;
  font-family: FiraSansCondensed-Light;
  font-weight: bold;
  font-size: 24px;
}
.cid-uC0yp372LF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uC0yp372LF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0yp372LF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0yp372LF .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uC0yp372LF .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uC0yp372LF .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC0yp372LF .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uC0yp372LF .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uC0yp372LF .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uC0yp372LF .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uC0yp372LF .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uC0yp372LF .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uC0yp372LF .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uC0yp372LF .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uC0yp372LF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uC0yp372LF .items-wrapper .card {
  padding: 0 32px;
}
.cid-uC0yp372LF .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uC0yp372LF .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uC0yp372LF .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC0yp372LF .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC0yp372LF .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC0yp372LF .list-wrapper .list .item-wrap:hover,
.cid-uC0yp372LF .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC0yp372LF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC0yp372LF .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uC0yp372LF .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uC0yp372LF .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC0yp372LF .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uC0yp372LF .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uC0yp372LF .mbr-desc {
  color: #ffffff;
}
.cid-uC0yp372LF .mbr-text,
.cid-uC0yp372LF .text-wrapper {
  color: #9aa0a6;
}
.cid-uC0yp372LF .list {
  color: #9aa0a6;
}
.cid-uC0yp372LF .mbr-text,
.cid-uC0yp372LF .mbr-section-btn {
  color: #ff00ff;
}
.cid-uC0yp372LF .list,
.cid-uC0yp372LF .item-wrap {
  color: #fcfbf6;
}
.cid-uC0yp372LF weis {
  color: #ffffff;
}
.cid-uC0yp372LF h22 {
  color: #ff6600;
}
.cid-uC0yp372LF black {
  color: #000000;
}
.cid-uC0yp372LF klein {
  font-size: 12px;
}
.cid-uC0yp372LF blau {
  color: #EEEADA;
}
.cid-uC0yp372LF .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uC0yp372LF .mbr-desc,
.cid-uC0yp372LF .content-wrapper {
  color: #f0ecdc;
}
.cid-uC0yp372LF pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkLe5WrL0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/x5.jpg");
}
.cid-uDkLe5WrL0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uDkLe5WrL0 p {
  color: #767676;
  text-align: left;
}
.cid-uDkLe5WrL0 .card-box {
  padding-top: 2rem;
}
.cid-uDkLe5WrL0 .card-wrapper {
  height: 100%;
}
.cid-uDkLe5WrL0 .card-title {
  text-align: center;
}
.cid-uDkLe5WrL0 .card-img {
  height: 280px;
  width: 280px;
}
.cid-uC0yAF4NW9 {
  padding-top: 5rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uC0yAF4NW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0yAF4NW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC0yAF4NW9 .container {
    padding: 0 30px;
  }
}
.cid-uC0yAF4NW9 .row {
  position: relative;
}
.cid-uC0yAF4NW9 .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 60%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uC0yAF4NW9 .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uC0yAF4NW9 .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #b2ccd2;
  opacity: 0.80;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uC0yAF4NW9 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uC0yAF4NW9 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uC0yAF4NW9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC0yAF4NW9 .mbr-text {
  color: #000000;
}
.cid-uC0yAF4NW9 .mbr-link,
.cid-uC0yAF4NW9 .mbr-iconfont {
  color: #212529;
}
.cid-uC0yAF4NW9 .mbr-section-title {
  color: #073b4c;
}
.cid-uE1UNcH6eh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uE1UNcH6eh {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uE1UNcH6eh .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uE1UNcH6eh .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uE1UNcH6eh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uE1UNcH6eh .inner-container {
    width: 100% !important;
  }
}
.cid-uC0yAFIOS0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uC0yAFIOS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0yAFIOS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0yAFIOS0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uC0yAFIOS0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uC0yAFIOS0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC0yAFIOS0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uC0yAFIOS0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uC0yAFIOS0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uC0yAFIOS0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uC0yAFIOS0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uC0yAFIOS0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uC0yAFIOS0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uC0yAFIOS0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uC0yAFIOS0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uC0yAFIOS0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uC0yAFIOS0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uC0yAFIOS0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uC0yAFIOS0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC0yAFIOS0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC0yAFIOS0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC0yAFIOS0 .list-wrapper .list .item-wrap:hover,
.cid-uC0yAFIOS0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC0yAFIOS0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC0yAFIOS0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uC0yAFIOS0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uC0yAFIOS0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC0yAFIOS0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uC0yAFIOS0 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uC0yAFIOS0 .mbr-desc {
  color: #ffffff;
}
.cid-uC0yAFIOS0 .mbr-text,
.cid-uC0yAFIOS0 .text-wrapper {
  color: #9aa0a6;
}
.cid-uC0yAFIOS0 .list {
  color: #9aa0a6;
}
.cid-uC0yAFIOS0 .mbr-text,
.cid-uC0yAFIOS0 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uC0yAFIOS0 .list,
.cid-uC0yAFIOS0 .item-wrap {
  color: #fcfbf6;
}
.cid-uC0yAFIOS0 weis {
  color: #ffffff;
}
.cid-uC0yAFIOS0 h22 {
  color: #ff6600;
}
.cid-uC0yAFIOS0 black {
  color: #000000;
}
.cid-uC0yAFIOS0 klein {
  font-size: 12px;
}
.cid-uC0yAFIOS0 blau {
  color: #EEEADA;
}
.cid-uC0yAFIOS0 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uC0yAFIOS0 .mbr-desc,
.cid-uC0yAFIOS0 .content-wrapper {
  color: #f0ecdc;
}
.cid-uC0yAFIOS0 pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkC7RmFyL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uDkC7RmFyL .card-box {
  padding: 0rem;
}
.cid-uDkC7RmFyL .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uDkC7RmFyL .card {
  padding: 0;
  margin: auto;
}
.cid-uDkC7RmFyL .card-img {
  height: 240px;
}
.cid-uDkC7RmFyL .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDkC7RmFyL .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uDkC7RmFyL .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDkC7RmFyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkC7RmFyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkC7RmFyL .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDkC7RmFyL ora {
  color: #7f9cb5;
}
.cid-uPlNPwzdlX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uPlNPwzdlX {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uPlNPwzdlX .line {
  background-color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uPlNPwzdlX .mbr-text {
  text-align: left;
  color: #116980;
}
.cid-uPlNPwzdlX rot {
  color: #8f0505;
}
.cid-uBA9fVbQlP {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #f4f7fc;
}
@media (max-width: 991px) {
  .cid-uBA9fVbQlP {
    padding-top: 27px;
    padding-bottom: 0px;
  }
}
.cid-uBA9fVbQlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBA9fVbQlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBA9fVbQlP .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uBA9fVbQlP .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uBA9fVbQlP .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uBA9fVbQlP .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBA9fVbQlP .item {
    margin-bottom: 16px;
  }
}
.cid-uBA9fVbQlP .item:hover .item-wrapper .item-img img,
.cid-uBA9fVbQlP .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uBA9fVbQlP .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uBA9fVbQlP .item .item-wrapper {
    display: block;
  }
}
.cid-uBA9fVbQlP .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uBA9fVbQlP .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBA9fVbQlP .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uBA9fVbQlP .item .item-wrapper .item-content .item-title_1,
.cid-uBA9fVbQlP .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uBA9fVbQlP .item .item-wrapper .item-content .item-text_1,
.cid-uBA9fVbQlP .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uBA9fVbQlP .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBA9fVbQlP .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uBA9fVbQlP .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBA9fVbQlP .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBA9fVbQlP .item .card_1 {
  background-color: #98dee8;
}
.cid-uBA9fVbQlP .item .card_2 {
  background-color: #8cafce;
}
.cid-uBA9fVbQlP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBA9fVbQlP .item-title_1 {
  color: #232323;
}
.cid-uBA9fVbQlP .item-title_2 {
  color: #232323;
}
.cid-uBA9fVbQlP .item-text_1 {
  color: #ffffff;
}
.cid-uBA9fVbQlP .item-text_2 {
  color: #12b82e;
}
.cid-uBA9fVbQlP .item-text_2,
.cid-uBA9fVbQlP .mbr-section-btn {
  color: #232323;
}
.cid-uBA9fVbQlP .item-text_1,
.cid-uBA9fVbQlP .mbr-section-btn {
  color: #232323;
}
.cid-uBA9fVbQlP .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uWu902Gfez {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #f4f7fc;
}
@media (max-width: 991px) {
  .cid-uWu902Gfez {
    padding-top: 27px;
    padding-bottom: 0px;
  }
}
.cid-uWu902Gfez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWu902Gfez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWu902Gfez .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uWu902Gfez .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uWu902Gfez .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uWu902Gfez .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWu902Gfez .item {
    margin-bottom: 16px;
  }
}
.cid-uWu902Gfez .item:hover .item-wrapper .item-img img,
.cid-uWu902Gfez .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uWu902Gfez .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWu902Gfez .item .item-wrapper {
    display: block;
  }
}
.cid-uWu902Gfez .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uWu902Gfez .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWu902Gfez .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uWu902Gfez .item .item-wrapper .item-content .item-title_1,
.cid-uWu902Gfez .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uWu902Gfez .item .item-wrapper .item-content .item-text_1,
.cid-uWu902Gfez .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uWu902Gfez .item .item-wrapper .item-img {
  width: 40%;
  overflow: visible;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWu902Gfez .item .item-wrapper .item-img {
    width: 100%;
    height: auto;
  }
}
.cid-uWu902Gfez .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uWu902Gfez .item .item-wrapper .item-img img {
    height: auto;
    max-height: 350px;
  }
}
.cid-uWu902Gfez .item .card_1 {
  background-color: #98dee8;
}
.cid-uWu902Gfez .item .card_2 {
  background-color: #8cafce;
}
.cid-uWu902Gfez .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWu902Gfez .item-title_1 {
  color: #232323;
}
.cid-uWu902Gfez .item-title_2 {
  color: #232323;
}
.cid-uWu902Gfez .item-text_1 {
  color: #ffffff;
}
.cid-uWu902Gfez .item-text_2 {
  color: #12b82e;
}
.cid-uWu902Gfez .item-text_2,
.cid-uWu902Gfez .mbr-section-btn {
  color: #232323;
}
.cid-uWu902Gfez .item-text_1,
.cid-uWu902Gfez .mbr-section-btn {
  color: #232323;
}
.cid-uWu902Gfez .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBr99LYtUj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f7fc;
}
.cid-uBr99LYtUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBr99LYtUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBr99LYtUj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uBr99LYtUj .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uBr99LYtUj .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uBr99LYtUj .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBr99LYtUj .item {
    margin-bottom: 16px;
  }
}
.cid-uBr99LYtUj .item:hover .item-wrapper .item-img img,
.cid-uBr99LYtUj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uBr99LYtUj .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uBr99LYtUj .item .item-wrapper {
    display: block;
  }
}
.cid-uBr99LYtUj .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uBr99LYtUj .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBr99LYtUj .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uBr99LYtUj .item .item-wrapper .item-content .item-title_1,
.cid-uBr99LYtUj .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uBr99LYtUj .item .item-wrapper .item-content .item-text_1,
.cid-uBr99LYtUj .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uBr99LYtUj .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBr99LYtUj .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uBr99LYtUj .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBr99LYtUj .item .item-wrapper .item-img img {
    height: 450px;
  }
}
.cid-uBr99LYtUj .item .card_1 {
  background-color: #e6c63b;
}
.cid-uBr99LYtUj .item .card_2 {
  background-color: #2299aa;
}
.cid-uBr99LYtUj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBr99LYtUj .item-title_1 {
  color: #232323;
}
.cid-uBr99LYtUj .item-title_2 {
  color: #232323;
}
.cid-uBr99LYtUj .item-text_1 {
  color: #ffffff;
}
.cid-uBr99LYtUj .item-text_2 {
  color: #12b82e;
}
.cid-uBr99LYtUj .item-text_2,
.cid-uBr99LYtUj .mbr-section-btn {
  color: #232323;
}
.cid-uBr99LYtUj .item-text_1,
.cid-uBr99LYtUj .mbr-section-btn {
  color: #232323;
}
.cid-uBr99LYtUj .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uWuaXKCm8p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f7fc;
}
.cid-uWuaXKCm8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuaXKCm8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuaXKCm8p .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uWuaXKCm8p .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uWuaXKCm8p .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uWuaXKCm8p .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuaXKCm8p .item {
    margin-bottom: 16px;
  }
}
.cid-uWuaXKCm8p .item:hover .item-wrapper .item-img img,
.cid-uWuaXKCm8p .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uWuaXKCm8p .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWuaXKCm8p .item .item-wrapper {
    display: block;
  }
}
.cid-uWuaXKCm8p .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uWuaXKCm8p .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWuaXKCm8p .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uWuaXKCm8p .item .item-wrapper .item-content .item-title_1,
.cid-uWuaXKCm8p .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uWuaXKCm8p .item .item-wrapper .item-content .item-text_1,
.cid-uWuaXKCm8p .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uWuaXKCm8p .item .item-wrapper .item-img {
  width: 40%;
  overflow: visible;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWuaXKCm8p .item .item-wrapper .item-img {
    width: 100%;
    height: auto;
  }
}
.cid-uWuaXKCm8p .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uWuaXKCm8p .item .item-wrapper .item-img img {
    height: auto;
    max-height: 350px;
  }
}
.cid-uWuaXKCm8p .item .card_1 {
  background-color: #e6c63b;
}
.cid-uWuaXKCm8p .item .card_2 {
  background-color: #2299aa;
}
.cid-uWuaXKCm8p .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWuaXKCm8p .item-title_1 {
  color: #232323;
}
.cid-uWuaXKCm8p .item-title_2 {
  color: #232323;
}
.cid-uWuaXKCm8p .item-text_1 {
  color: #ffffff;
}
.cid-uWuaXKCm8p .item-text_2 {
  color: #12b82e;
}
.cid-uWuaXKCm8p .item-text_2,
.cid-uWuaXKCm8p .mbr-section-btn {
  color: #232323;
}
.cid-uWuaXKCm8p .item-text_1,
.cid-uWuaXKCm8p .mbr-section-btn {
  color: #232323;
}
.cid-uWuaXKCm8p .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uE1TGeJSLI {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1TGeJSLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1TGeJSLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1TGeJSLI .container {
    padding: 0 16px;
  }
}
.cid-uE1TGeJSLI .row {
  justify-content: center;
}
.cid-uE1TGeJSLI .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1TGeJSLI .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1TGeJSLI .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1TGeJSLI .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1TGeJSLI .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1TGeJSLI .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1TGeJSLI .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uBvNw04jh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uBvNw04jh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvNw04jh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uBvNw04jh5 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBvNw04jh5 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uBvNw04jh5 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:hover,
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBvNw04jh5 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uBvNw04jh5 .mbr-desc {
  color: #ffffff;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .text-wrapper {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .list {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uBvNw04jh5 .list,
.cid-uBvNw04jh5 .item-wrap {
  color: #fcfbf6;
}
.cid-uBvNw04jh5 weis {
  color: #ffffff;
}
.cid-uBvNw04jh5 h22 {
  color: #ff6600;
}
.cid-uBvNw04jh5 black {
  color: #000000;
}
.cid-uBvNw04jh5 klein {
  font-size: 12px;
}
.cid-uBvNw04jh5 blau {
  color: #EEEADA;
}
.cid-uBvNw04jh5 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBvNw04jh5 .mbr-desc,
.cid-uBvNw04jh5 .content-wrapper {
  color: #f0ecdc;
}
.cid-uBvNw04jh5 pod {
  font-size: 16px;
}
.cid-uPlRzawyI7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPlRzawyI7 .line {
  background-color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uPlRzawyI7 .mbr-text {
  text-align: left;
  color: #116980;
}
.cid-uPlRzawyI7 rot {
  color: #8f0505;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uMppsUpVOD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMppsUpVOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMppsUpVOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMppsUpVOD .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMppsUpVOD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMppsUpVOD .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMppsUpVOD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMppsUpVOD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uMppsUpVOD .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMppsUpVOD .image-wrapper img {
    height: 350px;
  }
}
.cid-uMppsUpVOD .mbr-section-title {
  color: #ffffff;
}
.cid-uMppsUpVOD .mbr-text {
  color: #ffffff;
}
.cid-uMppsUpVOD pod {
  font-size: 42px;
  color: #ff00ff;
}
.cid-uPlxtwW0Og {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPlxtwW0Og mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDNShim9GQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDNShim9GQ {
    padding-top: 6px;
    padding-bottom: 1px;
  }
}
.cid-uDNShim9GQ .mbr-section-subtitle {
  color: #ff00ff;
  text-align: center;
}
.cid-uDNShim9GQ h4 {
  color: #ff00ff;
  line-height: 22px;
}
.cid-uDNShim9GQ .mbr-text {
  text-align: center;
}
.cid-uZOV4Z14DR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZOV4Z14DR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZOV4Z14DR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZOV4Z14DR .container {
    padding: 0 25px;
  }
}
.cid-uZOV4Z14DR .row {
  justify-content: center;
}
.cid-uZOV4Z14DR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uZOV4Z14DR .item:first-child .item-wrapper {
  border-top: 1px solid #e6c63b;
}
.cid-uZOV4Z14DR .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #e6c63b;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uZOV4Z14DR .item .item-wrapper:hover .item-img img,
.cid-uZOV4Z14DR .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uZOV4Z14DR .item .item-wrapper {
    display: block;
  }
}
.cid-uZOV4Z14DR .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uZOV4Z14DR .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uZOV4Z14DR .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uZOV4Z14DR .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uZOV4Z14DR .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZOV4Z14DR .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uZOV4Z14DR .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uZOV4Z14DR .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uZOV4Z14DR .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uZOV4Z14DR .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uZOV4Z14DR .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uZOV4Z14DR .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uZOV4Z14DR .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uZOV4Z14DR .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uZOV4Z14DR .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uZOV4Z14DR .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uZOV4Z14DR .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uZOV4Z14DR .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uZOV4Z14DR .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uZOV4Z14DR .mbr-section-title {
  color: #000000;
}
.cid-uZOV4Z14DR .item-title {
  color: #000000;
  text-align: left;
}
.cid-uZOV4Z14DR .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uZOV4Z14DR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZOV4Z14DR .item-price {
  color: #000000;
}
.cid-uZOV4Z14DR .item-title DIV {
  text-align: left;
}
.cid-uZOV4Z14DR mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uWM8A3OScg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWM8A3OScg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWM8A3OScg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWM8A3OScg .container {
    padding: 0 25px;
  }
}
.cid-uWM8A3OScg .row {
  justify-content: center;
}
.cid-uWM8A3OScg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uWM8A3OScg .item:first-child .item-wrapper {
  border-top: 1px solid #e6c63b;
}
.cid-uWM8A3OScg .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #e6c63b;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uWM8A3OScg .item .item-wrapper:hover .item-img img,
.cid-uWM8A3OScg .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uWM8A3OScg .item .item-wrapper {
    display: block;
  }
}
.cid-uWM8A3OScg .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uWM8A3OScg .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uWM8A3OScg .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uWM8A3OScg .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uWM8A3OScg .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWM8A3OScg .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uWM8A3OScg .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uWM8A3OScg .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uWM8A3OScg .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uWM8A3OScg .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uWM8A3OScg .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uWM8A3OScg .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uWM8A3OScg .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uWM8A3OScg .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uWM8A3OScg .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uWM8A3OScg .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uWM8A3OScg .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uWM8A3OScg .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uWM8A3OScg .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uWM8A3OScg .mbr-section-title {
  color: #000000;
}
.cid-uWM8A3OScg .item-title {
  color: #000000;
  text-align: left;
}
.cid-uWM8A3OScg .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uWM8A3OScg .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWM8A3OScg .item-price {
  color: #000000;
}
.cid-uWM8A3OScg .item-title DIV {
  text-align: left;
}
.cid-uWM8A3OScg mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uV4eur5dOW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV4eur5dOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4eur5dOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4eur5dOW .container {
    padding: 0 25px;
  }
}
.cid-uV4eur5dOW .row {
  justify-content: center;
}
.cid-uV4eur5dOW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uV4eur5dOW .item:first-child .item-wrapper {
  border-top: 1px solid #e6c63b;
}
.cid-uV4eur5dOW .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #e6c63b;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uV4eur5dOW .item .item-wrapper:hover .item-img img,
.cid-uV4eur5dOW .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uV4eur5dOW .item .item-wrapper {
    display: block;
  }
}
.cid-uV4eur5dOW .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uV4eur5dOW .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uV4eur5dOW .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uV4eur5dOW .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uV4eur5dOW .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uV4eur5dOW .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uV4eur5dOW .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uV4eur5dOW .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uV4eur5dOW .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uV4eur5dOW .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uV4eur5dOW .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uV4eur5dOW .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uV4eur5dOW .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uV4eur5dOW .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uV4eur5dOW .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uV4eur5dOW .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uV4eur5dOW .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uV4eur5dOW .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uV4eur5dOW .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uV4eur5dOW .mbr-section-title {
  color: #000000;
}
.cid-uV4eur5dOW .item-title {
  color: #000000;
  text-align: left;
}
.cid-uV4eur5dOW .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uV4eur5dOW .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uV4eur5dOW .item-price {
  color: #000000;
}
.cid-uV4eur5dOW .item-title DIV {
  text-align: left;
}
.cid-uV4eur5dOW mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uR6hk9ahwb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR6hk9ahwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6hk9ahwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR6hk9ahwb .container {
    padding: 0 25px;
  }
}
.cid-uR6hk9ahwb .row {
  justify-content: center;
}
.cid-uR6hk9ahwb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uR6hk9ahwb .item:first-child .item-wrapper {
  border-top: 1px solid #e6c63b;
}
.cid-uR6hk9ahwb .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #e6c63b;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uR6hk9ahwb .item .item-wrapper:hover .item-img img,
.cid-uR6hk9ahwb .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uR6hk9ahwb .item .item-wrapper {
    display: block;
  }
}
.cid-uR6hk9ahwb .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uR6hk9ahwb .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uR6hk9ahwb .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uR6hk9ahwb .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uR6hk9ahwb .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uR6hk9ahwb .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uR6hk9ahwb .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uR6hk9ahwb .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uR6hk9ahwb .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uR6hk9ahwb .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uR6hk9ahwb .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uR6hk9ahwb .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uR6hk9ahwb .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uR6hk9ahwb .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uR6hk9ahwb .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uR6hk9ahwb .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uR6hk9ahwb .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uR6hk9ahwb .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uR6hk9ahwb .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uR6hk9ahwb .mbr-section-title {
  color: #000000;
}
.cid-uR6hk9ahwb .item-title {
  color: #000000;
  text-align: left;
}
.cid-uR6hk9ahwb .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uR6hk9ahwb .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uR6hk9ahwb .item-price {
  color: #000000;
}
.cid-uR6hk9ahwb .item-title DIV {
  text-align: left;
}
.cid-uR6hk9ahwb mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMdE1N7nSl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMdE1N7nSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMdE1N7nSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMdE1N7nSl .container {
    padding: 0 25px;
  }
}
.cid-uMdE1N7nSl .row {
  justify-content: center;
}
.cid-uMdE1N7nSl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMdE1N7nSl .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMdE1N7nSl .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMdE1N7nSl .item .item-wrapper:hover .item-img img,
.cid-uMdE1N7nSl .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMdE1N7nSl .item .item-wrapper {
    display: block;
  }
}
.cid-uMdE1N7nSl .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMdE1N7nSl .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMdE1N7nSl .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMdE1N7nSl .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMdE1N7nSl .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMdE1N7nSl .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMdE1N7nSl .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMdE1N7nSl .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMdE1N7nSl .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMdE1N7nSl .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uMdE1N7nSl .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMdE1N7nSl .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMdE1N7nSl .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMdE1N7nSl .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMdE1N7nSl .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMdE1N7nSl .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMdE1N7nSl .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMdE1N7nSl .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMdE1N7nSl .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMdE1N7nSl .mbr-section-title {
  color: #000000;
}
.cid-uMdE1N7nSl .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMdE1N7nSl .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMdE1N7nSl .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMdE1N7nSl .item-price {
  color: #000000;
}
.cid-uMdE1N7nSl .item-title DIV {
  text-align: left;
}
.cid-uMdE1N7nSl mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMiMscmJDx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMiMscmJDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiMscmJDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMiMscmJDx .container {
    padding: 0 25px;
  }
}
.cid-uMiMscmJDx .row {
  justify-content: center;
}
.cid-uMiMscmJDx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMiMscmJDx .item:first-child .item-wrapper {
  border-top: 1px solid #e6c63b;
}
.cid-uMiMscmJDx .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #e6c63b;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMiMscmJDx .item .item-wrapper:hover .item-img img,
.cid-uMiMscmJDx .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMiMscmJDx .item .item-wrapper {
    display: block;
  }
}
.cid-uMiMscmJDx .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMiMscmJDx .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMiMscmJDx .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMiMscmJDx .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMiMscmJDx .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiMscmJDx .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiMscmJDx .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMiMscmJDx .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMiMscmJDx .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMiMscmJDx .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uMiMscmJDx .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMiMscmJDx .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMiMscmJDx .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMiMscmJDx .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMiMscmJDx .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMiMscmJDx .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMiMscmJDx .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMiMscmJDx .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMiMscmJDx .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiMscmJDx .mbr-section-title {
  color: #000000;
}
.cid-uMiMscmJDx .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMiMscmJDx .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMiMscmJDx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMiMscmJDx .item-price {
  color: #000000;
}
.cid-uMiMscmJDx .item-title DIV {
  text-align: left;
}
.cid-uMiMscmJDx mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uWM9i8tKhh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWM9i8tKhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWM9i8tKhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWM9i8tKhh .container {
    padding: 0 25px;
  }
}
.cid-uWM9i8tKhh .row {
  justify-content: center;
}
.cid-uWM9i8tKhh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uWM9i8tKhh .item:first-child .item-wrapper {
  border-top: 1px solid #e6c63b;
}
.cid-uWM9i8tKhh .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #e6c63b;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uWM9i8tKhh .item .item-wrapper:hover .item-img img,
.cid-uWM9i8tKhh .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uWM9i8tKhh .item .item-wrapper {
    display: block;
  }
}
.cid-uWM9i8tKhh .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uWM9i8tKhh .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uWM9i8tKhh .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uWM9i8tKhh .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uWM9i8tKhh .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWM9i8tKhh .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uWM9i8tKhh .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uWM9i8tKhh .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uWM9i8tKhh .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uWM9i8tKhh .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uWM9i8tKhh .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uWM9i8tKhh .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uWM9i8tKhh .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uWM9i8tKhh .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uWM9i8tKhh .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uWM9i8tKhh .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uWM9i8tKhh .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uWM9i8tKhh .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uWM9i8tKhh .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uWM9i8tKhh .mbr-section-title {
  color: #000000;
}
.cid-uWM9i8tKhh .item-title {
  color: #000000;
  text-align: left;
}
.cid-uWM9i8tKhh .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uWM9i8tKhh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWM9i8tKhh .item-price {
  color: #000000;
}
.cid-uWM9i8tKhh .item-title DIV {
  text-align: left;
}
.cid-uWM9i8tKhh mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uV4YvYuvqn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV4YvYuvqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4YvYuvqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4YvYuvqn .container {
    padding: 0 25px;
  }
}
.cid-uV4YvYuvqn .row {
  justify-content: center;
}
.cid-uV4YvYuvqn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uV4YvYuvqn .item:first-child .item-wrapper {
  border-top: 1px solid #e6c63b;
}
.cid-uV4YvYuvqn .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #e6c63b;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uV4YvYuvqn .item .item-wrapper:hover .item-img img,
.cid-uV4YvYuvqn .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uV4YvYuvqn .item .item-wrapper {
    display: block;
  }
}
.cid-uV4YvYuvqn .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uV4YvYuvqn .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uV4YvYuvqn .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uV4YvYuvqn .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uV4YvYuvqn .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uV4YvYuvqn .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uV4YvYuvqn .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uV4YvYuvqn .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uV4YvYuvqn .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uV4YvYuvqn .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uV4YvYuvqn .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uV4YvYuvqn .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uV4YvYuvqn .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uV4YvYuvqn .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uV4YvYuvqn .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uV4YvYuvqn .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uV4YvYuvqn .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uV4YvYuvqn .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uV4YvYuvqn .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uV4YvYuvqn .mbr-section-title {
  color: #000000;
}
.cid-uV4YvYuvqn .item-title {
  color: #000000;
  text-align: left;
}
.cid-uV4YvYuvqn .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uV4YvYuvqn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uV4YvYuvqn .item-price {
  color: #000000;
}
.cid-uV4YvYuvqn .item-title DIV {
  text-align: left;
}
.cid-uV4YvYuvqn mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uR6NICFoc4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR6NICFoc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6NICFoc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR6NICFoc4 .container {
    padding: 0 25px;
  }
}
.cid-uR6NICFoc4 .row {
  justify-content: center;
}
.cid-uR6NICFoc4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uR6NICFoc4 .item:first-child .item-wrapper {
  border-top: 1px solid #e6c63b;
}
.cid-uR6NICFoc4 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #e6c63b;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uR6NICFoc4 .item .item-wrapper:hover .item-img img,
.cid-uR6NICFoc4 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uR6NICFoc4 .item .item-wrapper {
    display: block;
  }
}
.cid-uR6NICFoc4 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uR6NICFoc4 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uR6NICFoc4 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uR6NICFoc4 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uR6NICFoc4 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uR6NICFoc4 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uR6NICFoc4 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uR6NICFoc4 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uR6NICFoc4 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uR6NICFoc4 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uR6NICFoc4 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uR6NICFoc4 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uR6NICFoc4 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uR6NICFoc4 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uR6NICFoc4 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uR6NICFoc4 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uR6NICFoc4 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uR6NICFoc4 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uR6NICFoc4 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uR6NICFoc4 .mbr-section-title {
  color: #000000;
}
.cid-uR6NICFoc4 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uR6NICFoc4 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uR6NICFoc4 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uR6NICFoc4 .item-price {
  color: #000000;
}
.cid-uR6NICFoc4 .item-title DIV {
  text-align: left;
}
.cid-uR6NICFoc4 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMiLkL27AN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMiLkL27AN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiLkL27AN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMiLkL27AN .container {
    padding: 0 25px;
  }
}
.cid-uMiLkL27AN .row {
  justify-content: center;
}
.cid-uMiLkL27AN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMiLkL27AN .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMiLkL27AN .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMiLkL27AN .item .item-wrapper:hover .item-img img,
.cid-uMiLkL27AN .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMiLkL27AN .item .item-wrapper {
    display: block;
  }
}
.cid-uMiLkL27AN .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMiLkL27AN .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMiLkL27AN .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMiLkL27AN .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMiLkL27AN .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiLkL27AN .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiLkL27AN .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMiLkL27AN .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMiLkL27AN .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMiLkL27AN .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uMiLkL27AN .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMiLkL27AN .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMiLkL27AN .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMiLkL27AN .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMiLkL27AN .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMiLkL27AN .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMiLkL27AN .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMiLkL27AN .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMiLkL27AN .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiLkL27AN .mbr-section-title {
  color: #000000;
}
.cid-uMiLkL27AN .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMiLkL27AN .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMiLkL27AN .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMiLkL27AN .item-price {
  color: #000000;
}
.cid-uMiLkL27AN .item-title DIV {
  text-align: left;
}
.cid-uMiLkL27AN mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDTtRKFOLX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDTtRKFOLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTtRKFOLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDTtRKFOLX .container {
    padding: 0 25px;
  }
}
.cid-uDTtRKFOLX .row {
  justify-content: center;
}
.cid-uDTtRKFOLX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDTtRKFOLX .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDTtRKFOLX .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDTtRKFOLX .item .item-wrapper:hover .item-img img,
.cid-uDTtRKFOLX .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDTtRKFOLX .item .item-wrapper {
    display: block;
  }
}
.cid-uDTtRKFOLX .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDTtRKFOLX .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDTtRKFOLX .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDTtRKFOLX .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDTtRKFOLX .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDTtRKFOLX .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDTtRKFOLX .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDTtRKFOLX .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDTtRKFOLX .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDTtRKFOLX .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uDTtRKFOLX .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDTtRKFOLX .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDTtRKFOLX .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDTtRKFOLX .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDTtRKFOLX .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDTtRKFOLX .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDTtRKFOLX .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDTtRKFOLX .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDTtRKFOLX .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDTtRKFOLX .mbr-section-title {
  color: #000000;
}
.cid-uDTtRKFOLX .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDTtRKFOLX .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDTtRKFOLX .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDTtRKFOLX .item-price {
  color: #000000;
}
.cid-uDTtRKFOLX .item-title DIV {
  text-align: left;
}
.cid-uDTtRKFOLX mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMiPoaLCBI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMiPoaLCBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiPoaLCBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMiPoaLCBI .container {
    padding: 0 25px;
  }
}
.cid-uMiPoaLCBI .row {
  justify-content: center;
}
.cid-uMiPoaLCBI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMiPoaLCBI .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMiPoaLCBI .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMiPoaLCBI .item .item-wrapper:hover .item-img img,
.cid-uMiPoaLCBI .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMiPoaLCBI .item .item-wrapper {
    display: block;
  }
}
.cid-uMiPoaLCBI .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMiPoaLCBI .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMiPoaLCBI .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMiPoaLCBI .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMiPoaLCBI .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiPoaLCBI .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiPoaLCBI .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMiPoaLCBI .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMiPoaLCBI .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMiPoaLCBI .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uMiPoaLCBI .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMiPoaLCBI .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMiPoaLCBI .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMiPoaLCBI .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMiPoaLCBI .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMiPoaLCBI .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMiPoaLCBI .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMiPoaLCBI .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMiPoaLCBI .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiPoaLCBI .mbr-section-title {
  color: #000000;
}
.cid-uMiPoaLCBI .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMiPoaLCBI .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMiPoaLCBI .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMiPoaLCBI .item-price {
  color: #000000;
}
.cid-uMiPoaLCBI .item-title DIV {
  text-align: left;
}
.cid-uMiPoaLCBI mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uE1e8kE01V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uE1e8kE01V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1e8kE01V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uE1e8kE01V .container {
    padding: 0 25px;
  }
}
.cid-uE1e8kE01V .row {
  justify-content: center;
}
.cid-uE1e8kE01V .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uE1e8kE01V .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uE1e8kE01V .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 80 !important;
}
.cid-uE1e8kE01V .item .item-wrapper:hover .item-img img,
.cid-uE1e8kE01V .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uE1e8kE01V .item .item-wrapper {
    display: block;
  }
}
.cid-uE1e8kE01V .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uE1e8kE01V .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uE1e8kE01V .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uE1e8kE01V .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uE1e8kE01V .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uE1e8kE01V .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uE1e8kE01V .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uE1e8kE01V .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uE1e8kE01V .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uE1e8kE01V .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #18af10;
  color: #f0f6dd;
}
.cid-uE1e8kE01V .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uE1e8kE01V .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uE1e8kE01V .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uE1e8kE01V .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uE1e8kE01V .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uE1e8kE01V .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uE1e8kE01V .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uE1e8kE01V .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uE1e8kE01V .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uE1e8kE01V .mbr-section-title {
  color: #000000;
}
.cid-uE1e8kE01V .item-title {
  color: #000000;
  text-align: left;
}
.cid-uE1e8kE01V .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uE1e8kE01V .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uE1e8kE01V .item-price {
  color: #000000;
}
.cid-uE1e8kE01V .item-title DIV {
  text-align: left;
}
.cid-uE1e8kE01V mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMiPZeZ4sW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMiPZeZ4sW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiPZeZ4sW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMiPZeZ4sW .container {
    padding: 0 25px;
  }
}
.cid-uMiPZeZ4sW .row {
  justify-content: center;
}
.cid-uMiPZeZ4sW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMiPZeZ4sW .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMiPZeZ4sW .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 80 !important;
}
.cid-uMiPZeZ4sW .item .item-wrapper:hover .item-img img,
.cid-uMiPZeZ4sW .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMiPZeZ4sW .item .item-wrapper {
    display: block;
  }
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMiPZeZ4sW .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMiPZeZ4sW .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiPZeZ4sW .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiPZeZ4sW .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMiPZeZ4sW .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #18af10;
  color: #f0f6dd;
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMiPZeZ4sW .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMiPZeZ4sW .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMiPZeZ4sW .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiPZeZ4sW .mbr-section-title {
  color: #000000;
}
.cid-uMiPZeZ4sW .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMiPZeZ4sW .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMiPZeZ4sW .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMiPZeZ4sW .item-price {
  color: #000000;
}
.cid-uMiPZeZ4sW .item-title DIV {
  text-align: left;
}
.cid-uMiPZeZ4sW mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uE1e7AbfKw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uE1e7AbfKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1e7AbfKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uE1e7AbfKw .container {
    padding: 0 25px;
  }
}
.cid-uE1e7AbfKw .row {
  justify-content: center;
}
.cid-uE1e7AbfKw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uE1e7AbfKw .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uE1e7AbfKw .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uE1e7AbfKw .item .item-wrapper:hover .item-img img,
.cid-uE1e7AbfKw .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uE1e7AbfKw .item .item-wrapper {
    display: block;
  }
}
.cid-uE1e7AbfKw .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uE1e7AbfKw .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uE1e7AbfKw .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uE1e7AbfKw .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uE1e7AbfKw .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uE1e7AbfKw .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uE1e7AbfKw .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uE1e7AbfKw .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uE1e7AbfKw .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uE1e7AbfKw .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #18af10;
  color: #f0f6dd;
}
.cid-uE1e7AbfKw .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uE1e7AbfKw .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uE1e7AbfKw .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uE1e7AbfKw .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uE1e7AbfKw .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uE1e7AbfKw .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uE1e7AbfKw .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uE1e7AbfKw .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uE1e7AbfKw .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uE1e7AbfKw .mbr-section-title {
  color: #000000;
}
.cid-uE1e7AbfKw .item-title {
  color: #000000;
  text-align: left;
}
.cid-uE1e7AbfKw .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uE1e7AbfKw .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uE1e7AbfKw .item-price {
  color: #000000;
}
.cid-uE1e7AbfKw .item-title DIV {
  text-align: left;
}
.cid-uE1e7AbfKw mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMiZpKz4u2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMiZpKz4u2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiZpKz4u2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMiZpKz4u2 .container {
    padding: 0 25px;
  }
}
.cid-uMiZpKz4u2 .row {
  justify-content: center;
}
.cid-uMiZpKz4u2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMiZpKz4u2 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMiZpKz4u2 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMiZpKz4u2 .item .item-wrapper:hover .item-img img,
.cid-uMiZpKz4u2 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMiZpKz4u2 .item .item-wrapper {
    display: block;
  }
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMiZpKz4u2 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMiZpKz4u2 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiZpKz4u2 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiZpKz4u2 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMiZpKz4u2 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #18af10;
  color: #f0f6dd;
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMiZpKz4u2 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMiZpKz4u2 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMiZpKz4u2 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZpKz4u2 .mbr-section-title {
  color: #000000;
}
.cid-uMiZpKz4u2 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMiZpKz4u2 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMiZpKz4u2 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMiZpKz4u2 .item-price {
  color: #000000;
}
.cid-uMiZpKz4u2 .item-title DIV {
  text-align: left;
}
.cid-uMiZpKz4u2 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uE1e6jYZJW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uE1e6jYZJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1e6jYZJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uE1e6jYZJW .container {
    padding: 0 25px;
  }
}
.cid-uE1e6jYZJW .row {
  justify-content: center;
}
.cid-uE1e6jYZJW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uE1e6jYZJW .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uE1e6jYZJW .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uE1e6jYZJW .item .item-wrapper:hover .item-img img,
.cid-uE1e6jYZJW .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uE1e6jYZJW .item .item-wrapper {
    display: block;
  }
}
.cid-uE1e6jYZJW .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uE1e6jYZJW .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uE1e6jYZJW .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uE1e6jYZJW .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uE1e6jYZJW .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uE1e6jYZJW .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uE1e6jYZJW .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uE1e6jYZJW .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uE1e6jYZJW .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uE1e6jYZJW .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uE1e6jYZJW .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uE1e6jYZJW .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uE1e6jYZJW .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uE1e6jYZJW .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uE1e6jYZJW .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uE1e6jYZJW .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uE1e6jYZJW .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uE1e6jYZJW .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uE1e6jYZJW .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uE1e6jYZJW .mbr-section-title {
  color: #000000;
}
.cid-uE1e6jYZJW .item-title {
  color: #000000;
  text-align: left;
}
.cid-uE1e6jYZJW .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uE1e6jYZJW .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uE1e6jYZJW .item-price {
  color: #000000;
}
.cid-uE1e6jYZJW .item-title DIV {
  text-align: left;
}
.cid-uE1e6jYZJW mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMiZxeOTdA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMiZxeOTdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiZxeOTdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMiZxeOTdA .container {
    padding: 0 25px;
  }
}
.cid-uMiZxeOTdA .row {
  justify-content: center;
}
.cid-uMiZxeOTdA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMiZxeOTdA .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMiZxeOTdA .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMiZxeOTdA .item .item-wrapper:hover .item-img img,
.cid-uMiZxeOTdA .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMiZxeOTdA .item .item-wrapper {
    display: block;
  }
}
.cid-uMiZxeOTdA .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMiZxeOTdA .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMiZxeOTdA .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMiZxeOTdA .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMiZxeOTdA .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiZxeOTdA .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiZxeOTdA .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMiZxeOTdA .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMiZxeOTdA .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMiZxeOTdA .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMiZxeOTdA .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZxeOTdA .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMiZxeOTdA .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMiZxeOTdA .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMiZxeOTdA .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMiZxeOTdA .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMiZxeOTdA .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMiZxeOTdA .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMiZxeOTdA .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZxeOTdA .mbr-section-title {
  color: #000000;
}
.cid-uMiZxeOTdA .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMiZxeOTdA .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMiZxeOTdA .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMiZxeOTdA .item-price {
  color: #000000;
}
.cid-uMiZxeOTdA .item-title DIV {
  text-align: left;
}
.cid-uMiZxeOTdA mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uE1e51Emqf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uE1e51Emqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1e51Emqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uE1e51Emqf .container {
    padding: 0 25px;
  }
}
.cid-uE1e51Emqf .row {
  justify-content: center;
}
.cid-uE1e51Emqf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uE1e51Emqf .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uE1e51Emqf .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uE1e51Emqf .item .item-wrapper:hover .item-img img,
.cid-uE1e51Emqf .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uE1e51Emqf .item .item-wrapper {
    display: block;
  }
}
.cid-uE1e51Emqf .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uE1e51Emqf .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uE1e51Emqf .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uE1e51Emqf .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uE1e51Emqf .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uE1e51Emqf .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uE1e51Emqf .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uE1e51Emqf .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uE1e51Emqf .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uE1e51Emqf .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uE1e51Emqf .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uE1e51Emqf .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uE1e51Emqf .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uE1e51Emqf .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uE1e51Emqf .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uE1e51Emqf .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uE1e51Emqf .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uE1e51Emqf .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uE1e51Emqf .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uE1e51Emqf .mbr-section-title {
  color: #000000;
}
.cid-uE1e51Emqf .item-title {
  color: #000000;
  text-align: left;
}
.cid-uE1e51Emqf .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uE1e51Emqf .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uE1e51Emqf .item-price {
  color: #000000;
}
.cid-uE1e51Emqf .item-title DIV {
  text-align: left;
}
.cid-uE1e51Emqf mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMiZC7jpPl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMiZC7jpPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiZC7jpPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMiZC7jpPl .container {
    padding: 0 25px;
  }
}
.cid-uMiZC7jpPl .row {
  justify-content: center;
}
.cid-uMiZC7jpPl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMiZC7jpPl .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMiZC7jpPl .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMiZC7jpPl .item .item-wrapper:hover .item-img img,
.cid-uMiZC7jpPl .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMiZC7jpPl .item .item-wrapper {
    display: block;
  }
}
.cid-uMiZC7jpPl .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMiZC7jpPl .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMiZC7jpPl .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMiZC7jpPl .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMiZC7jpPl .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiZC7jpPl .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiZC7jpPl .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMiZC7jpPl .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMiZC7jpPl .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMiZC7jpPl .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMiZC7jpPl .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZC7jpPl .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMiZC7jpPl .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMiZC7jpPl .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMiZC7jpPl .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMiZC7jpPl .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMiZC7jpPl .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMiZC7jpPl .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMiZC7jpPl .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZC7jpPl .mbr-section-title {
  color: #000000;
}
.cid-uMiZC7jpPl .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMiZC7jpPl .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMiZC7jpPl .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMiZC7jpPl .item-price {
  color: #000000;
}
.cid-uMiZC7jpPl .item-title DIV {
  text-align: left;
}
.cid-uMiZC7jpPl mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDZXVcYfGM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDZXVcYfGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZXVcYfGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDZXVcYfGM .container {
    padding: 0 25px;
  }
}
.cid-uDZXVcYfGM .row {
  justify-content: center;
}
.cid-uDZXVcYfGM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDZXVcYfGM .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDZXVcYfGM .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDZXVcYfGM .item .item-wrapper:hover .item-img img,
.cid-uDZXVcYfGM .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDZXVcYfGM .item .item-wrapper {
    display: block;
  }
}
.cid-uDZXVcYfGM .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDZXVcYfGM .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDZXVcYfGM .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDZXVcYfGM .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDZXVcYfGM .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDZXVcYfGM .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDZXVcYfGM .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDZXVcYfGM .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDZXVcYfGM .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDZXVcYfGM .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDZXVcYfGM .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDZXVcYfGM .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDZXVcYfGM .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDZXVcYfGM .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDZXVcYfGM .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDZXVcYfGM .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDZXVcYfGM .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDZXVcYfGM .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDZXVcYfGM .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDZXVcYfGM .mbr-section-title {
  color: #000000;
}
.cid-uDZXVcYfGM .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDZXVcYfGM .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDZXVcYfGM .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDZXVcYfGM .item-price {
  color: #000000;
}
.cid-uDZXVcYfGM .item-title DIV {
  text-align: left;
}
.cid-uDZXVcYfGM mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMiZIyqbh6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMiZIyqbh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiZIyqbh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMiZIyqbh6 .container {
    padding: 0 25px;
  }
}
.cid-uMiZIyqbh6 .row {
  justify-content: center;
}
.cid-uMiZIyqbh6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMiZIyqbh6 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMiZIyqbh6 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMiZIyqbh6 .item .item-wrapper:hover .item-img img,
.cid-uMiZIyqbh6 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMiZIyqbh6 .item .item-wrapper {
    display: block;
  }
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMiZIyqbh6 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMiZIyqbh6 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiZIyqbh6 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiZIyqbh6 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMiZIyqbh6 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMiZIyqbh6 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMiZIyqbh6 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMiZIyqbh6 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZIyqbh6 .mbr-section-title {
  color: #000000;
}
.cid-uMiZIyqbh6 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMiZIyqbh6 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMiZIyqbh6 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMiZIyqbh6 .item-price {
  color: #000000;
}
.cid-uMiZIyqbh6 .item-title DIV {
  text-align: left;
}
.cid-uMiZIyqbh6 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDZXQWP66g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDZXQWP66g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZXQWP66g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDZXQWP66g .container {
    padding: 0 25px;
  }
}
.cid-uDZXQWP66g .row {
  justify-content: center;
}
.cid-uDZXQWP66g .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDZXQWP66g .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDZXQWP66g .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDZXQWP66g .item .item-wrapper:hover .item-img img,
.cid-uDZXQWP66g .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDZXQWP66g .item .item-wrapper {
    display: block;
  }
}
.cid-uDZXQWP66g .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDZXQWP66g .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDZXQWP66g .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDZXQWP66g .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDZXQWP66g .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDZXQWP66g .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDZXQWP66g .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDZXQWP66g .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDZXQWP66g .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDZXQWP66g .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDZXQWP66g .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDZXQWP66g .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDZXQWP66g .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDZXQWP66g .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDZXQWP66g .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDZXQWP66g .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDZXQWP66g .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDZXQWP66g .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDZXQWP66g .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDZXQWP66g .mbr-section-title {
  color: #000000;
}
.cid-uDZXQWP66g .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDZXQWP66g .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDZXQWP66g .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDZXQWP66g .item-price {
  color: #000000;
}
.cid-uDZXQWP66g .item-title DIV {
  text-align: left;
}
.cid-uDZXQWP66g mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMiZOLpGW8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMiZOLpGW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiZOLpGW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMiZOLpGW8 .container {
    padding: 0 25px;
  }
}
.cid-uMiZOLpGW8 .row {
  justify-content: center;
}
.cid-uMiZOLpGW8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMiZOLpGW8 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMiZOLpGW8 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMiZOLpGW8 .item .item-wrapper:hover .item-img img,
.cid-uMiZOLpGW8 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMiZOLpGW8 .item .item-wrapper {
    display: block;
  }
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMiZOLpGW8 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMiZOLpGW8 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiZOLpGW8 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiZOLpGW8 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMiZOLpGW8 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMiZOLpGW8 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMiZOLpGW8 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMiZOLpGW8 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZOLpGW8 .mbr-section-title {
  color: #000000;
}
.cid-uMiZOLpGW8 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMiZOLpGW8 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMiZOLpGW8 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMiZOLpGW8 .item-price {
  color: #000000;
}
.cid-uMiZOLpGW8 .item-title DIV {
  text-align: left;
}
.cid-uMiZOLpGW8 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDZXU8dRaa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDZXU8dRaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZXU8dRaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDZXU8dRaa .container {
    padding: 0 25px;
  }
}
.cid-uDZXU8dRaa .row {
  justify-content: center;
}
.cid-uDZXU8dRaa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDZXU8dRaa .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDZXU8dRaa .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDZXU8dRaa .item .item-wrapper:hover .item-img img,
.cid-uDZXU8dRaa .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDZXU8dRaa .item .item-wrapper {
    display: block;
  }
}
.cid-uDZXU8dRaa .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDZXU8dRaa .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDZXU8dRaa .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDZXU8dRaa .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDZXU8dRaa .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDZXU8dRaa .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDZXU8dRaa .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDZXU8dRaa .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDZXU8dRaa .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDZXU8dRaa .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDZXU8dRaa .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDZXU8dRaa .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDZXU8dRaa .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDZXU8dRaa .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDZXU8dRaa .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDZXU8dRaa .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDZXU8dRaa .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDZXU8dRaa .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDZXU8dRaa .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDZXU8dRaa .mbr-section-title {
  color: #000000;
}
.cid-uDZXU8dRaa .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDZXU8dRaa .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDZXU8dRaa .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDZXU8dRaa .item-price {
  color: #000000;
}
.cid-uDZXU8dRaa .item-title DIV {
  text-align: left;
}
.cid-uDZXU8dRaa mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMiZTQFkdR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMiZTQFkdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiZTQFkdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMiZTQFkdR .container {
    padding: 0 25px;
  }
}
.cid-uMiZTQFkdR .row {
  justify-content: center;
}
.cid-uMiZTQFkdR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMiZTQFkdR .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMiZTQFkdR .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMiZTQFkdR .item .item-wrapper:hover .item-img img,
.cid-uMiZTQFkdR .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMiZTQFkdR .item .item-wrapper {
    display: block;
  }
}
.cid-uMiZTQFkdR .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMiZTQFkdR .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMiZTQFkdR .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMiZTQFkdR .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMiZTQFkdR .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiZTQFkdR .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiZTQFkdR .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMiZTQFkdR .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMiZTQFkdR .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMiZTQFkdR .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMiZTQFkdR .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZTQFkdR .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMiZTQFkdR .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMiZTQFkdR .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMiZTQFkdR .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMiZTQFkdR .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMiZTQFkdR .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMiZTQFkdR .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMiZTQFkdR .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZTQFkdR .mbr-section-title {
  color: #000000;
}
.cid-uMiZTQFkdR .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMiZTQFkdR .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMiZTQFkdR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMiZTQFkdR .item-price {
  color: #000000;
}
.cid-uMiZTQFkdR .item-title DIV {
  text-align: left;
}
.cid-uMiZTQFkdR mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDZXT8eDId {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDZXT8eDId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZXT8eDId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDZXT8eDId .container {
    padding: 0 25px;
  }
}
.cid-uDZXT8eDId .row {
  justify-content: center;
}
.cid-uDZXT8eDId .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDZXT8eDId .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDZXT8eDId .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDZXT8eDId .item .item-wrapper:hover .item-img img,
.cid-uDZXT8eDId .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDZXT8eDId .item .item-wrapper {
    display: block;
  }
}
.cid-uDZXT8eDId .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDZXT8eDId .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDZXT8eDId .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDZXT8eDId .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDZXT8eDId .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDZXT8eDId .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDZXT8eDId .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDZXT8eDId .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDZXT8eDId .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDZXT8eDId .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDZXT8eDId .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDZXT8eDId .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDZXT8eDId .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDZXT8eDId .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDZXT8eDId .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDZXT8eDId .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDZXT8eDId .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDZXT8eDId .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDZXT8eDId .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDZXT8eDId .mbr-section-title {
  color: #000000;
}
.cid-uDZXT8eDId .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDZXT8eDId .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDZXT8eDId .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDZXT8eDId .item-price {
  color: #000000;
}
.cid-uDZXT8eDId .item-title DIV {
  text-align: left;
}
.cid-uDZXT8eDId mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMiZZlN1aW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMiZZlN1aW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiZZlN1aW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMiZZlN1aW .container {
    padding: 0 25px;
  }
}
.cid-uMiZZlN1aW .row {
  justify-content: center;
}
.cid-uMiZZlN1aW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMiZZlN1aW .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMiZZlN1aW .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMiZZlN1aW .item .item-wrapper:hover .item-img img,
.cid-uMiZZlN1aW .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMiZZlN1aW .item .item-wrapper {
    display: block;
  }
}
.cid-uMiZZlN1aW .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMiZZlN1aW .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMiZZlN1aW .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMiZZlN1aW .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMiZZlN1aW .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiZZlN1aW .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiZZlN1aW .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMiZZlN1aW .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMiZZlN1aW .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMiZZlN1aW .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMiZZlN1aW .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZZlN1aW .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMiZZlN1aW .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMiZZlN1aW .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMiZZlN1aW .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMiZZlN1aW .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMiZZlN1aW .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMiZZlN1aW .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMiZZlN1aW .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiZZlN1aW .mbr-section-title {
  color: #000000;
}
.cid-uMiZZlN1aW .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMiZZlN1aW .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMiZZlN1aW .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMiZZlN1aW .item-price {
  color: #000000;
}
.cid-uMiZZlN1aW .item-title DIV {
  text-align: left;
}
.cid-uMiZZlN1aW mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDZXPqzHz8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDZXPqzHz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZXPqzHz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDZXPqzHz8 .container {
    padding: 0 25px;
  }
}
.cid-uDZXPqzHz8 .row {
  justify-content: center;
}
.cid-uDZXPqzHz8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDZXPqzHz8 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDZXPqzHz8 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDZXPqzHz8 .item .item-wrapper:hover .item-img img,
.cid-uDZXPqzHz8 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDZXPqzHz8 .item .item-wrapper {
    display: block;
  }
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDZXPqzHz8 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDZXPqzHz8 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDZXPqzHz8 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDZXPqzHz8 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDZXPqzHz8 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDZXPqzHz8 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDZXPqzHz8 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDZXPqzHz8 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDZXPqzHz8 .mbr-section-title {
  color: #000000;
}
.cid-uDZXPqzHz8 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDZXPqzHz8 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDZXPqzHz8 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDZXPqzHz8 .item-price {
  color: #000000;
}
.cid-uDZXPqzHz8 .item-title DIV {
  text-align: left;
}
.cid-uDZXPqzHz8 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj04dJwUV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj04dJwUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj04dJwUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj04dJwUV .container {
    padding: 0 25px;
  }
}
.cid-uMj04dJwUV .row {
  justify-content: center;
}
.cid-uMj04dJwUV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj04dJwUV .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj04dJwUV .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj04dJwUV .item .item-wrapper:hover .item-img img,
.cid-uMj04dJwUV .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj04dJwUV .item .item-wrapper {
    display: block;
  }
}
.cid-uMj04dJwUV .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj04dJwUV .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj04dJwUV .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj04dJwUV .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj04dJwUV .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj04dJwUV .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj04dJwUV .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj04dJwUV .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj04dJwUV .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj04dJwUV .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj04dJwUV .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj04dJwUV .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj04dJwUV .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj04dJwUV .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj04dJwUV .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj04dJwUV .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj04dJwUV .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj04dJwUV .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj04dJwUV .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj04dJwUV .mbr-section-title {
  color: #000000;
}
.cid-uMj04dJwUV .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj04dJwUV .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj04dJwUV .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj04dJwUV .item-price {
  color: #000000;
}
.cid-uMj04dJwUV .item-title DIV {
  text-align: left;
}
.cid-uMj04dJwUV mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDZmukMC29 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDZmukMC29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZmukMC29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDZmukMC29 .container {
    padding: 0 25px;
  }
}
.cid-uDZmukMC29 .row {
  justify-content: center;
}
.cid-uDZmukMC29 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDZmukMC29 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDZmukMC29 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDZmukMC29 .item .item-wrapper:hover .item-img img,
.cid-uDZmukMC29 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDZmukMC29 .item .item-wrapper {
    display: block;
  }
}
.cid-uDZmukMC29 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDZmukMC29 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDZmukMC29 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDZmukMC29 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDZmukMC29 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDZmukMC29 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDZmukMC29 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDZmukMC29 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDZmukMC29 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDZmukMC29 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDZmukMC29 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDZmukMC29 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDZmukMC29 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDZmukMC29 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDZmukMC29 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDZmukMC29 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDZmukMC29 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDZmukMC29 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDZmukMC29 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDZmukMC29 .mbr-section-title {
  color: #000000;
}
.cid-uDZmukMC29 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDZmukMC29 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDZmukMC29 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDZmukMC29 .item-price {
  color: #000000;
}
.cid-uDZmukMC29 .item-title DIV {
  text-align: left;
}
.cid-uDZmukMC29 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj08pBgs6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj08pBgs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj08pBgs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj08pBgs6 .container {
    padding: 0 25px;
  }
}
.cid-uMj08pBgs6 .row {
  justify-content: center;
}
.cid-uMj08pBgs6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj08pBgs6 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj08pBgs6 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj08pBgs6 .item .item-wrapper:hover .item-img img,
.cid-uMj08pBgs6 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj08pBgs6 .item .item-wrapper {
    display: block;
  }
}
.cid-uMj08pBgs6 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj08pBgs6 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj08pBgs6 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj08pBgs6 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj08pBgs6 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj08pBgs6 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj08pBgs6 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj08pBgs6 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj08pBgs6 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj08pBgs6 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj08pBgs6 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj08pBgs6 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj08pBgs6 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj08pBgs6 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj08pBgs6 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj08pBgs6 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj08pBgs6 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj08pBgs6 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj08pBgs6 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj08pBgs6 .mbr-section-title {
  color: #000000;
}
.cid-uMj08pBgs6 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj08pBgs6 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj08pBgs6 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj08pBgs6 .item-price {
  color: #000000;
}
.cid-uMj08pBgs6 .item-title DIV {
  text-align: left;
}
.cid-uMj08pBgs6 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDZmtyirzO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDZmtyirzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZmtyirzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDZmtyirzO .container {
    padding: 0 25px;
  }
}
.cid-uDZmtyirzO .row {
  justify-content: center;
}
.cid-uDZmtyirzO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDZmtyirzO .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDZmtyirzO .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDZmtyirzO .item .item-wrapper:hover .item-img img,
.cid-uDZmtyirzO .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDZmtyirzO .item .item-wrapper {
    display: block;
  }
}
.cid-uDZmtyirzO .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDZmtyirzO .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDZmtyirzO .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDZmtyirzO .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDZmtyirzO .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDZmtyirzO .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDZmtyirzO .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDZmtyirzO .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDZmtyirzO .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDZmtyirzO .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDZmtyirzO .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDZmtyirzO .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDZmtyirzO .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDZmtyirzO .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDZmtyirzO .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDZmtyirzO .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDZmtyirzO .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDZmtyirzO .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDZmtyirzO .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDZmtyirzO .mbr-section-title {
  color: #000000;
}
.cid-uDZmtyirzO .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDZmtyirzO .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDZmtyirzO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDZmtyirzO .item-price {
  color: #000000;
}
.cid-uDZmtyirzO .item-title DIV {
  text-align: left;
}
.cid-uDZmtyirzO mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj0dmEhDk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj0dmEhDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0dmEhDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj0dmEhDk .container {
    padding: 0 25px;
  }
}
.cid-uMj0dmEhDk .row {
  justify-content: center;
}
.cid-uMj0dmEhDk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj0dmEhDk .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj0dmEhDk .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj0dmEhDk .item .item-wrapper:hover .item-img img,
.cid-uMj0dmEhDk .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj0dmEhDk .item .item-wrapper {
    display: block;
  }
}
.cid-uMj0dmEhDk .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj0dmEhDk .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj0dmEhDk .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj0dmEhDk .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj0dmEhDk .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj0dmEhDk .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj0dmEhDk .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj0dmEhDk .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj0dmEhDk .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj0dmEhDk .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj0dmEhDk .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0dmEhDk .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj0dmEhDk .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj0dmEhDk .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj0dmEhDk .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj0dmEhDk .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj0dmEhDk .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj0dmEhDk .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj0dmEhDk .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0dmEhDk .mbr-section-title {
  color: #000000;
}
.cid-uMj0dmEhDk .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj0dmEhDk .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj0dmEhDk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj0dmEhDk .item-price {
  color: #000000;
}
.cid-uMj0dmEhDk .item-title DIV {
  text-align: left;
}
.cid-uMj0dmEhDk mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDZmsPiLKZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDZmsPiLKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZmsPiLKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDZmsPiLKZ .container {
    padding: 0 25px;
  }
}
.cid-uDZmsPiLKZ .row {
  justify-content: center;
}
.cid-uDZmsPiLKZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDZmsPiLKZ .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDZmsPiLKZ .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDZmsPiLKZ .item .item-wrapper:hover .item-img img,
.cid-uDZmsPiLKZ .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDZmsPiLKZ .item .item-wrapper {
    display: block;
  }
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDZmsPiLKZ .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDZmsPiLKZ .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDZmsPiLKZ .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDZmsPiLKZ .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDZmsPiLKZ .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDZmsPiLKZ .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDZmsPiLKZ .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDZmsPiLKZ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDZmsPiLKZ .mbr-section-title {
  color: #000000;
}
.cid-uDZmsPiLKZ .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDZmsPiLKZ .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDZmsPiLKZ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDZmsPiLKZ .item-price {
  color: #000000;
}
.cid-uDZmsPiLKZ .item-title DIV {
  text-align: left;
}
.cid-uDZmsPiLKZ mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj0ig9K9u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj0ig9K9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0ig9K9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj0ig9K9u .container {
    padding: 0 25px;
  }
}
.cid-uMj0ig9K9u .row {
  justify-content: center;
}
.cid-uMj0ig9K9u .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj0ig9K9u .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj0ig9K9u .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj0ig9K9u .item .item-wrapper:hover .item-img img,
.cid-uMj0ig9K9u .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj0ig9K9u .item .item-wrapper {
    display: block;
  }
}
.cid-uMj0ig9K9u .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj0ig9K9u .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj0ig9K9u .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj0ig9K9u .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj0ig9K9u .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj0ig9K9u .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj0ig9K9u .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj0ig9K9u .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj0ig9K9u .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj0ig9K9u .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj0ig9K9u .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0ig9K9u .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj0ig9K9u .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj0ig9K9u .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj0ig9K9u .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj0ig9K9u .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj0ig9K9u .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj0ig9K9u .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj0ig9K9u .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0ig9K9u .mbr-section-title {
  color: #000000;
}
.cid-uMj0ig9K9u .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj0ig9K9u .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj0ig9K9u .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj0ig9K9u .item-price {
  color: #000000;
}
.cid-uMj0ig9K9u .item-title DIV {
  text-align: left;
}
.cid-uMj0ig9K9u mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDZms1D2Xe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDZms1D2Xe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZms1D2Xe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDZms1D2Xe .container {
    padding: 0 25px;
  }
}
.cid-uDZms1D2Xe .row {
  justify-content: center;
}
.cid-uDZms1D2Xe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDZms1D2Xe .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDZms1D2Xe .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDZms1D2Xe .item .item-wrapper:hover .item-img img,
.cid-uDZms1D2Xe .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDZms1D2Xe .item .item-wrapper {
    display: block;
  }
}
.cid-uDZms1D2Xe .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDZms1D2Xe .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDZms1D2Xe .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDZms1D2Xe .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDZms1D2Xe .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDZms1D2Xe .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDZms1D2Xe .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDZms1D2Xe .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDZms1D2Xe .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDZms1D2Xe .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDZms1D2Xe .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDZms1D2Xe .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDZms1D2Xe .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDZms1D2Xe .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDZms1D2Xe .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDZms1D2Xe .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDZms1D2Xe .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDZms1D2Xe .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDZms1D2Xe .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDZms1D2Xe .mbr-section-title {
  color: #000000;
}
.cid-uDZms1D2Xe .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDZms1D2Xe .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDZms1D2Xe .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDZms1D2Xe .item-price {
  color: #000000;
}
.cid-uDZms1D2Xe .item-title DIV {
  text-align: left;
}
.cid-uDZms1D2Xe mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj0nvC0e1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj0nvC0e1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0nvC0e1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj0nvC0e1 .container {
    padding: 0 25px;
  }
}
.cid-uMj0nvC0e1 .row {
  justify-content: center;
}
.cid-uMj0nvC0e1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj0nvC0e1 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj0nvC0e1 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj0nvC0e1 .item .item-wrapper:hover .item-img img,
.cid-uMj0nvC0e1 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj0nvC0e1 .item .item-wrapper {
    display: block;
  }
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj0nvC0e1 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj0nvC0e1 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj0nvC0e1 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj0nvC0e1 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj0nvC0e1 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj0nvC0e1 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj0nvC0e1 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj0nvC0e1 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0nvC0e1 .mbr-section-title {
  color: #000000;
}
.cid-uMj0nvC0e1 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj0nvC0e1 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj0nvC0e1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj0nvC0e1 .item-price {
  color: #000000;
}
.cid-uMj0nvC0e1 .item-title DIV {
  text-align: left;
}
.cid-uMj0nvC0e1 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDZmr53Vge {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDZmr53Vge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZmr53Vge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDZmr53Vge .container {
    padding: 0 25px;
  }
}
.cid-uDZmr53Vge .row {
  justify-content: center;
}
.cid-uDZmr53Vge .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDZmr53Vge .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDZmr53Vge .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDZmr53Vge .item .item-wrapper:hover .item-img img,
.cid-uDZmr53Vge .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDZmr53Vge .item .item-wrapper {
    display: block;
  }
}
.cid-uDZmr53Vge .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDZmr53Vge .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDZmr53Vge .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDZmr53Vge .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDZmr53Vge .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDZmr53Vge .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDZmr53Vge .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDZmr53Vge .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDZmr53Vge .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDZmr53Vge .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDZmr53Vge .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDZmr53Vge .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDZmr53Vge .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDZmr53Vge .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDZmr53Vge .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDZmr53Vge .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDZmr53Vge .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDZmr53Vge .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDZmr53Vge .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDZmr53Vge .mbr-section-title {
  color: #000000;
}
.cid-uDZmr53Vge .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDZmr53Vge .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDZmr53Vge .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDZmr53Vge .item-price {
  color: #000000;
}
.cid-uDZmr53Vge .item-title DIV {
  text-align: left;
}
.cid-uDZmr53Vge mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj0rBBkin {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj0rBBkin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0rBBkin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj0rBBkin .container {
    padding: 0 25px;
  }
}
.cid-uMj0rBBkin .row {
  justify-content: center;
}
.cid-uMj0rBBkin .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj0rBBkin .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj0rBBkin .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj0rBBkin .item .item-wrapper:hover .item-img img,
.cid-uMj0rBBkin .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj0rBBkin .item .item-wrapper {
    display: block;
  }
}
.cid-uMj0rBBkin .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj0rBBkin .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj0rBBkin .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj0rBBkin .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj0rBBkin .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj0rBBkin .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj0rBBkin .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj0rBBkin .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj0rBBkin .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj0rBBkin .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj0rBBkin .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0rBBkin .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj0rBBkin .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj0rBBkin .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj0rBBkin .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj0rBBkin .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj0rBBkin .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj0rBBkin .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj0rBBkin .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0rBBkin .mbr-section-title {
  color: #000000;
}
.cid-uMj0rBBkin .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj0rBBkin .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj0rBBkin .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj0rBBkin .item-price {
  color: #000000;
}
.cid-uMj0rBBkin .item-title DIV {
  text-align: left;
}
.cid-uMj0rBBkin mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDTuYAMmSk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDTuYAMmSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTuYAMmSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDTuYAMmSk .container {
    padding: 0 25px;
  }
}
.cid-uDTuYAMmSk .row {
  justify-content: center;
}
.cid-uDTuYAMmSk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDTuYAMmSk .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDTuYAMmSk .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDTuYAMmSk .item .item-wrapper:hover .item-img img,
.cid-uDTuYAMmSk .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDTuYAMmSk .item .item-wrapper {
    display: block;
  }
}
.cid-uDTuYAMmSk .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDTuYAMmSk .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDTuYAMmSk .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDTuYAMmSk .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDTuYAMmSk .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDTuYAMmSk .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDTuYAMmSk .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDTuYAMmSk .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDTuYAMmSk .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDTuYAMmSk .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDTuYAMmSk .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDTuYAMmSk .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDTuYAMmSk .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDTuYAMmSk .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDTuYAMmSk .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDTuYAMmSk .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDTuYAMmSk .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDTuYAMmSk .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDTuYAMmSk .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDTuYAMmSk .mbr-section-title {
  color: #000000;
}
.cid-uDTuYAMmSk .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDTuYAMmSk .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDTuYAMmSk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDTuYAMmSk .item-price {
  color: #000000;
}
.cid-uDTuYAMmSk .item-title DIV {
  text-align: left;
}
.cid-uDTuYAMmSk mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj0xsG2hP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj0xsG2hP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0xsG2hP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj0xsG2hP .container {
    padding: 0 25px;
  }
}
.cid-uMj0xsG2hP .row {
  justify-content: center;
}
.cid-uMj0xsG2hP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj0xsG2hP .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj0xsG2hP .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj0xsG2hP .item .item-wrapper:hover .item-img img,
.cid-uMj0xsG2hP .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj0xsG2hP .item .item-wrapper {
    display: block;
  }
}
.cid-uMj0xsG2hP .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj0xsG2hP .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj0xsG2hP .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj0xsG2hP .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj0xsG2hP .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj0xsG2hP .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj0xsG2hP .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj0xsG2hP .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj0xsG2hP .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj0xsG2hP .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj0xsG2hP .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0xsG2hP .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj0xsG2hP .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj0xsG2hP .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj0xsG2hP .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj0xsG2hP .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj0xsG2hP .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj0xsG2hP .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj0xsG2hP .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0xsG2hP .mbr-section-title {
  color: #000000;
}
.cid-uMj0xsG2hP .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj0xsG2hP .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj0xsG2hP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj0xsG2hP .item-price {
  color: #000000;
}
.cid-uMj0xsG2hP .item-title DIV {
  text-align: left;
}
.cid-uMj0xsG2hP mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDTuIRBsJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDTuIRBsJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTuIRBsJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDTuIRBsJb .container {
    padding: 0 25px;
  }
}
.cid-uDTuIRBsJb .row {
  justify-content: center;
}
.cid-uDTuIRBsJb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDTuIRBsJb .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDTuIRBsJb .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDTuIRBsJb .item .item-wrapper:hover .item-img img,
.cid-uDTuIRBsJb .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDTuIRBsJb .item .item-wrapper {
    display: block;
  }
}
.cid-uDTuIRBsJb .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDTuIRBsJb .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDTuIRBsJb .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDTuIRBsJb .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDTuIRBsJb .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDTuIRBsJb .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDTuIRBsJb .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDTuIRBsJb .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDTuIRBsJb .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDTuIRBsJb .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDTuIRBsJb .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDTuIRBsJb .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDTuIRBsJb .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDTuIRBsJb .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDTuIRBsJb .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDTuIRBsJb .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDTuIRBsJb .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDTuIRBsJb .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDTuIRBsJb .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDTuIRBsJb .mbr-section-title {
  color: #000000;
}
.cid-uDTuIRBsJb .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDTuIRBsJb .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDTuIRBsJb .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDTuIRBsJb .item-price {
  color: #000000;
}
.cid-uDTuIRBsJb .item-title DIV {
  text-align: left;
}
.cid-uDTuIRBsJb mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj0BME1iU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj0BME1iU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0BME1iU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj0BME1iU .container {
    padding: 0 25px;
  }
}
.cid-uMj0BME1iU .row {
  justify-content: center;
}
.cid-uMj0BME1iU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj0BME1iU .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj0BME1iU .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj0BME1iU .item .item-wrapper:hover .item-img img,
.cid-uMj0BME1iU .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj0BME1iU .item .item-wrapper {
    display: block;
  }
}
.cid-uMj0BME1iU .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj0BME1iU .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj0BME1iU .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj0BME1iU .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj0BME1iU .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj0BME1iU .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj0BME1iU .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj0BME1iU .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj0BME1iU .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj0BME1iU .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj0BME1iU .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0BME1iU .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj0BME1iU .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj0BME1iU .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj0BME1iU .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj0BME1iU .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj0BME1iU .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj0BME1iU .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj0BME1iU .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0BME1iU .mbr-section-title {
  color: #000000;
}
.cid-uMj0BME1iU .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj0BME1iU .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj0BME1iU .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj0BME1iU .item-price {
  color: #000000;
}
.cid-uMj0BME1iU .item-title DIV {
  text-align: left;
}
.cid-uMj0BME1iU mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDTuffN6yc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDTuffN6yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTuffN6yc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDTuffN6yc .container {
    padding: 0 25px;
  }
}
.cid-uDTuffN6yc .row {
  justify-content: center;
}
.cid-uDTuffN6yc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDTuffN6yc .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDTuffN6yc .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDTuffN6yc .item .item-wrapper:hover .item-img img,
.cid-uDTuffN6yc .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDTuffN6yc .item .item-wrapper {
    display: block;
  }
}
.cid-uDTuffN6yc .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDTuffN6yc .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDTuffN6yc .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDTuffN6yc .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDTuffN6yc .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDTuffN6yc .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDTuffN6yc .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDTuffN6yc .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDTuffN6yc .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDTuffN6yc .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDTuffN6yc .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDTuffN6yc .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDTuffN6yc .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDTuffN6yc .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDTuffN6yc .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDTuffN6yc .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDTuffN6yc .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDTuffN6yc .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDTuffN6yc .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDTuffN6yc .mbr-section-title {
  color: #000000;
}
.cid-uDTuffN6yc .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDTuffN6yc .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDTuffN6yc .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDTuffN6yc .item-price {
  color: #000000;
}
.cid-uDTuffN6yc .item-title DIV {
  text-align: left;
}
.cid-uDTuffN6yc mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj0IIZ8Pe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj0IIZ8Pe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0IIZ8Pe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj0IIZ8Pe .container {
    padding: 0 25px;
  }
}
.cid-uMj0IIZ8Pe .row {
  justify-content: center;
}
.cid-uMj0IIZ8Pe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj0IIZ8Pe .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj0IIZ8Pe .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj0IIZ8Pe .item .item-wrapper:hover .item-img img,
.cid-uMj0IIZ8Pe .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj0IIZ8Pe .item .item-wrapper {
    display: block;
  }
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj0IIZ8Pe .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj0IIZ8Pe .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj0IIZ8Pe .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj0IIZ8Pe .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj0IIZ8Pe .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj0IIZ8Pe .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0IIZ8Pe .mbr-section-title {
  color: #000000;
}
.cid-uMj0IIZ8Pe .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj0IIZ8Pe .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj0IIZ8Pe .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj0IIZ8Pe .item-price {
  color: #000000;
}
.cid-uMj0IIZ8Pe .item-title DIV {
  text-align: left;
}
.cid-uMj0IIZ8Pe mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDTtagxNbX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDTtagxNbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTtagxNbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDTtagxNbX .container {
    padding: 0 25px;
  }
}
.cid-uDTtagxNbX .row {
  justify-content: center;
}
.cid-uDTtagxNbX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDTtagxNbX .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDTtagxNbX .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDTtagxNbX .item .item-wrapper:hover .item-img img,
.cid-uDTtagxNbX .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDTtagxNbX .item .item-wrapper {
    display: block;
  }
}
.cid-uDTtagxNbX .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDTtagxNbX .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDTtagxNbX .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDTtagxNbX .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDTtagxNbX .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDTtagxNbX .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDTtagxNbX .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDTtagxNbX .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDTtagxNbX .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDTtagxNbX .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDTtagxNbX .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDTtagxNbX .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDTtagxNbX .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDTtagxNbX .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDTtagxNbX .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDTtagxNbX .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDTtagxNbX .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDTtagxNbX .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDTtagxNbX .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDTtagxNbX .mbr-section-title {
  color: #000000;
}
.cid-uDTtagxNbX .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDTtagxNbX .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDTtagxNbX .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDTtagxNbX .item-price {
  color: #000000;
}
.cid-uDTtagxNbX .item-title DIV {
  text-align: left;
}
.cid-uDTtagxNbX mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj0OdRzli {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj0OdRzli .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0OdRzli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj0OdRzli .container {
    padding: 0 25px;
  }
}
.cid-uMj0OdRzli .row {
  justify-content: center;
}
.cid-uMj0OdRzli .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj0OdRzli .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj0OdRzli .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj0OdRzli .item .item-wrapper:hover .item-img img,
.cid-uMj0OdRzli .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj0OdRzli .item .item-wrapper {
    display: block;
  }
}
.cid-uMj0OdRzli .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj0OdRzli .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj0OdRzli .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj0OdRzli .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj0OdRzli .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj0OdRzli .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj0OdRzli .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj0OdRzli .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj0OdRzli .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj0OdRzli .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj0OdRzli .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0OdRzli .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj0OdRzli .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj0OdRzli .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj0OdRzli .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj0OdRzli .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj0OdRzli .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj0OdRzli .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj0OdRzli .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0OdRzli .mbr-section-title {
  color: #000000;
}
.cid-uMj0OdRzli .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj0OdRzli .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj0OdRzli .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj0OdRzli .item-price {
  color: #000000;
}
.cid-uMj0OdRzli .item-title DIV {
  text-align: left;
}
.cid-uMj0OdRzli mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDHOP9zmlO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDHOP9zmlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDHOP9zmlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDHOP9zmlO .container {
    padding: 0 25px;
  }
}
.cid-uDHOP9zmlO .row {
  justify-content: center;
}
.cid-uDHOP9zmlO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDHOP9zmlO .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDHOP9zmlO .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDHOP9zmlO .item .item-wrapper:hover .item-img img,
.cid-uDHOP9zmlO .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDHOP9zmlO .item .item-wrapper {
    display: block;
  }
}
.cid-uDHOP9zmlO .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDHOP9zmlO .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDHOP9zmlO .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDHOP9zmlO .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDHOP9zmlO .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDHOP9zmlO .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDHOP9zmlO .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDHOP9zmlO .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDHOP9zmlO .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDHOP9zmlO .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDHOP9zmlO .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDHOP9zmlO .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDHOP9zmlO .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDHOP9zmlO .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDHOP9zmlO .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDHOP9zmlO .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDHOP9zmlO .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDHOP9zmlO .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDHOP9zmlO .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDHOP9zmlO .mbr-section-title {
  color: #000000;
}
.cid-uDHOP9zmlO .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDHOP9zmlO .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDHOP9zmlO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDHOP9zmlO .item-price {
  color: #000000;
}
.cid-uDHOP9zmlO .item-title DIV {
  text-align: left;
}
.cid-uDHOP9zmlO mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj0VALGC4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj0VALGC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0VALGC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj0VALGC4 .container {
    padding: 0 25px;
  }
}
.cid-uMj0VALGC4 .row {
  justify-content: center;
}
.cid-uMj0VALGC4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj0VALGC4 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj0VALGC4 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj0VALGC4 .item .item-wrapper:hover .item-img img,
.cid-uMj0VALGC4 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj0VALGC4 .item .item-wrapper {
    display: block;
  }
}
.cid-uMj0VALGC4 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj0VALGC4 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj0VALGC4 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj0VALGC4 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj0VALGC4 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj0VALGC4 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj0VALGC4 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj0VALGC4 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj0VALGC4 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj0VALGC4 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj0VALGC4 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0VALGC4 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj0VALGC4 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj0VALGC4 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj0VALGC4 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj0VALGC4 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj0VALGC4 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj0VALGC4 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj0VALGC4 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0VALGC4 .mbr-section-title {
  color: #000000;
}
.cid-uMj0VALGC4 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj0VALGC4 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj0VALGC4 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj0VALGC4 .item-price {
  color: #000000;
}
.cid-uMj0VALGC4 .item-title DIV {
  text-align: left;
}
.cid-uMj0VALGC4 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDNT75ywE1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDNT75ywE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNT75ywE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDNT75ywE1 .container {
    padding: 0 25px;
  }
}
.cid-uDNT75ywE1 .row {
  justify-content: center;
}
.cid-uDNT75ywE1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDNT75ywE1 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDNT75ywE1 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDNT75ywE1 .item .item-wrapper:hover .item-img img,
.cid-uDNT75ywE1 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDNT75ywE1 .item .item-wrapper {
    display: block;
  }
}
.cid-uDNT75ywE1 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDNT75ywE1 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDNT75ywE1 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDNT75ywE1 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDNT75ywE1 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDNT75ywE1 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDNT75ywE1 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDNT75ywE1 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDNT75ywE1 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDNT75ywE1 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDNT75ywE1 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDNT75ywE1 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDNT75ywE1 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDNT75ywE1 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDNT75ywE1 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDNT75ywE1 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDNT75ywE1 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDNT75ywE1 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDNT75ywE1 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDNT75ywE1 .mbr-section-title {
  color: #000000;
}
.cid-uDNT75ywE1 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDNT75ywE1 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDNT75ywE1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDNT75ywE1 .item-price {
  color: #000000;
}
.cid-uDNT75ywE1 .item-title DIV {
  text-align: left;
}
.cid-uDNT75ywE1 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj0ZrC15I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj0ZrC15I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0ZrC15I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj0ZrC15I .container {
    padding: 0 25px;
  }
}
.cid-uMj0ZrC15I .row {
  justify-content: center;
}
.cid-uMj0ZrC15I .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj0ZrC15I .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj0ZrC15I .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj0ZrC15I .item .item-wrapper:hover .item-img img,
.cid-uMj0ZrC15I .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj0ZrC15I .item .item-wrapper {
    display: block;
  }
}
.cid-uMj0ZrC15I .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj0ZrC15I .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj0ZrC15I .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj0ZrC15I .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj0ZrC15I .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj0ZrC15I .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj0ZrC15I .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj0ZrC15I .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj0ZrC15I .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj0ZrC15I .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj0ZrC15I .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0ZrC15I .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj0ZrC15I .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj0ZrC15I .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj0ZrC15I .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj0ZrC15I .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj0ZrC15I .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj0ZrC15I .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj0ZrC15I .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj0ZrC15I .mbr-section-title {
  color: #000000;
}
.cid-uMj0ZrC15I .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj0ZrC15I .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj0ZrC15I .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj0ZrC15I .item-price {
  color: #000000;
}
.cid-uMj0ZrC15I .item-title DIV {
  text-align: left;
}
.cid-uMj0ZrC15I mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDNT85yqPv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDNT85yqPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNT85yqPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDNT85yqPv .container {
    padding: 0 25px;
  }
}
.cid-uDNT85yqPv .row {
  justify-content: center;
}
.cid-uDNT85yqPv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDNT85yqPv .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDNT85yqPv .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDNT85yqPv .item .item-wrapper:hover .item-img img,
.cid-uDNT85yqPv .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDNT85yqPv .item .item-wrapper {
    display: block;
  }
}
.cid-uDNT85yqPv .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDNT85yqPv .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDNT85yqPv .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDNT85yqPv .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDNT85yqPv .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDNT85yqPv .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDNT85yqPv .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDNT85yqPv .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDNT85yqPv .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDNT85yqPv .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDNT85yqPv .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDNT85yqPv .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDNT85yqPv .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDNT85yqPv .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDNT85yqPv .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDNT85yqPv .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDNT85yqPv .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDNT85yqPv .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDNT85yqPv .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDNT85yqPv .mbr-section-title {
  color: #000000;
}
.cid-uDNT85yqPv .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDNT85yqPv .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDNT85yqPv .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDNT85yqPv .item-price {
  color: #000000;
}
.cid-uDNT85yqPv .item-title DIV {
  text-align: left;
}
.cid-uDNT85yqPv mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj13eGqLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj13eGqLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj13eGqLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj13eGqLM .container {
    padding: 0 25px;
  }
}
.cid-uMj13eGqLM .row {
  justify-content: center;
}
.cid-uMj13eGqLM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj13eGqLM .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj13eGqLM .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj13eGqLM .item .item-wrapper:hover .item-img img,
.cid-uMj13eGqLM .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj13eGqLM .item .item-wrapper {
    display: block;
  }
}
.cid-uMj13eGqLM .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj13eGqLM .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj13eGqLM .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj13eGqLM .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj13eGqLM .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj13eGqLM .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj13eGqLM .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj13eGqLM .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj13eGqLM .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj13eGqLM .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj13eGqLM .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj13eGqLM .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj13eGqLM .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj13eGqLM .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj13eGqLM .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj13eGqLM .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj13eGqLM .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj13eGqLM .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj13eGqLM .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj13eGqLM .mbr-section-title {
  color: #000000;
}
.cid-uMj13eGqLM .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj13eGqLM .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj13eGqLM .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj13eGqLM .item-price {
  color: #000000;
}
.cid-uMj13eGqLM .item-title DIV {
  text-align: left;
}
.cid-uMj13eGqLM mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDNT9kxShS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDNT9kxShS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNT9kxShS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDNT9kxShS .container {
    padding: 0 25px;
  }
}
.cid-uDNT9kxShS .row {
  justify-content: center;
}
.cid-uDNT9kxShS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDNT9kxShS .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDNT9kxShS .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDNT9kxShS .item .item-wrapper:hover .item-img img,
.cid-uDNT9kxShS .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDNT9kxShS .item .item-wrapper {
    display: block;
  }
}
.cid-uDNT9kxShS .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDNT9kxShS .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDNT9kxShS .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDNT9kxShS .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDNT9kxShS .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDNT9kxShS .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDNT9kxShS .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDNT9kxShS .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDNT9kxShS .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDNT9kxShS .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDNT9kxShS .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDNT9kxShS .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDNT9kxShS .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDNT9kxShS .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDNT9kxShS .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDNT9kxShS .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDNT9kxShS .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDNT9kxShS .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDNT9kxShS .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDNT9kxShS .mbr-section-title {
  color: #000000;
}
.cid-uDNT9kxShS .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDNT9kxShS .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDNT9kxShS .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDNT9kxShS .item-price {
  color: #000000;
}
.cid-uDNT9kxShS .item-title DIV {
  text-align: left;
}
.cid-uDNT9kxShS mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj16TA2cL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj16TA2cL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj16TA2cL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj16TA2cL .container {
    padding: 0 25px;
  }
}
.cid-uMj16TA2cL .row {
  justify-content: center;
}
.cid-uMj16TA2cL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj16TA2cL .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj16TA2cL .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj16TA2cL .item .item-wrapper:hover .item-img img,
.cid-uMj16TA2cL .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj16TA2cL .item .item-wrapper {
    display: block;
  }
}
.cid-uMj16TA2cL .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj16TA2cL .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj16TA2cL .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj16TA2cL .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj16TA2cL .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj16TA2cL .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj16TA2cL .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj16TA2cL .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj16TA2cL .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj16TA2cL .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj16TA2cL .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj16TA2cL .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj16TA2cL .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj16TA2cL .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj16TA2cL .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj16TA2cL .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj16TA2cL .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj16TA2cL .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj16TA2cL .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj16TA2cL .mbr-section-title {
  color: #000000;
}
.cid-uMj16TA2cL .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj16TA2cL .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj16TA2cL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj16TA2cL .item-price {
  color: #000000;
}
.cid-uMj16TA2cL .item-title DIV {
  text-align: left;
}
.cid-uMj16TA2cL mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDNTaKXcem {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDNTaKXcem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNTaKXcem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDNTaKXcem .container {
    padding: 0 25px;
  }
}
.cid-uDNTaKXcem .row {
  justify-content: center;
}
.cid-uDNTaKXcem .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDNTaKXcem .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDNTaKXcem .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDNTaKXcem .item .item-wrapper:hover .item-img img,
.cid-uDNTaKXcem .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDNTaKXcem .item .item-wrapper {
    display: block;
  }
}
.cid-uDNTaKXcem .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDNTaKXcem .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDNTaKXcem .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDNTaKXcem .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDNTaKXcem .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDNTaKXcem .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDNTaKXcem .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDNTaKXcem .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDNTaKXcem .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDNTaKXcem .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDNTaKXcem .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDNTaKXcem .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDNTaKXcem .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDNTaKXcem .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDNTaKXcem .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDNTaKXcem .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDNTaKXcem .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDNTaKXcem .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDNTaKXcem .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDNTaKXcem .mbr-section-title {
  color: #000000;
}
.cid-uDNTaKXcem .item-title {
  color: #000000;
  text-align: left;
}
.cid-uDNTaKXcem .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDNTaKXcem .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDNTaKXcem .item-price {
  color: #000000;
}
.cid-uDNTaKXcem .item-title DIV {
  text-align: left;
}
.cid-uDNTaKXcem mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj1b7G0So {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj1b7G0So .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj1b7G0So .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj1b7G0So .container {
    padding: 0 25px;
  }
}
.cid-uMj1b7G0So .row {
  justify-content: center;
}
.cid-uMj1b7G0So .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj1b7G0So .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj1b7G0So .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj1b7G0So .item .item-wrapper:hover .item-img img,
.cid-uMj1b7G0So .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj1b7G0So .item .item-wrapper {
    display: block;
  }
}
.cid-uMj1b7G0So .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj1b7G0So .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj1b7G0So .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj1b7G0So .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj1b7G0So .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj1b7G0So .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj1b7G0So .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj1b7G0So .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj1b7G0So .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj1b7G0So .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj1b7G0So .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj1b7G0So .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj1b7G0So .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj1b7G0So .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj1b7G0So .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj1b7G0So .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj1b7G0So .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj1b7G0So .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj1b7G0So .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj1b7G0So .mbr-section-title {
  color: #000000;
}
.cid-uMj1b7G0So .item-title {
  color: #000000;
  text-align: left;
}
.cid-uMj1b7G0So .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj1b7G0So .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj1b7G0So .item-price {
  color: #000000;
}
.cid-uMj1b7G0So .item-title DIV {
  text-align: left;
}
.cid-uMj1b7G0So mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uDNTcqbnL1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDNTcqbnL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNTcqbnL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDNTcqbnL1 .container {
    padding: 0 25px;
  }
}
.cid-uDNTcqbnL1 .row {
  justify-content: center;
}
.cid-uDNTcqbnL1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDNTcqbnL1 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uDNTcqbnL1 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDNTcqbnL1 .item .item-wrapper:hover .item-img img,
.cid-uDNTcqbnL1 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDNTcqbnL1 .item .item-wrapper {
    display: block;
  }
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDNTcqbnL1 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDNTcqbnL1 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDNTcqbnL1 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDNTcqbnL1 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDNTcqbnL1 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDNTcqbnL1 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDNTcqbnL1 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uDNTcqbnL1 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDNTcqbnL1 .mbr-section-title {
  color: #000000;
}
.cid-uDNTcqbnL1 .item-title {
  color: #232323;
  text-align: left;
}
.cid-uDNTcqbnL1 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uDNTcqbnL1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDNTcqbnL1 .item-price {
  color: #000000;
}
.cid-uDNTcqbnL1 .item-title DIV {
  text-align: left;
}
.cid-uDNTcqbnL1 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uMj1eNqVsf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj1eNqVsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj1eNqVsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj1eNqVsf .container {
    padding: 0 25px;
  }
}
.cid-uMj1eNqVsf .row {
  justify-content: center;
}
.cid-uMj1eNqVsf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMj1eNqVsf .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uMj1eNqVsf .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uMj1eNqVsf .item .item-wrapper:hover .item-img img,
.cid-uMj1eNqVsf .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uMj1eNqVsf .item .item-wrapper {
    display: block;
  }
}
.cid-uMj1eNqVsf .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uMj1eNqVsf .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uMj1eNqVsf .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uMj1eNqVsf .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uMj1eNqVsf .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMj1eNqVsf .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMj1eNqVsf .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uMj1eNqVsf .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uMj1eNqVsf .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uMj1eNqVsf .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uMj1eNqVsf .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uMj1eNqVsf .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uMj1eNqVsf .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uMj1eNqVsf .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uMj1eNqVsf .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uMj1eNqVsf .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uMj1eNqVsf .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uMj1eNqVsf .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uMj1eNqVsf .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uMj1eNqVsf .mbr-section-title {
  color: #000000;
}
.cid-uMj1eNqVsf .item-title {
  color: #232323;
  text-align: left;
}
.cid-uMj1eNqVsf .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uMj1eNqVsf .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMj1eNqVsf .item-price {
  color: #000000;
}
.cid-uMj1eNqVsf .item-title DIV {
  text-align: left;
}
.cid-uMj1eNqVsf mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uE0IP4crM9 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE0IP4crM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0IP4crM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE0IP4crM9 .container {
    padding: 0 16px;
  }
}
.cid-uE0IP4crM9 .row {
  justify-content: center;
}
.cid-uE0IP4crM9 .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE0IP4crM9 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE0IP4crM9 .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE0IP4crM9 .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE0IP4crM9 .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE0IP4crM9 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE0IP4crM9 .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uDNWagd986 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBvNw04jh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uBvNw04jh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvNw04jh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uBvNw04jh5 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBvNw04jh5 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uBvNw04jh5 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:hover,
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBvNw04jh5 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uBvNw04jh5 .mbr-desc {
  color: #ffffff;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .text-wrapper {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .list {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uBvNw04jh5 .list,
.cid-uBvNw04jh5 .item-wrap {
  color: #fcfbf6;
}
.cid-uBvNw04jh5 weis {
  color: #ffffff;
}
.cid-uBvNw04jh5 h22 {
  color: #ff6600;
}
.cid-uBvNw04jh5 black {
  color: #000000;
}
.cid-uBvNw04jh5 klein {
  font-size: 12px;
}
.cid-uBvNw04jh5 blau {
  color: #EEEADA;
}
.cid-uBvNw04jh5 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBvNw04jh5 .mbr-desc,
.cid-uBvNw04jh5 .content-wrapper {
  color: #f0ecdc;
}
.cid-uBvNw04jh5 pod {
  font-size: 16px;
}
.cid-uPlqq1BtTK.popup-builder {
  background-color: #ffffff;
}
.cid-uPlqq1BtTK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPlqq1BtTK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPlqq1BtTK .modal-content,
.cid-uPlqq1BtTK .modal-dialog {
  height: auto;
}
.cid-uPlqq1BtTK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPlqq1BtTK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPlqq1BtTK .form-wrapper .mbr-form .form-group,
  .cid-uPlqq1BtTK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPlqq1BtTK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPlqq1BtTK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPlqq1BtTK .mbr-text {
  text-align: center;
}
.cid-uPlqq1BtTK .pt-0 {
  padding-top: 0 !important;
}
.cid-uPlqq1BtTK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPlqq1BtTK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPlqq1BtTK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPlqq1BtTK .modal-open {
  overflow: hidden;
}
.cid-uPlqq1BtTK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPlqq1BtTK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPlqq1BtTK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPlqq1BtTK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPlqq1BtTK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPlqq1BtTK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPlqq1BtTK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPlqq1BtTK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPlqq1BtTK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPlqq1BtTK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPlqq1BtTK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPlqq1BtTK .modal-backdrop.show {
  opacity: .5;
}
.cid-uPlqq1BtTK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uPlqq1BtTK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPlqq1BtTK .modal-header {
    padding: 1rem;
  }
}
.cid-uPlqq1BtTK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPlqq1BtTK .modal-header .close svg {
  fill: #353535;
}
.cid-uPlqq1BtTK .modal-header .close:hover {
  opacity: 1;
}
.cid-uPlqq1BtTK .modal-header .close:focus {
  outline: none;
}
.cid-uPlqq1BtTK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPlqq1BtTK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPlqq1BtTK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPlqq1BtTK .modal-body {
    padding: 1rem;
  }
}
.cid-uPlqq1BtTK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPlqq1BtTK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPlqq1BtTK .modal-footer {
    padding: 1rem;
  }
}
.cid-uPlqq1BtTK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPlqq1BtTK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPlqq1BtTK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPlqq1BtTK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPlqq1BtTK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPlqq1BtTK .modal-lg,
  .cid-uPlqq1BtTK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPlqq1BtTK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPlqq1BtTK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPlqq1BtTK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPlqq1BtTK .form-group {
  margin-bottom: 1rem;
}
.cid-uPlqq1BtTK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPlqq1BtTK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPlqq1BtTK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPlqq1BtTK .mbr-section-btn {
  margin: 0;
}
.cid-uPlqq1BtTK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkKeL5QNU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uDkKeL5QNU .card-box {
  padding: 0rem;
}
.cid-uDkKeL5QNU .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uDkKeL5QNU .card {
  padding: 0;
  margin: auto;
}
.cid-uDkKeL5QNU .card-img {
  height: 240px;
}
.cid-uDkKeL5QNU .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDkKeL5QNU .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uDkKeL5QNU .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDkKeL5QNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkKeL5QNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkKeL5QNU .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDkKeL5QNU ora {
  color: #7f9cb5;
}
.cid-uEbLuJ8Afa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEbLuJ8Afa {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uEbLuJ8Afa .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uEbLuJ8Afa .mbr-text {
  text-align: left;
  color: #353535;
}
.cid-uEbLuJ8Afa p2 {
  text-align: left;
  font-size: 42px;
  color: #ff00ff;
}
.cid-uBr6KL9ZKO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBr6KL9ZKO {
    padding-top: 3px;
    padding-bottom: 2px;
  }
}
.cid-uBr6KL9ZKO .mbr-section-subtitle {
  color: #000000;
}
.cid-uBr6KL9ZKO grau {
  color: #333333;
  font-size: 28px;
  line-height: 22px;
}
.cid-uE1UkNAgfs {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1UkNAgfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1UkNAgfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1UkNAgfs .container {
    padding: 0 16px;
  }
}
.cid-uE1UkNAgfs .row {
  justify-content: center;
}
.cid-uE1UkNAgfs .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1UkNAgfs .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1UkNAgfs .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1UkNAgfs .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1UkNAgfs .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1UkNAgfs .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1UkNAgfs .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uBvNw04jh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uBvNw04jh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvNw04jh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uBvNw04jh5 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBvNw04jh5 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uBvNw04jh5 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:hover,
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBvNw04jh5 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uBvNw04jh5 .mbr-desc {
  color: #ffffff;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .text-wrapper {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .list {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uBvNw04jh5 .list,
.cid-uBvNw04jh5 .item-wrap {
  color: #fcfbf6;
}
.cid-uBvNw04jh5 weis {
  color: #ffffff;
}
.cid-uBvNw04jh5 h22 {
  color: #ff6600;
}
.cid-uBvNw04jh5 black {
  color: #000000;
}
.cid-uBvNw04jh5 klein {
  font-size: 12px;
}
.cid-uBvNw04jh5 blau {
  color: #EEEADA;
}
.cid-uBvNw04jh5 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBvNw04jh5 .mbr-desc,
.cid-uBvNw04jh5 .content-wrapper {
  color: #f0ecdc;
}
.cid-uBvNw04jh5 pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkLo55Wv9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/x5.jpg");
}
.cid-uDkLo55Wv9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uDkLo55Wv9 p {
  color: #767676;
  text-align: left;
}
.cid-uDkLo55Wv9 .card-box {
  padding-top: 2rem;
}
.cid-uDkLo55Wv9 .card-wrapper {
  height: 100%;
}
.cid-uDkLo55Wv9 .card-title {
  text-align: center;
}
.cid-uDkLo55Wv9 .card-img {
  height: 280px;
  width: 280px;
}
.cid-utgdqWPfbC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utgdqWPfbC .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-utgdqWPfbC .mbr-text {
  text-align: left;
  color: #ff00ff;
}
.cid-utgdqWPfbC rot {
  color: #8f0505;
}
.cid-uBE3bYy79d {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBE3bYy79d {
    padding-top: 30px;
    padding-bottom: 3px;
  }
}
.cid-uBE3bYy79d .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #12687f;
}
@media (max-width: 767px) {
  .cid-uBE3bYy79d .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uBE3bYy79d .mbr-section-title {
  color: #fafafa;
}
.cid-uBE3bYy79d .mbr-section-subtitle {
  margin-top: 16px;
  color: #f9f9f9;
}
.cid-uBE3bYy79d .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-uBE3bYy79d .item-footer {
  margin-top: 16px;
}
.cid-uBE3bYy79d .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-uBE3bYy79d .items-row {
  row-gap: 48px;
}
.cid-uBE3bYy79d .item {
  cursor: pointer;
}
.cid-uBE3bYy79d .item:focus,
.cid-uBE3bYy79d span:focus {
  outline: none;
}
.cid-uBE3bYy79d .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uBE3bYy79d .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uBE3bYy79d .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uBE3bYy79d .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-uBE3bYy79d .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uBE3bYy79d .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uBE3bYy79d img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-uBE3bYy79d .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #efefef;
}
.cid-uBE3bYy79d .item-title {
  color: #24262b;
}
.cid-uBE3bYy79d .item-subtitle {
  color: #24262b;
  margin-top: 6px;
}
.cid-uBE3bYy79d .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-uBLdmjEFDP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-uBLdmjEFDP .line {
  background-color: #6592e6;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uBLdmjEFDP .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uBLdmjEFDP magenta {
  color: #ff00ff;
  font-family: FiraSansCondensed-Light;
  font-size: 20px;
  font-weight: bold;
}
.cid-uBLdmjEFDP black {
  color: #000000;
  font-family: FiraSansCondensed-Light;
  font-size: 24px;
  font-weight: bold;
}
.cid-uBLdmjEFDP klein {
  color: #8c8c8c;
  font-family: FiraSansCondensed-Light;
  font-size: 13px;
}
.cid-uBLdmjEFDP gruen {
  color: #00875a;
  font-family: FiraSansCondensed-Light;
  font-weight: bold;
}
.cid-uBLdmjEFDP gruen1 {
  color: #00875a;
  font-family: FiraSansCondensed-Light;
  font-weight: bold;
  font-size: 24px;
}
.cid-uBLdmjEFDP klein1 {
  color: #333333;
  font-family: FiraSansCondensed-Light;
  font-size: 13px;
}
.cid-uBLdmjEFDP klein3 {
  color: #333333;
  font-family: FiraSansCondensed-Light;
  font-size: 20px;
  font-weight: bold;
}
.cid-uBLdmjEFDP klein4 {
  color: #333333;
  font-family: FiraSansCondensed-Light;
  font-size: 16px;
  font-weight: bold;
}
.cid-uE1UXzXyeI {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1UXzXyeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1UXzXyeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1UXzXyeI .container {
    padding: 0 16px;
  }
}
.cid-uE1UXzXyeI .row {
  justify-content: center;
}
.cid-uE1UXzXyeI .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1UXzXyeI .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1UXzXyeI .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1UXzXyeI .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1UXzXyeI .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1UXzXyeI .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1UXzXyeI .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-utgdqUw8He {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utgdqUw8He .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-utgdqUw8He .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #efefef;
}
@media (max-width: 768px) {
  .cid-utgdqUw8He .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-utgdqUw8He .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-utgdqUw8He .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uBvNw04jh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uBvNw04jh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvNw04jh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uBvNw04jh5 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBvNw04jh5 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uBvNw04jh5 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:hover,
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBvNw04jh5 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uBvNw04jh5 .mbr-desc {
  color: #ffffff;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .text-wrapper {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .list {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uBvNw04jh5 .list,
.cid-uBvNw04jh5 .item-wrap {
  color: #fcfbf6;
}
.cid-uBvNw04jh5 weis {
  color: #ffffff;
}
.cid-uBvNw04jh5 h22 {
  color: #ff6600;
}
.cid-uBvNw04jh5 black {
  color: #000000;
}
.cid-uBvNw04jh5 klein {
  font-size: 12px;
}
.cid-uBvNw04jh5 blau {
  color: #EEEADA;
}
.cid-uBvNw04jh5 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBvNw04jh5 .mbr-desc,
.cid-uBvNw04jh5 .content-wrapper {
  color: #f0ecdc;
}
.cid-uBvNw04jh5 pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkLsptKRR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/x5.jpg");
}
.cid-uDkLsptKRR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uDkLsptKRR p {
  color: #767676;
  text-align: left;
}
.cid-uDkLsptKRR .card-box {
  padding-top: 2rem;
}
.cid-uDkLsptKRR .card-wrapper {
  height: 100%;
}
.cid-uDkLsptKRR .card-title {
  text-align: center;
}
.cid-uDkLsptKRR .card-img {
  height: 280px;
  width: 280px;
}
.cid-utgdqogtBG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utgdqogtBG {
    padding-top: 12px;
    padding-bottom: 1px;
  }
}
.cid-utgdqogtBG .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-utgdqogtBG .mbr-text {
  text-align: left;
  color: #ff00ff;
}
.cid-utgdqogtBG rot {
  color: #8f0505;
}
.cid-utgnZBz7Nw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utgnZBz7Nw {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-utgnZBz7Nw {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-utgnZBz7Nw .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-utgnZBz7Nw .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-utgnZBz7Nw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-utgnZBz7Nw .inner-container {
    width: 100% !important;
  }
}
.cid-uE1V16aaNx {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1V16aaNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1V16aaNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1V16aaNx .container {
    padding: 0 16px;
  }
}
.cid-uE1V16aaNx .row {
  justify-content: center;
}
.cid-uE1V16aaNx .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1V16aaNx .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1V16aaNx .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1V16aaNx .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1V16aaNx .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1V16aaNx .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1V16aaNx .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uBvNw04jh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uBvNw04jh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvNw04jh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uBvNw04jh5 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBvNw04jh5 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uBvNw04jh5 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:hover,
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBvNw04jh5 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uBvNw04jh5 .mbr-desc {
  color: #ffffff;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .text-wrapper {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .list {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uBvNw04jh5 .list,
.cid-uBvNw04jh5 .item-wrap {
  color: #fcfbf6;
}
.cid-uBvNw04jh5 weis {
  color: #ffffff;
}
.cid-uBvNw04jh5 h22 {
  color: #ff6600;
}
.cid-uBvNw04jh5 black {
  color: #000000;
}
.cid-uBvNw04jh5 klein {
  font-size: 12px;
}
.cid-uBvNw04jh5 blau {
  color: #EEEADA;
}
.cid-uBvNw04jh5 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBvNw04jh5 .mbr-desc,
.cid-uBvNw04jh5 .content-wrapper {
  color: #f0ecdc;
}
.cid-uBvNw04jh5 pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkLAnpZam {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/x5.jpg");
}
.cid-uDkLAnpZam h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uDkLAnpZam p {
  color: #767676;
  text-align: left;
}
.cid-uDkLAnpZam .card-box {
  padding-top: 2rem;
}
.cid-uDkLAnpZam .card-wrapper {
  height: 100%;
}
.cid-uDkLAnpZam .card-title {
  text-align: center;
}
.cid-uDkLAnpZam .card-img {
  height: 280px;
  width: 280px;
}
.cid-uC9EnZNggQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC9EnZNggQ .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uC9EnZNggQ .mbr-text {
  text-align: left;
  color: #ff00ff;
}
.cid-uC9EnZNggQ rot {
  color: #8f0505;
}
.cid-utgpCce6Gx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utgpCce6Gx .line {
  background-color: #d0b111;
  color: #d0b111;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-utgpCce6Gx .section-text {
  padding: 0.1rem 0;
  text-align: left;
  color: #116980;
}
.cid-utgpCce6Gx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-utgpCce6Gx .inner-container {
    width: 100% !important;
  }
}
.cid-utgpMEwTC8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fdfdfd;
}
@media (max-width: 991px) {
  .cid-utgpMEwTC8 {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-utgpMEwTC8 H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-utgpMEwTC8 .mbr-text,
.cid-utgpMEwTC8 .mbr-section-btn {
  color: #716c80;
}
.cid-utgpMEwTC8 H3 {
  color: #716c80;
}
.cid-utgpMEwTC8 .row {
  justify-content: space-between;
}
.cid-utgpMEwTC8 .col-lg-6 {
  max-width: 500px;
}
.cid-utgpMEwTC8 .title2 {
  text-align: left;
  color: #116980;
  font-size: 26px;
}
.cid-utgpMEwTC8 .text2,
.cid-utgpMEwTC8 .btn2 {
  text-align: left;
  color: #000000;
}
.cid-utgpMEwTC8 .title1 {
  color: #116980;
  font-size: 26px;
  text-align: left;
}
.cid-utgpMEwTC8 .text1,
.cid-utgpMEwTC8 .btn1 {
  text-align: left;
  color: #000000;
}
.cid-utgpMEwTC8 .title2 DIV {
  text-align: left;
}
.cid-utgpQx0YCp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f8;
}
.cid-utgpQx0YCp H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-utgpQx0YCp .mbr-text,
.cid-utgpQx0YCp .mbr-section-btn {
  color: #716c80;
}
.cid-utgpQx0YCp H3 {
  color: #716c80;
}
.cid-utgpQx0YCp .row {
  justify-content: space-between;
}
.cid-utgpQx0YCp .col-lg-6 {
  max-width: 500px;
}
.cid-utgpQx0YCp .title2 {
  text-align: left;
  color: #116980;
  font-size: 26px;
}
.cid-utgpQx0YCp .text2,
.cid-utgpQx0YCp .btn2 {
  text-align: left;
  color: #000000;
}
.cid-utgpQx0YCp .title1 {
  color: #116980;
  font-size: 26px;
  text-align: left;
}
.cid-utgpQx0YCp .text1,
.cid-utgpQx0YCp .btn1 {
  text-align: left;
  color: #000000;
}
.cid-utgpQx0YCp .title2 DIV {
  text-align: left;
}
.cid-utgpR1a9eX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utgpR1a9eX H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-utgpR1a9eX .mbr-text,
.cid-utgpR1a9eX .mbr-section-btn {
  color: #716c80;
}
.cid-utgpR1a9eX H3 {
  color: #716c80;
}
.cid-utgpR1a9eX .row {
  justify-content: space-between;
}
.cid-utgpR1a9eX .col-lg-6 {
  max-width: 500px;
}
.cid-utgpR1a9eX .title2 {
  text-align: left;
  color: #116980;
  font-size: 26px;
}
.cid-utgpR1a9eX .text2,
.cid-utgpR1a9eX .btn2 {
  text-align: left;
  color: #116980;
}
.cid-utgpR1a9eX .title1 {
  color: #116980;
  font-size: 26px;
  text-align: left;
}
.cid-utgpR1a9eX .text1,
.cid-utgpR1a9eX .btn1 {
  text-align: left;
  color: #000000;
}
.cid-utgpR1a9eX .title2 DIV {
  text-align: left;
}
.cid-utgpRp3Spf {
  padding-top: 30px;
  padding-bottom: 35px;
  background-color: #f9f9f8;
}
.cid-utgpRp3Spf H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-utgpRp3Spf .mbr-text,
.cid-utgpRp3Spf .mbr-section-btn {
  color: #716c80;
}
.cid-utgpRp3Spf H3 {
  color: #716c80;
}
.cid-utgpRp3Spf .row {
  justify-content: space-between;
}
.cid-utgpRp3Spf .col-lg-6 {
  max-width: 500px;
}
.cid-utgpRp3Spf .title2 {
  text-align: left;
  color: #116980;
  font-size: 26px;
}
.cid-utgpRp3Spf .text2,
.cid-utgpRp3Spf .btn2 {
  text-align: left;
  color: #000000;
}
.cid-utgpRp3Spf .title1 {
  color: #116980;
  font-size: 26px;
  text-align: left;
}
.cid-utgpRp3Spf .text1,
.cid-utgpRp3Spf .btn1 {
  text-align: left;
  color: #000000;
}
.cid-utgpRp3Spf .title2 DIV {
  text-align: left;
}
.cid-uE1V60pQCD {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1V60pQCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1V60pQCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1V60pQCD .container {
    padding: 0 16px;
  }
}
.cid-uE1V60pQCD .row {
  justify-content: center;
}
.cid-uE1V60pQCD .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1V60pQCD .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1V60pQCD .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1V60pQCD .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1V60pQCD .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1V60pQCD .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1V60pQCD .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uBvNw04jh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uBvNw04jh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvNw04jh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uBvNw04jh5 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBvNw04jh5 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uBvNw04jh5 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:hover,
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBvNw04jh5 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uBvNw04jh5 .mbr-desc {
  color: #ffffff;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .text-wrapper {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .list {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uBvNw04jh5 .list,
.cid-uBvNw04jh5 .item-wrap {
  color: #fcfbf6;
}
.cid-uBvNw04jh5 weis {
  color: #ffffff;
}
.cid-uBvNw04jh5 h22 {
  color: #ff6600;
}
.cid-uBvNw04jh5 black {
  color: #000000;
}
.cid-uBvNw04jh5 klein {
  font-size: 12px;
}
.cid-uBvNw04jh5 blau {
  color: #EEEADA;
}
.cid-uBvNw04jh5 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBvNw04jh5 .mbr-desc,
.cid-uBvNw04jh5 .content-wrapper {
  color: #f0ecdc;
}
.cid-uBvNw04jh5 pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkLE0C9IF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/x5.jpg");
}
.cid-uDkLE0C9IF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uDkLE0C9IF p {
  color: #767676;
  text-align: left;
}
.cid-uDkLE0C9IF .card-box {
  padding-top: 2rem;
}
.cid-uDkLE0C9IF .card-wrapper {
  height: 100%;
}
.cid-uDkLE0C9IF .card-title {
  text-align: center;
}
.cid-uDkLE0C9IF .card-img {
  height: 280px;
  width: 280px;
}
.cid-uBBbmH3Fpq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBBbmH3Fpq .line {
  background-color: #3e4f5d;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uBBbmH3Fpq .mbr-text {
  text-align: left;
  color: #12687f;
}
.cid-uBBbmH3Fpq rot {
  color: #8f0505;
}
.cid-uBBaOfluEA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBBaOfluEA .line {
  background-color: #d0b111;
  color: #d0b111;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uBBaOfluEA .section-text {
  padding: 0.1rem 0;
  text-align: left;
  color: #000000;
}
.cid-uBBaOfluEA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uBBaOfluEA .inner-container {
    width: 100% !important;
  }
}
.cid-uBBaOljbjQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uBBaOljbjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBBaOljbjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBBaOljbjQ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBBaOljbjQ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uBBaOljbjQ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBBaOljbjQ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uBBaOljbjQ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBBaOljbjQ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBBaOljbjQ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBBaOljbjQ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uBBaOljbjQ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uBBaOljbjQ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBBaOljbjQ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uBBaOljbjQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBBaOljbjQ .items-wrapper .card {
  padding: 0 32px;
}
.cid-uBBaOljbjQ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBBaOljbjQ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBBaOljbjQ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBBaOljbjQ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBBaOljbjQ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBBaOljbjQ .list-wrapper .list .item-wrap:hover,
.cid-uBBaOljbjQ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBBaOljbjQ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBBaOljbjQ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBBaOljbjQ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBBaOljbjQ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBBaOljbjQ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBBaOljbjQ .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uBBaOljbjQ .mbr-desc {
  color: #ffffff;
}
.cid-uBBaOljbjQ .mbr-text,
.cid-uBBaOljbjQ .text-wrapper {
  color: #9aa0a6;
}
.cid-uBBaOljbjQ .list {
  color: #9aa0a6;
}
.cid-uBBaOljbjQ .mbr-text,
.cid-uBBaOljbjQ .mbr-section-btn {
  color: #ff00ff;
}
.cid-uBBaOljbjQ .list,
.cid-uBBaOljbjQ .item-wrap {
  color: #fcfbf6;
}
.cid-uBBaOljbjQ weis {
  color: #ffffff;
}
.cid-uBBaOljbjQ h22 {
  color: #ff6600;
}
.cid-uBBaOljbjQ black {
  color: #000000;
}
.cid-uBBaOljbjQ klein {
  font-size: 12px;
}
.cid-uBBaOljbjQ blau {
  color: #EEEADA;
}
.cid-uBBaOljbjQ .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBBaOljbjQ .mbr-desc,
.cid-uBBaOljbjQ .content-wrapper {
  color: #f0ecdc;
}
.cid-uBBaOljbjQ pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkJH4KL2F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uDkJH4KL2F .card-box {
  padding: 0rem;
}
.cid-uDkJH4KL2F .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uDkJH4KL2F .card {
  padding: 0;
  margin: auto;
}
.cid-uDkJH4KL2F .card-img {
  height: 240px;
}
.cid-uDkJH4KL2F .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDkJH4KL2F .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uDkJH4KL2F .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDkJH4KL2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkJH4KL2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkJH4KL2F .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDkJH4KL2F ora {
  color: #7f9cb5;
}
.cid-uEmJfksHOp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEmJfksHOp {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uEmJfksHOp .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uEmJfksHOp .mbr-text {
  text-align: left;
  color: #ff00ff;
}
.cid-uDf2ETHZTL {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDf2ETHZTL {
    padding-top: 9px;
    padding-bottom: 4px;
  }
}
.cid-uDf2ETHZTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2ETHZTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2ETHZTL .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uDf2ETHZTL .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uDf2ETHZTL .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uDf2ETHZTL .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDf2ETHZTL .item {
    margin-bottom: 16px;
  }
}
.cid-uDf2ETHZTL .item:hover .item-wrapper .item-img img,
.cid-uDf2ETHZTL .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uDf2ETHZTL .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDf2ETHZTL .item .item-wrapper {
    display: block;
  }
}
.cid-uDf2ETHZTL .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uDf2ETHZTL .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDf2ETHZTL .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uDf2ETHZTL .item .item-wrapper .item-content .item-title_1,
.cid-uDf2ETHZTL .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uDf2ETHZTL .item .item-wrapper .item-content .item-text_1,
.cid-uDf2ETHZTL .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uDf2ETHZTL .item .item-wrapper .item-img {
  width: 40%;
  overflow: visible;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uDf2ETHZTL .item .item-wrapper .item-img {
    width: 100%;
    height: auto;
  }
}
.cid-uDf2ETHZTL .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDf2ETHZTL .item .item-wrapper .item-img img {
    height: auto;
    max-height: 350px;
  }
}
.cid-uDf2ETHZTL .item .card_1 {
  background-color: #edc2ed;
}
.cid-uDf2ETHZTL .item .card_2 {
  background-color: #f0e6c3;
}
.cid-uDf2ETHZTL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDf2ETHZTL .item-title_1 {
  color: #232323;
}
.cid-uDf2ETHZTL .item-title_2 {
  color: #232323;
}
.cid-uDf2ETHZTL .item-text_1 {
  color: #ffffff;
}
.cid-uDf2ETHZTL .item-text_2 {
  color: #12b82e;
}
.cid-uDf2ETHZTL .item-text_2,
.cid-uDf2ETHZTL .mbr-section-btn {
  color: #232323;
}
.cid-uDf2ETHZTL .item-text_1,
.cid-uDf2ETHZTL .mbr-section-btn {
  color: #232323;
}
.cid-uDf2ETHZTL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDf2ETHZTL magenta {
  color: #ff00ff;
}
.cid-uE1Ud2Ajxy {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1Ud2Ajxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1Ud2Ajxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1Ud2Ajxy .container {
    padding: 0 16px;
  }
}
.cid-uE1Ud2Ajxy .row {
  justify-content: center;
}
.cid-uE1Ud2Ajxy .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1Ud2Ajxy .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1Ud2Ajxy .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1Ud2Ajxy .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1Ud2Ajxy .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1Ud2Ajxy .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1Ud2Ajxy .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uDd6nsjxZz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDd6nsjxZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDd6nsjxZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDd6nsjxZz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDd6nsjxZz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDd6nsjxZz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDd6nsjxZz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDd6nsjxZz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDd6nsjxZz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDd6nsjxZz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDd6nsjxZz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDd6nsjxZz .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDd6nsjxZz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDd6nsjxZz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDd6nsjxZz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDd6nsjxZz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDd6nsjxZz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDd6nsjxZz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDd6nsjxZz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDd6nsjxZz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDd6nsjxZz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDd6nsjxZz .list-wrapper .list .item-wrap:hover,
.cid-uDd6nsjxZz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDd6nsjxZz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDd6nsjxZz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDd6nsjxZz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDd6nsjxZz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDd6nsjxZz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDd6nsjxZz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDd6nsjxZz .mbr-desc {
  color: #ffffff;
}
.cid-uDd6nsjxZz .mbr-text,
.cid-uDd6nsjxZz .text-wrapper {
  color: #9aa0a6;
}
.cid-uDd6nsjxZz .list {
  color: #9aa0a6;
}
.cid-uDd6nsjxZz .mbr-text,
.cid-uDd6nsjxZz .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDd6nsjxZz .list,
.cid-uDd6nsjxZz .item-wrap {
  color: #fcfbf6;
}
.cid-uDd6nsjxZz weis {
  color: #ffffff;
}
.cid-uDd6nsjxZz h22 {
  color: #ff6600;
}
.cid-uDd6nsjxZz black {
  color: #000000;
}
.cid-uDd6nsjxZz klein {
  font-size: 12px;
}
.cid-uDd6nsjxZz blau {
  color: #EEEADA;
}
.cid-uDd6nsjxZz .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDd6nsjxZz .mbr-desc,
.cid-uDd6nsjxZz .content-wrapper {
  color: #f0ecdc;
}
.cid-uDd6nsjxZz pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkK9vFa94 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uDkK9vFa94 .card-box {
  padding: 0rem;
}
.cid-uDkK9vFa94 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uDkK9vFa94 .card {
  padding: 0;
  margin: auto;
}
.cid-uDkK9vFa94 .card-img {
  height: 240px;
}
.cid-uDkK9vFa94 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDkK9vFa94 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uDkK9vFa94 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDkK9vFa94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkK9vFa94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkK9vFa94 .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDkK9vFa94 ora {
  color: #7f9cb5;
}
.cid-uDd6U790FL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDd6U790FL {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uDd6U790FL .line {
  background-color: #6592e6;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uDd6U790FL .mbr-text {
  text-align: left;
  color: #ff00ff;
}
.cid-uDd6U7EKhW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDd6U7EKhW {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-uDd6U7EKhW .mbr-section-subtitle {
  color: #000000;
}
.cid-uDd6U7EKhW grau {
  color: #333333;
  font-size: 28px;
  line-height: 22px;
}
.cid-uE1UilMeb5 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1UilMeb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1UilMeb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1UilMeb5 .container {
    padding: 0 16px;
  }
}
.cid-uE1UilMeb5 .row {
  justify-content: center;
}
.cid-uE1UilMeb5 .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1UilMeb5 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1UilMeb5 .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1UilMeb5 .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1UilMeb5 .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1UilMeb5 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1UilMeb5 .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uDd6UbKaw6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDd6UbKaw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDd6UbKaw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDd6UbKaw6 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDd6UbKaw6 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDd6UbKaw6 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDd6UbKaw6 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDd6UbKaw6 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDd6UbKaw6 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDd6UbKaw6 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDd6UbKaw6 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDd6UbKaw6 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDd6UbKaw6 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDd6UbKaw6 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDd6UbKaw6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDd6UbKaw6 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDd6UbKaw6 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDd6UbKaw6 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDd6UbKaw6 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDd6UbKaw6 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDd6UbKaw6 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDd6UbKaw6 .list-wrapper .list .item-wrap:hover,
.cid-uDd6UbKaw6 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDd6UbKaw6 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDd6UbKaw6 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDd6UbKaw6 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDd6UbKaw6 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDd6UbKaw6 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDd6UbKaw6 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDd6UbKaw6 .mbr-desc {
  color: #ffffff;
}
.cid-uDd6UbKaw6 .mbr-text,
.cid-uDd6UbKaw6 .text-wrapper {
  color: #9aa0a6;
}
.cid-uDd6UbKaw6 .list {
  color: #9aa0a6;
}
.cid-uDd6UbKaw6 .mbr-text,
.cid-uDd6UbKaw6 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDd6UbKaw6 .list,
.cid-uDd6UbKaw6 .item-wrap {
  color: #fcfbf6;
}
.cid-uDd6UbKaw6 weis {
  color: #ffffff;
}
.cid-uDd6UbKaw6 h22 {
  color: #ff6600;
}
.cid-uDd6UbKaw6 black {
  color: #000000;
}
.cid-uDd6UbKaw6 klein {
  font-size: 12px;
}
.cid-uDd6UbKaw6 blau {
  color: #EEEADA;
}
.cid-uDd6UbKaw6 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDd6UbKaw6 .mbr-desc,
.cid-uDd6UbKaw6 .content-wrapper {
  color: #f0ecdc;
}
.cid-uDd6UbKaw6 pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkK2JKwUb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uDkK2JKwUb .card-box {
  padding: 0rem;
}
.cid-uDkK2JKwUb .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uDkK2JKwUb .card {
  padding: 0;
  margin: auto;
}
.cid-uDkK2JKwUb .card-img {
  height: 240px;
}
.cid-uDkK2JKwUb .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDkK2JKwUb .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uDkK2JKwUb .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDkK2JKwUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkK2JKwUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkK2JKwUb .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDkK2JKwUb ora {
  color: #7f9cb5;
}
.cid-uBy56ptul6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBy56ptul6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uBy56ptul6 .line {
  background-color: #6592e6;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uBy56ptul6 .mbr-text {
  text-align: left;
  color: #ff00ff;
}
.cid-uBr69lRFAt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBr69lRFAt {
    padding-top: 6px;
    padding-bottom: 5px;
  }
}
.cid-uBr69lRFAt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBr69lRFAt grau {
  color: #333333;
  font-size: 28px;
  line-height: 22px;
}
.cid-uE1UfHTXiu {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1UfHTXiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1UfHTXiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1UfHTXiu .container {
    padding: 0 16px;
  }
}
.cid-uE1UfHTXiu .row {
  justify-content: center;
}
.cid-uE1UfHTXiu .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1UfHTXiu .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1UfHTXiu .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1UfHTXiu .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1UfHTXiu .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1UfHTXiu .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1UfHTXiu .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uBvNw04jh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uBvNw04jh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvNw04jh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uBvNw04jh5 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBvNw04jh5 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uBvNw04jh5 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:hover,
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBvNw04jh5 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uBvNw04jh5 .mbr-desc {
  color: #ffffff;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .text-wrapper {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .list {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uBvNw04jh5 .list,
.cid-uBvNw04jh5 .item-wrap {
  color: #fcfbf6;
}
.cid-uBvNw04jh5 weis {
  color: #ffffff;
}
.cid-uBvNw04jh5 h22 {
  color: #ff6600;
}
.cid-uBvNw04jh5 black {
  color: #000000;
}
.cid-uBvNw04jh5 klein {
  font-size: 12px;
}
.cid-uBvNw04jh5 blau {
  color: #EEEADA;
}
.cid-uBvNw04jh5 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBvNw04jh5 .mbr-desc,
.cid-uBvNw04jh5 .content-wrapper {
  color: #f0ecdc;
}
.cid-uBvNw04jh5 pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkIDZOc6A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uDkIDZOc6A .card-box {
  padding: 0rem;
}
.cid-uDkIDZOc6A .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uDkIDZOc6A .card {
  padding: 0;
  margin: auto;
}
.cid-uDkIDZOc6A .card-img {
  height: 240px;
}
.cid-uDkIDZOc6A .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDkIDZOc6A .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uDkIDZOc6A .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDkIDZOc6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkIDZOc6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkIDZOc6A .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDkIDZOc6A ora {
  color: #7f9cb5;
}
.cid-uE4CFKNaxW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uE4CFKNaxW {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uE4CFKNaxW .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uE4CFKNaxW .mbr-text {
  text-align: left;
  color: #353535;
}
.cid-uE4CFKNaxW p2 {
  text-align: left;
  font-size: 42px;
  color: #ff00ff;
}
.cid-uEEABU81za {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEEABU81za {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uEEABU81za .mbr-section-subtitle {
  color: #000000;
}
.cid-uEEABU81za grau {
  color: #333333;
  font-size: 28px;
  line-height: 22px;
}
.cid-uEEABU81za pink {
  color: #ff00ff;
  font-size: 21px;
  line-height: 22px;
}
.cid-uEEABU81za klein {
  font-size: 16px;
  line-height: 22px;
}
.cid-uE4CDg76Y1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uE4CDg76Y1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uE4CDg76Y1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uE4CDg76Y1 grau {
  color: #333333;
  font-size: 28px;
  line-height: 22px;
}
.cid-uE4CDg76Y1 pink {
  color: #ff00ff;
  font-size: 21px;
  line-height: 22px;
}
.cid-uE4CDg76Y1 klei {
  font-size: 16px;
  line-height: 22px;
}
.cid-uE1TWrdLUa {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1TWrdLUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1TWrdLUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1TWrdLUa .container {
    padding: 0 16px;
  }
}
.cid-uE1TWrdLUa .row {
  justify-content: center;
}
.cid-uE1TWrdLUa .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1TWrdLUa .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1TWrdLUa .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1TWrdLUa .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1TWrdLUa .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1TWrdLUa .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1TWrdLUa .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uDddbeeQGJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDddbeeQGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDddbeeQGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDddbeeQGJ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDddbeeQGJ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDddbeeQGJ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDddbeeQGJ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDddbeeQGJ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDddbeeQGJ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDddbeeQGJ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDddbeeQGJ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDddbeeQGJ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDddbeeQGJ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDddbeeQGJ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDddbeeQGJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDddbeeQGJ .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDddbeeQGJ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDddbeeQGJ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDddbeeQGJ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDddbeeQGJ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDddbeeQGJ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDddbeeQGJ .list-wrapper .list .item-wrap:hover,
.cid-uDddbeeQGJ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDddbeeQGJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDddbeeQGJ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDddbeeQGJ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDddbeeQGJ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDddbeeQGJ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDddbeeQGJ .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDddbeeQGJ .mbr-desc {
  color: #ffffff;
}
.cid-uDddbeeQGJ .mbr-text,
.cid-uDddbeeQGJ .text-wrapper {
  color: #9aa0a6;
}
.cid-uDddbeeQGJ .list {
  color: #9aa0a6;
}
.cid-uDddbeeQGJ .mbr-text,
.cid-uDddbeeQGJ .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDddbeeQGJ .list,
.cid-uDddbeeQGJ .item-wrap {
  color: #fcfbf6;
}
.cid-uDddbeeQGJ weis {
  color: #ffffff;
}
.cid-uDddbeeQGJ h22 {
  color: #ff6600;
}
.cid-uDddbeeQGJ black {
  color: #000000;
}
.cid-uDddbeeQGJ klein {
  font-size: 12px;
}
.cid-uDddbeeQGJ blau {
  color: #EEEADA;
}
.cid-uDddbeeQGJ .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDddbeeQGJ .mbr-desc,
.cid-uDddbeeQGJ .content-wrapper {
  color: #f0ecdc;
}
.cid-uDddbeeQGJ pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkKx5dX52 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uDkKx5dX52 .card-box {
  padding: 0rem;
}
.cid-uDkKx5dX52 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uDkKx5dX52 .card {
  padding: 0;
  margin: auto;
}
.cid-uDkKx5dX52 .card-img {
  height: 240px;
}
.cid-uDkKx5dX52 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDkKx5dX52 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uDkKx5dX52 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDkKx5dX52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkKx5dX52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkKx5dX52 .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDkKx5dX52 ora {
  color: #7f9cb5;
}
.cid-uEbLFuL8P6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEbLFuL8P6 {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uEbLFuL8P6 .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uEbLFuL8P6 .mbr-text {
  text-align: left;
  color: #353535;
}
.cid-uEbLFuL8P6 p2 {
  text-align: left;
  font-size: 42px;
  color: #ff00ff;
}
.cid-uEbLFuL8P6 p3 {
  text-align: left;
  font-size: 24px;
}
.cid-uBr6y1Mb2H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBr6y1Mb2H {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-uBr6y1Mb2H .mbr-section-subtitle {
  color: #000000;
}
.cid-uBr6y1Mb2H grau {
  color: #333333;
  font-size: 28px;
  line-height: 22px;
}
.cid-uE1UtljQzK {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1UtljQzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1UtljQzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1UtljQzK .container {
    padding: 0 16px;
  }
}
.cid-uE1UtljQzK .row {
  justify-content: center;
}
.cid-uE1UtljQzK .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1UtljQzK .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1UtljQzK .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1UtljQzK .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1UtljQzK .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1UtljQzK .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1UtljQzK .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uBvNw04jh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uBvNw04jh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvNw04jh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uBvNw04jh5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uBvNw04jh5 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBvNw04jh5 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uBvNw04jh5 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:hover,
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBvNw04jh5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBvNw04jh5 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBvNw04jh5 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBvNw04jh5 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBvNw04jh5 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uBvNw04jh5 .mbr-desc {
  color: #ffffff;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .text-wrapper {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .list {
  color: #9aa0a6;
}
.cid-uBvNw04jh5 .mbr-text,
.cid-uBvNw04jh5 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uBvNw04jh5 .list,
.cid-uBvNw04jh5 .item-wrap {
  color: #fcfbf6;
}
.cid-uBvNw04jh5 weis {
  color: #ffffff;
}
.cid-uBvNw04jh5 h22 {
  color: #ff6600;
}
.cid-uBvNw04jh5 black {
  color: #000000;
}
.cid-uBvNw04jh5 klein {
  font-size: 12px;
}
.cid-uBvNw04jh5 blau {
  color: #EEEADA;
}
.cid-uBvNw04jh5 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uBvNw04jh5 .mbr-desc,
.cid-uBvNw04jh5 .content-wrapper {
  color: #f0ecdc;
}
.cid-uBvNw04jh5 pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDTZIsTlHW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDTZIsTlHW .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDTZIsTlHW .container-fluid {
  padding: 0;
}
.cid-uDTZIsTlHW .row {
  flex-direction: row-reverse;
}
.cid-uDTZIsTlHW .right-side {
  padding: 0;
}
.cid-uDTZIsTlHW .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDTZIsTlHW .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDTZIsTlHW .l2,
.cid-uDTZIsTlHW .lin {
  color: #ffffff;
}
.cid-uDTZIsTlHW a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDTZIsTlHW a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDTZIsTlHW .left-side {
  padding-left: 84px;
}
.cid-uDTZIsTlHW .l2 {
  margin-top: 20px;
}
.cid-uDTZIsTlHW .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDTZIsTlHW .l2,
.cid-uDTZIsTlHW .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDTZIsTlHW img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDTZIsTlHW img {
    max-height: 400px;
  }
  .cid-uDTZIsTlHW .left-side {
    padding-left: 15px;
  }
  .cid-uDTZIsTlHW .line {
    display: none;
  }
}
.cid-uDTZIsTlHW .l1,
.cid-uDTZIsTlHW .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKBGacHC8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKBGacHC8 {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKBGacHC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKBGacHC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKBGacHC8 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKBGacHC8 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKBGacHC8 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKBGacHC8 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKBGacHC8 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKBGacHC8 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKBGacHC8 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKBGacHC8 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKBGacHC8 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKBGacHC8 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKBGacHC8 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKBGacHC8 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKBGacHC8 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKBGacHC8 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKBGacHC8 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKBGacHC8 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKBGacHC8 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKBGacHC8 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKBGacHC8 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKBGacHC8 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKBGacHC8 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKBGacHC8 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKBGacHC8 .mbr-section-title {
  color: #404349;
}
.cid-uEKBGacHC8 .item-title {
  color: #404349;
}
.cid-uEKBGacHC8 .item-text {
  color: #404349;
}
.cid-uEKBGacHC8 .tabs-wrapper {
  text-align: center;
}
.cid-uEKBGacHC8 .mbr-section-title,
.cid-uEKBGacHC8 .title-wrapper,
.cid-uEKBGacHC8 .tabs-wrapper {
  text-align: left;
}
.cid-uMphUWzWs2 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMphUWzWs2 {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMphUWzWs2 pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMphUWzWs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMphUWzWs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMphUWzWs2 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMphUWzWs2 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMphUWzWs2 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMphUWzWs2 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMphUWzWs2 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMphUWzWs2 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMphUWzWs2 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMphUWzWs2 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMphUWzWs2 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMphUWzWs2 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMphUWzWs2 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMphUWzWs2 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMphUWzWs2 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMphUWzWs2 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMphUWzWs2 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMphUWzWs2 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMphUWzWs2 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMphUWzWs2 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMphUWzWs2 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMphUWzWs2 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMphUWzWs2 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMphUWzWs2 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMphUWzWs2 .mbr-section-title {
  color: #404349;
}
.cid-uMphUWzWs2 .item-title {
  color: #ff00ff;
}
.cid-uMphUWzWs2 .item-text {
  color: #404349;
}
.cid-uMphUWzWs2 .tabs-wrapper {
  text-align: center;
}
.cid-uMphUWzWs2 .mbr-section-title,
.cid-uMphUWzWs2 .title-wrapper,
.cid-uMphUWzWs2 .tabs-wrapper {
  text-align: center;
}
.cid-uIE1S2aMxw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE1S2aMxw hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE1S2aMxw hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE1S2aMxw h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE1S2aMxw .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE1S2aMxw H2 {
  color: #767676;
}
.cid-uEbiHlYMzt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEbiHlYMzt hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEbiHlYMzt hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEbiHlYMzt h2 {
  float: center;
  color: #0082c3;
}
.cid-uEbiHlYMzt .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEbiHlYMzt H2 {
  color: #767676;
}
.cid-uDI85Ywh9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDI85Ywh9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDI85Ywh9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDI85Ywh9k .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDI85Ywh9k .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDI85Ywh9k .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDI85Ywh9k .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDI85Ywh9k .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDI85Ywh9k .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDI85Ywh9k .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDI85Ywh9k .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDI85Ywh9k .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDI85Ywh9k .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDI85Ywh9k .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDI85Ywh9k .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDI85Ywh9k .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDI85Ywh9k .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDI85Ywh9k .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDI85Ywh9k .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDI85Ywh9k .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDI85Ywh9k .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDI85Ywh9k .list-wrapper .list .item-wrap:hover,
.cid-uDI85Ywh9k .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDI85Ywh9k .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDI85Ywh9k .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDI85Ywh9k .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDI85Ywh9k .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDI85Ywh9k .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDI85Ywh9k .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDI85Ywh9k .mbr-desc {
  color: #ffffff;
}
.cid-uDI85Ywh9k .mbr-text,
.cid-uDI85Ywh9k .text-wrapper {
  color: #9aa0a6;
}
.cid-uDI85Ywh9k .list {
  color: #9aa0a6;
}
.cid-uDI85Ywh9k .mbr-text,
.cid-uDI85Ywh9k .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDI85Ywh9k .list,
.cid-uDI85Ywh9k .item-wrap {
  color: #fcfbf6;
}
.cid-uDI85Ywh9k weis {
  color: #ffffff;
}
.cid-uDI85Ywh9k h22 {
  color: #ff6600;
}
.cid-uDI85Ywh9k black {
  color: #000000;
}
.cid-uDI85Ywh9k klein {
  font-size: 12px;
}
.cid-uDI85Ywh9k blau {
  color: #EEEADA;
}
.cid-uDI85Ywh9k .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDI85Ywh9k .mbr-desc,
.cid-uDI85Ywh9k .content-wrapper {
  color: #f0ecdc;
}
.cid-uDI85Ywh9k pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDTZOoHTDs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDTZOoHTDs .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDTZOoHTDs .container-fluid {
  padding: 0;
}
.cid-uDTZOoHTDs .row {
  flex-direction: row-reverse;
}
.cid-uDTZOoHTDs .right-side {
  padding: 0;
}
.cid-uDTZOoHTDs .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDTZOoHTDs .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDTZOoHTDs .l2,
.cid-uDTZOoHTDs .lin {
  color: #ffffff;
}
.cid-uDTZOoHTDs a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDTZOoHTDs a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDTZOoHTDs .left-side {
  padding-left: 84px;
}
.cid-uDTZOoHTDs .l2 {
  margin-top: 20px;
}
.cid-uDTZOoHTDs .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDTZOoHTDs .l2,
.cid-uDTZOoHTDs .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDTZOoHTDs img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDTZOoHTDs img {
    max-height: 400px;
  }
  .cid-uDTZOoHTDs .left-side {
    padding-left: 15px;
  }
  .cid-uDTZOoHTDs .line {
    display: none;
  }
}
.cid-uDTZOoHTDs .l1,
.cid-uDTZOoHTDs .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEEoOMXPHD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEEoOMXPHD {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEEoOMXPHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEEoOMXPHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEEoOMXPHD .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEEoOMXPHD .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEEoOMXPHD .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEEoOMXPHD .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEEoOMXPHD .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEEoOMXPHD .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEEoOMXPHD .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEEoOMXPHD .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEEoOMXPHD .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEEoOMXPHD .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEEoOMXPHD .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEEoOMXPHD .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEEoOMXPHD .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEEoOMXPHD .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEEoOMXPHD .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEEoOMXPHD .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEEoOMXPHD .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEEoOMXPHD .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEEoOMXPHD .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEEoOMXPHD .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEEoOMXPHD .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEEoOMXPHD .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEEoOMXPHD .mbr-section-title {
  color: #404349;
}
.cid-uEEoOMXPHD .item-title {
  color: #404349;
}
.cid-uEEoOMXPHD .item-text {
  color: #404349;
}
.cid-uEEoOMXPHD .tabs-wrapper {
  text-align: center;
}
.cid-uEEoOMXPHD .mbr-section-title,
.cid-uEEoOMXPHD .title-wrapper,
.cid-uEEoOMXPHD .tabs-wrapper {
  text-align: left;
}
.cid-uMpjpuvMv1 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMpjpuvMv1 {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMpjpuvMv1 pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMpjpuvMv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpjpuvMv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpjpuvMv1 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMpjpuvMv1 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMpjpuvMv1 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpjpuvMv1 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMpjpuvMv1 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpjpuvMv1 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMpjpuvMv1 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMpjpuvMv1 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMpjpuvMv1 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMpjpuvMv1 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMpjpuvMv1 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMpjpuvMv1 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMpjpuvMv1 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMpjpuvMv1 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMpjpuvMv1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpjpuvMv1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMpjpuvMv1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMpjpuvMv1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMpjpuvMv1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMpjpuvMv1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMpjpuvMv1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMpjpuvMv1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMpjpuvMv1 .mbr-section-title {
  color: #404349;
}
.cid-uMpjpuvMv1 .item-title {
  color: #ff00ff;
}
.cid-uMpjpuvMv1 .item-text {
  color: #404349;
}
.cid-uMpjpuvMv1 .tabs-wrapper {
  text-align: center;
}
.cid-uMpjpuvMv1 .mbr-section-title,
.cid-uMpjpuvMv1 .title-wrapper,
.cid-uMpjpuvMv1 .tabs-wrapper {
  text-align: center;
}
.cid-uIE1VWkUur {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE1VWkUur hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE1VWkUur hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE1VWkUur h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE1VWkUur .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE1VWkUur H2 {
  color: #767676;
}
.cid-uEbjkT3ne9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEbjkT3ne9 hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEbjkT3ne9 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEbjkT3ne9 h2 {
  float: center;
  color: #0082c3;
}
.cid-uEbjkT3ne9 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEbjkT3ne9 H2 {
  color: #767676;
}
.cid-uCRJ2ahTvw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uCRJ2ahTvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCRJ2ahTvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCRJ2ahTvw .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCRJ2ahTvw .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uCRJ2ahTvw .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCRJ2ahTvw .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uCRJ2ahTvw .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCRJ2ahTvw .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCRJ2ahTvw .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCRJ2ahTvw .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uCRJ2ahTvw .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uCRJ2ahTvw .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCRJ2ahTvw .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uCRJ2ahTvw .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCRJ2ahTvw .items-wrapper .card {
  padding: 0 32px;
}
.cid-uCRJ2ahTvw .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCRJ2ahTvw .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCRJ2ahTvw .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCRJ2ahTvw .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCRJ2ahTvw .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCRJ2ahTvw .list-wrapper .list .item-wrap:hover,
.cid-uCRJ2ahTvw .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCRJ2ahTvw .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCRJ2ahTvw .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCRJ2ahTvw .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCRJ2ahTvw .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCRJ2ahTvw .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uCRJ2ahTvw .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uCRJ2ahTvw .mbr-desc {
  color: #ffffff;
}
.cid-uCRJ2ahTvw .mbr-text,
.cid-uCRJ2ahTvw .text-wrapper {
  color: #9aa0a6;
}
.cid-uCRJ2ahTvw .list {
  color: #9aa0a6;
}
.cid-uCRJ2ahTvw .mbr-text,
.cid-uCRJ2ahTvw .mbr-section-btn {
  color: #ff00ff;
}
.cid-uCRJ2ahTvw .list,
.cid-uCRJ2ahTvw .item-wrap {
  color: #fcfbf6;
}
.cid-uCRJ2ahTvw weis {
  color: #ffffff;
}
.cid-uCRJ2ahTvw h22 {
  color: #ff6600;
}
.cid-uCRJ2ahTvw black {
  color: #000000;
}
.cid-uCRJ2ahTvw klein {
  font-size: 12px;
}
.cid-uCRJ2ahTvw blau {
  color: #EEEADA;
}
.cid-uCRJ2ahTvw .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uCRJ2ahTvw .mbr-desc,
.cid-uCRJ2ahTvw .content-wrapper {
  color: #f0ecdc;
}
.cid-uCRJ2ahTvw pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDTZE3bEug {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDTZE3bEug .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDTZE3bEug .container-fluid {
  padding: 0;
}
.cid-uDTZE3bEug .row {
  flex-direction: row-reverse;
}
.cid-uDTZE3bEug .right-side {
  padding: 0;
}
.cid-uDTZE3bEug .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDTZE3bEug .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDTZE3bEug .l2,
.cid-uDTZE3bEug .lin {
  color: #ffffff;
}
.cid-uDTZE3bEug a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDTZE3bEug a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDTZE3bEug .left-side {
  padding-left: 84px;
}
.cid-uDTZE3bEug .l2 {
  margin-top: 20px;
}
.cid-uDTZE3bEug .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDTZE3bEug .l2,
.cid-uDTZE3bEug .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDTZE3bEug img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDTZE3bEug img {
    max-height: 400px;
  }
  .cid-uDTZE3bEug .left-side {
    padding-left: 15px;
  }
  .cid-uDTZE3bEug .line {
    display: none;
  }
}
.cid-uDTZE3bEug .l1,
.cid-uDTZE3bEug .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKzT3EWkI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKzT3EWkI {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKzT3EWkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKzT3EWkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKzT3EWkI .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKzT3EWkI .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKzT3EWkI .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKzT3EWkI .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKzT3EWkI .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKzT3EWkI .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKzT3EWkI .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKzT3EWkI .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKzT3EWkI .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKzT3EWkI .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKzT3EWkI .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKzT3EWkI .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKzT3EWkI .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKzT3EWkI .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKzT3EWkI .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKzT3EWkI .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKzT3EWkI .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKzT3EWkI .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKzT3EWkI .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKzT3EWkI .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKzT3EWkI .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKzT3EWkI .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKzT3EWkI .mbr-section-title {
  color: #404349;
}
.cid-uEKzT3EWkI .item-title {
  color: #404349;
}
.cid-uEKzT3EWkI .item-text {
  color: #404349;
}
.cid-uEKzT3EWkI .tabs-wrapper {
  text-align: center;
}
.cid-uEKzT3EWkI .mbr-section-title,
.cid-uEKzT3EWkI .title-wrapper,
.cid-uEKzT3EWkI .tabs-wrapper {
  text-align: left;
}
.cid-uMph8HwrC3 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMph8HwrC3 {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMph8HwrC3 pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMph8HwrC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMph8HwrC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMph8HwrC3 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMph8HwrC3 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMph8HwrC3 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMph8HwrC3 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMph8HwrC3 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMph8HwrC3 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMph8HwrC3 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMph8HwrC3 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMph8HwrC3 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMph8HwrC3 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMph8HwrC3 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMph8HwrC3 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMph8HwrC3 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMph8HwrC3 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMph8HwrC3 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMph8HwrC3 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMph8HwrC3 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMph8HwrC3 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMph8HwrC3 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMph8HwrC3 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMph8HwrC3 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMph8HwrC3 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMph8HwrC3 .mbr-section-title {
  color: #404349;
}
.cid-uMph8HwrC3 .item-title {
  color: #ff00ff;
}
.cid-uMph8HwrC3 .item-text {
  color: #404349;
}
.cid-uMph8HwrC3 .tabs-wrapper {
  text-align: center;
}
.cid-uMph8HwrC3 .mbr-section-title,
.cid-uMph8HwrC3 .title-wrapper,
.cid-uMph8HwrC3 .tabs-wrapper {
  text-align: center;
}
.cid-uIE1MVukjo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE1MVukjo hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE1MVukjo hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE1MVukjo h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE1MVukjo .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE1MVukjo H2 {
  color: #767676;
}
.cid-uEbhcEo4kQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEbhcEo4kQ hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEbhcEo4kQ hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEbhcEo4kQ h2 {
  float: center;
  color: #0082c3;
}
.cid-uEbhcEo4kQ .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEbhcEo4kQ H2 {
  color: #767676;
}
.cid-uDJq4bnkGH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDJq4bnkGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJq4bnkGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJq4bnkGH .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDJq4bnkGH .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDJq4bnkGH .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDJq4bnkGH .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDJq4bnkGH .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDJq4bnkGH .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDJq4bnkGH .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDJq4bnkGH .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDJq4bnkGH .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDJq4bnkGH .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDJq4bnkGH .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDJq4bnkGH .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDJq4bnkGH .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDJq4bnkGH .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDJq4bnkGH .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDJq4bnkGH .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDJq4bnkGH .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDJq4bnkGH .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDJq4bnkGH .list-wrapper .list .item-wrap:hover,
.cid-uDJq4bnkGH .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDJq4bnkGH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDJq4bnkGH .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDJq4bnkGH .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDJq4bnkGH .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDJq4bnkGH .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDJq4bnkGH .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDJq4bnkGH .mbr-desc {
  color: #ffffff;
}
.cid-uDJq4bnkGH .mbr-text,
.cid-uDJq4bnkGH .text-wrapper {
  color: #9aa0a6;
}
.cid-uDJq4bnkGH .list {
  color: #9aa0a6;
}
.cid-uDJq4bnkGH .mbr-text,
.cid-uDJq4bnkGH .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDJq4bnkGH .list,
.cid-uDJq4bnkGH .item-wrap {
  color: #fcfbf6;
}
.cid-uDJq4bnkGH weis {
  color: #ffffff;
}
.cid-uDJq4bnkGH h22 {
  color: #ff6600;
}
.cid-uDJq4bnkGH black {
  color: #000000;
}
.cid-uDJq4bnkGH klein {
  font-size: 12px;
}
.cid-uDJq4bnkGH blau {
  color: #EEEADA;
}
.cid-uDJq4bnkGH .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDJq4bnkGH .mbr-desc,
.cid-uDJq4bnkGH .content-wrapper {
  color: #f0ecdc;
}
.cid-uDJq4bnkGH pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDTZzXBUxB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDTZzXBUxB .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDTZzXBUxB .container-fluid {
  padding: 0;
}
.cid-uDTZzXBUxB .row {
  flex-direction: row-reverse;
}
.cid-uDTZzXBUxB .right-side {
  padding: 0;
}
.cid-uDTZzXBUxB .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDTZzXBUxB .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDTZzXBUxB .l2,
.cid-uDTZzXBUxB .lin {
  color: #ffffff;
}
.cid-uDTZzXBUxB a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDTZzXBUxB a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDTZzXBUxB .left-side {
  padding-left: 84px;
}
.cid-uDTZzXBUxB .l2 {
  margin-top: 20px;
}
.cid-uDTZzXBUxB .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDTZzXBUxB .l2,
.cid-uDTZzXBUxB .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDTZzXBUxB img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDTZzXBUxB img {
    max-height: 400px;
  }
  .cid-uDTZzXBUxB .left-side {
    padding-left: 15px;
  }
  .cid-uDTZzXBUxB .line {
    display: none;
  }
}
.cid-uDTZzXBUxB .l1,
.cid-uDTZzXBUxB .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKyR7xGgW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKyR7xGgW {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKyR7xGgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKyR7xGgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKyR7xGgW .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKyR7xGgW .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKyR7xGgW .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKyR7xGgW .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKyR7xGgW .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKyR7xGgW .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKyR7xGgW .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKyR7xGgW .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKyR7xGgW .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKyR7xGgW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKyR7xGgW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKyR7xGgW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKyR7xGgW .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKyR7xGgW .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKyR7xGgW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKyR7xGgW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKyR7xGgW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKyR7xGgW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKyR7xGgW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKyR7xGgW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKyR7xGgW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKyR7xGgW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKyR7xGgW .mbr-section-title {
  color: #404349;
}
.cid-uEKyR7xGgW .item-title {
  color: #404349;
}
.cid-uEKyR7xGgW .item-text {
  color: #404349;
}
.cid-uEKyR7xGgW .tabs-wrapper {
  text-align: center;
}
.cid-uEKyR7xGgW .mbr-section-title,
.cid-uEKyR7xGgW .title-wrapper,
.cid-uEKyR7xGgW .tabs-wrapper {
  text-align: left;
}
.cid-uMpgnLwmfh {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMpgnLwmfh {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMpgnLwmfh pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMpgnLwmfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpgnLwmfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpgnLwmfh .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMpgnLwmfh .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMpgnLwmfh .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpgnLwmfh .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMpgnLwmfh .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpgnLwmfh .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMpgnLwmfh .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMpgnLwmfh .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMpgnLwmfh .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMpgnLwmfh .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMpgnLwmfh .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 240px;
}
.cid-uMpgnLwmfh .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMpgnLwmfh .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMpgnLwmfh .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMpgnLwmfh .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpgnLwmfh .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMpgnLwmfh .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMpgnLwmfh .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMpgnLwmfh .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMpgnLwmfh .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMpgnLwmfh .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMpgnLwmfh .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMpgnLwmfh .mbr-section-title {
  color: #404349;
}
.cid-uMpgnLwmfh .item-title {
  color: #ff00ff;
}
.cid-uMpgnLwmfh .item-text {
  color: #404349;
}
.cid-uMpgnLwmfh .tabs-wrapper {
  text-align: center;
}
.cid-uMpgnLwmfh .mbr-section-title,
.cid-uMpgnLwmfh .title-wrapper,
.cid-uMpgnLwmfh .tabs-wrapper {
  text-align: center;
}
.cid-uIE1IqdTCA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE1IqdTCA hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE1IqdTCA hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE1IqdTCA h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE1IqdTCA .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE1IqdTCA H2 {
  color: #767676;
}
.cid-uEbgRr5Hs9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEbgRr5Hs9 hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEbgRr5Hs9 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEbgRr5Hs9 h2 {
  float: center;
  color: #0082c3;
}
.cid-uEbgRr5Hs9 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEbgRr5Hs9 H2 {
  color: #767676;
}
.cid-uDJq3wJpoI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDJq3wJpoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJq3wJpoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJq3wJpoI .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDJq3wJpoI .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDJq3wJpoI .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDJq3wJpoI .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDJq3wJpoI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDJq3wJpoI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDJq3wJpoI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDJq3wJpoI .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDJq3wJpoI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDJq3wJpoI .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDJq3wJpoI .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDJq3wJpoI .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDJq3wJpoI .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDJq3wJpoI .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDJq3wJpoI .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDJq3wJpoI .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDJq3wJpoI .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDJq3wJpoI .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDJq3wJpoI .list-wrapper .list .item-wrap:hover,
.cid-uDJq3wJpoI .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDJq3wJpoI .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDJq3wJpoI .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDJq3wJpoI .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDJq3wJpoI .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDJq3wJpoI .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDJq3wJpoI .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDJq3wJpoI .mbr-desc {
  color: #ffffff;
}
.cid-uDJq3wJpoI .mbr-text,
.cid-uDJq3wJpoI .text-wrapper {
  color: #9aa0a6;
}
.cid-uDJq3wJpoI .list {
  color: #9aa0a6;
}
.cid-uDJq3wJpoI .mbr-text,
.cid-uDJq3wJpoI .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDJq3wJpoI .list,
.cid-uDJq3wJpoI .item-wrap {
  color: #fcfbf6;
}
.cid-uDJq3wJpoI weis {
  color: #ffffff;
}
.cid-uDJq3wJpoI h22 {
  color: #ff6600;
}
.cid-uDJq3wJpoI black {
  color: #000000;
}
.cid-uDJq3wJpoI klein {
  font-size: 12px;
}
.cid-uDJq3wJpoI blau {
  color: #EEEADA;
}
.cid-uDJq3wJpoI .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDJq3wJpoI .mbr-desc,
.cid-uDJq3wJpoI .content-wrapper {
  color: #f0ecdc;
}
.cid-uDJq3wJpoI pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDTZwgPMvO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDTZwgPMvO .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDTZwgPMvO .container-fluid {
  padding: 0;
}
.cid-uDTZwgPMvO .row {
  flex-direction: row-reverse;
}
.cid-uDTZwgPMvO .right-side {
  padding: 0;
}
.cid-uDTZwgPMvO .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDTZwgPMvO .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDTZwgPMvO .l2,
.cid-uDTZwgPMvO .lin {
  color: #ffffff;
}
.cid-uDTZwgPMvO a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDTZwgPMvO a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDTZwgPMvO .left-side {
  padding-left: 84px;
}
.cid-uDTZwgPMvO .l2 {
  margin-top: 20px;
}
.cid-uDTZwgPMvO .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDTZwgPMvO .l2,
.cid-uDTZwgPMvO .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDTZwgPMvO img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDTZwgPMvO img {
    max-height: 400px;
  }
  .cid-uDTZwgPMvO .left-side {
    padding-left: 15px;
  }
  .cid-uDTZwgPMvO .line {
    display: none;
  }
}
.cid-uDTZwgPMvO .l1,
.cid-uDTZwgPMvO .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKxL9ffHT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKxL9ffHT {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKxL9ffHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKxL9ffHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKxL9ffHT .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKxL9ffHT .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKxL9ffHT .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKxL9ffHT .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKxL9ffHT .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKxL9ffHT .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKxL9ffHT .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKxL9ffHT .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKxL9ffHT .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKxL9ffHT .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKxL9ffHT .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKxL9ffHT .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKxL9ffHT .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKxL9ffHT .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKxL9ffHT .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKxL9ffHT .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKxL9ffHT .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKxL9ffHT .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKxL9ffHT .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKxL9ffHT .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKxL9ffHT .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKxL9ffHT .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKxL9ffHT .mbr-section-title {
  color: #404349;
}
.cid-uEKxL9ffHT .item-title {
  color: #404349;
}
.cid-uEKxL9ffHT .item-text {
  color: #404349;
}
.cid-uEKxL9ffHT .tabs-wrapper {
  text-align: center;
}
.cid-uEKxL9ffHT .mbr-section-title,
.cid-uEKxL9ffHT .title-wrapper,
.cid-uEKxL9ffHT .tabs-wrapper {
  text-align: left;
}
.cid-uMpfJC3YMU {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMpfJC3YMU {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMpfJC3YMU pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMpfJC3YMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpfJC3YMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpfJC3YMU .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMpfJC3YMU .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMpfJC3YMU .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpfJC3YMU .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMpfJC3YMU .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpfJC3YMU .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMpfJC3YMU .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMpfJC3YMU .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMpfJC3YMU .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMpfJC3YMU .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMpfJC3YMU .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMpfJC3YMU .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMpfJC3YMU .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMpfJC3YMU .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMpfJC3YMU .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpfJC3YMU .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMpfJC3YMU .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMpfJC3YMU .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMpfJC3YMU .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMpfJC3YMU .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMpfJC3YMU .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMpfJC3YMU .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMpfJC3YMU .mbr-section-title {
  color: #404349;
}
.cid-uMpfJC3YMU .item-title {
  color: #ff00ff;
}
.cid-uMpfJC3YMU .item-text {
  color: #404349;
}
.cid-uMpfJC3YMU .tabs-wrapper {
  text-align: center;
}
.cid-uMpfJC3YMU .mbr-section-title,
.cid-uMpfJC3YMU .title-wrapper,
.cid-uMpfJC3YMU .tabs-wrapper {
  text-align: center;
}
.cid-uIE1xWKSmD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE1xWKSmD hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE1xWKSmD hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE1xWKSmD h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE1xWKSmD .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE1xWKSmD H2 {
  color: #767676;
}
.cid-uEbgmqrpiw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEbgmqrpiw hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEbgmqrpiw hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEbgmqrpiw h2 {
  float: center;
  color: #0082c3;
}
.cid-uEbgmqrpiw .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEbgmqrpiw H2 {
  color: #767676;
}
.cid-uDJq2xv4eD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDJq2xv4eD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJq2xv4eD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJq2xv4eD .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDJq2xv4eD .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDJq2xv4eD .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDJq2xv4eD .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDJq2xv4eD .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDJq2xv4eD .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDJq2xv4eD .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDJq2xv4eD .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDJq2xv4eD .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDJq2xv4eD .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDJq2xv4eD .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDJq2xv4eD .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDJq2xv4eD .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDJq2xv4eD .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDJq2xv4eD .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDJq2xv4eD .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDJq2xv4eD .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDJq2xv4eD .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDJq2xv4eD .list-wrapper .list .item-wrap:hover,
.cid-uDJq2xv4eD .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDJq2xv4eD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDJq2xv4eD .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDJq2xv4eD .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDJq2xv4eD .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDJq2xv4eD .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDJq2xv4eD .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDJq2xv4eD .mbr-desc {
  color: #ffffff;
}
.cid-uDJq2xv4eD .mbr-text,
.cid-uDJq2xv4eD .text-wrapper {
  color: #9aa0a6;
}
.cid-uDJq2xv4eD .list {
  color: #9aa0a6;
}
.cid-uDJq2xv4eD .mbr-text,
.cid-uDJq2xv4eD .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDJq2xv4eD .list,
.cid-uDJq2xv4eD .item-wrap {
  color: #fcfbf6;
}
.cid-uDJq2xv4eD weis {
  color: #ffffff;
}
.cid-uDJq2xv4eD h22 {
  color: #ff6600;
}
.cid-uDJq2xv4eD black {
  color: #000000;
}
.cid-uDJq2xv4eD klein {
  font-size: 12px;
}
.cid-uDJq2xv4eD blau {
  color: #EEEADA;
}
.cid-uDJq2xv4eD .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDJq2xv4eD .mbr-desc,
.cid-uDJq2xv4eD .content-wrapper {
  color: #f0ecdc;
}
.cid-uDJq2xv4eD pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDTBotDELQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDTBotDELQ .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDTBotDELQ .container-fluid {
  padding: 0;
}
.cid-uDTBotDELQ .row {
  flex-direction: row-reverse;
}
.cid-uDTBotDELQ .right-side {
  padding: 0;
}
.cid-uDTBotDELQ .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDTBotDELQ .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDTBotDELQ .l2,
.cid-uDTBotDELQ .lin {
  color: #ffffff;
}
.cid-uDTBotDELQ a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDTBotDELQ a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDTBotDELQ .left-side {
  padding-left: 84px;
}
.cid-uDTBotDELQ .l2 {
  margin-top: 20px;
}
.cid-uDTBotDELQ .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDTBotDELQ .l2,
.cid-uDTBotDELQ .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDTBotDELQ img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDTBotDELQ img {
    max-height: 400px;
  }
  .cid-uDTBotDELQ .left-side {
    padding-left: 15px;
  }
  .cid-uDTBotDELQ .line {
    display: none;
  }
}
.cid-uDTBotDELQ .l1,
.cid-uDTBotDELQ .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKo7nDtz3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKo7nDtz3 {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKo7nDtz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKo7nDtz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKo7nDtz3 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKo7nDtz3 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKo7nDtz3 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKo7nDtz3 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKo7nDtz3 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKo7nDtz3 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKo7nDtz3 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKo7nDtz3 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKo7nDtz3 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKo7nDtz3 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKo7nDtz3 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKo7nDtz3 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKo7nDtz3 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKo7nDtz3 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKo7nDtz3 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKo7nDtz3 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKo7nDtz3 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKo7nDtz3 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKo7nDtz3 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKo7nDtz3 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKo7nDtz3 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKo7nDtz3 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKo7nDtz3 .mbr-section-title {
  color: #404349;
}
.cid-uEKo7nDtz3 .item-title {
  color: #404349;
}
.cid-uEKo7nDtz3 .item-text {
  color: #404349;
}
.cid-uEKo7nDtz3 .tabs-wrapper {
  text-align: center;
}
.cid-uEKo7nDtz3 .mbr-section-title,
.cid-uEKo7nDtz3 .title-wrapper,
.cid-uEKo7nDtz3 .tabs-wrapper {
  text-align: left;
}
.cid-uMpbEHIaNO {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMpbEHIaNO {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMpbEHIaNO pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMpbEHIaNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpbEHIaNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpbEHIaNO .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMpbEHIaNO .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMpbEHIaNO .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpbEHIaNO .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMpbEHIaNO .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpbEHIaNO .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMpbEHIaNO .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMpbEHIaNO .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMpbEHIaNO .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMpbEHIaNO .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMpbEHIaNO .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMpbEHIaNO .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMpbEHIaNO .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMpbEHIaNO .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMpbEHIaNO .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpbEHIaNO .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMpbEHIaNO .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMpbEHIaNO .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMpbEHIaNO .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMpbEHIaNO .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMpbEHIaNO .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMpbEHIaNO .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMpbEHIaNO .mbr-section-title {
  color: #404349;
}
.cid-uMpbEHIaNO .item-title {
  color: #ff00ff;
}
.cid-uMpbEHIaNO .item-text {
  color: #404349;
}
.cid-uMpbEHIaNO .tabs-wrapper {
  text-align: center;
}
.cid-uMpbEHIaNO .mbr-section-title,
.cid-uMpbEHIaNO .title-wrapper,
.cid-uMpbEHIaNO .tabs-wrapper {
  text-align: center;
}
.cid-uIE17Yk0iZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE17Yk0iZ hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE17Yk0iZ hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE17Yk0iZ h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE17Yk0iZ .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE17Yk0iZ H2 {
  color: #767676;
}
.cid-uEb6txsS5y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb6txsS5y hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb6txsS5y hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb6txsS5y h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb6txsS5y .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb6txsS5y H2 {
  color: #767676;
}
.cid-uDTBovBmKB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDTBovBmKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTBovBmKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDTBovBmKB .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDTBovBmKB .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDTBovBmKB .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDTBovBmKB .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDTBovBmKB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDTBovBmKB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDTBovBmKB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDTBovBmKB .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDTBovBmKB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDTBovBmKB .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDTBovBmKB .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDTBovBmKB .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDTBovBmKB .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDTBovBmKB .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDTBovBmKB .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDTBovBmKB .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDTBovBmKB .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDTBovBmKB .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDTBovBmKB .list-wrapper .list .item-wrap:hover,
.cid-uDTBovBmKB .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDTBovBmKB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDTBovBmKB .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDTBovBmKB .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDTBovBmKB .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDTBovBmKB .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDTBovBmKB .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDTBovBmKB .mbr-desc {
  color: #ffffff;
}
.cid-uDTBovBmKB .mbr-text,
.cid-uDTBovBmKB .text-wrapper {
  color: #9aa0a6;
}
.cid-uDTBovBmKB .list {
  color: #9aa0a6;
}
.cid-uDTBovBmKB .mbr-text,
.cid-uDTBovBmKB .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDTBovBmKB .list,
.cid-uDTBovBmKB .item-wrap {
  color: #fcfbf6;
}
.cid-uDTBovBmKB weis {
  color: #ffffff;
}
.cid-uDTBovBmKB h22 {
  color: #ff6600;
}
.cid-uDTBovBmKB black {
  color: #000000;
}
.cid-uDTBovBmKB klein {
  font-size: 12px;
}
.cid-uDTBovBmKB blau {
  color: #EEEADA;
}
.cid-uDTBovBmKB .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDTBovBmKB .mbr-desc,
.cid-uDTBovBmKB .content-wrapper {
  color: #f0ecdc;
}
.cid-uDTBovBmKB pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDTYxXAVNu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDTYxXAVNu .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDTYxXAVNu .container-fluid {
  padding: 0;
}
.cid-uDTYxXAVNu .row {
  flex-direction: row-reverse;
}
.cid-uDTYxXAVNu .right-side {
  padding: 0;
}
.cid-uDTYxXAVNu .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDTYxXAVNu .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDTYxXAVNu .l2,
.cid-uDTYxXAVNu .lin {
  color: #ffffff;
}
.cid-uDTYxXAVNu a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDTYxXAVNu a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDTYxXAVNu .left-side {
  padding-left: 84px;
}
.cid-uDTYxXAVNu .l2 {
  margin-top: 20px;
}
.cid-uDTYxXAVNu .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDTYxXAVNu .l2,
.cid-uDTYxXAVNu .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDTYxXAVNu img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDTYxXAVNu img {
    max-height: 400px;
  }
  .cid-uDTYxXAVNu .left-side {
    padding-left: 15px;
  }
  .cid-uDTYxXAVNu .line {
    display: none;
  }
}
.cid-uDTYxXAVNu .l1,
.cid-uDTYxXAVNu .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKqdujhZ2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKqdujhZ2 {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKqdujhZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKqdujhZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKqdujhZ2 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKqdujhZ2 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKqdujhZ2 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKqdujhZ2 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKqdujhZ2 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKqdujhZ2 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKqdujhZ2 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKqdujhZ2 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKqdujhZ2 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKqdujhZ2 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKqdujhZ2 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKqdujhZ2 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKqdujhZ2 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKqdujhZ2 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKqdujhZ2 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKqdujhZ2 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKqdujhZ2 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKqdujhZ2 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKqdujhZ2 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKqdujhZ2 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKqdujhZ2 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKqdujhZ2 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKqdujhZ2 .mbr-section-title {
  color: #404349;
}
.cid-uEKqdujhZ2 .item-title {
  color: #404349;
}
.cid-uEKqdujhZ2 .item-text {
  color: #404349;
}
.cid-uEKqdujhZ2 .tabs-wrapper {
  text-align: center;
}
.cid-uEKqdujhZ2 .mbr-section-title,
.cid-uEKqdujhZ2 .title-wrapper,
.cid-uEKqdujhZ2 .tabs-wrapper {
  text-align: left;
}
.cid-uMpcl5a521 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMpcl5a521 {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMpcl5a521 pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMpcl5a521 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpcl5a521 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpcl5a521 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMpcl5a521 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMpcl5a521 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpcl5a521 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMpcl5a521 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpcl5a521 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMpcl5a521 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMpcl5a521 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMpcl5a521 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMpcl5a521 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMpcl5a521 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMpcl5a521 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMpcl5a521 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMpcl5a521 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMpcl5a521 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpcl5a521 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMpcl5a521 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMpcl5a521 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMpcl5a521 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMpcl5a521 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMpcl5a521 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMpcl5a521 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMpcl5a521 .mbr-section-title {
  color: #404349;
}
.cid-uMpcl5a521 .item-title {
  color: #ff00ff;
}
.cid-uMpcl5a521 .item-text {
  color: #404349;
}
.cid-uMpcl5a521 .tabs-wrapper {
  text-align: center;
}
.cid-uMpcl5a521 .mbr-section-title,
.cid-uMpcl5a521 .title-wrapper,
.cid-uMpcl5a521 .tabs-wrapper {
  text-align: center;
}
.cid-uIE1cPrxfZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE1cPrxfZ hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE1cPrxfZ hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE1cPrxfZ h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE1cPrxfZ .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE1cPrxfZ H2 {
  color: #767676;
}
.cid-uEb6TAlBVT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb6TAlBVT hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb6TAlBVT hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb6TAlBVT h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb6TAlBVT .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb6TAlBVT H2 {
  color: #767676;
}
.cid-uDTBmtJ8JH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDTBmtJ8JH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTBmtJ8JH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDTBmtJ8JH .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDTBmtJ8JH .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDTBmtJ8JH .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDTBmtJ8JH .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDTBmtJ8JH .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDTBmtJ8JH .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDTBmtJ8JH .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDTBmtJ8JH .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDTBmtJ8JH .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDTBmtJ8JH .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDTBmtJ8JH .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDTBmtJ8JH .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDTBmtJ8JH .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDTBmtJ8JH .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDTBmtJ8JH .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDTBmtJ8JH .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDTBmtJ8JH .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDTBmtJ8JH .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDTBmtJ8JH .list-wrapper .list .item-wrap:hover,
.cid-uDTBmtJ8JH .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDTBmtJ8JH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDTBmtJ8JH .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDTBmtJ8JH .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDTBmtJ8JH .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDTBmtJ8JH .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDTBmtJ8JH .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDTBmtJ8JH .mbr-desc {
  color: #ffffff;
}
.cid-uDTBmtJ8JH .mbr-text,
.cid-uDTBmtJ8JH .text-wrapper {
  color: #9aa0a6;
}
.cid-uDTBmtJ8JH .list {
  color: #9aa0a6;
}
.cid-uDTBmtJ8JH .mbr-text,
.cid-uDTBmtJ8JH .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDTBmtJ8JH .list,
.cid-uDTBmtJ8JH .item-wrap {
  color: #fcfbf6;
}
.cid-uDTBmtJ8JH weis {
  color: #ffffff;
}
.cid-uDTBmtJ8JH h22 {
  color: #ff6600;
}
.cid-uDTBmtJ8JH black {
  color: #000000;
}
.cid-uDTBmtJ8JH klein {
  font-size: 12px;
}
.cid-uDTBmtJ8JH blau {
  color: #EEEADA;
}
.cid-uDTBmtJ8JH .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDTBmtJ8JH .mbr-desc,
.cid-uDTBmtJ8JH .content-wrapper {
  color: #f0ecdc;
}
.cid-uDTBmtJ8JH pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDTYCCQ4BO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDTYCCQ4BO .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDTYCCQ4BO .container-fluid {
  padding: 0;
}
.cid-uDTYCCQ4BO .row {
  flex-direction: row-reverse;
}
.cid-uDTYCCQ4BO .right-side {
  padding: 0;
}
.cid-uDTYCCQ4BO .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDTYCCQ4BO .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDTYCCQ4BO .l2,
.cid-uDTYCCQ4BO .lin {
  color: #ffffff;
}
.cid-uDTYCCQ4BO a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDTYCCQ4BO a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDTYCCQ4BO .left-side {
  padding-left: 84px;
}
.cid-uDTYCCQ4BO .l2 {
  margin-top: 20px;
}
.cid-uDTYCCQ4BO .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDTYCCQ4BO .l2,
.cid-uDTYCCQ4BO .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDTYCCQ4BO img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDTYCCQ4BO img {
    max-height: 400px;
  }
  .cid-uDTYCCQ4BO .left-side {
    padding-left: 15px;
  }
  .cid-uDTYCCQ4BO .line {
    display: none;
  }
}
.cid-uDTYCCQ4BO .l1,
.cid-uDTYCCQ4BO .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKrmpbXRW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKrmpbXRW {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKrmpbXRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKrmpbXRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKrmpbXRW .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKrmpbXRW .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKrmpbXRW .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKrmpbXRW .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKrmpbXRW .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKrmpbXRW .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKrmpbXRW .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKrmpbXRW .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKrmpbXRW .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKrmpbXRW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKrmpbXRW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKrmpbXRW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKrmpbXRW .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKrmpbXRW .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKrmpbXRW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKrmpbXRW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKrmpbXRW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKrmpbXRW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKrmpbXRW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKrmpbXRW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKrmpbXRW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKrmpbXRW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKrmpbXRW .mbr-section-title {
  color: #404349;
}
.cid-uEKrmpbXRW .item-title {
  color: #404349;
}
.cid-uEKrmpbXRW .item-text {
  color: #404349;
}
.cid-uEKrmpbXRW .tabs-wrapper {
  text-align: center;
}
.cid-uEKrmpbXRW .mbr-section-title,
.cid-uEKrmpbXRW .title-wrapper,
.cid-uEKrmpbXRW .tabs-wrapper {
  text-align: left;
}
.cid-uMpd5GsydG {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMpd5GsydG {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMpd5GsydG pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMpd5GsydG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpd5GsydG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpd5GsydG .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMpd5GsydG .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMpd5GsydG .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpd5GsydG .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMpd5GsydG .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpd5GsydG .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMpd5GsydG .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMpd5GsydG .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMpd5GsydG .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMpd5GsydG .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMpd5GsydG .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMpd5GsydG .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMpd5GsydG .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMpd5GsydG .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMpd5GsydG .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpd5GsydG .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMpd5GsydG .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMpd5GsydG .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMpd5GsydG .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMpd5GsydG .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMpd5GsydG .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMpd5GsydG .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMpd5GsydG .mbr-section-title {
  color: #404349;
}
.cid-uMpd5GsydG .item-title {
  color: #404349;
}
.cid-uMpd5GsydG .item-text {
  color: #404349;
}
.cid-uMpd5GsydG .tabs-wrapper {
  text-align: center;
}
.cid-uMpd5GsydG .mbr-section-title,
.cid-uMpd5GsydG .title-wrapper,
.cid-uMpd5GsydG .tabs-wrapper {
  text-align: center;
}
.cid-uIE1gyofvn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE1gyofvn hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE1gyofvn hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE1gyofvn h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE1gyofvn .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE1gyofvn H2 {
  color: #767676;
}
.cid-uEb7eOWRW0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb7eOWRW0 hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb7eOWRW0 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb7eOWRW0 h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb7eOWRW0 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb7eOWRW0 H2 {
  color: #767676;
}
.cid-uDTBk5404n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDTBk5404n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTBk5404n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDTBk5404n .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDTBk5404n .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDTBk5404n .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDTBk5404n .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDTBk5404n .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDTBk5404n .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDTBk5404n .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDTBk5404n .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDTBk5404n .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDTBk5404n .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDTBk5404n .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDTBk5404n .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDTBk5404n .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDTBk5404n .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDTBk5404n .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDTBk5404n .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDTBk5404n .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDTBk5404n .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDTBk5404n .list-wrapper .list .item-wrap:hover,
.cid-uDTBk5404n .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDTBk5404n .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDTBk5404n .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDTBk5404n .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDTBk5404n .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDTBk5404n .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDTBk5404n .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDTBk5404n .mbr-desc {
  color: #ffffff;
}
.cid-uDTBk5404n .mbr-text,
.cid-uDTBk5404n .text-wrapper {
  color: #9aa0a6;
}
.cid-uDTBk5404n .list {
  color: #9aa0a6;
}
.cid-uDTBk5404n .mbr-text,
.cid-uDTBk5404n .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDTBk5404n .list,
.cid-uDTBk5404n .item-wrap {
  color: #fcfbf6;
}
.cid-uDTBk5404n weis {
  color: #ffffff;
}
.cid-uDTBk5404n h22 {
  color: #ff6600;
}
.cid-uDTBk5404n black {
  color: #000000;
}
.cid-uDTBk5404n klein {
  font-size: 12px;
}
.cid-uDTBk5404n blau {
  color: #EEEADA;
}
.cid-uDTBk5404n .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDTBk5404n .mbr-desc,
.cid-uDTBk5404n .content-wrapper {
  color: #f0ecdc;
}
.cid-uDTBk5404n pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDTYGRGzT5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDTYGRGzT5 .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDTYGRGzT5 .container-fluid {
  padding: 0;
}
.cid-uDTYGRGzT5 .row {
  flex-direction: row-reverse;
}
.cid-uDTYGRGzT5 .right-side {
  padding: 0;
}
.cid-uDTYGRGzT5 .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDTYGRGzT5 .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDTYGRGzT5 .l2,
.cid-uDTYGRGzT5 .lin {
  color: #ffffff;
}
.cid-uDTYGRGzT5 a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDTYGRGzT5 a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDTYGRGzT5 .left-side {
  padding-left: 84px;
}
.cid-uDTYGRGzT5 .l2 {
  margin-top: 20px;
}
.cid-uDTYGRGzT5 .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDTYGRGzT5 .l2,
.cid-uDTYGRGzT5 .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDTYGRGzT5 img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDTYGRGzT5 img {
    max-height: 400px;
  }
  .cid-uDTYGRGzT5 .left-side {
    padding-left: 15px;
  }
  .cid-uDTYGRGzT5 .line {
    display: none;
  }
}
.cid-uDTYGRGzT5 .l1,
.cid-uDTYGRGzT5 .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKsjG3c6T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKsjG3c6T {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKsjG3c6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKsjG3c6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKsjG3c6T .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKsjG3c6T .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKsjG3c6T .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKsjG3c6T .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKsjG3c6T .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKsjG3c6T .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKsjG3c6T .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKsjG3c6T .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKsjG3c6T .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKsjG3c6T .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKsjG3c6T .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKsjG3c6T .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKsjG3c6T .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKsjG3c6T .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKsjG3c6T .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKsjG3c6T .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKsjG3c6T .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKsjG3c6T .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKsjG3c6T .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKsjG3c6T .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKsjG3c6T .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKsjG3c6T .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKsjG3c6T .mbr-section-title {
  color: #404349;
}
.cid-uEKsjG3c6T .item-title {
  color: #404349;
}
.cid-uEKsjG3c6T .item-text {
  color: #404349;
}
.cid-uEKsjG3c6T .tabs-wrapper {
  text-align: center;
}
.cid-uEKsjG3c6T .mbr-section-title,
.cid-uEKsjG3c6T .title-wrapper,
.cid-uEKsjG3c6T .tabs-wrapper {
  text-align: left;
}
.cid-uMpdKk4myz {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMpdKk4myz {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMpdKk4myz pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMpdKk4myz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpdKk4myz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpdKk4myz .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMpdKk4myz .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMpdKk4myz .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpdKk4myz .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMpdKk4myz .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpdKk4myz .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMpdKk4myz .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMpdKk4myz .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMpdKk4myz .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMpdKk4myz .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMpdKk4myz .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMpdKk4myz .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMpdKk4myz .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMpdKk4myz .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMpdKk4myz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpdKk4myz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMpdKk4myz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMpdKk4myz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMpdKk4myz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMpdKk4myz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMpdKk4myz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMpdKk4myz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMpdKk4myz .mbr-section-title {
  color: #404349;
}
.cid-uMpdKk4myz .item-title {
  color: #ff00ff;
}
.cid-uMpdKk4myz .item-text {
  color: #404349;
}
.cid-uMpdKk4myz .tabs-wrapper {
  text-align: center;
}
.cid-uMpdKk4myz .mbr-section-title,
.cid-uMpdKk4myz .title-wrapper,
.cid-uMpdKk4myz .tabs-wrapper {
  text-align: center;
}
.cid-uIE1kMfdXM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE1kMfdXM hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE1kMfdXM hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE1kMfdXM h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE1kMfdXM .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE1kMfdXM H2 {
  color: #767676;
}
.cid-uEb7yJUvKf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb7yJUvKf hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb7yJUvKf hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb7yJUvKf h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb7yJUvKf .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb7yJUvKf H2 {
  color: #767676;
}
.cid-uDTBj1K8Wc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDTBj1K8Wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTBj1K8Wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDTBj1K8Wc .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDTBj1K8Wc .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDTBj1K8Wc .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDTBj1K8Wc .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDTBj1K8Wc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDTBj1K8Wc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDTBj1K8Wc .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDTBj1K8Wc .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDTBj1K8Wc .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDTBj1K8Wc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDTBj1K8Wc .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDTBj1K8Wc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDTBj1K8Wc .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDTBj1K8Wc .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDTBj1K8Wc .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDTBj1K8Wc .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDTBj1K8Wc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDTBj1K8Wc .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDTBj1K8Wc .list-wrapper .list .item-wrap:hover,
.cid-uDTBj1K8Wc .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDTBj1K8Wc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDTBj1K8Wc .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDTBj1K8Wc .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDTBj1K8Wc .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDTBj1K8Wc .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDTBj1K8Wc .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDTBj1K8Wc .mbr-desc {
  color: #ffffff;
}
.cid-uDTBj1K8Wc .mbr-text,
.cid-uDTBj1K8Wc .text-wrapper {
  color: #9aa0a6;
}
.cid-uDTBj1K8Wc .list {
  color: #9aa0a6;
}
.cid-uDTBj1K8Wc .mbr-text,
.cid-uDTBj1K8Wc .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDTBj1K8Wc .list,
.cid-uDTBj1K8Wc .item-wrap {
  color: #fcfbf6;
}
.cid-uDTBj1K8Wc weis {
  color: #ffffff;
}
.cid-uDTBj1K8Wc h22 {
  color: #ff6600;
}
.cid-uDTBj1K8Wc black {
  color: #000000;
}
.cid-uDTBj1K8Wc klein {
  font-size: 12px;
}
.cid-uDTBj1K8Wc blau {
  color: #EEEADA;
}
.cid-uDTBj1K8Wc .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDTBj1K8Wc .mbr-desc,
.cid-uDTBj1K8Wc .content-wrapper {
  color: #f0ecdc;
}
.cid-uDTBj1K8Wc pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDTZlVjjyL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDTZlVjjyL .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDTZlVjjyL .container-fluid {
  padding: 0;
}
.cid-uDTZlVjjyL .row {
  flex-direction: row-reverse;
}
.cid-uDTZlVjjyL .right-side {
  padding: 0;
}
.cid-uDTZlVjjyL .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDTZlVjjyL .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDTZlVjjyL .l2,
.cid-uDTZlVjjyL .lin {
  color: #ffffff;
}
.cid-uDTZlVjjyL a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDTZlVjjyL a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDTZlVjjyL .left-side {
  padding-left: 84px;
}
.cid-uDTZlVjjyL .l2 {
  margin-top: 20px;
}
.cid-uDTZlVjjyL .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDTZlVjjyL .l2,
.cid-uDTZlVjjyL .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDTZlVjjyL img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDTZlVjjyL img {
    max-height: 400px;
  }
  .cid-uDTZlVjjyL .left-side {
    padding-left: 15px;
  }
  .cid-uDTZlVjjyL .line {
    display: none;
  }
}
.cid-uDTZlVjjyL .l1,
.cid-uDTZlVjjyL .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKtfaRm40 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKtfaRm40 {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKtfaRm40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKtfaRm40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKtfaRm40 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKtfaRm40 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKtfaRm40 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKtfaRm40 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKtfaRm40 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKtfaRm40 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKtfaRm40 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKtfaRm40 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKtfaRm40 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKtfaRm40 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKtfaRm40 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKtfaRm40 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKtfaRm40 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKtfaRm40 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKtfaRm40 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKtfaRm40 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKtfaRm40 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKtfaRm40 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKtfaRm40 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKtfaRm40 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKtfaRm40 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKtfaRm40 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKtfaRm40 .mbr-section-title {
  color: #404349;
}
.cid-uEKtfaRm40 .item-title {
  color: #404349;
}
.cid-uEKtfaRm40 .item-text {
  color: #404349;
}
.cid-uEKtfaRm40 .tabs-wrapper {
  text-align: center;
}
.cid-uEKtfaRm40 .mbr-section-title,
.cid-uEKtfaRm40 .title-wrapper,
.cid-uEKtfaRm40 .tabs-wrapper {
  text-align: left;
}
.cid-uMpekgqsNi {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMpekgqsNi {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMpekgqsNi pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMpekgqsNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpekgqsNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpekgqsNi .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMpekgqsNi .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMpekgqsNi .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpekgqsNi .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMpekgqsNi .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpekgqsNi .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMpekgqsNi .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMpekgqsNi .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMpekgqsNi .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMpekgqsNi .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMpekgqsNi .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMpekgqsNi .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMpekgqsNi .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMpekgqsNi .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMpekgqsNi .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpekgqsNi .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMpekgqsNi .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMpekgqsNi .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMpekgqsNi .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMpekgqsNi .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMpekgqsNi .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMpekgqsNi .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMpekgqsNi .mbr-section-title {
  color: #404349;
}
.cid-uMpekgqsNi .item-title {
  color: #404349;
}
.cid-uMpekgqsNi .item-text {
  color: #404349;
}
.cid-uMpekgqsNi .tabs-wrapper {
  text-align: center;
}
.cid-uMpekgqsNi .mbr-section-title,
.cid-uMpekgqsNi .title-wrapper,
.cid-uMpekgqsNi .tabs-wrapper {
  text-align: center;
}
.cid-uIE1oHSKC5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE1oHSKC5 hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE1oHSKC5 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE1oHSKC5 h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE1oHSKC5 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE1oHSKC5 H2 {
  color: #767676;
}
.cid-uEb80GyNRp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb80GyNRp hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb80GyNRp hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb80GyNRp h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb80GyNRp .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb80GyNRp H2 {
  color: #767676;
}
.cid-uDTBi1MHmJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDTBi1MHmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTBi1MHmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDTBi1MHmJ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDTBi1MHmJ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDTBi1MHmJ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDTBi1MHmJ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDTBi1MHmJ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDTBi1MHmJ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDTBi1MHmJ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDTBi1MHmJ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDTBi1MHmJ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDTBi1MHmJ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDTBi1MHmJ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDTBi1MHmJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDTBi1MHmJ .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDTBi1MHmJ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDTBi1MHmJ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDTBi1MHmJ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDTBi1MHmJ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDTBi1MHmJ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDTBi1MHmJ .list-wrapper .list .item-wrap:hover,
.cid-uDTBi1MHmJ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDTBi1MHmJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDTBi1MHmJ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDTBi1MHmJ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDTBi1MHmJ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDTBi1MHmJ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDTBi1MHmJ .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDTBi1MHmJ .mbr-desc {
  color: #ffffff;
}
.cid-uDTBi1MHmJ .mbr-text,
.cid-uDTBi1MHmJ .text-wrapper {
  color: #9aa0a6;
}
.cid-uDTBi1MHmJ .list {
  color: #9aa0a6;
}
.cid-uDTBi1MHmJ .mbr-text,
.cid-uDTBi1MHmJ .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDTBi1MHmJ .list,
.cid-uDTBi1MHmJ .item-wrap {
  color: #fcfbf6;
}
.cid-uDTBi1MHmJ weis {
  color: #ffffff;
}
.cid-uDTBi1MHmJ h22 {
  color: #ff6600;
}
.cid-uDTBi1MHmJ black {
  color: #000000;
}
.cid-uDTBi1MHmJ klein {
  font-size: 12px;
}
.cid-uDTBi1MHmJ blau {
  color: #EEEADA;
}
.cid-uDTBi1MHmJ .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDTBi1MHmJ .mbr-desc,
.cid-uDTBi1MHmJ .content-wrapper {
  color: #f0ecdc;
}
.cid-uDTBi1MHmJ pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDZqGlalD1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDZqGlalD1 .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDZqGlalD1 .container-fluid {
  padding: 0;
}
.cid-uDZqGlalD1 .row {
  flex-direction: row-reverse;
}
.cid-uDZqGlalD1 .right-side {
  padding: 0;
}
.cid-uDZqGlalD1 .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDZqGlalD1 .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDZqGlalD1 .l2,
.cid-uDZqGlalD1 .lin {
  color: #ffffff;
}
.cid-uDZqGlalD1 a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDZqGlalD1 a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDZqGlalD1 .left-side {
  padding-left: 84px;
}
.cid-uDZqGlalD1 .l2 {
  margin-top: 20px;
}
.cid-uDZqGlalD1 .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDZqGlalD1 .l2,
.cid-uDZqGlalD1 .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDZqGlalD1 img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDZqGlalD1 img {
    max-height: 400px;
  }
  .cid-uDZqGlalD1 .left-side {
    padding-left: 15px;
  }
  .cid-uDZqGlalD1 .line {
    display: none;
  }
}
.cid-uDZqGlalD1 .l1,
.cid-uDZqGlalD1 .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEC9ALzTPb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEC9ALzTPb {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEC9ALzTPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEC9ALzTPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEC9ALzTPb .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEC9ALzTPb .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEC9ALzTPb .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEC9ALzTPb .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEC9ALzTPb .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEC9ALzTPb .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEC9ALzTPb .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEC9ALzTPb .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEC9ALzTPb .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEC9ALzTPb .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEC9ALzTPb .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEC9ALzTPb .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEC9ALzTPb .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEC9ALzTPb .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEC9ALzTPb .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEC9ALzTPb .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEC9ALzTPb .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEC9ALzTPb .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEC9ALzTPb .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEC9ALzTPb .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEC9ALzTPb .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEC9ALzTPb .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEC9ALzTPb .mbr-section-title {
  color: #404349;
}
.cid-uEC9ALzTPb .item-title {
  color: #404349;
}
.cid-uEC9ALzTPb .item-text {
  color: #404349;
}
.cid-uEC9ALzTPb .tabs-wrapper {
  text-align: center;
}
.cid-uEC9ALzTPb .mbr-section-title,
.cid-uEC9ALzTPb .title-wrapper,
.cid-uEC9ALzTPb .tabs-wrapper {
  text-align: left;
}
.cid-uMp73F6DQk {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMp73F6DQk {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMp73F6DQk pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMp73F6DQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp73F6DQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMp73F6DQk .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMp73F6DQk .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMp73F6DQk .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMp73F6DQk .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMp73F6DQk .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp73F6DQk .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMp73F6DQk .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMp73F6DQk .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMp73F6DQk .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMp73F6DQk .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMp73F6DQk .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMp73F6DQk .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMp73F6DQk .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMp73F6DQk .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMp73F6DQk .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMp73F6DQk .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMp73F6DQk .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMp73F6DQk .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMp73F6DQk .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMp73F6DQk .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMp73F6DQk .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMp73F6DQk .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMp73F6DQk .mbr-section-title {
  color: #404349;
}
.cid-uMp73F6DQk .item-title {
  color: #ff00ff;
}
.cid-uMp73F6DQk .item-text {
  color: #404349;
}
.cid-uMp73F6DQk .tabs-wrapper {
  text-align: center;
}
.cid-uMp73F6DQk .mbr-section-title,
.cid-uMp73F6DQk .title-wrapper,
.cid-uMp73F6DQk .tabs-wrapper {
  text-align: center;
}
.cid-uIE0LYiqks {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0LYiqks hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0LYiqks hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0LYiqks h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0LYiqks .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0LYiqks H2 {
  color: #767676;
}
.cid-uEb3UaylNa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb3UaylNa hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb3UaylNa hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb3UaylNa h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb3UaylNa .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb3UaylNa H2 {
  color: #767676;
}
.cid-uDZqGmYRUM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDZqGmYRUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZqGmYRUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDZqGmYRUM .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDZqGmYRUM .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDZqGmYRUM .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDZqGmYRUM .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDZqGmYRUM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDZqGmYRUM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDZqGmYRUM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDZqGmYRUM .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDZqGmYRUM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDZqGmYRUM .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDZqGmYRUM .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDZqGmYRUM .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDZqGmYRUM .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDZqGmYRUM .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDZqGmYRUM .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDZqGmYRUM .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDZqGmYRUM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDZqGmYRUM .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDZqGmYRUM .list-wrapper .list .item-wrap:hover,
.cid-uDZqGmYRUM .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDZqGmYRUM .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDZqGmYRUM .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDZqGmYRUM .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDZqGmYRUM .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDZqGmYRUM .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDZqGmYRUM .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDZqGmYRUM .mbr-desc {
  color: #ffffff;
}
.cid-uDZqGmYRUM .mbr-text,
.cid-uDZqGmYRUM .text-wrapper {
  color: #9aa0a6;
}
.cid-uDZqGmYRUM .list {
  color: #9aa0a6;
}
.cid-uDZqGmYRUM .mbr-text,
.cid-uDZqGmYRUM .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDZqGmYRUM .list,
.cid-uDZqGmYRUM .item-wrap {
  color: #fcfbf6;
}
.cid-uDZqGmYRUM weis {
  color: #ffffff;
}
.cid-uDZqGmYRUM h22 {
  color: #ff6600;
}
.cid-uDZqGmYRUM black {
  color: #000000;
}
.cid-uDZqGmYRUM klein {
  font-size: 12px;
}
.cid-uDZqGmYRUM blau {
  color: #EEEADA;
}
.cid-uDZqGmYRUM .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDZqGmYRUM .mbr-desc,
.cid-uDZqGmYRUM .content-wrapper {
  color: #f0ecdc;
}
.cid-uDZqGmYRUM pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDZqEQFuk6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDZqEQFuk6 .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDZqEQFuk6 .container-fluid {
  padding: 0;
}
.cid-uDZqEQFuk6 .row {
  flex-direction: row-reverse;
}
.cid-uDZqEQFuk6 .right-side {
  padding: 0;
}
.cid-uDZqEQFuk6 .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDZqEQFuk6 .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDZqEQFuk6 .l2,
.cid-uDZqEQFuk6 .lin {
  color: #ffffff;
}
.cid-uDZqEQFuk6 a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDZqEQFuk6 a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDZqEQFuk6 .left-side {
  padding-left: 84px;
}
.cid-uDZqEQFuk6 .l2 {
  margin-top: 20px;
}
.cid-uDZqEQFuk6 .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDZqEQFuk6 .l2,
.cid-uDZqEQFuk6 .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDZqEQFuk6 img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDZqEQFuk6 img {
    max-height: 400px;
  }
  .cid-uDZqEQFuk6 .left-side {
    padding-left: 15px;
  }
  .cid-uDZqEQFuk6 .line {
    display: none;
  }
}
.cid-uDZqEQFuk6 .l1,
.cid-uDZqEQFuk6 .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uECaPDZ5gz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uECaPDZ5gz {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uECaPDZ5gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uECaPDZ5gz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uECaPDZ5gz .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uECaPDZ5gz .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uECaPDZ5gz .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uECaPDZ5gz .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uECaPDZ5gz .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uECaPDZ5gz .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uECaPDZ5gz .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uECaPDZ5gz .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uECaPDZ5gz .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uECaPDZ5gz .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uECaPDZ5gz .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uECaPDZ5gz .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uECaPDZ5gz .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uECaPDZ5gz .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uECaPDZ5gz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uECaPDZ5gz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uECaPDZ5gz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uECaPDZ5gz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uECaPDZ5gz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uECaPDZ5gz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uECaPDZ5gz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uECaPDZ5gz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uECaPDZ5gz .mbr-section-title {
  color: #404349;
}
.cid-uECaPDZ5gz .item-title {
  color: #404349;
}
.cid-uECaPDZ5gz .item-text {
  color: #404349;
}
.cid-uECaPDZ5gz .tabs-wrapper {
  text-align: center;
}
.cid-uECaPDZ5gz .mbr-section-title,
.cid-uECaPDZ5gz .title-wrapper,
.cid-uECaPDZ5gz .tabs-wrapper {
  text-align: left;
}
.cid-uMp7VZWDtq {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMp7VZWDtq {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMp7VZWDtq pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMp7VZWDtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp7VZWDtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMp7VZWDtq .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMp7VZWDtq .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMp7VZWDtq .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMp7VZWDtq .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMp7VZWDtq .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp7VZWDtq .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMp7VZWDtq .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMp7VZWDtq .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMp7VZWDtq .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMp7VZWDtq .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMp7VZWDtq .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMp7VZWDtq .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMp7VZWDtq .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMp7VZWDtq .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMp7VZWDtq .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMp7VZWDtq .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMp7VZWDtq .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMp7VZWDtq .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMp7VZWDtq .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMp7VZWDtq .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMp7VZWDtq .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMp7VZWDtq .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMp7VZWDtq .mbr-section-title {
  color: #404349;
}
.cid-uMp7VZWDtq .item-title {
  color: #404349;
}
.cid-uMp7VZWDtq .item-text {
  color: #404349;
}
.cid-uMp7VZWDtq .tabs-wrapper {
  text-align: center;
}
.cid-uMp7VZWDtq .mbr-section-title,
.cid-uMp7VZWDtq .title-wrapper,
.cid-uMp7VZWDtq .tabs-wrapper {
  text-align: center;
}
.cid-uIE0QZ39Ow {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0QZ39Ow hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0QZ39Ow hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0QZ39Ow h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0QZ39Ow .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0QZ39Ow H2 {
  color: #767676;
}
.cid-uEb4jOX7cP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb4jOX7cP hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb4jOX7cP hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb4jOX7cP h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb4jOX7cP .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb4jOX7cP H2 {
  color: #767676;
}
.cid-uDZqESutdh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDZqESutdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZqESutdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDZqESutdh .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDZqESutdh .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDZqESutdh .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDZqESutdh .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDZqESutdh .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDZqESutdh .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDZqESutdh .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDZqESutdh .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDZqESutdh .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDZqESutdh .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDZqESutdh .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDZqESutdh .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDZqESutdh .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDZqESutdh .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDZqESutdh .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDZqESutdh .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDZqESutdh .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDZqESutdh .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDZqESutdh .list-wrapper .list .item-wrap:hover,
.cid-uDZqESutdh .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDZqESutdh .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDZqESutdh .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDZqESutdh .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDZqESutdh .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDZqESutdh .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDZqESutdh .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDZqESutdh .mbr-desc {
  color: #ffffff;
}
.cid-uDZqESutdh .mbr-text,
.cid-uDZqESutdh .text-wrapper {
  color: #9aa0a6;
}
.cid-uDZqESutdh .list {
  color: #9aa0a6;
}
.cid-uDZqESutdh .mbr-text,
.cid-uDZqESutdh .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDZqESutdh .list,
.cid-uDZqESutdh .item-wrap {
  color: #fcfbf6;
}
.cid-uDZqESutdh weis {
  color: #ffffff;
}
.cid-uDZqESutdh h22 {
  color: #ff6600;
}
.cid-uDZqESutdh black {
  color: #000000;
}
.cid-uDZqESutdh klein {
  font-size: 12px;
}
.cid-uDZqESutdh blau {
  color: #EEEADA;
}
.cid-uDZqESutdh .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDZqESutdh .mbr-desc,
.cid-uDZqESutdh .content-wrapper {
  color: #f0ecdc;
}
.cid-uDZqESutdh pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDZqDCsQlH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDZqDCsQlH .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDZqDCsQlH .container-fluid {
  padding: 0;
}
.cid-uDZqDCsQlH .row {
  flex-direction: row-reverse;
}
.cid-uDZqDCsQlH .right-side {
  padding: 0;
}
.cid-uDZqDCsQlH .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDZqDCsQlH .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDZqDCsQlH .l2,
.cid-uDZqDCsQlH .lin {
  color: #ffffff;
}
.cid-uDZqDCsQlH a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDZqDCsQlH a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDZqDCsQlH .left-side {
  padding-left: 84px;
}
.cid-uDZqDCsQlH .l2 {
  margin-top: 20px;
}
.cid-uDZqDCsQlH .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDZqDCsQlH .l2,
.cid-uDZqDCsQlH .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDZqDCsQlH img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDZqDCsQlH img {
    max-height: 400px;
  }
  .cid-uDZqDCsQlH .left-side {
    padding-left: 15px;
  }
  .cid-uDZqDCsQlH .line {
    display: none;
  }
}
.cid-uDZqDCsQlH .l1,
.cid-uDZqDCsQlH .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKkN3zQYs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKkN3zQYs {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKkN3zQYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKkN3zQYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKkN3zQYs .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKkN3zQYs .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKkN3zQYs .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKkN3zQYs .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKkN3zQYs .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKkN3zQYs .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKkN3zQYs .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKkN3zQYs .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKkN3zQYs .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKkN3zQYs .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKkN3zQYs .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKkN3zQYs .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKkN3zQYs .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKkN3zQYs .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKkN3zQYs .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKkN3zQYs .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKkN3zQYs .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKkN3zQYs .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKkN3zQYs .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKkN3zQYs .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKkN3zQYs .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKkN3zQYs .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKkN3zQYs .mbr-section-title {
  color: #404349;
}
.cid-uEKkN3zQYs .item-title {
  color: #404349;
}
.cid-uEKkN3zQYs .item-text {
  color: #404349;
}
.cid-uEKkN3zQYs .tabs-wrapper {
  text-align: center;
}
.cid-uEKkN3zQYs .mbr-section-title,
.cid-uEKkN3zQYs .title-wrapper,
.cid-uEKkN3zQYs .tabs-wrapper {
  text-align: left;
}
.cid-uMp8TZAxEg {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMp8TZAxEg {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMp8TZAxEg pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMp8TZAxEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp8TZAxEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMp8TZAxEg .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMp8TZAxEg .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMp8TZAxEg .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMp8TZAxEg .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMp8TZAxEg .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp8TZAxEg .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMp8TZAxEg .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMp8TZAxEg .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMp8TZAxEg .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMp8TZAxEg .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMp8TZAxEg .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 240px;
}
.cid-uMp8TZAxEg .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMp8TZAxEg .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMp8TZAxEg .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMp8TZAxEg .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMp8TZAxEg .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMp8TZAxEg .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMp8TZAxEg .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMp8TZAxEg .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMp8TZAxEg .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMp8TZAxEg .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMp8TZAxEg .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMp8TZAxEg .mbr-section-title {
  color: #404349;
}
.cid-uMp8TZAxEg .item-title {
  color: #ff00ff;
}
.cid-uMp8TZAxEg .item-text {
  color: #404349;
}
.cid-uMp8TZAxEg .tabs-wrapper {
  text-align: center;
}
.cid-uMp8TZAxEg .mbr-section-title,
.cid-uMp8TZAxEg .title-wrapper,
.cid-uMp8TZAxEg .tabs-wrapper {
  text-align: center;
}
.cid-uIE0W110r1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0W110r1 hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0W110r1 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0W110r1 h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0W110r1 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0W110r1 H2 {
  color: #767676;
}
.cid-uEb4MZqHXo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb4MZqHXo hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb4MZqHXo hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb4MZqHXo h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb4MZqHXo .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb4MZqHXo H2 {
  color: #767676;
}
.cid-uDZqDEfJYk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDZqDEfJYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZqDEfJYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDZqDEfJYk .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDZqDEfJYk .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDZqDEfJYk .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDZqDEfJYk .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDZqDEfJYk .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDZqDEfJYk .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDZqDEfJYk .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDZqDEfJYk .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDZqDEfJYk .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDZqDEfJYk .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDZqDEfJYk .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDZqDEfJYk .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDZqDEfJYk .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDZqDEfJYk .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDZqDEfJYk .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDZqDEfJYk .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDZqDEfJYk .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDZqDEfJYk .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDZqDEfJYk .list-wrapper .list .item-wrap:hover,
.cid-uDZqDEfJYk .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDZqDEfJYk .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDZqDEfJYk .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDZqDEfJYk .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDZqDEfJYk .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDZqDEfJYk .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDZqDEfJYk .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDZqDEfJYk .mbr-desc {
  color: #ffffff;
}
.cid-uDZqDEfJYk .mbr-text,
.cid-uDZqDEfJYk .text-wrapper {
  color: #9aa0a6;
}
.cid-uDZqDEfJYk .list {
  color: #9aa0a6;
}
.cid-uDZqDEfJYk .mbr-text,
.cid-uDZqDEfJYk .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDZqDEfJYk .list,
.cid-uDZqDEfJYk .item-wrap {
  color: #fcfbf6;
}
.cid-uDZqDEfJYk weis {
  color: #ffffff;
}
.cid-uDZqDEfJYk h22 {
  color: #ff6600;
}
.cid-uDZqDEfJYk black {
  color: #000000;
}
.cid-uDZqDEfJYk klein {
  font-size: 12px;
}
.cid-uDZqDEfJYk blau {
  color: #EEEADA;
}
.cid-uDZqDEfJYk .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDZqDEfJYk .mbr-desc,
.cid-uDZqDEfJYk .content-wrapper {
  color: #f0ecdc;
}
.cid-uDZqDEfJYk pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDZqClP3MQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDZqClP3MQ .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDZqClP3MQ .container-fluid {
  padding: 0;
}
.cid-uDZqClP3MQ .row {
  flex-direction: row-reverse;
}
.cid-uDZqClP3MQ .right-side {
  padding: 0;
}
.cid-uDZqClP3MQ .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDZqClP3MQ .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDZqClP3MQ .l2,
.cid-uDZqClP3MQ .lin {
  color: #ffffff;
}
.cid-uDZqClP3MQ a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDZqClP3MQ a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDZqClP3MQ .left-side {
  padding-left: 84px;
}
.cid-uDZqClP3MQ .l2 {
  margin-top: 20px;
}
.cid-uDZqClP3MQ .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDZqClP3MQ .l2,
.cid-uDZqClP3MQ .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDZqClP3MQ img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDZqClP3MQ img {
    max-height: 400px;
  }
  .cid-uDZqClP3MQ .left-side {
    padding-left: 15px;
  }
  .cid-uDZqClP3MQ .line {
    display: none;
  }
}
.cid-uDZqClP3MQ .l1,
.cid-uDZqClP3MQ .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKlWSHdU1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKlWSHdU1 {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKlWSHdU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKlWSHdU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKlWSHdU1 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKlWSHdU1 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKlWSHdU1 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKlWSHdU1 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKlWSHdU1 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKlWSHdU1 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKlWSHdU1 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKlWSHdU1 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKlWSHdU1 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKlWSHdU1 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKlWSHdU1 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKlWSHdU1 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKlWSHdU1 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKlWSHdU1 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKlWSHdU1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKlWSHdU1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKlWSHdU1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKlWSHdU1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKlWSHdU1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKlWSHdU1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKlWSHdU1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKlWSHdU1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKlWSHdU1 .mbr-section-title {
  color: #404349;
}
.cid-uEKlWSHdU1 .item-title {
  color: #404349;
}
.cid-uEKlWSHdU1 .item-text {
  color: #404349;
}
.cid-uEKlWSHdU1 .tabs-wrapper {
  text-align: center;
}
.cid-uEKlWSHdU1 .mbr-section-title,
.cid-uEKlWSHdU1 .title-wrapper,
.cid-uEKlWSHdU1 .tabs-wrapper {
  text-align: left;
}
.cid-uMp9EZLZvl {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMp9EZLZvl {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMp9EZLZvl pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMp9EZLZvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp9EZLZvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMp9EZLZvl .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMp9EZLZvl .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMp9EZLZvl .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMp9EZLZvl .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMp9EZLZvl .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp9EZLZvl .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMp9EZLZvl .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMp9EZLZvl .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMp9EZLZvl .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMp9EZLZvl .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMp9EZLZvl .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMp9EZLZvl .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMp9EZLZvl .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMp9EZLZvl .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMp9EZLZvl .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMp9EZLZvl .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMp9EZLZvl .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMp9EZLZvl .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMp9EZLZvl .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMp9EZLZvl .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMp9EZLZvl .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMp9EZLZvl .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMp9EZLZvl .mbr-section-title {
  color: #404349;
}
.cid-uMp9EZLZvl .item-title {
  color: #ff00ff;
}
.cid-uMp9EZLZvl .item-text {
  color: #404349;
}
.cid-uMp9EZLZvl .tabs-wrapper {
  text-align: center;
}
.cid-uMp9EZLZvl .mbr-section-title,
.cid-uMp9EZLZvl .title-wrapper,
.cid-uMp9EZLZvl .tabs-wrapper {
  text-align: center;
}
.cid-uIE0ZHYRF2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0ZHYRF2 hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0ZHYRF2 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0ZHYRF2 h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0ZHYRF2 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0ZHYRF2 H2 {
  color: #767676;
}
.cid-uEb5CDF89C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb5CDF89C hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb5CDF89C hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb5CDF89C h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb5CDF89C .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb5CDF89C H2 {
  color: #767676;
}
.cid-uDZqCo8pqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDZqCo8pqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZqCo8pqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDZqCo8pqw .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDZqCo8pqw .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDZqCo8pqw .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDZqCo8pqw .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDZqCo8pqw .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDZqCo8pqw .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDZqCo8pqw .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDZqCo8pqw .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDZqCo8pqw .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDZqCo8pqw .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDZqCo8pqw .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDZqCo8pqw .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDZqCo8pqw .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDZqCo8pqw .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDZqCo8pqw .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDZqCo8pqw .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDZqCo8pqw .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDZqCo8pqw .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDZqCo8pqw .list-wrapper .list .item-wrap:hover,
.cid-uDZqCo8pqw .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDZqCo8pqw .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDZqCo8pqw .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDZqCo8pqw .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDZqCo8pqw .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDZqCo8pqw .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDZqCo8pqw .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDZqCo8pqw .mbr-desc {
  color: #ffffff;
}
.cid-uDZqCo8pqw .mbr-text,
.cid-uDZqCo8pqw .text-wrapper {
  color: #9aa0a6;
}
.cid-uDZqCo8pqw .list {
  color: #9aa0a6;
}
.cid-uDZqCo8pqw .mbr-text,
.cid-uDZqCo8pqw .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDZqCo8pqw .list,
.cid-uDZqCo8pqw .item-wrap {
  color: #fcfbf6;
}
.cid-uDZqCo8pqw weis {
  color: #ffffff;
}
.cid-uDZqCo8pqw h22 {
  color: #ff6600;
}
.cid-uDZqCo8pqw black {
  color: #000000;
}
.cid-uDZqCo8pqw klein {
  font-size: 12px;
}
.cid-uDZqCo8pqw blau {
  color: #EEEADA;
}
.cid-uDZqCo8pqw .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDZqCo8pqw .mbr-desc,
.cid-uDZqCo8pqw .content-wrapper {
  color: #f0ecdc;
}
.cid-uDZqCo8pqw pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDZqB8SK4x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDZqB8SK4x .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDZqB8SK4x .container-fluid {
  padding: 0;
}
.cid-uDZqB8SK4x .row {
  flex-direction: row-reverse;
}
.cid-uDZqB8SK4x .right-side {
  padding: 0;
}
.cid-uDZqB8SK4x .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDZqB8SK4x .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDZqB8SK4x .l2,
.cid-uDZqB8SK4x .lin {
  color: #ffffff;
}
.cid-uDZqB8SK4x a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDZqB8SK4x a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDZqB8SK4x .left-side {
  padding-left: 84px;
}
.cid-uDZqB8SK4x .l2 {
  margin-top: 20px;
}
.cid-uDZqB8SK4x .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDZqB8SK4x .l2,
.cid-uDZqB8SK4x .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDZqB8SK4x img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDZqB8SK4x img {
    max-height: 400px;
  }
  .cid-uDZqB8SK4x .left-side {
    padding-left: 15px;
  }
  .cid-uDZqB8SK4x .line {
    display: none;
  }
}
.cid-uDZqB8SK4x .l1,
.cid-uDZqB8SK4x .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKn9v1wPX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKn9v1wPX {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKn9v1wPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKn9v1wPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKn9v1wPX .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKn9v1wPX .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKn9v1wPX .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKn9v1wPX .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKn9v1wPX .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKn9v1wPX .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKn9v1wPX .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKn9v1wPX .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKn9v1wPX .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKn9v1wPX .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKn9v1wPX .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKn9v1wPX .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKn9v1wPX .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKn9v1wPX .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKn9v1wPX .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKn9v1wPX .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKn9v1wPX .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKn9v1wPX .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKn9v1wPX .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKn9v1wPX .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKn9v1wPX .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKn9v1wPX .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKn9v1wPX .mbr-section-title {
  color: #404349;
}
.cid-uEKn9v1wPX .item-title {
  color: #404349;
}
.cid-uEKn9v1wPX .item-text {
  color: #404349;
}
.cid-uEKn9v1wPX .tabs-wrapper {
  text-align: center;
}
.cid-uEKn9v1wPX .mbr-section-title,
.cid-uEKn9v1wPX .title-wrapper,
.cid-uEKn9v1wPX .tabs-wrapper {
  text-align: left;
}
.cid-uMpaJWsiQE {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMpaJWsiQE {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMpaJWsiQE pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMpaJWsiQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpaJWsiQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpaJWsiQE .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMpaJWsiQE .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMpaJWsiQE .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpaJWsiQE .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMpaJWsiQE .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpaJWsiQE .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMpaJWsiQE .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMpaJWsiQE .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMpaJWsiQE .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMpaJWsiQE .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMpaJWsiQE .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMpaJWsiQE .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMpaJWsiQE .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMpaJWsiQE .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMpaJWsiQE .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpaJWsiQE .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMpaJWsiQE .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMpaJWsiQE .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMpaJWsiQE .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMpaJWsiQE .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMpaJWsiQE .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMpaJWsiQE .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMpaJWsiQE .mbr-section-title {
  color: #404349;
}
.cid-uMpaJWsiQE .item-title {
  color: #ff00ff;
}
.cid-uMpaJWsiQE .item-text {
  color: #404349;
}
.cid-uMpaJWsiQE .tabs-wrapper {
  text-align: center;
}
.cid-uMpaJWsiQE .mbr-section-title,
.cid-uMpaJWsiQE .title-wrapper,
.cid-uMpaJWsiQE .tabs-wrapper {
  text-align: center;
}
.cid-uIE13Aqpcw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE13Aqpcw hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE13Aqpcw hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE13Aqpcw h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE13Aqpcw .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE13Aqpcw H2 {
  color: #767676;
}
.cid-uEb67dIPYh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb67dIPYh hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb67dIPYh hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb67dIPYh h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb67dIPYh .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb67dIPYh H2 {
  color: #767676;
}
.cid-uDZqBaLRIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDZqBaLRIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZqBaLRIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDZqBaLRIy .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDZqBaLRIy .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDZqBaLRIy .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDZqBaLRIy .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDZqBaLRIy .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDZqBaLRIy .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDZqBaLRIy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDZqBaLRIy .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDZqBaLRIy .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDZqBaLRIy .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDZqBaLRIy .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDZqBaLRIy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDZqBaLRIy .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDZqBaLRIy .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDZqBaLRIy .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDZqBaLRIy .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDZqBaLRIy .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDZqBaLRIy .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDZqBaLRIy .list-wrapper .list .item-wrap:hover,
.cid-uDZqBaLRIy .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDZqBaLRIy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDZqBaLRIy .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDZqBaLRIy .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDZqBaLRIy .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDZqBaLRIy .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDZqBaLRIy .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDZqBaLRIy .mbr-desc {
  color: #ffffff;
}
.cid-uDZqBaLRIy .mbr-text,
.cid-uDZqBaLRIy .text-wrapper {
  color: #9aa0a6;
}
.cid-uDZqBaLRIy .list {
  color: #9aa0a6;
}
.cid-uDZqBaLRIy .mbr-text,
.cid-uDZqBaLRIy .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDZqBaLRIy .list,
.cid-uDZqBaLRIy .item-wrap {
  color: #fcfbf6;
}
.cid-uDZqBaLRIy weis {
  color: #ffffff;
}
.cid-uDZqBaLRIy h22 {
  color: #ff6600;
}
.cid-uDZqBaLRIy black {
  color: #000000;
}
.cid-uDZqBaLRIy klein {
  font-size: 12px;
}
.cid-uDZqBaLRIy blau {
  color: #EEEADA;
}
.cid-uDZqBaLRIy .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDZqBaLRIy .mbr-desc,
.cid-uDZqBaLRIy .content-wrapper {
  color: #f0ecdc;
}
.cid-uDZqBaLRIy pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uE04yc1gSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uE04yc1gSj .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uE04yc1gSj .container-fluid {
  padding: 0;
}
.cid-uE04yc1gSj .row {
  flex-direction: row-reverse;
}
.cid-uE04yc1gSj .right-side {
  padding: 0;
}
.cid-uE04yc1gSj .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uE04yc1gSj .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uE04yc1gSj .l2,
.cid-uE04yc1gSj .lin {
  color: #ffffff;
}
.cid-uE04yc1gSj a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uE04yc1gSj a.text-success:hover {
  color: #237FFB !important;
}
.cid-uE04yc1gSj .left-side {
  padding-left: 84px;
}
.cid-uE04yc1gSj .l2 {
  margin-top: 20px;
}
.cid-uE04yc1gSj .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uE04yc1gSj .l2,
.cid-uE04yc1gSj .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uE04yc1gSj img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uE04yc1gSj img {
    max-height: 400px;
  }
  .cid-uE04yc1gSj .left-side {
    padding-left: 15px;
  }
  .cid-uE04yc1gSj .line {
    display: none;
  }
}
.cid-uE04yc1gSj .l1,
.cid-uE04yc1gSj .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEA6Ky2LsW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEA6Ky2LsW {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEA6Ky2LsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEA6Ky2LsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEA6Ky2LsW .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEA6Ky2LsW .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEA6Ky2LsW .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEA6Ky2LsW .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEA6Ky2LsW .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEA6Ky2LsW .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEA6Ky2LsW .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEA6Ky2LsW .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEA6Ky2LsW .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEA6Ky2LsW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEA6Ky2LsW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEA6Ky2LsW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEA6Ky2LsW .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEA6Ky2LsW .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEA6Ky2LsW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEA6Ky2LsW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEA6Ky2LsW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEA6Ky2LsW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEA6Ky2LsW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEA6Ky2LsW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEA6Ky2LsW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEA6Ky2LsW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEA6Ky2LsW .mbr-section-title {
  color: #404349;
}
.cid-uEA6Ky2LsW .item-title {
  color: #404349;
}
.cid-uEA6Ky2LsW .item-text {
  color: #404349;
}
.cid-uEA6Ky2LsW .tabs-wrapper {
  text-align: center;
}
.cid-uEA6Ky2LsW .mbr-section-title,
.cid-uEA6Ky2LsW .title-wrapper,
.cid-uEA6Ky2LsW .tabs-wrapper {
  text-align: left;
}
.cid-uMoKIE1TJ7 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMoKIE1TJ7 {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMoKIE1TJ7 pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMoKIE1TJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoKIE1TJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoKIE1TJ7 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMoKIE1TJ7 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMoKIE1TJ7 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMoKIE1TJ7 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMoKIE1TJ7 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMoKIE1TJ7 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMoKIE1TJ7 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMoKIE1TJ7 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMoKIE1TJ7 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMoKIE1TJ7 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMoKIE1TJ7 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMoKIE1TJ7 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMoKIE1TJ7 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMoKIE1TJ7 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMoKIE1TJ7 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMoKIE1TJ7 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMoKIE1TJ7 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMoKIE1TJ7 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMoKIE1TJ7 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMoKIE1TJ7 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMoKIE1TJ7 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMoKIE1TJ7 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMoKIE1TJ7 .mbr-section-title {
  color: #404349;
}
.cid-uMoKIE1TJ7 .item-title {
  color: #ff00ff;
}
.cid-uMoKIE1TJ7 .item-text {
  color: #404349;
}
.cid-uMoKIE1TJ7 .tabs-wrapper {
  text-align: center;
}
.cid-uMoKIE1TJ7 .mbr-section-title,
.cid-uMoKIE1TJ7 .title-wrapper,
.cid-uMoKIE1TJ7 .tabs-wrapper {
  text-align: center;
}
.cid-uIE0poheuk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0poheuk hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0poheuk hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0poheuk h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0poheuk .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0poheuk H2 {
  color: #767676;
}
.cid-uEb1ukzRzV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb1ukzRzV hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb1ukzRzV hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb1ukzRzV h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb1ukzRzV .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb1ukzRzV H2 {
  color: #767676;
}
.cid-uE04yfjByj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uE04yfjByj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE04yfjByj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE04yfjByj .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE04yfjByj .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uE04yfjByj .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE04yfjByj .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uE04yfjByj .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE04yfjByj .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE04yfjByj .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE04yfjByj .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uE04yfjByj .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uE04yfjByj .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uE04yfjByj .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uE04yfjByj .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uE04yfjByj .items-wrapper .card {
  padding: 0 32px;
}
.cid-uE04yfjByj .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE04yfjByj .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE04yfjByj .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE04yfjByj .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE04yfjByj .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE04yfjByj .list-wrapper .list .item-wrap:hover,
.cid-uE04yfjByj .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE04yfjByj .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE04yfjByj .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE04yfjByj .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE04yfjByj .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE04yfjByj .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uE04yfjByj .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uE04yfjByj .mbr-desc {
  color: #ffffff;
}
.cid-uE04yfjByj .mbr-text,
.cid-uE04yfjByj .text-wrapper {
  color: #9aa0a6;
}
.cid-uE04yfjByj .list {
  color: #9aa0a6;
}
.cid-uE04yfjByj .mbr-text,
.cid-uE04yfjByj .mbr-section-btn {
  color: #ff00ff;
}
.cid-uE04yfjByj .list,
.cid-uE04yfjByj .item-wrap {
  color: #fcfbf6;
}
.cid-uE04yfjByj weis {
  color: #ffffff;
}
.cid-uE04yfjByj h22 {
  color: #ff6600;
}
.cid-uE04yfjByj black {
  color: #000000;
}
.cid-uE04yfjByj klein {
  font-size: 12px;
}
.cid-uE04yfjByj blau {
  color: #EEEADA;
}
.cid-uE04yfjByj .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uE04yfjByj .mbr-desc,
.cid-uE04yfjByj .content-wrapper {
  color: #f0ecdc;
}
.cid-uE04yfjByj pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uE04urG9ig {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uE04urG9ig .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uE04urG9ig .container-fluid {
  padding: 0;
}
.cid-uE04urG9ig .row {
  flex-direction: row-reverse;
}
.cid-uE04urG9ig .right-side {
  padding: 0;
}
.cid-uE04urG9ig .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uE04urG9ig .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uE04urG9ig .l2,
.cid-uE04urG9ig .lin {
  color: #ffffff;
}
.cid-uE04urG9ig a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uE04urG9ig a.text-success:hover {
  color: #237FFB !important;
}
.cid-uE04urG9ig .left-side {
  padding-left: 84px;
}
.cid-uE04urG9ig .l2 {
  margin-top: 20px;
}
.cid-uE04urG9ig .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uE04urG9ig .l2,
.cid-uE04urG9ig .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uE04urG9ig img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uE04urG9ig img {
    max-height: 400px;
  }
  .cid-uE04urG9ig .left-side {
    padding-left: 15px;
  }
  .cid-uE04urG9ig .line {
    display: none;
  }
}
.cid-uE04urG9ig .l1,
.cid-uE04urG9ig .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEAOFPda9Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEAOFPda9Y {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEAOFPda9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEAOFPda9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEAOFPda9Y .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEAOFPda9Y .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEAOFPda9Y .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEAOFPda9Y .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEAOFPda9Y .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEAOFPda9Y .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEAOFPda9Y .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEAOFPda9Y .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEAOFPda9Y .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEAOFPda9Y .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEAOFPda9Y .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEAOFPda9Y .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEAOFPda9Y .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEAOFPda9Y .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEAOFPda9Y .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEAOFPda9Y .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEAOFPda9Y .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEAOFPda9Y .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEAOFPda9Y .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEAOFPda9Y .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEAOFPda9Y .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEAOFPda9Y .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEAOFPda9Y .mbr-section-title {
  color: #404349;
}
.cid-uEAOFPda9Y .item-title {
  color: #404349;
}
.cid-uEAOFPda9Y .item-text {
  color: #404349;
}
.cid-uEAOFPda9Y .tabs-wrapper {
  text-align: center;
}
.cid-uEAOFPda9Y .mbr-section-title,
.cid-uEAOFPda9Y .title-wrapper,
.cid-uEAOFPda9Y .tabs-wrapper {
  text-align: left;
}
.cid-uMoMN8mAPN {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMoMN8mAPN {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMoMN8mAPN pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMoMN8mAPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoMN8mAPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoMN8mAPN .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMoMN8mAPN .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMoMN8mAPN .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMoMN8mAPN .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMoMN8mAPN .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMoMN8mAPN .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMoMN8mAPN .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMoMN8mAPN .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMoMN8mAPN .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMoMN8mAPN .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMoMN8mAPN .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMoMN8mAPN .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMoMN8mAPN .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMoMN8mAPN .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMoMN8mAPN .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMoMN8mAPN .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMoMN8mAPN .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMoMN8mAPN .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMoMN8mAPN .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMoMN8mAPN .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMoMN8mAPN .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMoMN8mAPN .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMoMN8mAPN .mbr-section-title {
  color: #404349;
}
.cid-uMoMN8mAPN .item-title {
  color: #ff00ff;
}
.cid-uMoMN8mAPN .item-text {
  color: #404349;
}
.cid-uMoMN8mAPN .tabs-wrapper {
  text-align: center;
}
.cid-uMoMN8mAPN .mbr-section-title,
.cid-uMoMN8mAPN .title-wrapper,
.cid-uMoMN8mAPN .tabs-wrapper {
  text-align: center;
}
.cid-uIE0yVvtqf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0yVvtqf hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0yVvtqf hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0yVvtqf h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0yVvtqf .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0yVvtqf H2 {
  color: #767676;
}
.cid-uEb2ugtIFp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb2ugtIFp hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb2ugtIFp hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb2ugtIFp h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb2ugtIFp .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb2ugtIFp H2 {
  color: #767676;
}
.cid-uE04utn41y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uE04utn41y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE04utn41y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE04utn41y .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE04utn41y .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uE04utn41y .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE04utn41y .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uE04utn41y .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE04utn41y .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE04utn41y .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE04utn41y .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uE04utn41y .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uE04utn41y .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uE04utn41y .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uE04utn41y .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uE04utn41y .items-wrapper .card {
  padding: 0 32px;
}
.cid-uE04utn41y .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE04utn41y .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE04utn41y .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE04utn41y .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE04utn41y .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE04utn41y .list-wrapper .list .item-wrap:hover,
.cid-uE04utn41y .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE04utn41y .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE04utn41y .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE04utn41y .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE04utn41y .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE04utn41y .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uE04utn41y .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uE04utn41y .mbr-desc {
  color: #ffffff;
}
.cid-uE04utn41y .mbr-text,
.cid-uE04utn41y .text-wrapper {
  color: #9aa0a6;
}
.cid-uE04utn41y .list {
  color: #9aa0a6;
}
.cid-uE04utn41y .mbr-text,
.cid-uE04utn41y .mbr-section-btn {
  color: #ff00ff;
}
.cid-uE04utn41y .list,
.cid-uE04utn41y .item-wrap {
  color: #fcfbf6;
}
.cid-uE04utn41y weis {
  color: #ffffff;
}
.cid-uE04utn41y h22 {
  color: #ff6600;
}
.cid-uE04utn41y black {
  color: #000000;
}
.cid-uE04utn41y klein {
  font-size: 12px;
}
.cid-uE04utn41y blau {
  color: #EEEADA;
}
.cid-uE04utn41y .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uE04utn41y .mbr-desc,
.cid-uE04utn41y .content-wrapper {
  color: #f0ecdc;
}
.cid-uE04utn41y pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uE04sXTc04 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uE04sXTc04 .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uE04sXTc04 .container-fluid {
  padding: 0;
}
.cid-uE04sXTc04 .row {
  flex-direction: row-reverse;
}
.cid-uE04sXTc04 .right-side {
  padding: 0;
}
.cid-uE04sXTc04 .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uE04sXTc04 .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uE04sXTc04 .l2,
.cid-uE04sXTc04 .lin {
  color: #ffffff;
}
.cid-uE04sXTc04 a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uE04sXTc04 a.text-success:hover {
  color: #237FFB !important;
}
.cid-uE04sXTc04 .left-side {
  padding-left: 84px;
}
.cid-uE04sXTc04 .l2 {
  margin-top: 20px;
}
.cid-uE04sXTc04 .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uE04sXTc04 .l2,
.cid-uE04sXTc04 .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uE04sXTc04 img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uE04sXTc04 img {
    max-height: 400px;
  }
  .cid-uE04sXTc04 .left-side {
    padding-left: 15px;
  }
  .cid-uE04sXTc04 .line {
    display: none;
  }
}
.cid-uE04sXTc04 .l1,
.cid-uE04sXTc04 .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEC6o5oTY7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEC6o5oTY7 {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEC6o5oTY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEC6o5oTY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEC6o5oTY7 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEC6o5oTY7 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEC6o5oTY7 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEC6o5oTY7 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEC6o5oTY7 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEC6o5oTY7 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEC6o5oTY7 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEC6o5oTY7 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEC6o5oTY7 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEC6o5oTY7 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEC6o5oTY7 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEC6o5oTY7 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEC6o5oTY7 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEC6o5oTY7 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEC6o5oTY7 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEC6o5oTY7 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEC6o5oTY7 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEC6o5oTY7 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEC6o5oTY7 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEC6o5oTY7 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEC6o5oTY7 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEC6o5oTY7 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEC6o5oTY7 .mbr-section-title {
  color: #404349;
}
.cid-uEC6o5oTY7 .item-title {
  color: #404349;
}
.cid-uEC6o5oTY7 .item-text {
  color: #404349;
}
.cid-uEC6o5oTY7 .tabs-wrapper {
  text-align: center;
}
.cid-uEC6o5oTY7 .mbr-section-title,
.cid-uEC6o5oTY7 .title-wrapper,
.cid-uEC6o5oTY7 .tabs-wrapper {
  text-align: left;
}
.cid-uMp4EB1Nie {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMp4EB1Nie {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMp4EB1Nie pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMp4EB1Nie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp4EB1Nie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMp4EB1Nie .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMp4EB1Nie .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMp4EB1Nie .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMp4EB1Nie .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMp4EB1Nie .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp4EB1Nie .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMp4EB1Nie .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMp4EB1Nie .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMp4EB1Nie .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMp4EB1Nie .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMp4EB1Nie .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMp4EB1Nie .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMp4EB1Nie .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMp4EB1Nie .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMp4EB1Nie .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMp4EB1Nie .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMp4EB1Nie .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMp4EB1Nie .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMp4EB1Nie .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMp4EB1Nie .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMp4EB1Nie .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMp4EB1Nie .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMp4EB1Nie .mbr-section-title {
  color: #404349;
}
.cid-uMp4EB1Nie .item-title {
  color: #ff00ff;
}
.cid-uMp4EB1Nie .item-text {
  color: #404349;
}
.cid-uMp4EB1Nie .tabs-wrapper {
  text-align: center;
}
.cid-uMp4EB1Nie .mbr-section-title,
.cid-uMp4EB1Nie .title-wrapper,
.cid-uMp4EB1Nie .tabs-wrapper {
  text-align: center;
}
.cid-uIE0DNRfm4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0DNRfm4 hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0DNRfm4 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0DNRfm4 h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0DNRfm4 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0DNRfm4 H2 {
  color: #767676;
}
.cid-uEb2SxbXmL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb2SxbXmL hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb2SxbXmL hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb2SxbXmL h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb2SxbXmL .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb2SxbXmL H2 {
  color: #767676;
}
.cid-uE04t2sAON {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uE04t2sAON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE04t2sAON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE04t2sAON .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE04t2sAON .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uE04t2sAON .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE04t2sAON .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uE04t2sAON .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE04t2sAON .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE04t2sAON .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE04t2sAON .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uE04t2sAON .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uE04t2sAON .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uE04t2sAON .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uE04t2sAON .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uE04t2sAON .items-wrapper .card {
  padding: 0 32px;
}
.cid-uE04t2sAON .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE04t2sAON .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE04t2sAON .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE04t2sAON .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE04t2sAON .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE04t2sAON .list-wrapper .list .item-wrap:hover,
.cid-uE04t2sAON .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE04t2sAON .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE04t2sAON .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE04t2sAON .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE04t2sAON .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE04t2sAON .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uE04t2sAON .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uE04t2sAON .mbr-desc {
  color: #ffffff;
}
.cid-uE04t2sAON .mbr-text,
.cid-uE04t2sAON .text-wrapper {
  color: #9aa0a6;
}
.cid-uE04t2sAON .list {
  color: #9aa0a6;
}
.cid-uE04t2sAON .mbr-text,
.cid-uE04t2sAON .mbr-section-btn {
  color: #ff00ff;
}
.cid-uE04t2sAON .list,
.cid-uE04t2sAON .item-wrap {
  color: #fcfbf6;
}
.cid-uE04t2sAON weis {
  color: #ffffff;
}
.cid-uE04t2sAON h22 {
  color: #ff6600;
}
.cid-uE04t2sAON black {
  color: #000000;
}
.cid-uE04t2sAON klein {
  font-size: 12px;
}
.cid-uE04t2sAON blau {
  color: #EEEADA;
}
.cid-uE04t2sAON .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uE04t2sAON .mbr-desc,
.cid-uE04t2sAON .content-wrapper {
  color: #f0ecdc;
}
.cid-uE04t2sAON pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uE04wqrWo6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uE04wqrWo6 .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uE04wqrWo6 .container-fluid {
  padding: 0;
}
.cid-uE04wqrWo6 .row {
  flex-direction: row-reverse;
}
.cid-uE04wqrWo6 .right-side {
  padding: 0;
}
.cid-uE04wqrWo6 .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uE04wqrWo6 .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uE04wqrWo6 .l2,
.cid-uE04wqrWo6 .lin {
  color: #ffffff;
}
.cid-uE04wqrWo6 a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uE04wqrWo6 a.text-success:hover {
  color: #237FFB !important;
}
.cid-uE04wqrWo6 .left-side {
  padding-left: 84px;
}
.cid-uE04wqrWo6 .l2 {
  margin-top: 20px;
}
.cid-uE04wqrWo6 .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uE04wqrWo6 .l2,
.cid-uE04wqrWo6 .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uE04wqrWo6 img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uE04wqrWo6 img {
    max-height: 400px;
  }
  .cid-uE04wqrWo6 .left-side {
    padding-left: 15px;
  }
  .cid-uE04wqrWo6 .line {
    display: none;
  }
}
.cid-uE04wqrWo6 .l1,
.cid-uE04wqrWo6 .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEALn6aJOw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEALn6aJOw {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEALn6aJOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEALn6aJOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEALn6aJOw .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEALn6aJOw .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEALn6aJOw .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEALn6aJOw .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEALn6aJOw .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEALn6aJOw .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEALn6aJOw .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEALn6aJOw .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEALn6aJOw .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEALn6aJOw .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEALn6aJOw .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEALn6aJOw .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEALn6aJOw .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEALn6aJOw .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEALn6aJOw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEALn6aJOw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEALn6aJOw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEALn6aJOw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEALn6aJOw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEALn6aJOw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEALn6aJOw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEALn6aJOw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEALn6aJOw .mbr-section-title {
  color: #404349;
}
.cid-uEALn6aJOw .item-title {
  color: #404349;
}
.cid-uEALn6aJOw .item-text {
  color: #404349;
}
.cid-uEALn6aJOw .tabs-wrapper {
  text-align: center;
}
.cid-uEALn6aJOw .mbr-section-title,
.cid-uEALn6aJOw .title-wrapper,
.cid-uEALn6aJOw .tabs-wrapper {
  text-align: left;
}
.cid-uMoLUtNmvW {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMoLUtNmvW {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMoLUtNmvW pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMoLUtNmvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoLUtNmvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoLUtNmvW .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMoLUtNmvW .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMoLUtNmvW .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMoLUtNmvW .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMoLUtNmvW .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMoLUtNmvW .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMoLUtNmvW .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMoLUtNmvW .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMoLUtNmvW .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMoLUtNmvW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMoLUtNmvW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMoLUtNmvW .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMoLUtNmvW .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMoLUtNmvW .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMoLUtNmvW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMoLUtNmvW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMoLUtNmvW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMoLUtNmvW .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMoLUtNmvW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMoLUtNmvW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMoLUtNmvW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMoLUtNmvW .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMoLUtNmvW .mbr-section-title {
  color: #404349;
}
.cid-uMoLUtNmvW .item-title {
  color: #ff00ff;
}
.cid-uMoLUtNmvW .item-text {
  color: #404349;
}
.cid-uMoLUtNmvW .tabs-wrapper {
  text-align: center;
}
.cid-uMoLUtNmvW .mbr-section-title,
.cid-uMoLUtNmvW .title-wrapper,
.cid-uMoLUtNmvW .tabs-wrapper {
  text-align: center;
}
.cid-uEb1PU4M0I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb1PU4M0I hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb1PU4M0I hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb1PU4M0I h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb1PU4M0I .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb1PU4M0I H2 {
  color: #767676;
}
.cid-uIE0uuMzW6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0uuMzW6 hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0uuMzW6 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0uuMzW6 h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0uuMzW6 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0uuMzW6 H2 {
  color: #767676;
}
.cid-uE04wuBLM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uE04wuBLM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE04wuBLM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE04wuBLM4 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE04wuBLM4 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uE04wuBLM4 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE04wuBLM4 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uE04wuBLM4 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE04wuBLM4 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE04wuBLM4 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE04wuBLM4 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uE04wuBLM4 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uE04wuBLM4 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uE04wuBLM4 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uE04wuBLM4 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uE04wuBLM4 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uE04wuBLM4 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE04wuBLM4 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE04wuBLM4 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE04wuBLM4 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE04wuBLM4 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE04wuBLM4 .list-wrapper .list .item-wrap:hover,
.cid-uE04wuBLM4 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE04wuBLM4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE04wuBLM4 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE04wuBLM4 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE04wuBLM4 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE04wuBLM4 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uE04wuBLM4 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uE04wuBLM4 .mbr-desc {
  color: #ffffff;
}
.cid-uE04wuBLM4 .mbr-text,
.cid-uE04wuBLM4 .text-wrapper {
  color: #9aa0a6;
}
.cid-uE04wuBLM4 .list {
  color: #9aa0a6;
}
.cid-uE04wuBLM4 .mbr-text,
.cid-uE04wuBLM4 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uE04wuBLM4 .list,
.cid-uE04wuBLM4 .item-wrap {
  color: #fcfbf6;
}
.cid-uE04wuBLM4 weis {
  color: #ffffff;
}
.cid-uE04wuBLM4 h22 {
  color: #ff6600;
}
.cid-uE04wuBLM4 black {
  color: #000000;
}
.cid-uE04wuBLM4 klein {
  font-size: 12px;
}
.cid-uE04wuBLM4 blau {
  color: #EEEADA;
}
.cid-uE04wuBLM4 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uE04wuBLM4 .mbr-desc,
.cid-uE04wuBLM4 .content-wrapper {
  color: #f0ecdc;
}
.cid-uE04wuBLM4 pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uE1hfjg5Su {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uE1hfjg5Su .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uE1hfjg5Su .container-fluid {
  padding: 0;
}
.cid-uE1hfjg5Su .row {
  flex-direction: row-reverse;
}
.cid-uE1hfjg5Su .right-side {
  padding: 0;
}
.cid-uE1hfjg5Su .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uE1hfjg5Su .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uE1hfjg5Su .l2,
.cid-uE1hfjg5Su .lin {
  color: #ffffff;
}
.cid-uE1hfjg5Su a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uE1hfjg5Su a.text-success:hover {
  color: #237FFB !important;
}
.cid-uE1hfjg5Su .left-side {
  padding-left: 84px;
}
.cid-uE1hfjg5Su .l2 {
  margin-top: 20px;
}
.cid-uE1hfjg5Su .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uE1hfjg5Su .l2,
.cid-uE1hfjg5Su .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uE1hfjg5Su img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uE1hfjg5Su img {
    max-height: 400px;
  }
  .cid-uE1hfjg5Su .left-side {
    padding-left: 15px;
  }
  .cid-uE1hfjg5Su .line {
    display: none;
  }
}
.cid-uE1hfjg5Su .l1,
.cid-uE1hfjg5Su .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uE1hfjzWZ7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uE1hfjzWZ7 {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uE1hfjzWZ7 .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uE1hfjzWZ7 .mbr-text {
  text-align: center;
  color: #ff00ff;
}
.cid-uE1hfjzWZ7 p2 {
  text-align: left;
  font-size: 22px;
  color: #333333;
}
.cid-uEvkJCANxV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEvkJCANxV {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEvkJCANxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvkJCANxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvkJCANxV .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEvkJCANxV .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEvkJCANxV .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEvkJCANxV .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEvkJCANxV .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEvkJCANxV .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEvkJCANxV .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEvkJCANxV .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEvkJCANxV .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEvkJCANxV .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEvkJCANxV .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEvkJCANxV .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEvkJCANxV .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEvkJCANxV .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEvkJCANxV .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEvkJCANxV .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEvkJCANxV .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEvkJCANxV .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEvkJCANxV .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEvkJCANxV .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEvkJCANxV .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEvkJCANxV .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEvkJCANxV .mbr-section-title {
  color: #404349;
}
.cid-uEvkJCANxV .item-title {
  color: #404349;
}
.cid-uEvkJCANxV .item-text {
  color: #404349;
}
.cid-uEvkJCANxV .tabs-wrapper {
  text-align: center;
}
.cid-uEvkJCANxV .mbr-section-title,
.cid-uEvkJCANxV .title-wrapper,
.cid-uEvkJCANxV .tabs-wrapper {
  text-align: left;
}
.cid-uMoGb3M4o4 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMoGb3M4o4 {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMoGb3M4o4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoGb3M4o4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoGb3M4o4 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMoGb3M4o4 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMoGb3M4o4 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMoGb3M4o4 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMoGb3M4o4 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMoGb3M4o4 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMoGb3M4o4 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMoGb3M4o4 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMoGb3M4o4 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMoGb3M4o4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMoGb3M4o4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMoGb3M4o4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMoGb3M4o4 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMoGb3M4o4 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMoGb3M4o4 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMoGb3M4o4 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMoGb3M4o4 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMoGb3M4o4 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMoGb3M4o4 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMoGb3M4o4 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMoGb3M4o4 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMoGb3M4o4 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMoGb3M4o4 .mbr-section-title {
  color: #404349;
}
.cid-uMoGb3M4o4 .item-title {
  color: #ff00ff;
}
.cid-uMoGb3M4o4 .item-text {
  color: #404349;
}
.cid-uMoGb3M4o4 .tabs-wrapper {
  text-align: center;
}
.cid-uMoGb3M4o4 .mbr-section-title,
.cid-uMoGb3M4o4 .title-wrapper,
.cid-uMoGb3M4o4 .tabs-wrapper {
  text-align: center;
}
.cid-uMoGb3M4o4 pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMoFTuxpfp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMoFTuxpfp {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uMoFTuxpfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoFTuxpfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoFTuxpfp .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMoFTuxpfp .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMoFTuxpfp .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMoFTuxpfp .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMoFTuxpfp .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMoFTuxpfp .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMoFTuxpfp .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMoFTuxpfp .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMoFTuxpfp .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMoFTuxpfp .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMoFTuxpfp .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMoFTuxpfp .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMoFTuxpfp .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMoFTuxpfp .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMoFTuxpfp .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMoFTuxpfp .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMoFTuxpfp .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMoFTuxpfp .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMoFTuxpfp .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMoFTuxpfp .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMoFTuxpfp .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMoFTuxpfp .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMoFTuxpfp .mbr-section-title {
  color: #404349;
}
.cid-uMoFTuxpfp .item-title {
  color: #404349;
}
.cid-uMoFTuxpfp .item-text {
  color: #404349;
}
.cid-uMoFTuxpfp .tabs-wrapper {
  text-align: center;
}
.cid-uMoFTuxpfp .mbr-section-title,
.cid-uMoFTuxpfp .title-wrapper,
.cid-uMoFTuxpfp .tabs-wrapper {
  text-align: center;
}
.cid-uMoFTuxpfp pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEaY67tcVT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEaY67tcVT hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEaY67tcVT hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEaY67tcVT h2 {
  float: center;
  color: #0082c3;
}
.cid-uEaY67tcVT .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEaY67tcVT H2 {
  color: #767676;
}
.cid-uIE07cjhDe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE07cjhDe hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE07cjhDe hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE07cjhDe h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE07cjhDe .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE07cjhDe H2 {
  color: #767676;
}
.cid-uE1hflotKa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uE1hflotKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1hflotKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1hflotKa .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE1hflotKa .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uE1hflotKa .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE1hflotKa .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uE1hflotKa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE1hflotKa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE1hflotKa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE1hflotKa .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uE1hflotKa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uE1hflotKa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uE1hflotKa .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uE1hflotKa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uE1hflotKa .items-wrapper .card {
  padding: 0 32px;
}
.cid-uE1hflotKa .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE1hflotKa .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE1hflotKa .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE1hflotKa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE1hflotKa .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1hflotKa .list-wrapper .list .item-wrap:hover,
.cid-uE1hflotKa .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE1hflotKa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE1hflotKa .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE1hflotKa .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE1hflotKa .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE1hflotKa .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uE1hflotKa .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uE1hflotKa .mbr-desc {
  color: #ffffff;
}
.cid-uE1hflotKa .mbr-text,
.cid-uE1hflotKa .text-wrapper {
  color: #9aa0a6;
}
.cid-uE1hflotKa .list {
  color: #9aa0a6;
}
.cid-uE1hflotKa .mbr-text,
.cid-uE1hflotKa .mbr-section-btn {
  color: #ff00ff;
}
.cid-uE1hflotKa .list,
.cid-uE1hflotKa .item-wrap {
  color: #fcfbf6;
}
.cid-uE1hflotKa weis {
  color: #ffffff;
}
.cid-uE1hflotKa h22 {
  color: #ff6600;
}
.cid-uE1hflotKa black {
  color: #000000;
}
.cid-uE1hflotKa klein {
  font-size: 12px;
}
.cid-uE1hflotKa blau {
  color: #EEEADA;
}
.cid-uE1hflotKa .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uE1hflotKa .mbr-desc,
.cid-uE1hflotKa .content-wrapper {
  color: #f0ecdc;
}
.cid-uE1hflotKa pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uE1he4yhWb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uE1he4yhWb .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uE1he4yhWb .container-fluid {
  padding: 0;
}
.cid-uE1he4yhWb .row {
  flex-direction: row-reverse;
}
.cid-uE1he4yhWb .right-side {
  padding: 0;
}
.cid-uE1he4yhWb .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uE1he4yhWb .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uE1he4yhWb .l2,
.cid-uE1he4yhWb .lin {
  color: #ffffff;
}
.cid-uE1he4yhWb a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uE1he4yhWb a.text-success:hover {
  color: #237FFB !important;
}
.cid-uE1he4yhWb .left-side {
  padding-left: 84px;
}
.cid-uE1he4yhWb .l2 {
  margin-top: 20px;
}
.cid-uE1he4yhWb .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uE1he4yhWb .l2,
.cid-uE1he4yhWb .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uE1he4yhWb img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uE1he4yhWb img {
    max-height: 400px;
  }
  .cid-uE1he4yhWb .left-side {
    padding-left: 15px;
  }
  .cid-uE1he4yhWb .line {
    display: none;
  }
}
.cid-uE1he4yhWb .l1,
.cid-uE1he4yhWb .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEyyoIGWGY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEyyoIGWGY {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEyyoIGWGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyyoIGWGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyyoIGWGY .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEyyoIGWGY .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEyyoIGWGY .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEyyoIGWGY .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEyyoIGWGY .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEyyoIGWGY .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEyyoIGWGY .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEyyoIGWGY .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEyyoIGWGY .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEyyoIGWGY .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEyyoIGWGY .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEyyoIGWGY .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEyyoIGWGY .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEyyoIGWGY .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEyyoIGWGY .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEyyoIGWGY .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEyyoIGWGY .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEyyoIGWGY .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEyyoIGWGY .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEyyoIGWGY .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEyyoIGWGY .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEyyoIGWGY .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEyyoIGWGY .mbr-section-title {
  color: #404349;
}
.cid-uEyyoIGWGY .item-title {
  color: #404349;
}
.cid-uEyyoIGWGY .item-text {
  color: #404349;
}
.cid-uEyyoIGWGY .tabs-wrapper {
  text-align: center;
}
.cid-uEyyoIGWGY .mbr-section-title,
.cid-uEyyoIGWGY .title-wrapper,
.cid-uEyyoIGWGY .tabs-wrapper {
  text-align: left;
}
.cid-uMoHRI8MI5 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMoHRI8MI5 {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMoHRI8MI5 pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMoHRI8MI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoHRI8MI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoHRI8MI5 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMoHRI8MI5 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMoHRI8MI5 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMoHRI8MI5 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMoHRI8MI5 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMoHRI8MI5 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMoHRI8MI5 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMoHRI8MI5 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMoHRI8MI5 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMoHRI8MI5 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMoHRI8MI5 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMoHRI8MI5 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMoHRI8MI5 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMoHRI8MI5 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMoHRI8MI5 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMoHRI8MI5 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMoHRI8MI5 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMoHRI8MI5 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMoHRI8MI5 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMoHRI8MI5 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMoHRI8MI5 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMoHRI8MI5 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMoHRI8MI5 .mbr-section-title {
  color: #404349;
}
.cid-uMoHRI8MI5 .item-title {
  color: #ff00ff;
}
.cid-uMoHRI8MI5 .item-text {
  color: #404349;
}
.cid-uMoHRI8MI5 .tabs-wrapper {
  text-align: center;
}
.cid-uMoHRI8MI5 .mbr-section-title,
.cid-uMoHRI8MI5 .title-wrapper,
.cid-uMoHRI8MI5 .tabs-wrapper {
  text-align: center;
}
.cid-uEb0dhAGvS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb0dhAGvS hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb0dhAGvS hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb0dhAGvS h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb0dhAGvS .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb0dhAGvS H2 {
  color: #767676;
}
.cid-uIE0bKuUEG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0bKuUEG hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0bKuUEG hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0bKuUEG h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0bKuUEG .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0bKuUEG H2 {
  color: #767676;
}
.cid-uE1he6KeRN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uE1he6KeRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1he6KeRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1he6KeRN .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE1he6KeRN .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uE1he6KeRN .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE1he6KeRN .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uE1he6KeRN .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE1he6KeRN .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE1he6KeRN .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE1he6KeRN .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uE1he6KeRN .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uE1he6KeRN .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uE1he6KeRN .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uE1he6KeRN .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uE1he6KeRN .items-wrapper .card {
  padding: 0 32px;
}
.cid-uE1he6KeRN .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE1he6KeRN .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE1he6KeRN .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE1he6KeRN .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE1he6KeRN .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1he6KeRN .list-wrapper .list .item-wrap:hover,
.cid-uE1he6KeRN .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE1he6KeRN .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE1he6KeRN .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE1he6KeRN .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE1he6KeRN .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE1he6KeRN .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uE1he6KeRN .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uE1he6KeRN .mbr-desc {
  color: #ffffff;
}
.cid-uE1he6KeRN .mbr-text,
.cid-uE1he6KeRN .text-wrapper {
  color: #9aa0a6;
}
.cid-uE1he6KeRN .list {
  color: #9aa0a6;
}
.cid-uE1he6KeRN .mbr-text,
.cid-uE1he6KeRN .mbr-section-btn {
  color: #ff00ff;
}
.cid-uE1he6KeRN .list,
.cid-uE1he6KeRN .item-wrap {
  color: #fcfbf6;
}
.cid-uE1he6KeRN weis {
  color: #ffffff;
}
.cid-uE1he6KeRN h22 {
  color: #ff6600;
}
.cid-uE1he6KeRN black {
  color: #000000;
}
.cid-uE1he6KeRN klein {
  font-size: 12px;
}
.cid-uE1he6KeRN blau {
  color: #EEEADA;
}
.cid-uE1he6KeRN .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uE1he6KeRN .mbr-desc,
.cid-uE1he6KeRN .content-wrapper {
  color: #f0ecdc;
}
.cid-uE1he6KeRN pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uE1gVyof21 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uE1gVyof21 .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uE1gVyof21 .container-fluid {
  padding: 0;
}
.cid-uE1gVyof21 .row {
  flex-direction: row-reverse;
}
.cid-uE1gVyof21 .right-side {
  padding: 0;
}
.cid-uE1gVyof21 .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uE1gVyof21 .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uE1gVyof21 .l2,
.cid-uE1gVyof21 .lin {
  color: #ffffff;
}
.cid-uE1gVyof21 a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uE1gVyof21 a.text-success:hover {
  color: #237FFB !important;
}
.cid-uE1gVyof21 .left-side {
  padding-left: 84px;
}
.cid-uE1gVyof21 .l2 {
  margin-top: 20px;
}
.cid-uE1gVyof21 .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uE1gVyof21 .l2,
.cid-uE1gVyof21 .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uE1gVyof21 img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uE1gVyof21 img {
    max-height: 400px;
  }
  .cid-uE1gVyof21 .left-side {
    padding-left: 15px;
  }
  .cid-uE1gVyof21 .line {
    display: none;
  }
}
.cid-uE1gVyof21 .l1,
.cid-uE1gVyof21 .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEyzKJmrMf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEyzKJmrMf {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEyzKJmrMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyzKJmrMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyzKJmrMf .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEyzKJmrMf .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEyzKJmrMf .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEyzKJmrMf .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEyzKJmrMf .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEyzKJmrMf .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEyzKJmrMf .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEyzKJmrMf .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEyzKJmrMf .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEyzKJmrMf .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEyzKJmrMf .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEyzKJmrMf .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEyzKJmrMf .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEyzKJmrMf .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEyzKJmrMf .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEyzKJmrMf .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEyzKJmrMf .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEyzKJmrMf .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEyzKJmrMf .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEyzKJmrMf .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEyzKJmrMf .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEyzKJmrMf .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEyzKJmrMf .mbr-section-title {
  color: #404349;
}
.cid-uEyzKJmrMf .item-title {
  color: #404349;
}
.cid-uEyzKJmrMf .item-text {
  color: #404349;
}
.cid-uEyzKJmrMf .tabs-wrapper {
  text-align: center;
}
.cid-uEyzKJmrMf .mbr-section-title,
.cid-uEyzKJmrMf .title-wrapper,
.cid-uEyzKJmrMf .tabs-wrapper {
  text-align: left;
}
.cid-uMoILkPmSX {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMoILkPmSX {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMoILkPmSX pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMoILkPmSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoILkPmSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoILkPmSX .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMoILkPmSX .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMoILkPmSX .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMoILkPmSX .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMoILkPmSX .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMoILkPmSX .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMoILkPmSX .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMoILkPmSX .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMoILkPmSX .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMoILkPmSX .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMoILkPmSX .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMoILkPmSX .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMoILkPmSX .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMoILkPmSX .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMoILkPmSX .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMoILkPmSX .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMoILkPmSX .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMoILkPmSX .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMoILkPmSX .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMoILkPmSX .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMoILkPmSX .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMoILkPmSX .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMoILkPmSX .mbr-section-title {
  color: #404349;
}
.cid-uMoILkPmSX .item-title {
  color: #ff00ff;
}
.cid-uMoILkPmSX .item-text {
  color: #404349;
}
.cid-uMoILkPmSX .tabs-wrapper {
  text-align: center;
}
.cid-uMoILkPmSX .mbr-section-title,
.cid-uMoILkPmSX .title-wrapper,
.cid-uMoILkPmSX .tabs-wrapper {
  text-align: center;
}
.cid-uIE0gqPFp8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0gqPFp8 hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0gqPFp8 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0gqPFp8 h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0gqPFp8 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0gqPFp8 H2 {
  color: #767676;
}
.cid-uEb0rrXGKG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb0rrXGKG hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb0rrXGKG hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb0rrXGKG h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb0rrXGKG .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb0rrXGKG H2 {
  color: #767676;
}
.cid-uE1gVAJ2pO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uE1gVAJ2pO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1gVAJ2pO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1gVAJ2pO .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE1gVAJ2pO .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uE1gVAJ2pO .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE1gVAJ2pO .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uE1gVAJ2pO .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE1gVAJ2pO .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE1gVAJ2pO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE1gVAJ2pO .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uE1gVAJ2pO .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uE1gVAJ2pO .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uE1gVAJ2pO .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uE1gVAJ2pO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uE1gVAJ2pO .items-wrapper .card {
  padding: 0 32px;
}
.cid-uE1gVAJ2pO .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE1gVAJ2pO .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE1gVAJ2pO .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE1gVAJ2pO .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE1gVAJ2pO .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1gVAJ2pO .list-wrapper .list .item-wrap:hover,
.cid-uE1gVAJ2pO .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE1gVAJ2pO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE1gVAJ2pO .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE1gVAJ2pO .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE1gVAJ2pO .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE1gVAJ2pO .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uE1gVAJ2pO .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uE1gVAJ2pO .mbr-desc {
  color: #ffffff;
}
.cid-uE1gVAJ2pO .mbr-text,
.cid-uE1gVAJ2pO .text-wrapper {
  color: #9aa0a6;
}
.cid-uE1gVAJ2pO .list {
  color: #9aa0a6;
}
.cid-uE1gVAJ2pO .mbr-text,
.cid-uE1gVAJ2pO .mbr-section-btn {
  color: #ff00ff;
}
.cid-uE1gVAJ2pO .list,
.cid-uE1gVAJ2pO .item-wrap {
  color: #fcfbf6;
}
.cid-uE1gVAJ2pO weis {
  color: #ffffff;
}
.cid-uE1gVAJ2pO h22 {
  color: #ff6600;
}
.cid-uE1gVAJ2pO black {
  color: #000000;
}
.cid-uE1gVAJ2pO klein {
  font-size: 12px;
}
.cid-uE1gVAJ2pO blau {
  color: #EEEADA;
}
.cid-uE1gVAJ2pO .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uE1gVAJ2pO .mbr-desc,
.cid-uE1gVAJ2pO .content-wrapper {
  color: #f0ecdc;
}
.cid-uE1gVAJ2pO pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uE1gTYdYRv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uE1gTYdYRv .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uE1gTYdYRv .container-fluid {
  padding: 0;
}
.cid-uE1gTYdYRv .row {
  flex-direction: row-reverse;
}
.cid-uE1gTYdYRv .right-side {
  padding: 0;
}
.cid-uE1gTYdYRv .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uE1gTYdYRv .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uE1gTYdYRv .l2,
.cid-uE1gTYdYRv .lin {
  color: #ffffff;
}
.cid-uE1gTYdYRv a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uE1gTYdYRv a.text-success:hover {
  color: #237FFB !important;
}
.cid-uE1gTYdYRv .left-side {
  padding-left: 84px;
}
.cid-uE1gTYdYRv .l2 {
  margin-top: 20px;
}
.cid-uE1gTYdYRv .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uE1gTYdYRv .l2,
.cid-uE1gTYdYRv .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uE1gTYdYRv img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uE1gTYdYRv img {
    max-height: 400px;
  }
  .cid-uE1gTYdYRv .left-side {
    padding-left: 15px;
  }
  .cid-uE1gTYdYRv .line {
    display: none;
  }
}
.cid-uE1gTYdYRv .l1,
.cid-uE1gTYdYRv .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEA5JeEnpz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEA5JeEnpz {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEA5JeEnpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEA5JeEnpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEA5JeEnpz .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEA5JeEnpz .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEA5JeEnpz .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEA5JeEnpz .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEA5JeEnpz .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEA5JeEnpz .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEA5JeEnpz .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEA5JeEnpz .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEA5JeEnpz .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEA5JeEnpz .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEA5JeEnpz .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEA5JeEnpz .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEA5JeEnpz .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEA5JeEnpz .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEA5JeEnpz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEA5JeEnpz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEA5JeEnpz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEA5JeEnpz .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEA5JeEnpz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEA5JeEnpz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEA5JeEnpz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEA5JeEnpz .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEA5JeEnpz .mbr-section-title {
  color: #404349;
}
.cid-uEA5JeEnpz .item-title {
  color: #404349;
}
.cid-uEA5JeEnpz .item-text {
  color: #404349;
}
.cid-uEA5JeEnpz .tabs-wrapper {
  text-align: center;
}
.cid-uEA5JeEnpz .mbr-section-title,
.cid-uEA5JeEnpz .title-wrapper,
.cid-uEA5JeEnpz .tabs-wrapper {
  text-align: left;
}
.cid-uMoJQJAqEw {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMoJQJAqEw {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMoJQJAqEw pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMoJQJAqEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoJQJAqEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoJQJAqEw .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMoJQJAqEw .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMoJQJAqEw .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMoJQJAqEw .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMoJQJAqEw .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMoJQJAqEw .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMoJQJAqEw .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMoJQJAqEw .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMoJQJAqEw .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMoJQJAqEw .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMoJQJAqEw .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMoJQJAqEw .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMoJQJAqEw .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMoJQJAqEw .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMoJQJAqEw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMoJQJAqEw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMoJQJAqEw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMoJQJAqEw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMoJQJAqEw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMoJQJAqEw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMoJQJAqEw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMoJQJAqEw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMoJQJAqEw .mbr-section-title {
  color: #404349;
}
.cid-uMoJQJAqEw .item-title {
  color: #ff00ff;
}
.cid-uMoJQJAqEw .item-text {
  color: #404349;
}
.cid-uMoJQJAqEw .tabs-wrapper {
  text-align: center;
}
.cid-uMoJQJAqEw .mbr-section-title,
.cid-uMoJQJAqEw .title-wrapper,
.cid-uMoJQJAqEw .tabs-wrapper {
  text-align: center;
}
.cid-uIE0kJ6qfl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0kJ6qfl hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0kJ6qfl hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0kJ6qfl h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0kJ6qfl .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0kJ6qfl H2 {
  color: #767676;
}
.cid-uEb169MRzi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb169MRzi hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb169MRzi hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb169MRzi h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb169MRzi .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb169MRzi H2 {
  color: #767676;
}
.cid-uE1gU1mtyF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uE1gU1mtyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1gU1mtyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1gU1mtyF .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE1gU1mtyF .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uE1gU1mtyF .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE1gU1mtyF .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uE1gU1mtyF .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE1gU1mtyF .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE1gU1mtyF .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE1gU1mtyF .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uE1gU1mtyF .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uE1gU1mtyF .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uE1gU1mtyF .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uE1gU1mtyF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uE1gU1mtyF .items-wrapper .card {
  padding: 0 32px;
}
.cid-uE1gU1mtyF .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE1gU1mtyF .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE1gU1mtyF .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE1gU1mtyF .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE1gU1mtyF .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1gU1mtyF .list-wrapper .list .item-wrap:hover,
.cid-uE1gU1mtyF .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE1gU1mtyF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE1gU1mtyF .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE1gU1mtyF .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE1gU1mtyF .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE1gU1mtyF .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uE1gU1mtyF .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uE1gU1mtyF .mbr-desc {
  color: #ffffff;
}
.cid-uE1gU1mtyF .mbr-text,
.cid-uE1gU1mtyF .text-wrapper {
  color: #9aa0a6;
}
.cid-uE1gU1mtyF .list {
  color: #9aa0a6;
}
.cid-uE1gU1mtyF .mbr-text,
.cid-uE1gU1mtyF .mbr-section-btn {
  color: #ff00ff;
}
.cid-uE1gU1mtyF .list,
.cid-uE1gU1mtyF .item-wrap {
  color: #fcfbf6;
}
.cid-uE1gU1mtyF weis {
  color: #ffffff;
}
.cid-uE1gU1mtyF h22 {
  color: #ff6600;
}
.cid-uE1gU1mtyF black {
  color: #000000;
}
.cid-uE1gU1mtyF klein {
  font-size: 12px;
}
.cid-uE1gU1mtyF blau {
  color: #EEEADA;
}
.cid-uE1gU1mtyF .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uE1gU1mtyF .mbr-desc,
.cid-uE1gU1mtyF .content-wrapper {
  color: #f0ecdc;
}
.cid-uE1gU1mtyF pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uE2yeWCLTe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uE2yeWCLTe .card-box {
  padding: 0rem;
}
.cid-uE2yeWCLTe .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uE2yeWCLTe .card {
  padding: 0;
  margin: auto;
}
.cid-uE2yeWCLTe .card-img {
  height: 240px;
}
.cid-uE2yeWCLTe .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uE2yeWCLTe .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uE2yeWCLTe .card-wrapper {
    padding: 4rem;
  }
}
.cid-uE2yeWCLTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2yeWCLTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2yeWCLTe .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-uE2yeWCLTe ora {
  color: #7f9cb5;
}
.cid-uGlUGGHLfE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPqVhxAyZJ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uPqVhxAyZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqVhxAyZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPqVhxAyZJ .container {
    padding: 0 16px;
  }
}
.cid-uPqVhxAyZJ .row {
  justify-content: center;
}
.cid-uPqVhxAyZJ .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uPqVhxAyZJ .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uPqVhxAyZJ .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uPqVhxAyZJ .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uPqVhxAyZJ .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uPqVhxAyZJ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uPqVhxAyZJ .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uE2yf0UU0C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uE2yf0UU0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2yf0UU0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2yf0UU0C .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE2yf0UU0C .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uE2yf0UU0C .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE2yf0UU0C .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uE2yf0UU0C .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE2yf0UU0C .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE2yf0UU0C .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE2yf0UU0C .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uE2yf0UU0C .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uE2yf0UU0C .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uE2yf0UU0C .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uE2yf0UU0C .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uE2yf0UU0C .items-wrapper .card {
  padding: 0 32px;
}
.cid-uE2yf0UU0C .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE2yf0UU0C .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE2yf0UU0C .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE2yf0UU0C .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE2yf0UU0C .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE2yf0UU0C .list-wrapper .list .item-wrap:hover,
.cid-uE2yf0UU0C .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE2yf0UU0C .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE2yf0UU0C .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE2yf0UU0C .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE2yf0UU0C .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE2yf0UU0C .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uE2yf0UU0C .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uE2yf0UU0C .mbr-desc {
  color: #ffffff;
}
.cid-uE2yf0UU0C .mbr-text,
.cid-uE2yf0UU0C .text-wrapper {
  color: #9aa0a6;
}
.cid-uE2yf0UU0C .list {
  color: #9aa0a6;
}
.cid-uE2yf0UU0C .mbr-text,
.cid-uE2yf0UU0C .mbr-section-btn {
  color: #ff00ff;
}
.cid-uE2yf0UU0C .list,
.cid-uE2yf0UU0C .item-wrap {
  color: #fcfbf6;
}
.cid-uE2yf0UU0C weis {
  color: #ffffff;
}
.cid-uE2yf0UU0C h22 {
  color: #ff6600;
}
.cid-uE2yf0UU0C black {
  color: #000000;
}
.cid-uE2yf0UU0C klein {
  font-size: 12px;
}
.cid-uE2yf0UU0C blau {
  color: #EEEADA;
}
.cid-uE2yf0UU0C .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uE2yf0UU0C .mbr-desc,
.cid-uE2yf0UU0C .content-wrapper {
  color: #f0ecdc;
}
.cid-uE2yf0UU0C pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDTZq9xmLy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uDTZq9xmLy .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uDTZq9xmLy .container-fluid {
  padding: 0;
}
.cid-uDTZq9xmLy .row {
  flex-direction: row-reverse;
}
.cid-uDTZq9xmLy .right-side {
  padding: 0;
}
.cid-uDTZq9xmLy .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uDTZq9xmLy .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uDTZq9xmLy .l2,
.cid-uDTZq9xmLy .lin {
  color: #ffffff;
}
.cid-uDTZq9xmLy a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uDTZq9xmLy a.text-success:hover {
  color: #237FFB !important;
}
.cid-uDTZq9xmLy .left-side {
  padding-left: 84px;
}
.cid-uDTZq9xmLy .l2 {
  margin-top: 20px;
}
.cid-uDTZq9xmLy .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uDTZq9xmLy .l2,
.cid-uDTZq9xmLy .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDTZq9xmLy img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDTZq9xmLy img {
    max-height: 400px;
  }
  .cid-uDTZq9xmLy .left-side {
    padding-left: 15px;
  }
  .cid-uDTZq9xmLy .line {
    display: none;
  }
}
.cid-uDTZq9xmLy .l1,
.cid-uDTZq9xmLy .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEKwCyTH8s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEKwCyTH8s {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEKwCyTH8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKwCyTH8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKwCyTH8s .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEKwCyTH8s .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEKwCyTH8s .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKwCyTH8s .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKwCyTH8s .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKwCyTH8s .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKwCyTH8s .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEKwCyTH8s .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEKwCyTH8s .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEKwCyTH8s .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEKwCyTH8s .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEKwCyTH8s .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEKwCyTH8s .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKwCyTH8s .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEKwCyTH8s .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEKwCyTH8s .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEKwCyTH8s .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEKwCyTH8s .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKwCyTH8s .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKwCyTH8s .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEKwCyTH8s .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEKwCyTH8s .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKwCyTH8s .mbr-section-title {
  color: #404349;
}
.cid-uEKwCyTH8s .item-title {
  color: #404349;
}
.cid-uEKwCyTH8s .item-text {
  color: #404349;
}
.cid-uEKwCyTH8s .tabs-wrapper {
  text-align: center;
}
.cid-uEKwCyTH8s .mbr-section-title,
.cid-uEKwCyTH8s .title-wrapper,
.cid-uEKwCyTH8s .tabs-wrapper {
  text-align: left;
}
.cid-uMpf3D9Bv4 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMpf3D9Bv4 {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMpf3D9Bv4 pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMpf3D9Bv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpf3D9Bv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpf3D9Bv4 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMpf3D9Bv4 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMpf3D9Bv4 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpf3D9Bv4 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMpf3D9Bv4 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpf3D9Bv4 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMpf3D9Bv4 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMpf3D9Bv4 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMpf3D9Bv4 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMpf3D9Bv4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMpf3D9Bv4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMpf3D9Bv4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMpf3D9Bv4 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMpf3D9Bv4 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMpf3D9Bv4 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpf3D9Bv4 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMpf3D9Bv4 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMpf3D9Bv4 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMpf3D9Bv4 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMpf3D9Bv4 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMpf3D9Bv4 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMpf3D9Bv4 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMpf3D9Bv4 .mbr-section-title {
  color: #404349;
}
.cid-uMpf3D9Bv4 .item-title {
  color: #404349;
}
.cid-uMpf3D9Bv4 .item-text {
  color: #404349;
}
.cid-uMpf3D9Bv4 .tabs-wrapper {
  text-align: center;
}
.cid-uMpf3D9Bv4 .mbr-section-title,
.cid-uMpf3D9Bv4 .title-wrapper,
.cid-uMpf3D9Bv4 .tabs-wrapper {
  text-align: center;
}
.cid-uIE1tqUzKg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE1tqUzKg hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE1tqUzKg hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE1tqUzKg h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE1tqUzKg .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE1tqUzKg H2 {
  color: #767676;
}
.cid-uEbfEMq1qk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEbfEMq1qk hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEbfEMq1qk hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEbfEMq1qk h2 {
  float: center;
  color: #0082c3;
}
.cid-uEbfEMq1qk .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEbfEMq1qk H2 {
  color: #767676;
}
.cid-uDJq1WncA9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uDJq1WncA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJq1WncA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJq1WncA9 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDJq1WncA9 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDJq1WncA9 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDJq1WncA9 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDJq1WncA9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDJq1WncA9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDJq1WncA9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDJq1WncA9 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDJq1WncA9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDJq1WncA9 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDJq1WncA9 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDJq1WncA9 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDJq1WncA9 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDJq1WncA9 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDJq1WncA9 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDJq1WncA9 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDJq1WncA9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDJq1WncA9 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDJq1WncA9 .list-wrapper .list .item-wrap:hover,
.cid-uDJq1WncA9 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDJq1WncA9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDJq1WncA9 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDJq1WncA9 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDJq1WncA9 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDJq1WncA9 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDJq1WncA9 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDJq1WncA9 .mbr-desc {
  color: #ffffff;
}
.cid-uDJq1WncA9 .mbr-text,
.cid-uDJq1WncA9 .text-wrapper {
  color: #9aa0a6;
}
.cid-uDJq1WncA9 .list {
  color: #9aa0a6;
}
.cid-uDJq1WncA9 .mbr-text,
.cid-uDJq1WncA9 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uDJq1WncA9 .list,
.cid-uDJq1WncA9 .item-wrap {
  color: #fcfbf6;
}
.cid-uDJq1WncA9 weis {
  color: #ffffff;
}
.cid-uDJq1WncA9 h22 {
  color: #ff6600;
}
.cid-uDJq1WncA9 black {
  color: #000000;
}
.cid-uDJq1WncA9 klein {
  font-size: 12px;
}
.cid-uDJq1WncA9 blau {
  color: #EEEADA;
}
.cid-uDJq1WncA9 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uDJq1WncA9 .mbr-desc,
.cid-uDJq1WncA9 .content-wrapper {
  color: #f0ecdc;
}
.cid-uDJq1WncA9 pod {
  font-size: 16px;
}
.cid-uEEDQRBUcq {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEEDQRBUcq nav.navbar {
  position: fixed;
}
.cid-uEEDQRBUcq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEEDQRBUcq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEEDQRBUcq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEEDQRBUcq .dropdown-item:hover,
.cid-uEEDQRBUcq .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEEDQRBUcq .dropdown-item:hover span {
  color: white;
}
.cid-uEEDQRBUcq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEEDQRBUcq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEEDQRBUcq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEEDQRBUcq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEEDQRBUcq .nav-link {
  position: relative;
}
.cid-uEEDQRBUcq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEEDQRBUcq .container {
    flex-wrap: nowrap;
  }
}
.cid-uEEDQRBUcq .dropdown-menu,
.cid-uEEDQRBUcq .navbar.opened {
  background: #29191c !important;
}
.cid-uEEDQRBUcq .nav-item:focus,
.cid-uEEDQRBUcq .nav-link:focus {
  outline: none;
}
.cid-uEEDQRBUcq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEEDQRBUcq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEEDQRBUcq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEEDQRBUcq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEEDQRBUcq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEEDQRBUcq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEEDQRBUcq .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEEDQRBUcq .navbar.opened {
  transition: all 0.3s;
}
.cid-uEEDQRBUcq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEEDQRBUcq .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEEDQRBUcq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEEDQRBUcq .navbar.collapsed {
  justify-content: center;
}
.cid-uEEDQRBUcq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEEDQRBUcq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEEDQRBUcq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEEDQRBUcq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEEDQRBUcq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEEDQRBUcq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEEDQRBUcq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEEDQRBUcq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEEDQRBUcq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEEDQRBUcq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEEDQRBUcq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEEDQRBUcq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEEDQRBUcq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEEDQRBUcq .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEEDQRBUcq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEEDQRBUcq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEEDQRBUcq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEEDQRBUcq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEEDQRBUcq .navbar.navbar-short {
  min-height: auto;
}
.cid-uEEDQRBUcq .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEEDQRBUcq .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEEDQRBUcq .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEEDQRBUcq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEEDQRBUcq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEEDQRBUcq .dropdown-item.active,
.cid-uEEDQRBUcq .dropdown-item:active {
  background-color: transparent;
}
.cid-uEEDQRBUcq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEEDQRBUcq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEEDQRBUcq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEEDQRBUcq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEEDQRBUcq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEEDQRBUcq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEEDQRBUcq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEEDQRBUcq .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEEDQRBUcq .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEEDQRBUcq .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEEDQRBUcq .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEEDQRBUcq .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEEDQRBUcq button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEEDQRBUcq button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEEDQRBUcq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEEDQRBUcq button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEEDQRBUcq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEEDQRBUcq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEEDQRBUcq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEEDQRBUcq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEEDQRBUcq nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEEDQRBUcq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEEDQRBUcq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEEDQRBUcq nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEEDQRBUcq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEEDQRBUcq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEEDQRBUcq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEEDQRBUcq .navbar {
    height: 70px;
  }
  .cid-uEEDQRBUcq .navbar.opened {
    height: auto;
  }
  .cid-uEEDQRBUcq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEEDQRBUcq .container-fluid {
  padding-right: 0;
}
.cid-uEEDQRBUcq .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEEDQRBUcq .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEEDQRBUcq .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEEDQRBUcq .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEEDQRBUcq .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEEDQRBUcq .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEEDQRBUcq .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEEDQRBUcq .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEEDQRBUcq .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEEDQRBUcq .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEEDQRBUcq .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEEDQRBUcq .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEEDQRBUcq .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEEDQRBUcq .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEEDQRBUcq .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEEDQRBUcq .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEEDQRBUcq .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEEDQRBUcq .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEEDQRBUcq mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEEDQRBUcq .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uEEDQS1Mu9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uEEDQS1Mu9 .card-box {
  padding: 0rem;
}
.cid-uEEDQS1Mu9 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uEEDQS1Mu9 .card {
  padding: 0;
  margin: auto;
}
.cid-uEEDQS1Mu9 .card-img {
  height: 240px;
}
.cid-uEEDQS1Mu9 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEEDQS1Mu9 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uEEDQS1Mu9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uEEDQS1Mu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEEDQS1Mu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEEDQS1Mu9 .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-uEEDQS1Mu9 ora {
  color: #7f9cb5;
}
.cid-uR1iVYRRq4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR1iVYRRq4 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uR1iVYRRq4 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #0f7699;
}
.cid-uR1iVYRRq4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uR1iVYRRq4 .inner-container {
    width: 100% !important;
  }
}
.cid-uR1iVYRRq4 blau {
  font-size: 42px;
  color: #0082c3;
}
.cid-uR18jeYtRY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR18jeYtRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR18jeYtRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR18jeYtRY .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uR18jeYtRY .container {
    padding: 0 16px;
  }
}
.cid-uR18jeYtRY .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .cid-uR18jeYtRY .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uR18jeYtRY .row {
    padding: 25px 9px;
  }
}
.cid-uR18jeYtRY .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uR18jeYtRY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uR18jeYtRY .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uR18jeYtRY .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uR18jeYtRY .box {
    width: 100%;
  }
}
.cid-uR18jeYtRY .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uR18jeYtRY .box .mbr-media {
    height: 350px;
  }
}
.cid-uR18jeYtRY .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-uR18jeYtRY .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #ff00ff;
  transition: all 0.3s ease-in-out;
}
.cid-uR18jeYtRY .mbr-media {
  position: relative;
}
.cid-uR18jeYtRY .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uR18jeYtRY a:hover {
  background-image: none !important;
}
.cid-uR18jeYtRY .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #ff00ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uR18jeYtRY .icon-wrap:hover,
.cid-uR18jeYtRY .icon-wrap:focus {
  cursor: pointer;
}
.cid-uR18jeYtRY .icon-wrap:hover .mbr-iconfont,
.cid-uR18jeYtRY .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uR18jeYtRY .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uR18jeYtRY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uR18jeYtRY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uR18jeYtRY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uR18jeYtRY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uR18jeYtRY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uR18jeYtRY .mbr-section-title {
  color: #ff00ff;
}
.cid-uR18jeYtRY klein {
  font-size: 16px;
  color: #000000;
}
.cid-uR1evsfMi5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uR1evsfMi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1evsfMi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR1evsfMi5 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uR1evsfMi5 .container {
    padding: 0 16px;
  }
}
.cid-uR1evsfMi5 .row {
  padding: 60px 64px;
  background-color: #fafafa;
  justify-content: space-between;
  margin: 0;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .cid-uR1evsfMi5 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uR1evsfMi5 .row {
    padding: 25px 9px;
  }
}
.cid-uR1evsfMi5 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uR1evsfMi5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uR1evsfMi5 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uR1evsfMi5 .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uR1evsfMi5 .box {
    width: 100%;
  }
}
.cid-uR1evsfMi5 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uR1evsfMi5 .box .mbr-media {
    height: 350px;
  }
}
.cid-uR1evsfMi5 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-uR1evsfMi5 .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #ff00ff;
  transition: all 0.3s ease-in-out;
}
.cid-uR1evsfMi5 .mbr-media {
  position: relative;
}
.cid-uR1evsfMi5 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uR1evsfMi5 a:hover {
  background-image: none !important;
}
.cid-uR1evsfMi5 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #ff00ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uR1evsfMi5 .icon-wrap:hover,
.cid-uR1evsfMi5 .icon-wrap:focus {
  cursor: pointer;
}
.cid-uR1evsfMi5 .icon-wrap:hover .mbr-iconfont,
.cid-uR1evsfMi5 .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uR1evsfMi5 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uR1evsfMi5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uR1evsfMi5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uR1evsfMi5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uR1evsfMi5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uR1evsfMi5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uR1evsfMi5 .mbr-section-title {
  color: #ff00ff;
}
.cid-uR1evsfMi5 klein {
  font-size: 16px;
  color: #000000;
}
.cid-uR0JFoWMC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uR0JFoWMC2 {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-uR0JFoWMC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0JFoWMC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0JFoWMC2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uR0JFoWMC2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uR0JFoWMC2 .container {
    padding: 0 20px;
  }
}
.cid-uR0JFoWMC2 .row {
  justify-content: space-between;
}
.cid-uR0JFoWMC2 .card {
  justify-content: center;
}
.cid-uR0JFoWMC2 .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uR0JFoWMC2 .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uR0JFoWMC2 .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uR0JFoWMC2 .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uR0JFoWMC2 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uR0JFoWMC2 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uR0JFoWMC2 .image-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR0JFoWMC2 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uR0JFoWMC2 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uR0JFoWMC2 .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uR0JFoWMC2 .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uR0JFoWMC2 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uR0JFoWMC2 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR0JFoWMC2 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uR0JFoWMC2 .mbr-desc {
  color: #1e1d1c;
}
.cid-uR0JFoWMC2 .mbr-section-title {
  color: #1e1d1c;
}
.cid-uR0JFoWMC2 .mbr-section-title,
.cid-uR0JFoWMC2 .mbr-section-btn {
  color: #000000;
}
.cid-uR0JFoWMC2 gro {
  font-size: 26px;
  color: #ff00ff;
}
.cid-uEEDQTNmOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uEEDQTNmOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEEDQTNmOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEEDQTNmOl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEEDQTNmOl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uEEDQTNmOl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEEDQTNmOl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uEEDQTNmOl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uEEDQTNmOl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uEEDQTNmOl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uEEDQTNmOl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uEEDQTNmOl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uEEDQTNmOl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uEEDQTNmOl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uEEDQTNmOl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEEDQTNmOl .items-wrapper .card {
  padding: 0 32px;
}
.cid-uEEDQTNmOl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uEEDQTNmOl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uEEDQTNmOl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uEEDQTNmOl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uEEDQTNmOl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uEEDQTNmOl .list-wrapper .list .item-wrap:hover,
.cid-uEEDQTNmOl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uEEDQTNmOl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEEDQTNmOl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uEEDQTNmOl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uEEDQTNmOl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uEEDQTNmOl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uEEDQTNmOl .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uEEDQTNmOl .mbr-desc {
  color: #ffffff;
}
.cid-uEEDQTNmOl .mbr-text,
.cid-uEEDQTNmOl .text-wrapper {
  color: #9aa0a6;
}
.cid-uEEDQTNmOl .list {
  color: #9aa0a6;
}
.cid-uEEDQTNmOl .mbr-text,
.cid-uEEDQTNmOl .mbr-section-btn {
  color: #ff00ff;
}
.cid-uEEDQTNmOl .list,
.cid-uEEDQTNmOl .item-wrap {
  color: #fcfbf6;
}
.cid-uEEDQTNmOl weis {
  color: #ffffff;
}
.cid-uEEDQTNmOl h22 {
  color: #ff6600;
}
.cid-uEEDQTNmOl black {
  color: #000000;
}
.cid-uEEDQTNmOl klein {
  font-size: 12px;
}
.cid-uEEDQTNmOl blau {
  color: #EEEADA;
}
.cid-uEEDQTNmOl .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uEEDQTNmOl .mbr-desc,
.cid-uEEDQTNmOl .content-wrapper {
  color: #f0ecdc;
}
.cid-uEEDQTNmOl pod {
  font-size: 16px;
}
.cid-uEEDQTrpK8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uEEDQTrpK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEEDQTrpK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEEDQTrpK8 .container {
    padding: 0 16px;
  }
}
.cid-uEEDQTrpK8 .row {
  justify-content: center;
}
.cid-uEEDQTrpK8 .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uEEDQTrpK8 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uEEDQTrpK8 .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uEEDQTrpK8 .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uEEDQTrpK8 .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uEEDQTrpK8 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uEEDQTrpK8 .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uIDRIuPcLO {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uIDRIuPcLO nav.navbar {
  position: fixed;
}
.cid-uIDRIuPcLO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIDRIuPcLO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIDRIuPcLO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIDRIuPcLO .dropdown-item:hover,
.cid-uIDRIuPcLO .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uIDRIuPcLO .dropdown-item:hover span {
  color: white;
}
.cid-uIDRIuPcLO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIDRIuPcLO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIDRIuPcLO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIDRIuPcLO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIDRIuPcLO .nav-link {
  position: relative;
}
.cid-uIDRIuPcLO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIDRIuPcLO .container {
    flex-wrap: nowrap;
  }
}
.cid-uIDRIuPcLO .dropdown-menu,
.cid-uIDRIuPcLO .navbar.opened {
  background: #29191c !important;
}
.cid-uIDRIuPcLO .nav-item:focus,
.cid-uIDRIuPcLO .nav-link:focus {
  outline: none;
}
.cid-uIDRIuPcLO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIDRIuPcLO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIDRIuPcLO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIDRIuPcLO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIDRIuPcLO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIDRIuPcLO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIDRIuPcLO .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uIDRIuPcLO .navbar.opened {
  transition: all 0.3s;
}
.cid-uIDRIuPcLO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIDRIuPcLO .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uIDRIuPcLO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIDRIuPcLO .navbar.collapsed {
  justify-content: center;
}
.cid-uIDRIuPcLO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIDRIuPcLO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIDRIuPcLO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uIDRIuPcLO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIDRIuPcLO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIDRIuPcLO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIDRIuPcLO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIDRIuPcLO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIDRIuPcLO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIDRIuPcLO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIDRIuPcLO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIDRIuPcLO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIDRIuPcLO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIDRIuPcLO .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uIDRIuPcLO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIDRIuPcLO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIDRIuPcLO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIDRIuPcLO .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uIDRIuPcLO .navbar.navbar-short {
  min-height: auto;
}
.cid-uIDRIuPcLO .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uIDRIuPcLO .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uIDRIuPcLO .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uIDRIuPcLO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uIDRIuPcLO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIDRIuPcLO .dropdown-item.active,
.cid-uIDRIuPcLO .dropdown-item:active {
  background-color: transparent;
}
.cid-uIDRIuPcLO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIDRIuPcLO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIDRIuPcLO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIDRIuPcLO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uIDRIuPcLO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIDRIuPcLO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIDRIuPcLO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIDRIuPcLO .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uIDRIuPcLO .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uIDRIuPcLO .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uIDRIuPcLO .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uIDRIuPcLO .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uIDRIuPcLO button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uIDRIuPcLO button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uIDRIuPcLO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uIDRIuPcLO button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uIDRIuPcLO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uIDRIuPcLO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uIDRIuPcLO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uIDRIuPcLO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uIDRIuPcLO nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIDRIuPcLO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uIDRIuPcLO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uIDRIuPcLO nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIDRIuPcLO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIDRIuPcLO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIDRIuPcLO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIDRIuPcLO .navbar {
    height: 70px;
  }
  .cid-uIDRIuPcLO .navbar.opened {
    height: auto;
  }
  .cid-uIDRIuPcLO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIDRIuPcLO .container-fluid {
  padding-right: 0;
}
.cid-uIDRIuPcLO .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uIDRIuPcLO .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uIDRIuPcLO .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uIDRIuPcLO .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uIDRIuPcLO .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uIDRIuPcLO .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uIDRIuPcLO .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uIDRIuPcLO .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uIDRIuPcLO .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uIDRIuPcLO .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uIDRIuPcLO .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uIDRIuPcLO .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uIDRIuPcLO .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uIDRIuPcLO .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uIDRIuPcLO .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uIDRIuPcLO .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uIDRIuPcLO .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uIDRIuPcLO .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uIDRIuPcLO mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uIDRIuPcLO .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uIDRIvnZzM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uIDRIvnZzM .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uIDRIvnZzM .container-fluid {
  padding: 0;
}
.cid-uIDRIvnZzM .row {
  flex-direction: row-reverse;
}
.cid-uIDRIvnZzM .right-side {
  padding: 0;
}
.cid-uIDRIvnZzM .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uIDRIvnZzM .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uIDRIvnZzM .l2,
.cid-uIDRIvnZzM .lin {
  color: #ffffff;
}
.cid-uIDRIvnZzM a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uIDRIvnZzM a.text-success:hover {
  color: #237FFB !important;
}
.cid-uIDRIvnZzM .left-side {
  padding-left: 84px;
}
.cid-uIDRIvnZzM .l2 {
  margin-top: 20px;
}
.cid-uIDRIvnZzM .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uIDRIvnZzM .l2,
.cid-uIDRIvnZzM .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uIDRIvnZzM img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDRIvnZzM img {
    max-height: 400px;
  }
  .cid-uIDRIvnZzM .left-side {
    padding-left: 15px;
  }
  .cid-uIDRIvnZzM .line {
    display: none;
  }
}
.cid-uIDRIvnZzM .l1,
.cid-uIDRIvnZzM .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uIDRIwTsgo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIDRIwTsgo {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uIDRIwTsgo .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uIDRIwTsgo .mbr-text {
  text-align: center;
  color: #ff00ff;
}
.cid-uIDRIwTsgo p2 {
  text-align: left;
  font-size: 22px;
  color: #333333;
}
.cid-uMdAopKEdq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMdAopKEdq {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uMdAopKEdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMdAopKEdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMdAopKEdq .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMdAopKEdq .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMdAopKEdq .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMdAopKEdq .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMdAopKEdq .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMdAopKEdq .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMdAopKEdq .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMdAopKEdq .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uMdAopKEdq .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMdAopKEdq .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMdAopKEdq .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMdAopKEdq .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMdAopKEdq .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMdAopKEdq .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMdAopKEdq .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uMdAopKEdq .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMdAopKEdq .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMdAopKEdq .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMdAopKEdq .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMdAopKEdq .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMdAopKEdq .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMdAopKEdq .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMdAopKEdq .mbr-section-title {
  color: #404349;
}
.cid-uMdAopKEdq .item-title {
  color: #404349;
}
.cid-uMdAopKEdq .item-text {
  color: #404349;
}
.cid-uMdAopKEdq .tabs-wrapper {
  text-align: center;
}
.cid-uMdAopKEdq .mbr-section-title,
.cid-uMdAopKEdq .title-wrapper,
.cid-uMdAopKEdq .tabs-wrapper {
  text-align: left;
}
.cid-uMkefDF9ru {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMkefDF9ru {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMkefDF9ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkefDF9ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkefDF9ru .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMkefDF9ru .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMkefDF9ru .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMkefDF9ru .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkefDF9ru .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMkefDF9ru .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMkefDF9ru .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMkefDF9ru .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMkefDF9ru .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMkefDF9ru .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMkefDF9ru .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMkefDF9ru .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMkefDF9ru .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMkefDF9ru .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMkefDF9ru .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMkefDF9ru .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMkefDF9ru .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMkefDF9ru .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMkefDF9ru .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMkefDF9ru .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMkefDF9ru .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMkefDF9ru .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMkefDF9ru .mbr-section-title {
  color: #404349;
}
.cid-uMkefDF9ru .item-title {
  color: #404349;
}
.cid-uMkefDF9ru .item-text {
  color: #404349;
}
.cid-uMkefDF9ru .tabs-wrapper {
  text-align: center;
}
.cid-uMkefDF9ru .mbr-section-title,
.cid-uMkefDF9ru .title-wrapper,
.cid-uMkefDF9ru .tabs-wrapper {
  text-align: center;
}
.cid-uMkefDF9ru pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uIDRIzsc3z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIDRIzsc3z hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uIDRIzsc3z hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIDRIzsc3z h2 {
  float: center;
  color: #0082c3;
}
.cid-uIDRIzsc3z .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uIDRIzsc3z H2 {
  color: #767676;
}
.cid-uIDVS8DBvJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIDVS8DBvJ hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIDVS8DBvJ hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIDVS8DBvJ h2 {
  float: center;
  color: #0082c3;
}
.cid-uIDVS8DBvJ .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIDVS8DBvJ H2 {
  color: #767676;
}
.cid-uIDRIAwG6B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uIDRIAwG6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDRIAwG6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDRIAwG6B .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIDRIAwG6B .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uIDRIAwG6B .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIDRIAwG6B .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uIDRIAwG6B .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIDRIAwG6B .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIDRIAwG6B .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIDRIAwG6B .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uIDRIAwG6B .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uIDRIAwG6B .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uIDRIAwG6B .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uIDRIAwG6B .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIDRIAwG6B .items-wrapper .card {
  padding: 0 32px;
}
.cid-uIDRIAwG6B .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIDRIAwG6B .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uIDRIAwG6B .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIDRIAwG6B .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIDRIAwG6B .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIDRIAwG6B .list-wrapper .list .item-wrap:hover,
.cid-uIDRIAwG6B .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uIDRIAwG6B .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIDRIAwG6B .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIDRIAwG6B .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uIDRIAwG6B .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIDRIAwG6B .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uIDRIAwG6B .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uIDRIAwG6B .mbr-desc {
  color: #ffffff;
}
.cid-uIDRIAwG6B .mbr-text,
.cid-uIDRIAwG6B .text-wrapper {
  color: #9aa0a6;
}
.cid-uIDRIAwG6B .list {
  color: #9aa0a6;
}
.cid-uIDRIAwG6B .mbr-text,
.cid-uIDRIAwG6B .mbr-section-btn {
  color: #ff00ff;
}
.cid-uIDRIAwG6B .list,
.cid-uIDRIAwG6B .item-wrap {
  color: #fcfbf6;
}
.cid-uIDRIAwG6B weis {
  color: #ffffff;
}
.cid-uIDRIAwG6B h22 {
  color: #ff6600;
}
.cid-uIDRIAwG6B black {
  color: #000000;
}
.cid-uIDRIAwG6B klein {
  font-size: 12px;
}
.cid-uIDRIAwG6B blau {
  color: #EEEADA;
}
.cid-uIDRIAwG6B .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uIDRIAwG6B .mbr-desc,
.cid-uIDRIAwG6B .content-wrapper {
  color: #f0ecdc;
}
.cid-uIDRIAwG6B pod {
  font-size: 16px;
}
.cid-uJQgTEZbkA {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uJQgTEZbkA nav.navbar {
  position: fixed;
}
.cid-uJQgTEZbkA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQgTEZbkA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJQgTEZbkA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJQgTEZbkA .dropdown-item:hover,
.cid-uJQgTEZbkA .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uJQgTEZbkA .dropdown-item:hover span {
  color: white;
}
.cid-uJQgTEZbkA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJQgTEZbkA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJQgTEZbkA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJQgTEZbkA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJQgTEZbkA .nav-link {
  position: relative;
}
.cid-uJQgTEZbkA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJQgTEZbkA .container {
    flex-wrap: nowrap;
  }
}
.cid-uJQgTEZbkA .dropdown-menu,
.cid-uJQgTEZbkA .navbar.opened {
  background: #29191c !important;
}
.cid-uJQgTEZbkA .nav-item:focus,
.cid-uJQgTEZbkA .nav-link:focus {
  outline: none;
}
.cid-uJQgTEZbkA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJQgTEZbkA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJQgTEZbkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJQgTEZbkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQgTEZbkA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJQgTEZbkA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJQgTEZbkA .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uJQgTEZbkA .navbar.opened {
  transition: all 0.3s;
}
.cid-uJQgTEZbkA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJQgTEZbkA .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uJQgTEZbkA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJQgTEZbkA .navbar.collapsed {
  justify-content: center;
}
.cid-uJQgTEZbkA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJQgTEZbkA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJQgTEZbkA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uJQgTEZbkA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJQgTEZbkA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJQgTEZbkA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJQgTEZbkA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJQgTEZbkA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uJQgTEZbkA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJQgTEZbkA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJQgTEZbkA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJQgTEZbkA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJQgTEZbkA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJQgTEZbkA .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uJQgTEZbkA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJQgTEZbkA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJQgTEZbkA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJQgTEZbkA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uJQgTEZbkA .navbar.navbar-short {
  min-height: auto;
}
.cid-uJQgTEZbkA .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uJQgTEZbkA .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uJQgTEZbkA .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uJQgTEZbkA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uJQgTEZbkA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJQgTEZbkA .dropdown-item.active,
.cid-uJQgTEZbkA .dropdown-item:active {
  background-color: transparent;
}
.cid-uJQgTEZbkA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJQgTEZbkA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJQgTEZbkA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJQgTEZbkA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uJQgTEZbkA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJQgTEZbkA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJQgTEZbkA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJQgTEZbkA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uJQgTEZbkA .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uJQgTEZbkA .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uJQgTEZbkA .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uJQgTEZbkA .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uJQgTEZbkA button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uJQgTEZbkA button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uJQgTEZbkA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uJQgTEZbkA button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uJQgTEZbkA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uJQgTEZbkA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uJQgTEZbkA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uJQgTEZbkA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uJQgTEZbkA nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQgTEZbkA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uJQgTEZbkA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uJQgTEZbkA nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQgTEZbkA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJQgTEZbkA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJQgTEZbkA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJQgTEZbkA .navbar {
    height: 70px;
  }
  .cid-uJQgTEZbkA .navbar.opened {
    height: auto;
  }
  .cid-uJQgTEZbkA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJQgTEZbkA .container-fluid {
  padding-right: 0;
}
.cid-uJQgTEZbkA .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uJQgTEZbkA .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uJQgTEZbkA .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uJQgTEZbkA .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uJQgTEZbkA .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uJQgTEZbkA .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uJQgTEZbkA .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uJQgTEZbkA .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uJQgTEZbkA .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uJQgTEZbkA .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uJQgTEZbkA .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uJQgTEZbkA .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uJQgTEZbkA .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uJQgTEZbkA .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uJQgTEZbkA .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uJQgTEZbkA .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uJQgTEZbkA .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uJQgTEZbkA .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uJQgTEZbkA mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uJQgTEZbkA .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uJQh7kHXYE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJQh7kHXYE .mbr-section-title {
  text-align: center;
  color: #b98609;
}
.cid-uJQh7kHXYE .mbr-section-text {
  text-align: center;
  color: #000000;
}
.cid-uJQh7kHXYE a[type="submit"],
.cid-uJQh7kHXYE button[type="submit"] {
  margin-top: 0;
}
.cid-uJQh7kHXYE .wsSearchError {
  text-align: center;
  background-color: #ff4a52;
}
.cid-uJQh7kHXYE mark {
  padding: 0;
  color: inherit;
  background-color: #ffe161;
}
.cid-uJQh7kHXYE .row .spinner-border,
.cid-uJQh7kHXYE .row .spinner-grow {
  width: 32px;
  color: #4479d9;
}
.cid-uJQh7kHXYE .gdpr-block {
  display: none;
}
.cid-uJQgTFpg5P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uJQgTFpg5P .card-box {
  padding: 0rem;
}
.cid-uJQgTFpg5P .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uJQgTFpg5P .card {
  padding: 0;
  margin: auto;
}
.cid-uJQgTFpg5P .card-img {
  height: 240px;
}
.cid-uJQgTFpg5P .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJQgTFpg5P .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uJQgTFpg5P .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJQgTFpg5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQgTFpg5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQgTFpg5P .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJQgTFpg5P ora {
  color: #7f9cb5;
}
.cid-uJQgTFL02L {
  padding-top: 150px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/weiss.jpg");
}
@media (max-width: 991px) {
  .cid-uJQgTFL02L {
    padding-top: 40px;
    padding-bottom: 1px;
  }
}
.cid-uJQgTFL02L .svg-top {
  display: none;
}
.cid-uJQgTFL02L .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uJQgTFL02L .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #947907;
}
.cid-uJQgTFL02L .svg-top .st0 {
  fill: "file:///M:/MOBIRISE-WEBSEITEN/Version%206.0.1/Sch%C3%BCtze-Podcast/(03)%206.0.1%20M5-%20Podcast-25.02.25/assets/images/weiss.jpg";
}
@media (max-width: 992px) {
  .cid-uJQgTFL02L .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uJQgTFL02L .text-content {
    max-width: none;
  }
}
.cid-uJQgTFL02L .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #1a449a;
  border: 2px solid #1a449a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uJQgTFL02L .mbr-iconfont-social:before {
  padding: 3.6rem;
}
.cid-uJQgTFL02L .mbr-iconfont-social:hover {
  background-color: #1a449a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uJQgTFL02L .icons {
    justify-content: center !important;
  }
  .cid-uJQgTFL02L .text-content * {
    text-align: center;
  }
}
.cid-uJQgTFL02L P {
  color: #858791;
  text-align: left;
}
.cid-uJQgTFL02L .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-uJQgTHw5co {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uJQgTHw5co .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQgTHw5co .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uJQgTHw5co .container {
    padding: 0 16px;
  }
}
.cid-uJQgTHw5co .row {
  justify-content: center;
}
.cid-uJQgTHw5co .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uJQgTHw5co .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uJQgTHw5co .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uJQgTHw5co .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uJQgTHw5co .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uJQgTHw5co .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uJQgTHw5co .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uJQgTHSGMt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uJQgTHSGMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQgTHSGMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQgTHSGMt .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJQgTHSGMt .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJQgTHSGMt .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJQgTHSGMt .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJQgTHSGMt .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJQgTHSGMt .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJQgTHSGMt .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJQgTHSGMt .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uJQgTHSGMt .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJQgTHSGMt .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJQgTHSGMt .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJQgTHSGMt .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJQgTHSGMt .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJQgTHSGMt .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJQgTHSGMt .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJQgTHSGMt .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJQgTHSGMt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJQgTHSGMt .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJQgTHSGMt .list-wrapper .list .item-wrap:hover,
.cid-uJQgTHSGMt .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJQgTHSGMt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJQgTHSGMt .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJQgTHSGMt .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJQgTHSGMt .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJQgTHSGMt .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJQgTHSGMt .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uJQgTHSGMt .mbr-desc {
  color: #ffffff;
}
.cid-uJQgTHSGMt .mbr-text,
.cid-uJQgTHSGMt .text-wrapper {
  color: #9aa0a6;
}
.cid-uJQgTHSGMt .list {
  color: #9aa0a6;
}
.cid-uJQgTHSGMt .mbr-text,
.cid-uJQgTHSGMt .mbr-section-btn {
  color: #ff00ff;
}
.cid-uJQgTHSGMt .list,
.cid-uJQgTHSGMt .item-wrap {
  color: #fcfbf6;
}
.cid-uJQgTHSGMt weis {
  color: #ffffff;
}
.cid-uJQgTHSGMt h22 {
  color: #ff6600;
}
.cid-uJQgTHSGMt black {
  color: #000000;
}
.cid-uJQgTHSGMt klein {
  font-size: 12px;
}
.cid-uJQgTHSGMt blau {
  color: #EEEADA;
}
.cid-uJQgTHSGMt .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uJQgTHSGMt .mbr-desc,
.cid-uJQgTHSGMt .content-wrapper {
  color: #f0ecdc;
}
.cid-uJQgTHSGMt pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uDkHVWYd1y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uDkHVWYd1y .card-box {
  padding: 0rem;
}
.cid-uDkHVWYd1y .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uDkHVWYd1y .card {
  padding: 0;
  margin: auto;
}
.cid-uDkHVWYd1y .card-img {
  height: 240px;
}
.cid-uDkHVWYd1y .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDkHVWYd1y .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uDkHVWYd1y .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDkHVWYd1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkHVWYd1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkHVWYd1y .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDkHVWYd1y ora {
  color: #7f9cb5;
}
.cid-uDf7VIAtvv {
  background-color: #fcfbf6;
}
.cid-uDf7VIAtvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf7VIAtvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf7VIAtvv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uDf7VIAtvv .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uDf7VIAtvv .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uDf7VIAtvv .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDf7VIAtvv .item {
    margin-bottom: 16px;
  }
}
.cid-uDf7VIAtvv .item:hover .item-wrapper .item-img img,
.cid-uDf7VIAtvv .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uDf7VIAtvv .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDf7VIAtvv .item .item-wrapper {
    display: block;
  }
}
.cid-uDf7VIAtvv .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uDf7VIAtvv .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDf7VIAtvv .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uDf7VIAtvv .item .item-wrapper .item-content .item-title_1,
.cid-uDf7VIAtvv .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uDf7VIAtvv .item .item-wrapper .item-content .item-text_1,
.cid-uDf7VIAtvv .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uDf7VIAtvv .item .item-wrapper .item-img {
  width: 40%;
  overflow: visible;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uDf7VIAtvv .item .item-wrapper .item-img {
    width: 100%;
    height: auto;
  }
}
.cid-uDf7VIAtvv .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDf7VIAtvv .item .item-wrapper .item-img img {
    height: auto;
    max-height: 350px;
  }
}
.cid-uDf7VIAtvv .item .card_1 {
  background-color: #98dee8;
}
.cid-uDf7VIAtvv .item .card_2 {
  background-color: #c9d5e0;
}
.cid-uDf7VIAtvv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDf7VIAtvv .item-title_1 {
  color: #000000;
}
.cid-uDf7VIAtvv .item-title_2 {
  color: #232323;
}
.cid-uDf7VIAtvv .item-text_1 {
  color: #ffffff;
}
.cid-uDf7VIAtvv .item-text_2 {
  color: #12b82e;
}
.cid-uDf7VIAtvv .item-text_2,
.cid-uDf7VIAtvv .mbr-section-btn {
  color: #232323;
}
.cid-uDf7VIAtvv .item-text_1,
.cid-uDf7VIAtvv .mbr-section-btn {
  color: #232323;
}
.cid-uDf7VIAtvv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-uDf7VIAtvv magenta {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
.cid-uE1TK0xTJ1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uE1TK0xTJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1TK0xTJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uE1TK0xTJ1 .container {
    padding: 0 16px;
  }
}
.cid-uE1TK0xTJ1 .row {
  justify-content: center;
}
.cid-uE1TK0xTJ1 .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uE1TK0xTJ1 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uE1TK0xTJ1 .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uE1TK0xTJ1 .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uE1TK0xTJ1 .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uE1TK0xTJ1 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uE1TK0xTJ1 .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uCRb6pPB17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uCRb6pPB17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCRb6pPB17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCRb6pPB17 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCRb6pPB17 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uCRb6pPB17 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCRb6pPB17 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uCRb6pPB17 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uCRb6pPB17 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCRb6pPB17 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCRb6pPB17 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uCRb6pPB17 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uCRb6pPB17 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCRb6pPB17 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uCRb6pPB17 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCRb6pPB17 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uCRb6pPB17 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCRb6pPB17 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCRb6pPB17 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCRb6pPB17 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCRb6pPB17 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uCRb6pPB17 .list-wrapper .list .item-wrap:hover,
.cid-uCRb6pPB17 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCRb6pPB17 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCRb6pPB17 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCRb6pPB17 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCRb6pPB17 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCRb6pPB17 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uCRb6pPB17 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uCRb6pPB17 .mbr-desc {
  color: #ffffff;
}
.cid-uCRb6pPB17 .mbr-text,
.cid-uCRb6pPB17 .text-wrapper {
  color: #9aa0a6;
}
.cid-uCRb6pPB17 .list {
  color: #9aa0a6;
}
.cid-uCRb6pPB17 .mbr-text,
.cid-uCRb6pPB17 .mbr-section-btn {
  color: #ff00ff;
}
.cid-uCRb6pPB17 .list,
.cid-uCRb6pPB17 .item-wrap {
  color: #fcfbf6;
}
.cid-uCRb6pPB17 weis {
  color: #ffffff;
}
.cid-uCRb6pPB17 h22 {
  color: #ff6600;
}
.cid-uCRb6pPB17 black {
  color: #000000;
}
.cid-uCRb6pPB17 klein {
  font-size: 12px;
}
.cid-uCRb6pPB17 blau {
  color: #EEEADA;
}
.cid-uCRb6pPB17 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uCRb6pPB17 .mbr-desc,
.cid-uCRb6pPB17 .content-wrapper {
  color: #f0ecdc;
}
.cid-uCRb6pPB17 pod {
  font-size: 16px;
}
.cid-uMdBo5zCLB {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uMdBo5zCLB nav.navbar {
  position: fixed;
}
.cid-uMdBo5zCLB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMdBo5zCLB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMdBo5zCLB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMdBo5zCLB .dropdown-item:hover,
.cid-uMdBo5zCLB .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uMdBo5zCLB .dropdown-item:hover span {
  color: white;
}
.cid-uMdBo5zCLB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMdBo5zCLB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMdBo5zCLB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMdBo5zCLB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMdBo5zCLB .nav-link {
  position: relative;
}
.cid-uMdBo5zCLB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMdBo5zCLB .container {
    flex-wrap: nowrap;
  }
}
.cid-uMdBo5zCLB .dropdown-menu,
.cid-uMdBo5zCLB .navbar.opened {
  background: #29191c !important;
}
.cid-uMdBo5zCLB .nav-item:focus,
.cid-uMdBo5zCLB .nav-link:focus {
  outline: none;
}
.cid-uMdBo5zCLB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMdBo5zCLB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMdBo5zCLB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMdBo5zCLB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMdBo5zCLB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMdBo5zCLB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMdBo5zCLB .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uMdBo5zCLB .navbar.opened {
  transition: all 0.3s;
}
.cid-uMdBo5zCLB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMdBo5zCLB .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uMdBo5zCLB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMdBo5zCLB .navbar.collapsed {
  justify-content: center;
}
.cid-uMdBo5zCLB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMdBo5zCLB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMdBo5zCLB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMdBo5zCLB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMdBo5zCLB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMdBo5zCLB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMdBo5zCLB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMdBo5zCLB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMdBo5zCLB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMdBo5zCLB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMdBo5zCLB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMdBo5zCLB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMdBo5zCLB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMdBo5zCLB .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uMdBo5zCLB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMdBo5zCLB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMdBo5zCLB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMdBo5zCLB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uMdBo5zCLB .navbar.navbar-short {
  min-height: auto;
}
.cid-uMdBo5zCLB .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uMdBo5zCLB .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uMdBo5zCLB .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uMdBo5zCLB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uMdBo5zCLB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMdBo5zCLB .dropdown-item.active,
.cid-uMdBo5zCLB .dropdown-item:active {
  background-color: transparent;
}
.cid-uMdBo5zCLB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMdBo5zCLB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMdBo5zCLB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMdBo5zCLB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uMdBo5zCLB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMdBo5zCLB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMdBo5zCLB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMdBo5zCLB .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uMdBo5zCLB .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uMdBo5zCLB .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uMdBo5zCLB .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uMdBo5zCLB .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uMdBo5zCLB button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uMdBo5zCLB button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uMdBo5zCLB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uMdBo5zCLB button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uMdBo5zCLB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uMdBo5zCLB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uMdBo5zCLB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uMdBo5zCLB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uMdBo5zCLB nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMdBo5zCLB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uMdBo5zCLB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uMdBo5zCLB nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMdBo5zCLB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMdBo5zCLB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMdBo5zCLB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMdBo5zCLB .navbar {
    height: 70px;
  }
  .cid-uMdBo5zCLB .navbar.opened {
    height: auto;
  }
  .cid-uMdBo5zCLB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMdBo5zCLB .container-fluid {
  padding-right: 0;
}
.cid-uMdBo5zCLB .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uMdBo5zCLB .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uMdBo5zCLB .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uMdBo5zCLB .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uMdBo5zCLB .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uMdBo5zCLB .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uMdBo5zCLB .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uMdBo5zCLB .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uMdBo5zCLB .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uMdBo5zCLB .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uMdBo5zCLB .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uMdBo5zCLB .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uMdBo5zCLB .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uMdBo5zCLB .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uMdBo5zCLB .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uMdBo5zCLB .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uMdBo5zCLB .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uMdBo5zCLB .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uMdBo5zCLB mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMdBo5zCLB .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uMdBo61zkb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uMdBo61zkb .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uMdBo61zkb .container-fluid {
  padding: 0;
}
.cid-uMdBo61zkb .row {
  flex-direction: row-reverse;
}
.cid-uMdBo61zkb .right-side {
  padding: 0;
}
.cid-uMdBo61zkb .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uMdBo61zkb .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uMdBo61zkb .l2,
.cid-uMdBo61zkb .lin {
  color: #ffffff;
}
.cid-uMdBo61zkb a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uMdBo61zkb a.text-success:hover {
  color: #237FFB !important;
}
.cid-uMdBo61zkb .left-side {
  padding-left: 84px;
}
.cid-uMdBo61zkb .l2 {
  margin-top: 20px;
}
.cid-uMdBo61zkb .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uMdBo61zkb .l2,
.cid-uMdBo61zkb .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uMdBo61zkb img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMdBo61zkb img {
    max-height: 400px;
  }
  .cid-uMdBo61zkb .left-side {
    padding-left: 15px;
  }
  .cid-uMdBo61zkb .line {
    display: none;
  }
}
.cid-uMdBo61zkb .l1,
.cid-uMdBo61zkb .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uMdBo7gXxe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMdBo7gXxe {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uMdBo7gXxe .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uMdBo7gXxe .mbr-text {
  text-align: center;
  color: #ff00ff;
}
.cid-uMdBo7gXxe p2 {
  text-align: left;
  font-size: 22px;
  color: #333333;
}
.cid-uMdBFLuZn1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMdBFLuZn1 {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uMdBFLuZn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMdBFLuZn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMdBFLuZn1 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMdBFLuZn1 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMdBFLuZn1 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMdBFLuZn1 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMdBFLuZn1 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMdBFLuZn1 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMdBFLuZn1 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMdBFLuZn1 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uMdBFLuZn1 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMdBFLuZn1 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMdBFLuZn1 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMdBFLuZn1 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMdBFLuZn1 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMdBFLuZn1 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMdBFLuZn1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uMdBFLuZn1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMdBFLuZn1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMdBFLuZn1 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMdBFLuZn1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMdBFLuZn1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMdBFLuZn1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMdBFLuZn1 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMdBFLuZn1 .mbr-section-title {
  color: #404349;
}
.cid-uMdBFLuZn1 .item-title {
  color: #404349;
}
.cid-uMdBFLuZn1 .item-text {
  color: #404349;
}
.cid-uMdBFLuZn1 .tabs-wrapper {
  text-align: center;
}
.cid-uMdBFLuZn1 .mbr-section-title,
.cid-uMdBFLuZn1 .title-wrapper,
.cid-uMdBFLuZn1 .tabs-wrapper {
  text-align: left;
}
.cid-uMk3FJAefx {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMk3FJAefx {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMk3FJAefx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk3FJAefx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
}
.cid-uMk3FJAefx .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMk3FJAefx .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMk3FJAefx .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMk3FJAefx .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk3FJAefx .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMk3FJAefx .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMk3FJAefx .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMk3FJAefx .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMk3FJAefx .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMk3FJAefx .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMk3FJAefx .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMk3FJAefx .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMk3FJAefx .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMk3FJAefx .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMk3FJAefx .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uMk3FJAefx .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMk3FJAefx .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMk3FJAefx .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMk3FJAefx .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMk3FJAefx .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMk3FJAefx .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMk3FJAefx .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMk3FJAefx .mbr-section-title {
  color: #404349;
}
.cid-uMk3FJAefx .item-title {
  color: #404349;
}
.cid-uMk3FJAefx .item-text {
  color: #000000;
}
.cid-uMk3FJAefx .tabs-wrapper {
  text-align: center;
}
.cid-uMk3FJAefx .mbr-section-title,
.cid-uMk3FJAefx .title-wrapper,
.cid-uMk3FJAefx .tabs-wrapper {
  text-align: center;
}
.cid-uMk3FJAefx pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMdBo8ePRM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMdBo8ePRM hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uMdBo8ePRM hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uMdBo8ePRM h2 {
  float: center;
  color: #0082c3;
}
.cid-uMdBo8ePRM .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uMdBo8ePRM H2 {
  color: #767676;
}
.cid-uMdBo8zQTy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMdBo8zQTy hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uMdBo8zQTy hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uMdBo8zQTy h2 {
  float: center;
  color: #0082c3;
}
.cid-uMdBo8zQTy .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uMdBo8zQTy H2 {
  color: #767676;
}
.cid-uMdBo8W3nK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uMdBo8W3nK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMdBo8W3nK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMdBo8W3nK .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMdBo8W3nK .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uMdBo8W3nK .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMdBo8W3nK .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uMdBo8W3nK .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMdBo8W3nK .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMdBo8W3nK .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMdBo8W3nK .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uMdBo8W3nK .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uMdBo8W3nK .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMdBo8W3nK .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uMdBo8W3nK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uMdBo8W3nK .items-wrapper .card {
  padding: 0 32px;
}
.cid-uMdBo8W3nK .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMdBo8W3nK .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMdBo8W3nK .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uMdBo8W3nK .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMdBo8W3nK .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMdBo8W3nK .list-wrapper .list .item-wrap:hover,
.cid-uMdBo8W3nK .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMdBo8W3nK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMdBo8W3nK .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMdBo8W3nK .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMdBo8W3nK .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uMdBo8W3nK .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uMdBo8W3nK .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uMdBo8W3nK .mbr-desc {
  color: #ffffff;
}
.cid-uMdBo8W3nK .mbr-text,
.cid-uMdBo8W3nK .text-wrapper {
  color: #9aa0a6;
}
.cid-uMdBo8W3nK .list {
  color: #9aa0a6;
}
.cid-uMdBo8W3nK .mbr-text,
.cid-uMdBo8W3nK .mbr-section-btn {
  color: #ff00ff;
}
.cid-uMdBo8W3nK .list,
.cid-uMdBo8W3nK .item-wrap {
  color: #fcfbf6;
}
.cid-uMdBo8W3nK weis {
  color: #ffffff;
}
.cid-uMdBo8W3nK h22 {
  color: #ff6600;
}
.cid-uMdBo8W3nK black {
  color: #000000;
}
.cid-uMdBo8W3nK klein {
  font-size: 12px;
}
.cid-uMdBo8W3nK blau {
  color: #EEEADA;
}
.cid-uMdBo8W3nK .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uMdBo8W3nK .mbr-desc,
.cid-uMdBo8W3nK .content-wrapper {
  color: #f0ecdc;
}
.cid-uMdBo8W3nK pod {
  font-size: 16px;
}
.cid-uMpp3THJZX {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uMpp3THJZX nav.navbar {
  position: fixed;
}
.cid-uMpp3THJZX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMpp3THJZX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMpp3THJZX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMpp3THJZX .dropdown-item:hover,
.cid-uMpp3THJZX .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uMpp3THJZX .dropdown-item:hover span {
  color: white;
}
.cid-uMpp3THJZX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMpp3THJZX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMpp3THJZX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMpp3THJZX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMpp3THJZX .nav-link {
  position: relative;
}
.cid-uMpp3THJZX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMpp3THJZX .container {
    flex-wrap: nowrap;
  }
}
.cid-uMpp3THJZX .dropdown-menu,
.cid-uMpp3THJZX .navbar.opened {
  background: #29191c !important;
}
.cid-uMpp3THJZX .nav-item:focus,
.cid-uMpp3THJZX .nav-link:focus {
  outline: none;
}
.cid-uMpp3THJZX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMpp3THJZX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMpp3THJZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMpp3THJZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMpp3THJZX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMpp3THJZX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMpp3THJZX .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uMpp3THJZX .navbar.opened {
  transition: all 0.3s;
}
.cid-uMpp3THJZX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMpp3THJZX .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uMpp3THJZX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMpp3THJZX .navbar.collapsed {
  justify-content: center;
}
.cid-uMpp3THJZX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMpp3THJZX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMpp3THJZX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMpp3THJZX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMpp3THJZX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMpp3THJZX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMpp3THJZX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMpp3THJZX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMpp3THJZX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMpp3THJZX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMpp3THJZX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMpp3THJZX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMpp3THJZX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMpp3THJZX .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uMpp3THJZX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMpp3THJZX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMpp3THJZX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMpp3THJZX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uMpp3THJZX .navbar.navbar-short {
  min-height: auto;
}
.cid-uMpp3THJZX .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uMpp3THJZX .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uMpp3THJZX .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uMpp3THJZX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uMpp3THJZX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMpp3THJZX .dropdown-item.active,
.cid-uMpp3THJZX .dropdown-item:active {
  background-color: transparent;
}
.cid-uMpp3THJZX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMpp3THJZX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMpp3THJZX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMpp3THJZX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uMpp3THJZX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMpp3THJZX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMpp3THJZX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMpp3THJZX .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uMpp3THJZX .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uMpp3THJZX .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uMpp3THJZX .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uMpp3THJZX .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uMpp3THJZX button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uMpp3THJZX button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uMpp3THJZX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uMpp3THJZX button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uMpp3THJZX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uMpp3THJZX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uMpp3THJZX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uMpp3THJZX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uMpp3THJZX nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMpp3THJZX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uMpp3THJZX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uMpp3THJZX nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMpp3THJZX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMpp3THJZX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMpp3THJZX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMpp3THJZX .navbar {
    height: 70px;
  }
  .cid-uMpp3THJZX .navbar.opened {
    height: auto;
  }
  .cid-uMpp3THJZX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMpp3THJZX .container-fluid {
  padding-right: 0;
}
.cid-uMpp3THJZX .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uMpp3THJZX .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uMpp3THJZX .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uMpp3THJZX .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uMpp3THJZX .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uMpp3THJZX .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uMpp3THJZX .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uMpp3THJZX .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uMpp3THJZX .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uMpp3THJZX .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uMpp3THJZX .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uMpp3THJZX .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uMpp3THJZX .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uMpp3THJZX .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uMpp3THJZX .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uMpp3THJZX .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uMpp3THJZX .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uMpp3THJZX .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uMpp3THJZX mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMpp3THJZX .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uMpp3U7vOQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #012b3a 10%, #000000 100%) !important;
}
@media (max-width: 991px) {
  .cid-uMpp3U7vOQ {
    padding-top: 18px;
    padding-bottom: 6px;
  }
}
.cid-uMpp3U7vOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpp3U7vOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpp3U7vOQ .mbr-section-title {
  text-align: center;
}
.cid-uMpp3U7vOQ .mbr-text,
.cid-uMpp3U7vOQ .mbr-section-btn {
  text-align: center;
  color: #ff00ff;
}
.cid-uMpp3V3yev {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fcfbf6 10%, #fffced 100%) !important;
}
@media (max-width: 991px) {
  .cid-uMpp3V3yev {
    padding-top: 18px;
    padding-bottom: 6px;
  }
}
.cid-uMpp3V3yev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpp3V3yev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpp3V3yev .mbr-text,
.cid-uMpp3V3yev .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMpp3V3yev .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMpqqbzCdy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMpqqbzCdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpqqbzCdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpqqbzCdy .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMpqqbzCdy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMpqqbzCdy .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMpqqbzCdy .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMpqqbzCdy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uMpqqbzCdy .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMpqqbzCdy .image-wrapper img {
    height: 350px;
  }
}
.cid-uMpqqbzCdy .mbr-section-title {
  color: #ffffff;
}
.cid-uMpqqbzCdy .mbr-text {
  color: #ffffff;
}
.cid-uMpqqbzCdy pod {
  font-size: 42px;
  color: #ff00ff;
}
.cid-uMpphhSezK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/x5.jpg");
}
.cid-uMpphhSezK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uMpphhSezK p {
  color: #767676;
  text-align: left;
}
.cid-uMpphhSezK .card-box {
  padding-top: 2rem;
}
.cid-uMpphhSezK .card-wrapper {
  height: 100%;
}
.cid-uMpphhSezK .card-title {
  text-align: center;
}
.cid-uMpphhSezK .card-img {
  height: 280px;
  width: 280px;
}
.cid-uMpp3VQukC {
  background-image: url("../../../assets/images/julia-sw1-1920x1136.jpg");
}
.cid-uMpp3VQukC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpp3VQukC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpp3VQukC .mbr-section-title {
  color: #116980;
}
.cid-uMpp3VQukC .mbr-text,
.cid-uMpp3VQukC .mbr-section-btn {
  color: #232323;
}
.cid-uMpp3WdWX9 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uMpp3WdWX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpp3WdWX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uMpp3WdWX9 .container {
    padding: 0 16px;
  }
}
.cid-uMpp3WdWX9 .row {
  justify-content: center;
}
.cid-uMpp3WdWX9 .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uMpp3WdWX9 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uMpp3WdWX9 .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uMpp3WdWX9 .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uMpp3WdWX9 .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uMpp3WdWX9 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uMpp3WdWX9 .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uMpp3WxxsA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uMpp3WxxsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpp3WxxsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpp3WxxsA .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMpp3WxxsA .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uMpp3WxxsA .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpp3WxxsA .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uMpp3WxxsA .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMpp3WxxsA .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMpp3WxxsA .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMpp3WxxsA .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uMpp3WxxsA .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uMpp3WxxsA .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMpp3WxxsA .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uMpp3WxxsA .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uMpp3WxxsA .items-wrapper .card {
  padding: 0 32px;
}
.cid-uMpp3WxxsA .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMpp3WxxsA .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMpp3WxxsA .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uMpp3WxxsA .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMpp3WxxsA .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMpp3WxxsA .list-wrapper .list .item-wrap:hover,
.cid-uMpp3WxxsA .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMpp3WxxsA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMpp3WxxsA .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMpp3WxxsA .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMpp3WxxsA .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uMpp3WxxsA .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uMpp3WxxsA .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uMpp3WxxsA .mbr-desc {
  color: #ffffff;
}
.cid-uMpp3WxxsA .mbr-text,
.cid-uMpp3WxxsA .text-wrapper {
  color: #9aa0a6;
}
.cid-uMpp3WxxsA .list {
  color: #9aa0a6;
}
.cid-uMpp3WxxsA .mbr-text,
.cid-uMpp3WxxsA .mbr-section-btn {
  color: #ff00ff;
}
.cid-uMpp3WxxsA .list,
.cid-uMpp3WxxsA .item-wrap {
  color: #fcfbf6;
}
.cid-uMpp3WxxsA weis {
  color: #ffffff;
}
.cid-uMpp3WxxsA h22 {
  color: #ff6600;
}
.cid-uMpp3WxxsA black {
  color: #000000;
}
.cid-uMpp3WxxsA klein {
  font-size: 12px;
}
.cid-uMpp3WxxsA blau {
  color: #EEEADA;
}
.cid-uMpp3WxxsA .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uMpp3WxxsA .mbr-desc,
.cid-uMpp3WxxsA .content-wrapper {
  color: #f0ecdc;
}
.cid-uMpp3WxxsA pod {
  font-size: 16px;
}
.cid-uEhmewcVPL {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uEhmewcVPL nav.navbar {
  position: fixed;
}
.cid-uEhmewcVPL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEhmewcVPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEhmewcVPL .dropdown-item:hover,
.cid-uEhmewcVPL .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uEhmewcVPL .dropdown-item:hover span {
  color: white;
}
.cid-uEhmewcVPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEhmewcVPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEhmewcVPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEhmewcVPL .nav-link {
  position: relative;
}
.cid-uEhmewcVPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uEhmewcVPL .dropdown-menu,
.cid-uEhmewcVPL .navbar.opened {
  background: #29191c !important;
}
.cid-uEhmewcVPL .nav-item:focus,
.cid-uEhmewcVPL .nav-link:focus {
  outline: none;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEhmewcVPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEhmewcVPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEhmewcVPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEhmewcVPL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uEhmewcVPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uEhmewcVPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEhmewcVPL .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uEhmewcVPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEhmewcVPL .navbar.collapsed {
  justify-content: center;
}
.cid-uEhmewcVPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEhmewcVPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEhmewcVPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEhmewcVPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEhmewcVPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEhmewcVPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEhmewcVPL .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uEhmewcVPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEhmewcVPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEhmewcVPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEhmewcVPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uEhmewcVPL .navbar.navbar-short {
  min-height: auto;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uEhmewcVPL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uEhmewcVPL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uEhmewcVPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uEhmewcVPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEhmewcVPL .dropdown-item.active,
.cid-uEhmewcVPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uEhmewcVPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEhmewcVPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uEhmewcVPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEhmewcVPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEhmewcVPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEhmewcVPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uEhmewcVPL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uEhmewcVPL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uEhmewcVPL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uEhmewcVPL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uEhmewcVPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uEhmewcVPL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEhmewcVPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEhmewcVPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEhmewcVPL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEhmewcVPL .navbar {
    height: 70px;
  }
  .cid-uEhmewcVPL .navbar.opened {
    height: auto;
  }
  .cid-uEhmewcVPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEhmewcVPL .container-fluid {
  padding-right: 0;
}
.cid-uEhmewcVPL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uEhmewcVPL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uEhmewcVPL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uEhmewcVPL .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uEhmewcVPL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uEhmewcVPL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uEhmewcVPL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uEhmewcVPL .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uEhmewcVPL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uEhmewcVPL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uEhmewcVPL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uEhmewcVPL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uEhmewcVPL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uEhmewcVPL .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uE051HCxS3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uE051HCxS3 .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uE051HCxS3 .container-fluid {
  padding: 0;
}
.cid-uE051HCxS3 .row {
  flex-direction: row-reverse;
}
.cid-uE051HCxS3 .right-side {
  padding: 0;
}
.cid-uE051HCxS3 .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uE051HCxS3 .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uE051HCxS3 .l2,
.cid-uE051HCxS3 .lin {
  color: #ffffff;
}
.cid-uE051HCxS3 a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uE051HCxS3 a.text-success:hover {
  color: #237FFB !important;
}
.cid-uE051HCxS3 .left-side {
  padding-left: 84px;
}
.cid-uE051HCxS3 .l2 {
  margin-top: 20px;
}
.cid-uE051HCxS3 .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uE051HCxS3 .l2,
.cid-uE051HCxS3 .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uE051HCxS3 img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uE051HCxS3 img {
    max-height: 400px;
  }
  .cid-uE051HCxS3 .left-side {
    padding-left: 15px;
  }
  .cid-uE051HCxS3 .line {
    display: none;
  }
}
.cid-uE051HCxS3 .l1,
.cid-uE051HCxS3 .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uEC7HVJWa8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEC7HVJWa8 {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-uEC7HVJWa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEC7HVJWa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEC7HVJWa8 .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uEC7HVJWa8 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uEC7HVJWa8 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEC7HVJWa8 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEC7HVJWa8 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEC7HVJWa8 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEC7HVJWa8 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uEC7HVJWa8 .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uEC7HVJWa8 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEC7HVJWa8 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uEC7HVJWa8 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uEC7HVJWa8 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uEC7HVJWa8 .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEC7HVJWa8 .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEC7HVJWa8 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uEC7HVJWa8 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uEC7HVJWa8 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uEC7HVJWa8 .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEC7HVJWa8 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEC7HVJWa8 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEC7HVJWa8 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uEC7HVJWa8 .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEC7HVJWa8 .mbr-section-title {
  color: #404349;
}
.cid-uEC7HVJWa8 .item-title {
  color: #404349;
}
.cid-uEC7HVJWa8 .item-text {
  color: #404349;
}
.cid-uEC7HVJWa8 .tabs-wrapper {
  text-align: center;
}
.cid-uEC7HVJWa8 .mbr-section-title,
.cid-uEC7HVJWa8 .title-wrapper,
.cid-uEC7HVJWa8 .tabs-wrapper {
  text-align: left;
}
.cid-uMp5TxA5RI {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMp5TxA5RI {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uMp5TxA5RI pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uMp5TxA5RI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp5TxA5RI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMp5TxA5RI .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uMp5TxA5RI .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMp5TxA5RI .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMp5TxA5RI .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMp5TxA5RI .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp5TxA5RI .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uMp5TxA5RI .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uMp5TxA5RI .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uMp5TxA5RI .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uMp5TxA5RI .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uMp5TxA5RI .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uMp5TxA5RI .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uMp5TxA5RI .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMp5TxA5RI .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uMp5TxA5RI .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMp5TxA5RI .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uMp5TxA5RI .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 320px;
  width: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uMp5TxA5RI .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMp5TxA5RI .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMp5TxA5RI .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMp5TxA5RI .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uMp5TxA5RI .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uMp5TxA5RI .mbr-section-title {
  color: #404349;
}
.cid-uMp5TxA5RI .item-title {
  color: #404349;
}
.cid-uMp5TxA5RI .item-text {
  color: #404349;
}
.cid-uMp5TxA5RI .tabs-wrapper {
  text-align: center;
}
.cid-uMp5TxA5RI .mbr-section-title,
.cid-uMp5TxA5RI .title-wrapper,
.cid-uMp5TxA5RI .tabs-wrapper {
  text-align: center;
}
.cid-uEb3mR4cwi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEb3mR4cwi hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uEb3mR4cwi hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uEb3mR4cwi h2 {
  float: center;
  color: #0082c3;
}
.cid-uEb3mR4cwi .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uEb3mR4cwi H2 {
  color: #767676;
}
.cid-uIE0HQYIzr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIE0HQYIzr hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uIE0HQYIzr hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uIE0HQYIzr h2 {
  float: center;
  color: #0082c3;
}
.cid-uIE0HQYIzr .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uIE0HQYIzr H2 {
  color: #767676;
}
.cid-uE051JPB0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uE051JPB0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE051JPB0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE051JPB0X .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE051JPB0X .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uE051JPB0X .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE051JPB0X .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uE051JPB0X .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE051JPB0X .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE051JPB0X .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE051JPB0X .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uE051JPB0X .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uE051JPB0X .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uE051JPB0X .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uE051JPB0X .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uE051JPB0X .items-wrapper .card {
  padding: 0 32px;
}
.cid-uE051JPB0X .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE051JPB0X .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE051JPB0X .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE051JPB0X .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE051JPB0X .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE051JPB0X .list-wrapper .list .item-wrap:hover,
.cid-uE051JPB0X .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE051JPB0X .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE051JPB0X .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE051JPB0X .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uE051JPB0X .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE051JPB0X .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uE051JPB0X .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uE051JPB0X .mbr-desc {
  color: #ffffff;
}
.cid-uE051JPB0X .mbr-text,
.cid-uE051JPB0X .text-wrapper {
  color: #9aa0a6;
}
.cid-uE051JPB0X .list {
  color: #9aa0a6;
}
.cid-uE051JPB0X .mbr-text,
.cid-uE051JPB0X .mbr-section-btn {
  color: #ff00ff;
}
.cid-uE051JPB0X .list,
.cid-uE051JPB0X .item-wrap {
  color: #fcfbf6;
}
.cid-uE051JPB0X weis {
  color: #ffffff;
}
.cid-uE051JPB0X h22 {
  color: #ff6600;
}
.cid-uE051JPB0X black {
  color: #000000;
}
.cid-uE051JPB0X klein {
  font-size: 12px;
}
.cid-uE051JPB0X blau {
  color: #EEEADA;
}
.cid-uE051JPB0X .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uE051JPB0X .mbr-desc,
.cid-uE051JPB0X .content-wrapper {
  color: #f0ecdc;
}
.cid-uE051JPB0X pod {
  font-size: 16px;
}
.cid-uPa1bHaKY2 {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uPa1bHaKY2 nav.navbar {
  position: fixed;
}
.cid-uPa1bHaKY2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPa1bHaKY2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPa1bHaKY2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPa1bHaKY2 .dropdown-item:hover,
.cid-uPa1bHaKY2 .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uPa1bHaKY2 .dropdown-item:hover span {
  color: white;
}
.cid-uPa1bHaKY2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPa1bHaKY2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPa1bHaKY2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPa1bHaKY2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPa1bHaKY2 .nav-link {
  position: relative;
}
.cid-uPa1bHaKY2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPa1bHaKY2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uPa1bHaKY2 .dropdown-menu,
.cid-uPa1bHaKY2 .navbar.opened {
  background: #29191c !important;
}
.cid-uPa1bHaKY2 .nav-item:focus,
.cid-uPa1bHaKY2 .nav-link:focus {
  outline: none;
}
.cid-uPa1bHaKY2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPa1bHaKY2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPa1bHaKY2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPa1bHaKY2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPa1bHaKY2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPa1bHaKY2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPa1bHaKY2 .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uPa1bHaKY2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPa1bHaKY2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPa1bHaKY2 .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uPa1bHaKY2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPa1bHaKY2 .navbar.collapsed {
  justify-content: center;
}
.cid-uPa1bHaKY2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPa1bHaKY2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPa1bHaKY2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPa1bHaKY2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPa1bHaKY2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPa1bHaKY2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPa1bHaKY2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPa1bHaKY2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uPa1bHaKY2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPa1bHaKY2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPa1bHaKY2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPa1bHaKY2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPa1bHaKY2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPa1bHaKY2 .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uPa1bHaKY2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPa1bHaKY2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPa1bHaKY2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uPa1bHaKY2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uPa1bHaKY2 .navbar.navbar-short {
  min-height: auto;
}
.cid-uPa1bHaKY2 .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uPa1bHaKY2 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uPa1bHaKY2 .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uPa1bHaKY2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uPa1bHaKY2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPa1bHaKY2 .dropdown-item.active,
.cid-uPa1bHaKY2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPa1bHaKY2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPa1bHaKY2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPa1bHaKY2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPa1bHaKY2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uPa1bHaKY2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPa1bHaKY2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPa1bHaKY2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPa1bHaKY2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uPa1bHaKY2 .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uPa1bHaKY2 .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPa1bHaKY2 .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uPa1bHaKY2 .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uPa1bHaKY2 button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uPa1bHaKY2 button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uPa1bHaKY2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uPa1bHaKY2 button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uPa1bHaKY2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uPa1bHaKY2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uPa1bHaKY2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uPa1bHaKY2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uPa1bHaKY2 nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPa1bHaKY2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uPa1bHaKY2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uPa1bHaKY2 nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPa1bHaKY2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPa1bHaKY2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPa1bHaKY2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPa1bHaKY2 .navbar {
    height: 70px;
  }
  .cid-uPa1bHaKY2 .navbar.opened {
    height: auto;
  }
  .cid-uPa1bHaKY2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPa1bHaKY2 .container-fluid {
  padding-right: 0;
}
.cid-uPa1bHaKY2 .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uPa1bHaKY2 .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uPa1bHaKY2 .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uPa1bHaKY2 .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uPa1bHaKY2 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uPa1bHaKY2 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uPa1bHaKY2 .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uPa1bHaKY2 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uPa1bHaKY2 .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uPa1bHaKY2 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uPa1bHaKY2 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uPa1bHaKY2 .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uPa1bHaKY2 .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uPa1bHaKY2 .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uPa1bHaKY2 .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uPa1bHaKY2 .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uPa1bHaKY2 .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uPa1bHaKY2 .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uPa1bHaKY2 mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uPa1bHaKY2 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uPa1bHC3ho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPa1bHC3ho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bHC3ho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPa1bHC3ho .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bHC3ho .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPa1bHC3ho .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPa1bHC3ho .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPa1bHC3ho .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uPa1bHC3ho .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPa1bHC3ho .image-wrapper img {
    height: 350px;
  }
}
.cid-uPa1bHC3ho .mbr-section-title {
  color: #ffffff;
}
.cid-uPa1bHC3ho .mbr-text {
  color: #ffffff;
}
.cid-uPa1bHC3ho pod {
  font-size: 42px;
  color: #ff00ff;
}
.cid-uPa3vPZ1tU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPa3vPZ1tU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa3vPZ1tU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa3vPZ1tU .container {
    padding: 0 15px;
  }
}
.cid-uPa3vPZ1tU .row {
  justify-content: center;
}
.cid-uPa3vPZ1tU .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa3vPZ1tU .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uPa3vPZ1tU .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uPa3vPZ1tU .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPa3vPZ1tU .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uPa3vPZ1tU .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPa3vPZ1tU .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-uPa3vPZ1tU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPa3vPZ1tU .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPa3vPZ1tU .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPa3vPZ1tU .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uPa3vPZ1tU .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uPa3vPZ1tU .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uPa3vPZ1tU .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uPa3vPZ1tU .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-uPa3vPZ1tU .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uPa3vPZ1tU .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uPa3vPZ1tU .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPa3vPZ1tU .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #186980;
  color: #171827;
  font-size: 16px;
}
.cid-uPa3vPZ1tU .mbr-section-title {
  color: #ffffff;
}
.cid-uPa3vPZ1tU .mbr-text {
  color: #ffffff;
}
.cid-uPa3vPZ1tU .list {
  color: #ffffff;
}
.cid-uPa1bIUfjd {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uPa1bIUfjd {
    padding-top: 21px;
    padding-bottom: 1px;
  }
}
.cid-uPa1bIUfjd .mbr-section-subtitle {
  color: #ff00ff;
  text-align: center;
}
.cid-uPa1bIUfjd h4 {
  color: #ff00ff;
  line-height: 22px;
}
.cid-uPa1bIUfjd .mbr-text {
  text-align: center;
}
.cid-uPa1bJfHhs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bJfHhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bJfHhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bJfHhs .container {
    padding: 0 25px;
  }
}
.cid-uPa1bJfHhs .row {
  justify-content: center;
}
.cid-uPa1bJfHhs .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bJfHhs .item:first-child .item-wrapper {
  border-top: 1px solid #e6c63b;
}
.cid-uPa1bJfHhs .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #e6c63b;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bJfHhs .item .item-wrapper:hover .item-img img,
.cid-uPa1bJfHhs .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bJfHhs .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bJfHhs .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bJfHhs .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bJfHhs .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bJfHhs .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bJfHhs .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bJfHhs .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bJfHhs .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bJfHhs .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bJfHhs .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bJfHhs .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uPa1bJfHhs .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bJfHhs .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bJfHhs .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bJfHhs .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bJfHhs .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bJfHhs .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bJfHhs .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bJfHhs .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bJfHhs .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bJfHhs .mbr-section-title {
  color: #000000;
}
.cid-uPa1bJfHhs .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bJfHhs .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bJfHhs .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bJfHhs .item-price {
  color: #000000;
}
.cid-uPa1bJfHhs .item-title DIV {
  text-align: left;
}
.cid-uPa1bJfHhs mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bJE04M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bJE04M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bJE04M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bJE04M .container {
    padding: 0 25px;
  }
}
.cid-uPa1bJE04M .row {
  justify-content: center;
}
.cid-uPa1bJE04M .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bJE04M .item:first-child .item-wrapper {
  border-top: 1px solid #e6c63b;
}
.cid-uPa1bJE04M .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #e6c63b;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bJE04M .item .item-wrapper:hover .item-img img,
.cid-uPa1bJE04M .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bJE04M .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bJE04M .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bJE04M .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bJE04M .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bJE04M .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bJE04M .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bJE04M .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bJE04M .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bJE04M .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bJE04M .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bJE04M .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uPa1bJE04M .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bJE04M .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bJE04M .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bJE04M .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bJE04M .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bJE04M .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bJE04M .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bJE04M .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bJE04M .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bJE04M .mbr-section-title {
  color: #000000;
}
.cid-uPa1bJE04M .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bJE04M .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bJE04M .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bJE04M .item-price {
  color: #000000;
}
.cid-uPa1bJE04M .item-title DIV {
  text-align: left;
}
.cid-uPa1bJE04M mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bK5cwv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bK5cwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bK5cwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bK5cwv .container {
    padding: 0 25px;
  }
}
.cid-uPa1bK5cwv .row {
  justify-content: center;
}
.cid-uPa1bK5cwv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bK5cwv .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bK5cwv .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bK5cwv .item .item-wrapper:hover .item-img img,
.cid-uPa1bK5cwv .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bK5cwv .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bK5cwv .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bK5cwv .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bK5cwv .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bK5cwv .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bK5cwv .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bK5cwv .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bK5cwv .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bK5cwv .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bK5cwv .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bK5cwv .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uPa1bK5cwv .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bK5cwv .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bK5cwv .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bK5cwv .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bK5cwv .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bK5cwv .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bK5cwv .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bK5cwv .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bK5cwv .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bK5cwv .mbr-section-title {
  color: #000000;
}
.cid-uPa1bK5cwv .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bK5cwv .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bK5cwv .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bK5cwv .item-price {
  color: #000000;
}
.cid-uPa1bK5cwv .item-title DIV {
  text-align: left;
}
.cid-uPa1bK5cwv mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bKv9h3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bKv9h3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bKv9h3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bKv9h3 .container {
    padding: 0 25px;
  }
}
.cid-uPa1bKv9h3 .row {
  justify-content: center;
}
.cid-uPa1bKv9h3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bKv9h3 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bKv9h3 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bKv9h3 .item .item-wrapper:hover .item-img img,
.cid-uPa1bKv9h3 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bKv9h3 .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bKv9h3 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bKv9h3 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bKv9h3 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bKv9h3 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bKv9h3 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bKv9h3 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bKv9h3 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bKv9h3 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bKv9h3 .mbr-section-title {
  color: #000000;
}
.cid-uPa1bKv9h3 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bKv9h3 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bKv9h3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bKv9h3 .item-price {
  color: #000000;
}
.cid-uPa1bKv9h3 .item-title DIV {
  text-align: left;
}
.cid-uPa1bKv9h3 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bKVNmK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bKVNmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bKVNmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bKVNmK .container {
    padding: 0 25px;
  }
}
.cid-uPa1bKVNmK .row {
  justify-content: center;
}
.cid-uPa1bKVNmK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bKVNmK .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bKVNmK .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bKVNmK .item .item-wrapper:hover .item-img img,
.cid-uPa1bKVNmK .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bKVNmK .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bKVNmK .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bKVNmK .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bKVNmK .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bKVNmK .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bKVNmK .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bKVNmK .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bKVNmK .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bKVNmK .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bKVNmK .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bKVNmK .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uPa1bKVNmK .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bKVNmK .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bKVNmK .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bKVNmK .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bKVNmK .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bKVNmK .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bKVNmK .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bKVNmK .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bKVNmK .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bKVNmK .mbr-section-title {
  color: #000000;
}
.cid-uPa1bKVNmK .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bKVNmK .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bKVNmK .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bKVNmK .item-price {
  color: #000000;
}
.cid-uPa1bKVNmK .item-title DIV {
  text-align: left;
}
.cid-uPa1bKVNmK mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bLlhOm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bLlhOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bLlhOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bLlhOm .container {
    padding: 0 25px;
  }
}
.cid-uPa1bLlhOm .row {
  justify-content: center;
}
.cid-uPa1bLlhOm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bLlhOm .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bLlhOm .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bLlhOm .item .item-wrapper:hover .item-img img,
.cid-uPa1bLlhOm .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bLlhOm .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bLlhOm .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bLlhOm .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bLlhOm .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bLlhOm .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bLlhOm .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bLlhOm .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bLlhOm .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bLlhOm .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bLlhOm .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bLlhOm .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ffffff;
  color: #f0f6dd;
}
.cid-uPa1bLlhOm .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bLlhOm .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bLlhOm .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bLlhOm .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bLlhOm .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bLlhOm .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bLlhOm .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bLlhOm .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bLlhOm .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bLlhOm .mbr-section-title {
  color: #000000;
}
.cid-uPa1bLlhOm .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bLlhOm .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bLlhOm .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bLlhOm .item-price {
  color: #000000;
}
.cid-uPa1bLlhOm .item-title DIV {
  text-align: left;
}
.cid-uPa1bLlhOm mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bLOsIC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bLOsIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bLOsIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bLOsIC .container {
    padding: 0 25px;
  }
}
.cid-uPa1bLOsIC .row {
  justify-content: center;
}
.cid-uPa1bLOsIC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bLOsIC .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bLOsIC .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 80 !important;
}
.cid-uPa1bLOsIC .item .item-wrapper:hover .item-img img,
.cid-uPa1bLOsIC .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bLOsIC .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bLOsIC .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bLOsIC .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bLOsIC .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bLOsIC .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bLOsIC .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bLOsIC .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bLOsIC .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bLOsIC .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bLOsIC .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bLOsIC .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #18af10;
  color: #f0f6dd;
}
.cid-uPa1bLOsIC .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bLOsIC .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bLOsIC .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bLOsIC .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bLOsIC .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bLOsIC .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bLOsIC .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bLOsIC .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bLOsIC .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bLOsIC .mbr-section-title {
  color: #000000;
}
.cid-uPa1bLOsIC .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bLOsIC .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bLOsIC .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bLOsIC .item-price {
  color: #000000;
}
.cid-uPa1bLOsIC .item-title DIV {
  text-align: left;
}
.cid-uPa1bLOsIC mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bMe6Hv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bMe6Hv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bMe6Hv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bMe6Hv .container {
    padding: 0 25px;
  }
}
.cid-uPa1bMe6Hv .row {
  justify-content: center;
}
.cid-uPa1bMe6Hv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bMe6Hv .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bMe6Hv .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 80 !important;
}
.cid-uPa1bMe6Hv .item .item-wrapper:hover .item-img img,
.cid-uPa1bMe6Hv .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bMe6Hv .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bMe6Hv .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bMe6Hv .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bMe6Hv .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bMe6Hv .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bMe6Hv .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #18af10;
  color: #f0f6dd;
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bMe6Hv .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bMe6Hv .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bMe6Hv .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bMe6Hv .mbr-section-title {
  color: #000000;
}
.cid-uPa1bMe6Hv .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bMe6Hv .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bMe6Hv .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bMe6Hv .item-price {
  color: #000000;
}
.cid-uPa1bMe6Hv .item-title DIV {
  text-align: left;
}
.cid-uPa1bMe6Hv mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bMHaBZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bMHaBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bMHaBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bMHaBZ .container {
    padding: 0 25px;
  }
}
.cid-uPa1bMHaBZ .row {
  justify-content: center;
}
.cid-uPa1bMHaBZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bMHaBZ .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bMHaBZ .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bMHaBZ .item .item-wrapper:hover .item-img img,
.cid-uPa1bMHaBZ .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bMHaBZ .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bMHaBZ .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bMHaBZ .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bMHaBZ .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bMHaBZ .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bMHaBZ .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #18af10;
  color: #f0f6dd;
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bMHaBZ .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bMHaBZ .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bMHaBZ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bMHaBZ .mbr-section-title {
  color: #000000;
}
.cid-uPa1bMHaBZ .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bMHaBZ .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bMHaBZ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bMHaBZ .item-price {
  color: #000000;
}
.cid-uPa1bMHaBZ .item-title DIV {
  text-align: left;
}
.cid-uPa1bMHaBZ mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bN8WWN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bN8WWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bN8WWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bN8WWN .container {
    padding: 0 25px;
  }
}
.cid-uPa1bN8WWN .row {
  justify-content: center;
}
.cid-uPa1bN8WWN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bN8WWN .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bN8WWN .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bN8WWN .item .item-wrapper:hover .item-img img,
.cid-uPa1bN8WWN .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bN8WWN .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bN8WWN .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bN8WWN .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bN8WWN .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bN8WWN .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bN8WWN .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bN8WWN .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bN8WWN .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bN8WWN .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bN8WWN .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bN8WWN .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #18af10;
  color: #f0f6dd;
}
.cid-uPa1bN8WWN .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bN8WWN .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bN8WWN .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bN8WWN .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bN8WWN .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bN8WWN .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bN8WWN .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bN8WWN .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bN8WWN .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bN8WWN .mbr-section-title {
  color: #000000;
}
.cid-uPa1bN8WWN .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bN8WWN .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bN8WWN .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bN8WWN .item-price {
  color: #000000;
}
.cid-uPa1bN8WWN .item-title DIV {
  text-align: left;
}
.cid-uPa1bN8WWN mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bND7Ig {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bND7Ig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bND7Ig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bND7Ig .container {
    padding: 0 25px;
  }
}
.cid-uPa1bND7Ig .row {
  justify-content: center;
}
.cid-uPa1bND7Ig .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bND7Ig .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bND7Ig .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bND7Ig .item .item-wrapper:hover .item-img img,
.cid-uPa1bND7Ig .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bND7Ig .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bND7Ig .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bND7Ig .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bND7Ig .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bND7Ig .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bND7Ig .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bND7Ig .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bND7Ig .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bND7Ig .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bND7Ig .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bND7Ig .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bND7Ig .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bND7Ig .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bND7Ig .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bND7Ig .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bND7Ig .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bND7Ig .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bND7Ig .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bND7Ig .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bND7Ig .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bND7Ig .mbr-section-title {
  color: #000000;
}
.cid-uPa1bND7Ig .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bND7Ig .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bND7Ig .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bND7Ig .item-price {
  color: #000000;
}
.cid-uPa1bND7Ig .item-title DIV {
  text-align: left;
}
.cid-uPa1bND7Ig mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bO7rN8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bO7rN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bO7rN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bO7rN8 .container {
    padding: 0 25px;
  }
}
.cid-uPa1bO7rN8 .row {
  justify-content: center;
}
.cid-uPa1bO7rN8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bO7rN8 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bO7rN8 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bO7rN8 .item .item-wrapper:hover .item-img img,
.cid-uPa1bO7rN8 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bO7rN8 .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bO7rN8 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bO7rN8 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bO7rN8 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bO7rN8 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bO7rN8 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bO7rN8 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bO7rN8 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bO7rN8 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bO7rN8 .mbr-section-title {
  color: #000000;
}
.cid-uPa1bO7rN8 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bO7rN8 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bO7rN8 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bO7rN8 .item-price {
  color: #000000;
}
.cid-uPa1bO7rN8 .item-title DIV {
  text-align: left;
}
.cid-uPa1bO7rN8 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bOBSPU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bOBSPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bOBSPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bOBSPU .container {
    padding: 0 25px;
  }
}
.cid-uPa1bOBSPU .row {
  justify-content: center;
}
.cid-uPa1bOBSPU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bOBSPU .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bOBSPU .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bOBSPU .item .item-wrapper:hover .item-img img,
.cid-uPa1bOBSPU .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bOBSPU .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bOBSPU .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bOBSPU .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bOBSPU .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bOBSPU .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bOBSPU .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bOBSPU .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bOBSPU .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bOBSPU .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bOBSPU .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bOBSPU .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bOBSPU .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bOBSPU .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bOBSPU .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bOBSPU .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bOBSPU .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bOBSPU .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bOBSPU .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bOBSPU .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bOBSPU .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bOBSPU .mbr-section-title {
  color: #000000;
}
.cid-uPa1bOBSPU .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bOBSPU .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bOBSPU .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bOBSPU .item-price {
  color: #000000;
}
.cid-uPa1bOBSPU .item-title DIV {
  text-align: left;
}
.cid-uPa1bOBSPU mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bP5xsC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bP5xsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bP5xsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bP5xsC .container {
    padding: 0 25px;
  }
}
.cid-uPa1bP5xsC .row {
  justify-content: center;
}
.cid-uPa1bP5xsC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bP5xsC .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bP5xsC .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bP5xsC .item .item-wrapper:hover .item-img img,
.cid-uPa1bP5xsC .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bP5xsC .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bP5xsC .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bP5xsC .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bP5xsC .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bP5xsC .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bP5xsC .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bP5xsC .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bP5xsC .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bP5xsC .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bP5xsC .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bP5xsC .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bP5xsC .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bP5xsC .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bP5xsC .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bP5xsC .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bP5xsC .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bP5xsC .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bP5xsC .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bP5xsC .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bP5xsC .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bP5xsC .mbr-section-title {
  color: #000000;
}
.cid-uPa1bP5xsC .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bP5xsC .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bP5xsC .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bP5xsC .item-price {
  color: #000000;
}
.cid-uPa1bP5xsC .item-title DIV {
  text-align: left;
}
.cid-uPa1bP5xsC mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bPzkNe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bPzkNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bPzkNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bPzkNe .container {
    padding: 0 25px;
  }
}
.cid-uPa1bPzkNe .row {
  justify-content: center;
}
.cid-uPa1bPzkNe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bPzkNe .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bPzkNe .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bPzkNe .item .item-wrapper:hover .item-img img,
.cid-uPa1bPzkNe .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bPzkNe .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bPzkNe .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bPzkNe .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bPzkNe .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bPzkNe .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bPzkNe .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bPzkNe .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bPzkNe .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bPzkNe .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bPzkNe .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bPzkNe .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bPzkNe .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bPzkNe .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bPzkNe .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bPzkNe .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bPzkNe .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bPzkNe .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bPzkNe .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bPzkNe .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bPzkNe .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bPzkNe .mbr-section-title {
  color: #000000;
}
.cid-uPa1bPzkNe .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bPzkNe .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bPzkNe .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bPzkNe .item-price {
  color: #000000;
}
.cid-uPa1bPzkNe .item-title DIV {
  text-align: left;
}
.cid-uPa1bPzkNe mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bQ2cOl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bQ2cOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bQ2cOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bQ2cOl .container {
    padding: 0 25px;
  }
}
.cid-uPa1bQ2cOl .row {
  justify-content: center;
}
.cid-uPa1bQ2cOl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bQ2cOl .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bQ2cOl .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bQ2cOl .item .item-wrapper:hover .item-img img,
.cid-uPa1bQ2cOl .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bQ2cOl .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bQ2cOl .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bQ2cOl .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bQ2cOl .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bQ2cOl .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bQ2cOl .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bQ2cOl .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bQ2cOl .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bQ2cOl .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bQ2cOl .mbr-section-title {
  color: #000000;
}
.cid-uPa1bQ2cOl .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bQ2cOl .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bQ2cOl .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bQ2cOl .item-price {
  color: #000000;
}
.cid-uPa1bQ2cOl .item-title DIV {
  text-align: left;
}
.cid-uPa1bQ2cOl mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bQx1mZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bQx1mZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bQx1mZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bQx1mZ .container {
    padding: 0 25px;
  }
}
.cid-uPa1bQx1mZ .row {
  justify-content: center;
}
.cid-uPa1bQx1mZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bQx1mZ .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bQx1mZ .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bQx1mZ .item .item-wrapper:hover .item-img img,
.cid-uPa1bQx1mZ .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bQx1mZ .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bQx1mZ .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bQx1mZ .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bQx1mZ .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bQx1mZ .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bQx1mZ .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bQx1mZ .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bQx1mZ .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bQx1mZ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bQx1mZ .mbr-section-title {
  color: #000000;
}
.cid-uPa1bQx1mZ .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bQx1mZ .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bQx1mZ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bQx1mZ .item-price {
  color: #000000;
}
.cid-uPa1bQx1mZ .item-title DIV {
  text-align: left;
}
.cid-uPa1bQx1mZ mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bR2hOx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bR2hOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bR2hOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bR2hOx .container {
    padding: 0 25px;
  }
}
.cid-uPa1bR2hOx .row {
  justify-content: center;
}
.cid-uPa1bR2hOx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bR2hOx .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bR2hOx .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bR2hOx .item .item-wrapper:hover .item-img img,
.cid-uPa1bR2hOx .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bR2hOx .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bR2hOx .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bR2hOx .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bR2hOx .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bR2hOx .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bR2hOx .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bR2hOx .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bR2hOx .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bR2hOx .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bR2hOx .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bR2hOx .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bR2hOx .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bR2hOx .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bR2hOx .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bR2hOx .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bR2hOx .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bR2hOx .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bR2hOx .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bR2hOx .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bR2hOx .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bR2hOx .mbr-section-title {
  color: #000000;
}
.cid-uPa1bR2hOx .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bR2hOx .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bR2hOx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bR2hOx .item-price {
  color: #000000;
}
.cid-uPa1bR2hOx .item-title DIV {
  text-align: left;
}
.cid-uPa1bR2hOx mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bRxYGI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bRxYGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bRxYGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bRxYGI .container {
    padding: 0 25px;
  }
}
.cid-uPa1bRxYGI .row {
  justify-content: center;
}
.cid-uPa1bRxYGI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bRxYGI .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bRxYGI .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bRxYGI .item .item-wrapper:hover .item-img img,
.cid-uPa1bRxYGI .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bRxYGI .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bRxYGI .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bRxYGI .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bRxYGI .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bRxYGI .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bRxYGI .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bRxYGI .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bRxYGI .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bRxYGI .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bRxYGI .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bRxYGI .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bRxYGI .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bRxYGI .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bRxYGI .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bRxYGI .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bRxYGI .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bRxYGI .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bRxYGI .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bRxYGI .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bRxYGI .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bRxYGI .mbr-section-title {
  color: #000000;
}
.cid-uPa1bRxYGI .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bRxYGI .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bRxYGI .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bRxYGI .item-price {
  color: #000000;
}
.cid-uPa1bRxYGI .item-title DIV {
  text-align: left;
}
.cid-uPa1bRxYGI mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bS1eAa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bS1eAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bS1eAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bS1eAa .container {
    padding: 0 25px;
  }
}
.cid-uPa1bS1eAa .row {
  justify-content: center;
}
.cid-uPa1bS1eAa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bS1eAa .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bS1eAa .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bS1eAa .item .item-wrapper:hover .item-img img,
.cid-uPa1bS1eAa .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bS1eAa .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bS1eAa .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bS1eAa .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bS1eAa .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bS1eAa .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bS1eAa .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bS1eAa .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bS1eAa .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bS1eAa .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bS1eAa .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bS1eAa .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bS1eAa .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bS1eAa .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bS1eAa .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bS1eAa .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bS1eAa .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bS1eAa .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bS1eAa .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bS1eAa .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bS1eAa .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bS1eAa .mbr-section-title {
  color: #000000;
}
.cid-uPa1bS1eAa .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bS1eAa .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bS1eAa .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bS1eAa .item-price {
  color: #000000;
}
.cid-uPa1bS1eAa .item-title DIV {
  text-align: left;
}
.cid-uPa1bS1eAa mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bSztIt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bSztIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bSztIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bSztIt .container {
    padding: 0 25px;
  }
}
.cid-uPa1bSztIt .row {
  justify-content: center;
}
.cid-uPa1bSztIt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bSztIt .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bSztIt .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bSztIt .item .item-wrapper:hover .item-img img,
.cid-uPa1bSztIt .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bSztIt .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bSztIt .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bSztIt .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bSztIt .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bSztIt .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bSztIt .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bSztIt .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bSztIt .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bSztIt .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bSztIt .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bSztIt .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bSztIt .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bSztIt .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bSztIt .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bSztIt .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bSztIt .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bSztIt .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bSztIt .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bSztIt .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bSztIt .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bSztIt .mbr-section-title {
  color: #000000;
}
.cid-uPa1bSztIt .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bSztIt .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bSztIt .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bSztIt .item-price {
  color: #000000;
}
.cid-uPa1bSztIt .item-title DIV {
  text-align: left;
}
.cid-uPa1bSztIt mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bT48ed {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bT48ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bT48ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bT48ed .container {
    padding: 0 25px;
  }
}
.cid-uPa1bT48ed .row {
  justify-content: center;
}
.cid-uPa1bT48ed .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bT48ed .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bT48ed .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bT48ed .item .item-wrapper:hover .item-img img,
.cid-uPa1bT48ed .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bT48ed .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bT48ed .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bT48ed .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bT48ed .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bT48ed .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bT48ed .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bT48ed .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bT48ed .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bT48ed .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bT48ed .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bT48ed .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bT48ed .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bT48ed .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bT48ed .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bT48ed .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bT48ed .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bT48ed .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bT48ed .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bT48ed .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bT48ed .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bT48ed .mbr-section-title {
  color: #000000;
}
.cid-uPa1bT48ed .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bT48ed .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bT48ed .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bT48ed .item-price {
  color: #000000;
}
.cid-uPa1bT48ed .item-title DIV {
  text-align: left;
}
.cid-uPa1bT48ed mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bTAC7E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bTAC7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bTAC7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bTAC7E .container {
    padding: 0 25px;
  }
}
.cid-uPa1bTAC7E .row {
  justify-content: center;
}
.cid-uPa1bTAC7E .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bTAC7E .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bTAC7E .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bTAC7E .item .item-wrapper:hover .item-img img,
.cid-uPa1bTAC7E .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bTAC7E .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bTAC7E .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bTAC7E .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bTAC7E .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bTAC7E .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bTAC7E .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bTAC7E .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bTAC7E .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bTAC7E .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bTAC7E .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bTAC7E .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bTAC7E .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bTAC7E .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bTAC7E .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bTAC7E .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bTAC7E .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bTAC7E .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bTAC7E .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bTAC7E .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bTAC7E .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bTAC7E .mbr-section-title {
  color: #000000;
}
.cid-uPa1bTAC7E .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bTAC7E .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bTAC7E .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bTAC7E .item-price {
  color: #000000;
}
.cid-uPa1bTAC7E .item-title DIV {
  text-align: left;
}
.cid-uPa1bTAC7E mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bU60AY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bU60AY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bU60AY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bU60AY .container {
    padding: 0 25px;
  }
}
.cid-uPa1bU60AY .row {
  justify-content: center;
}
.cid-uPa1bU60AY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bU60AY .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bU60AY .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bU60AY .item .item-wrapper:hover .item-img img,
.cid-uPa1bU60AY .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bU60AY .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bU60AY .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bU60AY .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bU60AY .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bU60AY .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bU60AY .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bU60AY .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bU60AY .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bU60AY .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bU60AY .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bU60AY .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bU60AY .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bU60AY .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bU60AY .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bU60AY .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bU60AY .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bU60AY .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bU60AY .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bU60AY .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bU60AY .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bU60AY .mbr-section-title {
  color: #000000;
}
.cid-uPa1bU60AY .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bU60AY .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bU60AY .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bU60AY .item-price {
  color: #000000;
}
.cid-uPa1bU60AY .item-title DIV {
  text-align: left;
}
.cid-uPa1bU60AY mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bUGCyX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bUGCyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bUGCyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bUGCyX .container {
    padding: 0 25px;
  }
}
.cid-uPa1bUGCyX .row {
  justify-content: center;
}
.cid-uPa1bUGCyX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bUGCyX .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bUGCyX .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bUGCyX .item .item-wrapper:hover .item-img img,
.cid-uPa1bUGCyX .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bUGCyX .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bUGCyX .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bUGCyX .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bUGCyX .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bUGCyX .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bUGCyX .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bUGCyX .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bUGCyX .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bUGCyX .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bUGCyX .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bUGCyX .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bUGCyX .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bUGCyX .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bUGCyX .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bUGCyX .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bUGCyX .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bUGCyX .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bUGCyX .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bUGCyX .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bUGCyX .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bUGCyX .mbr-section-title {
  color: #000000;
}
.cid-uPa1bUGCyX .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bUGCyX .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bUGCyX .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bUGCyX .item-price {
  color: #000000;
}
.cid-uPa1bUGCyX .item-title DIV {
  text-align: left;
}
.cid-uPa1bUGCyX mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bVdenP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bVdenP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bVdenP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bVdenP .container {
    padding: 0 25px;
  }
}
.cid-uPa1bVdenP .row {
  justify-content: center;
}
.cid-uPa1bVdenP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bVdenP .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bVdenP .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bVdenP .item .item-wrapper:hover .item-img img,
.cid-uPa1bVdenP .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bVdenP .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bVdenP .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bVdenP .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bVdenP .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bVdenP .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bVdenP .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bVdenP .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bVdenP .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bVdenP .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bVdenP .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bVdenP .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bVdenP .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bVdenP .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bVdenP .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bVdenP .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bVdenP .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bVdenP .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bVdenP .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bVdenP .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bVdenP .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bVdenP .mbr-section-title {
  color: #000000;
}
.cid-uPa1bVdenP .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bVdenP .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bVdenP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bVdenP .item-price {
  color: #000000;
}
.cid-uPa1bVdenP .item-title DIV {
  text-align: left;
}
.cid-uPa1bVdenP mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bVMy7B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bVMy7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bVMy7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bVMy7B .container {
    padding: 0 25px;
  }
}
.cid-uPa1bVMy7B .row {
  justify-content: center;
}
.cid-uPa1bVMy7B .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bVMy7B .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bVMy7B .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bVMy7B .item .item-wrapper:hover .item-img img,
.cid-uPa1bVMy7B .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bVMy7B .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bVMy7B .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bVMy7B .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bVMy7B .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bVMy7B .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bVMy7B .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bVMy7B .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bVMy7B .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bVMy7B .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bVMy7B .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bVMy7B .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bVMy7B .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bVMy7B .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bVMy7B .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bVMy7B .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bVMy7B .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bVMy7B .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bVMy7B .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bVMy7B .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bVMy7B .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bVMy7B .mbr-section-title {
  color: #000000;
}
.cid-uPa1bVMy7B .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bVMy7B .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bVMy7B .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bVMy7B .item-price {
  color: #000000;
}
.cid-uPa1bVMy7B .item-title DIV {
  text-align: left;
}
.cid-uPa1bVMy7B mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bWl8T1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bWl8T1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bWl8T1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bWl8T1 .container {
    padding: 0 25px;
  }
}
.cid-uPa1bWl8T1 .row {
  justify-content: center;
}
.cid-uPa1bWl8T1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bWl8T1 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bWl8T1 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bWl8T1 .item .item-wrapper:hover .item-img img,
.cid-uPa1bWl8T1 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bWl8T1 .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bWl8T1 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bWl8T1 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bWl8T1 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bWl8T1 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bWl8T1 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bWl8T1 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bWl8T1 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bWl8T1 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bWl8T1 .mbr-section-title {
  color: #000000;
}
.cid-uPa1bWl8T1 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bWl8T1 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bWl8T1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bWl8T1 .item-price {
  color: #000000;
}
.cid-uPa1bWl8T1 .item-title DIV {
  text-align: left;
}
.cid-uPa1bWl8T1 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bWUcaL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bWUcaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bWUcaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bWUcaL .container {
    padding: 0 25px;
  }
}
.cid-uPa1bWUcaL .row {
  justify-content: center;
}
.cid-uPa1bWUcaL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bWUcaL .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bWUcaL .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bWUcaL .item .item-wrapper:hover .item-img img,
.cid-uPa1bWUcaL .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bWUcaL .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bWUcaL .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bWUcaL .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bWUcaL .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bWUcaL .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bWUcaL .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bWUcaL .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bWUcaL .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bWUcaL .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bWUcaL .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bWUcaL .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bWUcaL .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bWUcaL .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bWUcaL .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bWUcaL .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bWUcaL .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bWUcaL .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bWUcaL .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bWUcaL .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bWUcaL .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bWUcaL .mbr-section-title {
  color: #000000;
}
.cid-uPa1bWUcaL .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bWUcaL .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bWUcaL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bWUcaL .item-price {
  color: #000000;
}
.cid-uPa1bWUcaL .item-title DIV {
  text-align: left;
}
.cid-uPa1bWUcaL mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bXtSiP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bXtSiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bXtSiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bXtSiP .container {
    padding: 0 25px;
  }
}
.cid-uPa1bXtSiP .row {
  justify-content: center;
}
.cid-uPa1bXtSiP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bXtSiP .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bXtSiP .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bXtSiP .item .item-wrapper:hover .item-img img,
.cid-uPa1bXtSiP .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bXtSiP .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bXtSiP .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bXtSiP .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bXtSiP .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bXtSiP .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bXtSiP .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bXtSiP .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bXtSiP .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bXtSiP .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bXtSiP .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bXtSiP .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bXtSiP .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bXtSiP .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bXtSiP .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bXtSiP .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bXtSiP .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bXtSiP .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bXtSiP .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bXtSiP .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bXtSiP .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bXtSiP .mbr-section-title {
  color: #000000;
}
.cid-uPa1bXtSiP .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bXtSiP .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bXtSiP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bXtSiP .item-price {
  color: #000000;
}
.cid-uPa1bXtSiP .item-title DIV {
  text-align: left;
}
.cid-uPa1bXtSiP mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bY3vuR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bY3vuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bY3vuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bY3vuR .container {
    padding: 0 25px;
  }
}
.cid-uPa1bY3vuR .row {
  justify-content: center;
}
.cid-uPa1bY3vuR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bY3vuR .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bY3vuR .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bY3vuR .item .item-wrapper:hover .item-img img,
.cid-uPa1bY3vuR .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bY3vuR .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bY3vuR .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bY3vuR .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bY3vuR .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bY3vuR .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bY3vuR .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bY3vuR .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bY3vuR .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bY3vuR .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bY3vuR .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bY3vuR .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bY3vuR .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bY3vuR .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bY3vuR .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bY3vuR .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bY3vuR .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bY3vuR .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bY3vuR .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bY3vuR .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bY3vuR .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bY3vuR .mbr-section-title {
  color: #000000;
}
.cid-uPa1bY3vuR .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bY3vuR .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bY3vuR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bY3vuR .item-price {
  color: #000000;
}
.cid-uPa1bY3vuR .item-title DIV {
  text-align: left;
}
.cid-uPa1bY3vuR mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bYCMbr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bYCMbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bYCMbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bYCMbr .container {
    padding: 0 25px;
  }
}
.cid-uPa1bYCMbr .row {
  justify-content: center;
}
.cid-uPa1bYCMbr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bYCMbr .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bYCMbr .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bYCMbr .item .item-wrapper:hover .item-img img,
.cid-uPa1bYCMbr .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bYCMbr .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bYCMbr .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bYCMbr .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bYCMbr .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bYCMbr .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bYCMbr .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bYCMbr .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bYCMbr .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bYCMbr .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bYCMbr .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bYCMbr .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bYCMbr .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bYCMbr .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bYCMbr .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bYCMbr .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bYCMbr .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bYCMbr .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bYCMbr .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bYCMbr .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bYCMbr .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bYCMbr .mbr-section-title {
  color: #000000;
}
.cid-uPa1bYCMbr .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bYCMbr .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bYCMbr .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bYCMbr .item-price {
  color: #000000;
}
.cid-uPa1bYCMbr .item-title DIV {
  text-align: left;
}
.cid-uPa1bYCMbr mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bZcoBj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bZcoBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bZcoBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bZcoBj .container {
    padding: 0 25px;
  }
}
.cid-uPa1bZcoBj .row {
  justify-content: center;
}
.cid-uPa1bZcoBj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bZcoBj .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bZcoBj .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bZcoBj .item .item-wrapper:hover .item-img img,
.cid-uPa1bZcoBj .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bZcoBj .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bZcoBj .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bZcoBj .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bZcoBj .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bZcoBj .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bZcoBj .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bZcoBj .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bZcoBj .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bZcoBj .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bZcoBj .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bZcoBj .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bZcoBj .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bZcoBj .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bZcoBj .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bZcoBj .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bZcoBj .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bZcoBj .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bZcoBj .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bZcoBj .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bZcoBj .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bZcoBj .mbr-section-title {
  color: #000000;
}
.cid-uPa1bZcoBj .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bZcoBj .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bZcoBj .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bZcoBj .item-price {
  color: #000000;
}
.cid-uPa1bZcoBj .item-title DIV {
  text-align: left;
}
.cid-uPa1bZcoBj mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1bZNVPH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1bZNVPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1bZNVPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1bZNVPH .container {
    padding: 0 25px;
  }
}
.cid-uPa1bZNVPH .row {
  justify-content: center;
}
.cid-uPa1bZNVPH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1bZNVPH .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1bZNVPH .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1bZNVPH .item .item-wrapper:hover .item-img img,
.cid-uPa1bZNVPH .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1bZNVPH .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1bZNVPH .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1bZNVPH .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1bZNVPH .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1bZNVPH .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1bZNVPH .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1bZNVPH .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1bZNVPH .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1bZNVPH .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1bZNVPH .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1bZNVPH .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1bZNVPH .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bZNVPH .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1bZNVPH .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1bZNVPH .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1bZNVPH .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1bZNVPH .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1bZNVPH .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1bZNVPH .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1bZNVPH .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1bZNVPH .mbr-section-title {
  color: #000000;
}
.cid-uPa1bZNVPH .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1bZNVPH .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1bZNVPH .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1bZNVPH .item-price {
  color: #000000;
}
.cid-uPa1bZNVPH .item-title DIV {
  text-align: left;
}
.cid-uPa1bZNVPH mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c0oFTD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c0oFTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c0oFTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c0oFTD .container {
    padding: 0 25px;
  }
}
.cid-uPa1c0oFTD .row {
  justify-content: center;
}
.cid-uPa1c0oFTD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c0oFTD .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c0oFTD .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c0oFTD .item .item-wrapper:hover .item-img img,
.cid-uPa1c0oFTD .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c0oFTD .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c0oFTD .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c0oFTD .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c0oFTD .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c0oFTD .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c0oFTD .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c0oFTD .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c0oFTD .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c0oFTD .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c0oFTD .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c0oFTD .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c0oFTD .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c0oFTD .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c0oFTD .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c0oFTD .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c0oFTD .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c0oFTD .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c0oFTD .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c0oFTD .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c0oFTD .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c0oFTD .mbr-section-title {
  color: #000000;
}
.cid-uPa1c0oFTD .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c0oFTD .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c0oFTD .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c0oFTD .item-price {
  color: #000000;
}
.cid-uPa1c0oFTD .item-title DIV {
  text-align: left;
}
.cid-uPa1c0oFTD mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c0XksD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c0XksD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c0XksD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c0XksD .container {
    padding: 0 25px;
  }
}
.cid-uPa1c0XksD .row {
  justify-content: center;
}
.cid-uPa1c0XksD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c0XksD .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c0XksD .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c0XksD .item .item-wrapper:hover .item-img img,
.cid-uPa1c0XksD .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c0XksD .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c0XksD .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c0XksD .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c0XksD .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c0XksD .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c0XksD .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c0XksD .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c0XksD .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c0XksD .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c0XksD .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c0XksD .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c0XksD .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c0XksD .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c0XksD .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c0XksD .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c0XksD .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c0XksD .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c0XksD .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c0XksD .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c0XksD .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c0XksD .mbr-section-title {
  color: #000000;
}
.cid-uPa1c0XksD .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c0XksD .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c0XksD .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c0XksD .item-price {
  color: #000000;
}
.cid-uPa1c0XksD .item-title DIV {
  text-align: left;
}
.cid-uPa1c0XksD mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c1ASrn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c1ASrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c1ASrn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c1ASrn .container {
    padding: 0 25px;
  }
}
.cid-uPa1c1ASrn .row {
  justify-content: center;
}
.cid-uPa1c1ASrn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c1ASrn .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c1ASrn .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c1ASrn .item .item-wrapper:hover .item-img img,
.cid-uPa1c1ASrn .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c1ASrn .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c1ASrn .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c1ASrn .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c1ASrn .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c1ASrn .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c1ASrn .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c1ASrn .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c1ASrn .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c1ASrn .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c1ASrn .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c1ASrn .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c1ASrn .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c1ASrn .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c1ASrn .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c1ASrn .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c1ASrn .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c1ASrn .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c1ASrn .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c1ASrn .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c1ASrn .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c1ASrn .mbr-section-title {
  color: #000000;
}
.cid-uPa1c1ASrn .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c1ASrn .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c1ASrn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c1ASrn .item-price {
  color: #000000;
}
.cid-uPa1c1ASrn .item-title DIV {
  text-align: left;
}
.cid-uPa1c1ASrn mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c2bDdN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c2bDdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c2bDdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c2bDdN .container {
    padding: 0 25px;
  }
}
.cid-uPa1c2bDdN .row {
  justify-content: center;
}
.cid-uPa1c2bDdN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c2bDdN .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c2bDdN .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c2bDdN .item .item-wrapper:hover .item-img img,
.cid-uPa1c2bDdN .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c2bDdN .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c2bDdN .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c2bDdN .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c2bDdN .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c2bDdN .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c2bDdN .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c2bDdN .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c2bDdN .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c2bDdN .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c2bDdN .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c2bDdN .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c2bDdN .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c2bDdN .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c2bDdN .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c2bDdN .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c2bDdN .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c2bDdN .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c2bDdN .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c2bDdN .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c2bDdN .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c2bDdN .mbr-section-title {
  color: #000000;
}
.cid-uPa1c2bDdN .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c2bDdN .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c2bDdN .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c2bDdN .item-price {
  color: #000000;
}
.cid-uPa1c2bDdN .item-title DIV {
  text-align: left;
}
.cid-uPa1c2bDdN mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c2PobP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c2PobP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c2PobP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c2PobP .container {
    padding: 0 25px;
  }
}
.cid-uPa1c2PobP .row {
  justify-content: center;
}
.cid-uPa1c2PobP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c2PobP .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c2PobP .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c2PobP .item .item-wrapper:hover .item-img img,
.cid-uPa1c2PobP .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c2PobP .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c2PobP .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c2PobP .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c2PobP .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c2PobP .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c2PobP .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c2PobP .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c2PobP .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c2PobP .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c2PobP .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c2PobP .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c2PobP .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c2PobP .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c2PobP .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c2PobP .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c2PobP .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c2PobP .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c2PobP .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c2PobP .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c2PobP .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c2PobP .mbr-section-title {
  color: #000000;
}
.cid-uPa1c2PobP .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c2PobP .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c2PobP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c2PobP .item-price {
  color: #000000;
}
.cid-uPa1c2PobP .item-title DIV {
  text-align: left;
}
.cid-uPa1c2PobP mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c3txcB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c3txcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c3txcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c3txcB .container {
    padding: 0 25px;
  }
}
.cid-uPa1c3txcB .row {
  justify-content: center;
}
.cid-uPa1c3txcB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c3txcB .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c3txcB .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c3txcB .item .item-wrapper:hover .item-img img,
.cid-uPa1c3txcB .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c3txcB .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c3txcB .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c3txcB .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c3txcB .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c3txcB .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c3txcB .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c3txcB .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c3txcB .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c3txcB .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c3txcB .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c3txcB .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c3txcB .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c3txcB .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c3txcB .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c3txcB .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c3txcB .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c3txcB .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c3txcB .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c3txcB .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c3txcB .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c3txcB .mbr-section-title {
  color: #000000;
}
.cid-uPa1c3txcB .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c3txcB .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c3txcB .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c3txcB .item-price {
  color: #000000;
}
.cid-uPa1c3txcB .item-title DIV {
  text-align: left;
}
.cid-uPa1c3txcB mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c46M3u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c46M3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c46M3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c46M3u .container {
    padding: 0 25px;
  }
}
.cid-uPa1c46M3u .row {
  justify-content: center;
}
.cid-uPa1c46M3u .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c46M3u .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c46M3u .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c46M3u .item .item-wrapper:hover .item-img img,
.cid-uPa1c46M3u .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c46M3u .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c46M3u .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c46M3u .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c46M3u .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c46M3u .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c46M3u .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c46M3u .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c46M3u .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c46M3u .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c46M3u .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c46M3u .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c46M3u .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c46M3u .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c46M3u .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c46M3u .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c46M3u .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c46M3u .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c46M3u .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c46M3u .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c46M3u .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c46M3u .mbr-section-title {
  color: #000000;
}
.cid-uPa1c46M3u .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c46M3u .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c46M3u .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c46M3u .item-price {
  color: #000000;
}
.cid-uPa1c46M3u .item-title DIV {
  text-align: left;
}
.cid-uPa1c46M3u mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c4I9Nb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c4I9Nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c4I9Nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c4I9Nb .container {
    padding: 0 25px;
  }
}
.cid-uPa1c4I9Nb .row {
  justify-content: center;
}
.cid-uPa1c4I9Nb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c4I9Nb .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c4I9Nb .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c4I9Nb .item .item-wrapper:hover .item-img img,
.cid-uPa1c4I9Nb .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c4I9Nb .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c4I9Nb .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c4I9Nb .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c4I9Nb .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c4I9Nb .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c4I9Nb .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c4I9Nb .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c4I9Nb .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c4I9Nb .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c4I9Nb .mbr-section-title {
  color: #000000;
}
.cid-uPa1c4I9Nb .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c4I9Nb .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c4I9Nb .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c4I9Nb .item-price {
  color: #000000;
}
.cid-uPa1c4I9Nb .item-title DIV {
  text-align: left;
}
.cid-uPa1c4I9Nb mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c5JFIY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c5JFIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c5JFIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c5JFIY .container {
    padding: 0 25px;
  }
}
.cid-uPa1c5JFIY .row {
  justify-content: center;
}
.cid-uPa1c5JFIY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c5JFIY .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c5JFIY .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c5JFIY .item .item-wrapper:hover .item-img img,
.cid-uPa1c5JFIY .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c5JFIY .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c5JFIY .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c5JFIY .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c5JFIY .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c5JFIY .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c5JFIY .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c5JFIY .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c5JFIY .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c5JFIY .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c5JFIY .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c5JFIY .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c5JFIY .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c5JFIY .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c5JFIY .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c5JFIY .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c5JFIY .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c5JFIY .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c5JFIY .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c5JFIY .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c5JFIY .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c5JFIY .mbr-section-title {
  color: #000000;
}
.cid-uPa1c5JFIY .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c5JFIY .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c5JFIY .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c5JFIY .item-price {
  color: #000000;
}
.cid-uPa1c5JFIY .item-title DIV {
  text-align: left;
}
.cid-uPa1c5JFIY mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c6BCFg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c6BCFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c6BCFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c6BCFg .container {
    padding: 0 25px;
  }
}
.cid-uPa1c6BCFg .row {
  justify-content: center;
}
.cid-uPa1c6BCFg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c6BCFg .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c6BCFg .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c6BCFg .item .item-wrapper:hover .item-img img,
.cid-uPa1c6BCFg .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c6BCFg .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c6BCFg .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c6BCFg .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c6BCFg .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c6BCFg .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c6BCFg .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c6BCFg .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c6BCFg .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c6BCFg .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c6BCFg .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c6BCFg .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c6BCFg .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c6BCFg .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c6BCFg .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c6BCFg .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c6BCFg .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c6BCFg .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c6BCFg .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c6BCFg .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c6BCFg .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c6BCFg .mbr-section-title {
  color: #000000;
}
.cid-uPa1c6BCFg .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c6BCFg .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c6BCFg .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c6BCFg .item-price {
  color: #000000;
}
.cid-uPa1c6BCFg .item-title DIV {
  text-align: left;
}
.cid-uPa1c6BCFg mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c7gKg3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c7gKg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c7gKg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c7gKg3 .container {
    padding: 0 25px;
  }
}
.cid-uPa1c7gKg3 .row {
  justify-content: center;
}
.cid-uPa1c7gKg3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c7gKg3 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c7gKg3 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c7gKg3 .item .item-wrapper:hover .item-img img,
.cid-uPa1c7gKg3 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c7gKg3 .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c7gKg3 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c7gKg3 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c7gKg3 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c7gKg3 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c7gKg3 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c7gKg3 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c7gKg3 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c7gKg3 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c7gKg3 .mbr-section-title {
  color: #000000;
}
.cid-uPa1c7gKg3 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c7gKg3 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c7gKg3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c7gKg3 .item-price {
  color: #000000;
}
.cid-uPa1c7gKg3 .item-title DIV {
  text-align: left;
}
.cid-uPa1c7gKg3 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c7ULEm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c7ULEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c7ULEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c7ULEm .container {
    padding: 0 25px;
  }
}
.cid-uPa1c7ULEm .row {
  justify-content: center;
}
.cid-uPa1c7ULEm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c7ULEm .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c7ULEm .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c7ULEm .item .item-wrapper:hover .item-img img,
.cid-uPa1c7ULEm .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c7ULEm .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c7ULEm .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c7ULEm .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c7ULEm .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c7ULEm .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c7ULEm .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c7ULEm .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c7ULEm .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c7ULEm .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c7ULEm .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c7ULEm .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c7ULEm .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c7ULEm .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c7ULEm .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c7ULEm .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c7ULEm .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c7ULEm .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c7ULEm .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c7ULEm .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c7ULEm .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c7ULEm .mbr-section-title {
  color: #000000;
}
.cid-uPa1c7ULEm .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c7ULEm .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c7ULEm .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c7ULEm .item-price {
  color: #000000;
}
.cid-uPa1c7ULEm .item-title DIV {
  text-align: left;
}
.cid-uPa1c7ULEm mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c8CaOi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c8CaOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c8CaOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c8CaOi .container {
    padding: 0 25px;
  }
}
.cid-uPa1c8CaOi .row {
  justify-content: center;
}
.cid-uPa1c8CaOi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c8CaOi .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c8CaOi .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c8CaOi .item .item-wrapper:hover .item-img img,
.cid-uPa1c8CaOi .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c8CaOi .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c8CaOi .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c8CaOi .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c8CaOi .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c8CaOi .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c8CaOi .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c8CaOi .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c8CaOi .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c8CaOi .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c8CaOi .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c8CaOi .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c8CaOi .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c8CaOi .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c8CaOi .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c8CaOi .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c8CaOi .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c8CaOi .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c8CaOi .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c8CaOi .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c8CaOi .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c8CaOi .mbr-section-title {
  color: #000000;
}
.cid-uPa1c8CaOi .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c8CaOi .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c8CaOi .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c8CaOi .item-price {
  color: #000000;
}
.cid-uPa1c8CaOi .item-title DIV {
  text-align: left;
}
.cid-uPa1c8CaOi mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c9h5xs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c9h5xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c9h5xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c9h5xs .container {
    padding: 0 25px;
  }
}
.cid-uPa1c9h5xs .row {
  justify-content: center;
}
.cid-uPa1c9h5xs .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c9h5xs .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c9h5xs .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c9h5xs .item .item-wrapper:hover .item-img img,
.cid-uPa1c9h5xs .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c9h5xs .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c9h5xs .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c9h5xs .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c9h5xs .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c9h5xs .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c9h5xs .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c9h5xs .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c9h5xs .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c9h5xs .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c9h5xs .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c9h5xs .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c9h5xs .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c9h5xs .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c9h5xs .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c9h5xs .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c9h5xs .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c9h5xs .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c9h5xs .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c9h5xs .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c9h5xs .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c9h5xs .mbr-section-title {
  color: #000000;
}
.cid-uPa1c9h5xs .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c9h5xs .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c9h5xs .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c9h5xs .item-price {
  color: #000000;
}
.cid-uPa1c9h5xs .item-title DIV {
  text-align: left;
}
.cid-uPa1c9h5xs mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1c9Ya9S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1c9Ya9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1c9Ya9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1c9Ya9S .container {
    padding: 0 25px;
  }
}
.cid-uPa1c9Ya9S .row {
  justify-content: center;
}
.cid-uPa1c9Ya9S .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1c9Ya9S .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1c9Ya9S .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1c9Ya9S .item .item-wrapper:hover .item-img img,
.cid-uPa1c9Ya9S .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1c9Ya9S .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1c9Ya9S .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1c9Ya9S .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1c9Ya9S .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1c9Ya9S .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1c9Ya9S .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1c9Ya9S .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1c9Ya9S .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1c9Ya9S .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1c9Ya9S .mbr-section-title {
  color: #000000;
}
.cid-uPa1c9Ya9S .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1c9Ya9S .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1c9Ya9S .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1c9Ya9S .item-price {
  color: #000000;
}
.cid-uPa1c9Ya9S .item-title DIV {
  text-align: left;
}
.cid-uPa1c9Ya9S mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1caF7yT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1caF7yT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1caF7yT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1caF7yT .container {
    padding: 0 25px;
  }
}
.cid-uPa1caF7yT .row {
  justify-content: center;
}
.cid-uPa1caF7yT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1caF7yT .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1caF7yT .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1caF7yT .item .item-wrapper:hover .item-img img,
.cid-uPa1caF7yT .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1caF7yT .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1caF7yT .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1caF7yT .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1caF7yT .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1caF7yT .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1caF7yT .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1caF7yT .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1caF7yT .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1caF7yT .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1caF7yT .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1caF7yT .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1caF7yT .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1caF7yT .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1caF7yT .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1caF7yT .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1caF7yT .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1caF7yT .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1caF7yT .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1caF7yT .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1caF7yT .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1caF7yT .mbr-section-title {
  color: #000000;
}
.cid-uPa1caF7yT .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1caF7yT .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1caF7yT .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1caF7yT .item-price {
  color: #000000;
}
.cid-uPa1caF7yT .item-title DIV {
  text-align: left;
}
.cid-uPa1caF7yT mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1cbmkqz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1cbmkqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1cbmkqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1cbmkqz .container {
    padding: 0 25px;
  }
}
.cid-uPa1cbmkqz .row {
  justify-content: center;
}
.cid-uPa1cbmkqz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1cbmkqz .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1cbmkqz .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1cbmkqz .item .item-wrapper:hover .item-img img,
.cid-uPa1cbmkqz .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1cbmkqz .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1cbmkqz .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1cbmkqz .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1cbmkqz .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1cbmkqz .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1cbmkqz .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1cbmkqz .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1cbmkqz .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1cbmkqz .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1cbmkqz .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1cbmkqz .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1cbmkqz .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1cbmkqz .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1cbmkqz .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1cbmkqz .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1cbmkqz .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1cbmkqz .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1cbmkqz .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1cbmkqz .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1cbmkqz .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1cbmkqz .mbr-section-title {
  color: #000000;
}
.cid-uPa1cbmkqz .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1cbmkqz .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1cbmkqz .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1cbmkqz .item-price {
  color: #000000;
}
.cid-uPa1cbmkqz .item-title DIV {
  text-align: left;
}
.cid-uPa1cbmkqz mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1cc2p03 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1cc2p03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1cc2p03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1cc2p03 .container {
    padding: 0 25px;
  }
}
.cid-uPa1cc2p03 .row {
  justify-content: center;
}
.cid-uPa1cc2p03 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1cc2p03 .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1cc2p03 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1cc2p03 .item .item-wrapper:hover .item-img img,
.cid-uPa1cc2p03 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1cc2p03 .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1cc2p03 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1cc2p03 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1cc2p03 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1cc2p03 .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1cc2p03 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1cc2p03 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1cc2p03 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1cc2p03 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1cc2p03 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1cc2p03 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1cc2p03 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1cc2p03 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1cc2p03 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1cc2p03 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1cc2p03 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1cc2p03 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1cc2p03 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1cc2p03 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1cc2p03 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1cc2p03 .mbr-section-title {
  color: #000000;
}
.cid-uPa1cc2p03 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uPa1cc2p03 .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1cc2p03 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1cc2p03 .item-price {
  color: #000000;
}
.cid-uPa1cc2p03 .item-title DIV {
  text-align: left;
}
.cid-uPa1cc2p03 mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1ccMkJa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1ccMkJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1ccMkJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1ccMkJa .container {
    padding: 0 25px;
  }
}
.cid-uPa1ccMkJa .row {
  justify-content: center;
}
.cid-uPa1ccMkJa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1ccMkJa .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1ccMkJa .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1ccMkJa .item .item-wrapper:hover .item-img img,
.cid-uPa1ccMkJa .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1ccMkJa .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1ccMkJa .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1ccMkJa .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1ccMkJa .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1ccMkJa .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1ccMkJa .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1ccMkJa .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1ccMkJa .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1ccMkJa .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1ccMkJa .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1ccMkJa .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1ccMkJa .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1ccMkJa .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1ccMkJa .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1ccMkJa .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1ccMkJa .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1ccMkJa .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1ccMkJa .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1ccMkJa .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1ccMkJa .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1ccMkJa .mbr-section-title {
  color: #000000;
}
.cid-uPa1ccMkJa .item-title {
  color: #232323;
  text-align: left;
}
.cid-uPa1ccMkJa .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1ccMkJa .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1ccMkJa .item-price {
  color: #000000;
}
.cid-uPa1ccMkJa .item-title DIV {
  text-align: left;
}
.cid-uPa1ccMkJa mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1cduAbN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1cduAbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1cduAbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPa1cduAbN .container {
    padding: 0 25px;
  }
}
.cid-uPa1cduAbN .row {
  justify-content: center;
}
.cid-uPa1cduAbN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPa1cduAbN .item:first-child .item-wrapper {
  border-top: 1px solid #cbcbcb;
}
.cid-uPa1cduAbN .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uPa1cduAbN .item .item-wrapper:hover .item-img img,
.cid-uPa1cduAbN .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uPa1cduAbN .item .item-wrapper {
    display: block;
  }
}
.cid-uPa1cduAbN .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uPa1cduAbN .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uPa1cduAbN .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uPa1cduAbN .item .item-wrapper .item-img img {
    height: 150px;
  }
}
.cid-uPa1cduAbN .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPa1cduAbN .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uPa1cduAbN .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uPa1cduAbN .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uPa1cduAbN .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uPa1cduAbN .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #ff6600;
  color: #f0f6dd;
}
.cid-uPa1cduAbN .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1cduAbN .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uPa1cduAbN .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uPa1cduAbN .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uPa1cduAbN .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uPa1cduAbN .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPa1cduAbN .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uPa1cduAbN .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #00A400!important;
  color: #f0f6dd;
  border-radius: 90%;
  width: 52px;
  height: 52px;
}
.cid-uPa1cduAbN .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uPa1cduAbN .mbr-section-title {
  color: #000000;
}
.cid-uPa1cduAbN .item-title {
  color: #232323;
  text-align: left;
}
.cid-uPa1cduAbN .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uPa1cduAbN .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPa1cduAbN .item-price {
  color: #000000;
}
.cid-uPa1cduAbN .item-title DIV {
  text-align: left;
}
.cid-uPa1cduAbN mag {
  color: #ff00ff;
  font-size: normal;
}
.cid-uPa1ceeg0Q {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hinweis1.jpg");
}
.cid-uPa1ceeg0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1ceeg0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPa1ceeg0Q .container {
    padding: 0 16px;
  }
}
.cid-uPa1ceeg0Q .row {
  justify-content: center;
}
.cid-uPa1ceeg0Q .content-wrapper {
  position: relative;
  padding: 130px 0;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uPa1ceeg0Q .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uPa1ceeg0Q .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uPa1ceeg0Q .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uPa1ceeg0Q .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uPa1ceeg0Q .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.cid-uPa1ceeg0Q .mbr-text {
  color: #000000;
  text-align: center;
  line-height: 32px;
}
.cid-uPa1ceVDIn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPa1cfAxsy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uPa1cfAxsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa1cfAxsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPa1cfAxsy .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPa1cfAxsy .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uPa1cfAxsy .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPa1cfAxsy .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uPa1cfAxsy .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPa1cfAxsy .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPa1cfAxsy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPa1cfAxsy .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uPa1cfAxsy .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uPa1cfAxsy .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPa1cfAxsy .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uPa1cfAxsy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPa1cfAxsy .items-wrapper .card {
  padding: 0 32px;
}
.cid-uPa1cfAxsy .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPa1cfAxsy .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPa1cfAxsy .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPa1cfAxsy .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPa1cfAxsy .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPa1cfAxsy .list-wrapper .list .item-wrap:hover,
.cid-uPa1cfAxsy .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPa1cfAxsy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPa1cfAxsy .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPa1cfAxsy .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPa1cfAxsy .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPa1cfAxsy .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uPa1cfAxsy .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uPa1cfAxsy .mbr-desc {
  color: #ffffff;
}
.cid-uPa1cfAxsy .mbr-text,
.cid-uPa1cfAxsy .text-wrapper {
  color: #9aa0a6;
}
.cid-uPa1cfAxsy .list {
  color: #9aa0a6;
}
.cid-uPa1cfAxsy .mbr-text,
.cid-uPa1cfAxsy .mbr-section-btn {
  color: #ff00ff;
}
.cid-uPa1cfAxsy .list,
.cid-uPa1cfAxsy .item-wrap {
  color: #fcfbf6;
}
.cid-uPa1cfAxsy weis {
  color: #ffffff;
}
.cid-uPa1cfAxsy h22 {
  color: #ff6600;
}
.cid-uPa1cfAxsy black {
  color: #000000;
}
.cid-uPa1cfAxsy klein {
  font-size: 12px;
}
.cid-uPa1cfAxsy blau {
  color: #EEEADA;
}
.cid-uPa1cfAxsy .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uPa1cfAxsy .mbr-desc,
.cid-uPa1cfAxsy .content-wrapper {
  color: #f0ecdc;
}
.cid-uPa1cfAxsy pod {
  font-size: 16px;
}
.cid-uPlmJN7ozY.popup-builder {
  background-color: #ffffff;
}
.cid-uPlmJN7ozY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPlmJN7ozY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPlmJN7ozY .modal-content,
.cid-uPlmJN7ozY .modal-dialog {
  height: auto;
}
.cid-uPlmJN7ozY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPlmJN7ozY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPlmJN7ozY .form-wrapper .mbr-form .form-group,
  .cid-uPlmJN7ozY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPlmJN7ozY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPlmJN7ozY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPlmJN7ozY .mbr-text {
  text-align: center;
}
.cid-uPlmJN7ozY .pt-0 {
  padding-top: 0 !important;
}
.cid-uPlmJN7ozY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPlmJN7ozY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPlmJN7ozY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPlmJN7ozY .modal-open {
  overflow: hidden;
}
.cid-uPlmJN7ozY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPlmJN7ozY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPlmJN7ozY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPlmJN7ozY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPlmJN7ozY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPlmJN7ozY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPlmJN7ozY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPlmJN7ozY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPlmJN7ozY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPlmJN7ozY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPlmJN7ozY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPlmJN7ozY .modal-backdrop.show {
  opacity: .5;
}
.cid-uPlmJN7ozY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uPlmJN7ozY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPlmJN7ozY .modal-header {
    padding: 1rem;
  }
}
.cid-uPlmJN7ozY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPlmJN7ozY .modal-header .close svg {
  fill: #353535;
}
.cid-uPlmJN7ozY .modal-header .close:hover {
  opacity: 1;
}
.cid-uPlmJN7ozY .modal-header .close:focus {
  outline: none;
}
.cid-uPlmJN7ozY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPlmJN7ozY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPlmJN7ozY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPlmJN7ozY .modal-body {
    padding: 1rem;
  }
}
.cid-uPlmJN7ozY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPlmJN7ozY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPlmJN7ozY .modal-footer {
    padding: 1rem;
  }
}
.cid-uPlmJN7ozY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPlmJN7ozY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPlmJN7ozY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPlmJN7ozY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPlmJN7ozY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPlmJN7ozY .modal-lg,
  .cid-uPlmJN7ozY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPlmJN7ozY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPlmJN7ozY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPlmJN7ozY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPlmJN7ozY .form-group {
  margin-bottom: 1rem;
}
.cid-uPlmJN7ozY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPlmJN7ozY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPlmJN7ozY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPlmJN7ozY .mbr-section-btn {
  margin: 0;
}
.cid-uPlmJN7ozY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uR6coL11ne {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uR6coL11ne nav.navbar {
  position: fixed;
}
.cid-uR6coL11ne .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR6coL11ne .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uR6coL11ne .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uR6coL11ne .dropdown-item:hover,
.cid-uR6coL11ne .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uR6coL11ne .dropdown-item:hover span {
  color: white;
}
.cid-uR6coL11ne .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR6coL11ne .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR6coL11ne .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR6coL11ne .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR6coL11ne .nav-link {
  position: relative;
}
.cid-uR6coL11ne .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uR6coL11ne .container {
    flex-wrap: nowrap;
  }
}
.cid-uR6coL11ne .dropdown-menu,
.cid-uR6coL11ne .navbar.opened {
  background: #29191c !important;
}
.cid-uR6coL11ne .nav-item:focus,
.cid-uR6coL11ne .nav-link:focus {
  outline: none;
}
.cid-uR6coL11ne .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR6coL11ne .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR6coL11ne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR6coL11ne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR6coL11ne .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR6coL11ne .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR6coL11ne .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uR6coL11ne .navbar.opened {
  transition: all 0.3s;
}
.cid-uR6coL11ne .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR6coL11ne .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uR6coL11ne .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR6coL11ne .navbar.collapsed {
  justify-content: center;
}
.cid-uR6coL11ne .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR6coL11ne .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR6coL11ne .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uR6coL11ne .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR6coL11ne .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR6coL11ne .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uR6coL11ne .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR6coL11ne .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uR6coL11ne .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR6coL11ne .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR6coL11ne .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR6coL11ne .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR6coL11ne .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uR6coL11ne .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uR6coL11ne .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR6coL11ne .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR6coL11ne .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uR6coL11ne .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uR6coL11ne .navbar.navbar-short {
  min-height: auto;
}
.cid-uR6coL11ne .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uR6coL11ne .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uR6coL11ne .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uR6coL11ne .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uR6coL11ne .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR6coL11ne .dropdown-item.active,
.cid-uR6coL11ne .dropdown-item:active {
  background-color: transparent;
}
.cid-uR6coL11ne .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR6coL11ne .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR6coL11ne .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR6coL11ne .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uR6coL11ne .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR6coL11ne .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR6coL11ne ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR6coL11ne .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uR6coL11ne .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uR6coL11ne .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uR6coL11ne .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uR6coL11ne .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uR6coL11ne button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uR6coL11ne button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uR6coL11ne button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uR6coL11ne button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uR6coL11ne button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uR6coL11ne button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uR6coL11ne button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uR6coL11ne button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uR6coL11ne nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR6coL11ne nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uR6coL11ne nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uR6coL11ne nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR6coL11ne .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR6coL11ne a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR6coL11ne .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR6coL11ne .navbar {
    height: 70px;
  }
  .cid-uR6coL11ne .navbar.opened {
    height: auto;
  }
  .cid-uR6coL11ne .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR6coL11ne .container-fluid {
  padding-right: 0;
}
.cid-uR6coL11ne .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uR6coL11ne .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uR6coL11ne .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uR6coL11ne .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uR6coL11ne .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uR6coL11ne .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uR6coL11ne .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uR6coL11ne .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uR6coL11ne .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uR6coL11ne .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uR6coL11ne .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uR6coL11ne .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uR6coL11ne .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uR6coL11ne .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uR6coL11ne .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uR6coL11ne .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uR6coL11ne .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uR6coL11ne .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uR6coL11ne mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uR6coL11ne .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uR6coLhlA2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uR6coLhlA2 .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uR6coLhlA2 .container-fluid {
  padding: 0;
}
.cid-uR6coLhlA2 .row {
  flex-direction: row-reverse;
}
.cid-uR6coLhlA2 .right-side {
  padding: 0;
}
.cid-uR6coLhlA2 .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uR6coLhlA2 .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uR6coLhlA2 .l2,
.cid-uR6coLhlA2 .lin {
  color: #ffffff;
}
.cid-uR6coLhlA2 a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uR6coLhlA2 a.text-success:hover {
  color: #237FFB !important;
}
.cid-uR6coLhlA2 .left-side {
  padding-left: 84px;
}
.cid-uR6coLhlA2 .l2 {
  margin-top: 20px;
}
.cid-uR6coLhlA2 .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uR6coLhlA2 .l2,
.cid-uR6coLhlA2 .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uR6coLhlA2 img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uR6coLhlA2 img {
    max-height: 400px;
  }
  .cid-uR6coLhlA2 .left-side {
    padding-left: 15px;
  }
  .cid-uR6coLhlA2 .line {
    display: none;
  }
}
.cid-uR6coLhlA2 .l1,
.cid-uR6coLhlA2 .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uR6coLsYyp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uR6coLsYyp {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uR6coLsYyp .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uR6coLsYyp .mbr-text {
  text-align: center;
  color: #ff00ff;
}
.cid-uR6coLsYyp p2 {
  text-align: left;
  font-size: 22px;
  color: #333333;
}
.cid-uR6coLzJyJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uR6coLzJyJ {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uR6coLzJyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6coLzJyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6coLzJyJ .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uR6coLzJyJ .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uR6coLzJyJ .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uR6coLzJyJ .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uR6coLzJyJ .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR6coLzJyJ .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uR6coLzJyJ .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uR6coLzJyJ .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uR6coLzJyJ .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uR6coLzJyJ .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uR6coLzJyJ .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uR6coLzJyJ .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uR6coLzJyJ .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uR6coLzJyJ .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uR6coLzJyJ .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uR6coLzJyJ .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uR6coLzJyJ .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uR6coLzJyJ .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uR6coLzJyJ .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uR6coLzJyJ .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uR6coLzJyJ .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uR6coLzJyJ .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uR6coLzJyJ .mbr-section-title {
  color: #404349;
}
.cid-uR6coLzJyJ .item-title {
  color: #404349;
}
.cid-uR6coLzJyJ .item-text {
  color: #404349;
}
.cid-uR6coLzJyJ .tabs-wrapper {
  text-align: center;
}
.cid-uR6coLzJyJ .mbr-section-title,
.cid-uR6coLzJyJ .title-wrapper,
.cid-uR6coLzJyJ .tabs-wrapper {
  text-align: left;
}
.cid-uR6coLU1iA {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uR6coLU1iA {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uR6coLU1iA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6coLU1iA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
}
.cid-uR6coLU1iA .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uR6coLU1iA .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uR6coLU1iA .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uR6coLU1iA .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uR6coLU1iA .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR6coLU1iA .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uR6coLU1iA .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uR6coLU1iA .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uR6coLU1iA .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uR6coLU1iA .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uR6coLU1iA .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uR6coLU1iA .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uR6coLU1iA .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uR6coLU1iA .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uR6coLU1iA .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uR6coLU1iA .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uR6coLU1iA .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uR6coLU1iA .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uR6coLU1iA .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uR6coLU1iA .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uR6coLU1iA .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uR6coLU1iA .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uR6coLU1iA .mbr-section-title {
  color: #404349;
}
.cid-uR6coLU1iA .item-title {
  color: #404349;
}
.cid-uR6coLU1iA .item-text {
  color: #000000;
}
.cid-uR6coLU1iA .tabs-wrapper {
  text-align: center;
}
.cid-uR6coLU1iA .mbr-section-title,
.cid-uR6coLU1iA .title-wrapper,
.cid-uR6coLU1iA .tabs-wrapper {
  text-align: center;
}
.cid-uR6coLU1iA pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uR6coMhdJ8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uR6coMhdJ8 hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uR6coMhdJ8 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uR6coMhdJ8 h2 {
  float: center;
  color: #0082c3;
}
.cid-uR6coMhdJ8 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uR6coMhdJ8 H2 {
  color: #767676;
}
.cid-uR6coMrdC4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uR6coMrdC4 hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uR6coMrdC4 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uR6coMrdC4 h2 {
  float: center;
  color: #0082c3;
}
.cid-uR6coMrdC4 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uR6coMrdC4 H2 {
  color: #767676;
}
.cid-uR6coMCmvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uR6coMCmvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6coMCmvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6coMCmvj .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR6coMCmvj .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uR6coMCmvj .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR6coMCmvj .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uR6coMCmvj .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR6coMCmvj .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR6coMCmvj .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR6coMCmvj .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uR6coMCmvj .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uR6coMCmvj .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR6coMCmvj .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uR6coMCmvj .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uR6coMCmvj .items-wrapper .card {
  padding: 0 32px;
}
.cid-uR6coMCmvj .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR6coMCmvj .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR6coMCmvj .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR6coMCmvj .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uR6coMCmvj .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uR6coMCmvj .list-wrapper .list .item-wrap:hover,
.cid-uR6coMCmvj .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uR6coMCmvj .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR6coMCmvj .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR6coMCmvj .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR6coMCmvj .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR6coMCmvj .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uR6coMCmvj .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uR6coMCmvj .mbr-desc {
  color: #ffffff;
}
.cid-uR6coMCmvj .mbr-text,
.cid-uR6coMCmvj .text-wrapper {
  color: #9aa0a6;
}
.cid-uR6coMCmvj .list {
  color: #9aa0a6;
}
.cid-uR6coMCmvj .mbr-text,
.cid-uR6coMCmvj .mbr-section-btn {
  color: #ff00ff;
}
.cid-uR6coMCmvj .list,
.cid-uR6coMCmvj .item-wrap {
  color: #fcfbf6;
}
.cid-uR6coMCmvj weis {
  color: #ffffff;
}
.cid-uR6coMCmvj h22 {
  color: #ff6600;
}
.cid-uR6coMCmvj black {
  color: #000000;
}
.cid-uR6coMCmvj klein {
  font-size: 12px;
}
.cid-uR6coMCmvj blau {
  color: #EEEADA;
}
.cid-uR6coMCmvj .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uR6coMCmvj .mbr-desc,
.cid-uR6coMCmvj .content-wrapper {
  color: #f0ecdc;
}
.cid-uR6coMCmvj pod {
  font-size: 16px;
}
.cid-uV4fm7Lhlc {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uV4fm7Lhlc nav.navbar {
  position: fixed;
}
.cid-uV4fm7Lhlc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4fm7Lhlc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV4fm7Lhlc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV4fm7Lhlc .dropdown-item:hover,
.cid-uV4fm7Lhlc .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uV4fm7Lhlc .dropdown-item:hover span {
  color: white;
}
.cid-uV4fm7Lhlc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV4fm7Lhlc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV4fm7Lhlc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV4fm7Lhlc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV4fm7Lhlc .nav-link {
  position: relative;
}
.cid-uV4fm7Lhlc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uV4fm7Lhlc .container {
    flex-wrap: nowrap;
  }
}
.cid-uV4fm7Lhlc .dropdown-menu,
.cid-uV4fm7Lhlc .navbar.opened {
  background: #29191c !important;
}
.cid-uV4fm7Lhlc .nav-item:focus,
.cid-uV4fm7Lhlc .nav-link:focus {
  outline: none;
}
.cid-uV4fm7Lhlc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV4fm7Lhlc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4fm7Lhlc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV4fm7Lhlc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4fm7Lhlc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV4fm7Lhlc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV4fm7Lhlc .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uV4fm7Lhlc .navbar.opened {
  transition: all 0.3s;
}
.cid-uV4fm7Lhlc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV4fm7Lhlc .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uV4fm7Lhlc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV4fm7Lhlc .navbar.collapsed {
  justify-content: center;
}
.cid-uV4fm7Lhlc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV4fm7Lhlc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV4fm7Lhlc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uV4fm7Lhlc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV4fm7Lhlc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV4fm7Lhlc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV4fm7Lhlc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV4fm7Lhlc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uV4fm7Lhlc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4fm7Lhlc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4fm7Lhlc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4fm7Lhlc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV4fm7Lhlc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV4fm7Lhlc .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uV4fm7Lhlc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV4fm7Lhlc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV4fm7Lhlc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uV4fm7Lhlc .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uV4fm7Lhlc .navbar.navbar-short {
  min-height: auto;
}
.cid-uV4fm7Lhlc .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uV4fm7Lhlc .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uV4fm7Lhlc .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uV4fm7Lhlc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uV4fm7Lhlc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV4fm7Lhlc .dropdown-item.active,
.cid-uV4fm7Lhlc .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4fm7Lhlc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV4fm7Lhlc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4fm7Lhlc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4fm7Lhlc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uV4fm7Lhlc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4fm7Lhlc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4fm7Lhlc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV4fm7Lhlc .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uV4fm7Lhlc .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uV4fm7Lhlc .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uV4fm7Lhlc .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uV4fm7Lhlc .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uV4fm7Lhlc button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uV4fm7Lhlc button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uV4fm7Lhlc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uV4fm7Lhlc button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uV4fm7Lhlc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uV4fm7Lhlc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uV4fm7Lhlc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uV4fm7Lhlc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uV4fm7Lhlc nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4fm7Lhlc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uV4fm7Lhlc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uV4fm7Lhlc nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4fm7Lhlc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV4fm7Lhlc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV4fm7Lhlc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4fm7Lhlc .navbar {
    height: 70px;
  }
  .cid-uV4fm7Lhlc .navbar.opened {
    height: auto;
  }
  .cid-uV4fm7Lhlc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV4fm7Lhlc .container-fluid {
  padding-right: 0;
}
.cid-uV4fm7Lhlc .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uV4fm7Lhlc .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uV4fm7Lhlc .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uV4fm7Lhlc .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uV4fm7Lhlc .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uV4fm7Lhlc .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uV4fm7Lhlc .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uV4fm7Lhlc .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uV4fm7Lhlc .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uV4fm7Lhlc .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uV4fm7Lhlc .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uV4fm7Lhlc .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uV4fm7Lhlc .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uV4fm7Lhlc .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uV4fm7Lhlc .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uV4fm7Lhlc .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uV4fm7Lhlc .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uV4fm7Lhlc .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uV4fm7Lhlc mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uV4fm7Lhlc .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uV4fm80Y30 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uV4fm80Y30 .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uV4fm80Y30 .container-fluid {
  padding: 0;
}
.cid-uV4fm80Y30 .row {
  flex-direction: row-reverse;
}
.cid-uV4fm80Y30 .right-side {
  padding: 0;
}
.cid-uV4fm80Y30 .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uV4fm80Y30 .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uV4fm80Y30 .l2,
.cid-uV4fm80Y30 .lin {
  color: #ffffff;
}
.cid-uV4fm80Y30 a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uV4fm80Y30 a.text-success:hover {
  color: #237FFB !important;
}
.cid-uV4fm80Y30 .left-side {
  padding-left: 84px;
}
.cid-uV4fm80Y30 .l2 {
  margin-top: 20px;
}
.cid-uV4fm80Y30 .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uV4fm80Y30 .l2,
.cid-uV4fm80Y30 .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uV4fm80Y30 img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uV4fm80Y30 img {
    max-height: 400px;
  }
  .cid-uV4fm80Y30 .left-side {
    padding-left: 15px;
  }
  .cid-uV4fm80Y30 .line {
    display: none;
  }
}
.cid-uV4fm80Y30 .l1,
.cid-uV4fm80Y30 .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uV4fm8bBKF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uV4fm8bBKF {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uV4fm8bBKF .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uV4fm8bBKF .mbr-text {
  text-align: center;
  color: #ff00ff;
}
.cid-uV4fm8bBKF p2 {
  text-align: left;
  font-size: 22px;
  color: #333333;
}
.cid-uV4fm8k50m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uV4fm8k50m {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uV4fm8k50m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4fm8k50m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4fm8k50m .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uV4fm8k50m .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uV4fm8k50m .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uV4fm8k50m .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uV4fm8k50m .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV4fm8k50m .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uV4fm8k50m .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uV4fm8k50m .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uV4fm8k50m .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uV4fm8k50m .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uV4fm8k50m .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uV4fm8k50m .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uV4fm8k50m .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uV4fm8k50m .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uV4fm8k50m .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uV4fm8k50m .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uV4fm8k50m .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uV4fm8k50m .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uV4fm8k50m .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uV4fm8k50m .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uV4fm8k50m .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uV4fm8k50m .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4fm8k50m .mbr-section-title {
  color: #404349;
}
.cid-uV4fm8k50m .item-title {
  color: #404349;
}
.cid-uV4fm8k50m .item-text {
  color: #404349;
}
.cid-uV4fm8k50m .tabs-wrapper {
  text-align: center;
}
.cid-uV4fm8k50m .mbr-section-title,
.cid-uV4fm8k50m .title-wrapper,
.cid-uV4fm8k50m .tabs-wrapper {
  text-align: left;
}
.cid-uV4fm8k50m p {
  line-height: 32px;
}
.cid-uWM9QcKBxw {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWM9QcKBxw {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uWM9QcKBxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWM9QcKBxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
}
.cid-uWM9QcKBxw .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uWM9QcKBxw .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uWM9QcKBxw .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWM9QcKBxw .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uWM9QcKBxw .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWM9QcKBxw .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWM9QcKBxw .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uWM9QcKBxw .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uWM9QcKBxw .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uWM9QcKBxw .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uWM9QcKBxw .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uWM9QcKBxw .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uWM9QcKBxw .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWM9QcKBxw .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uWM9QcKBxw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uWM9QcKBxw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uWM9QcKBxw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uWM9QcKBxw .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 280px;
  }
}
.cid-uWM9QcKBxw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uWM9QcKBxw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uWM9QcKBxw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uWM9QcKBxw .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uWM9QcKBxw .mbr-section-title {
  color: #404349;
}
.cid-uWM9QcKBxw .item-title {
  color: #404349;
}
.cid-uWM9QcKBxw .item-text {
  color: #000000;
}
.cid-uWM9QcKBxw .tabs-wrapper {
  text-align: center;
}
.cid-uWM9QcKBxw .mbr-section-title,
.cid-uWM9QcKBxw .title-wrapper,
.cid-uWM9QcKBxw .tabs-wrapper {
  text-align: center;
}
.cid-uWM9QcKBxw pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uV4fm93FC7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uV4fm93FC7 hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uV4fm93FC7 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uV4fm93FC7 h2 {
  float: center;
  color: #0082c3;
}
.cid-uV4fm93FC7 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uV4fm93FC7 H2 {
  color: #767676;
}
.cid-uV4fm9evC5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uV4fm9evC5 hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uV4fm9evC5 hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uV4fm9evC5 h2 {
  float: center;
  color: #0082c3;
}
.cid-uV4fm9evC5 .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uV4fm9evC5 H2 {
  color: #767676;
}
.cid-uV4fm9rx2W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uV4fm9rx2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4fm9rx2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4fm9rx2W .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uV4fm9rx2W .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uV4fm9rx2W .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV4fm9rx2W .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uV4fm9rx2W .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV4fm9rx2W .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV4fm9rx2W .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uV4fm9rx2W .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uV4fm9rx2W .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uV4fm9rx2W .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV4fm9rx2W .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uV4fm9rx2W .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uV4fm9rx2W .items-wrapper .card {
  padding: 0 32px;
}
.cid-uV4fm9rx2W .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uV4fm9rx2W .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uV4fm9rx2W .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uV4fm9rx2W .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uV4fm9rx2W .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uV4fm9rx2W .list-wrapper .list .item-wrap:hover,
.cid-uV4fm9rx2W .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uV4fm9rx2W .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uV4fm9rx2W .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uV4fm9rx2W .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uV4fm9rx2W .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uV4fm9rx2W .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uV4fm9rx2W .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uV4fm9rx2W .mbr-desc {
  color: #ffffff;
}
.cid-uV4fm9rx2W .mbr-text,
.cid-uV4fm9rx2W .text-wrapper {
  color: #9aa0a6;
}
.cid-uV4fm9rx2W .list {
  color: #9aa0a6;
}
.cid-uV4fm9rx2W .mbr-text,
.cid-uV4fm9rx2W .mbr-section-btn {
  color: #ff00ff;
}
.cid-uV4fm9rx2W .list,
.cid-uV4fm9rx2W .item-wrap {
  color: #fcfbf6;
}
.cid-uV4fm9rx2W weis {
  color: #ffffff;
}
.cid-uV4fm9rx2W h22 {
  color: #ff6600;
}
.cid-uV4fm9rx2W black {
  color: #000000;
}
.cid-uV4fm9rx2W klein {
  font-size: 12px;
}
.cid-uV4fm9rx2W blau {
  color: #EEEADA;
}
.cid-uV4fm9rx2W .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uV4fm9rx2W .mbr-desc,
.cid-uV4fm9rx2W .content-wrapper {
  color: #f0ecdc;
}
.cid-uV4fm9rx2W pod {
  font-size: 16px;
}
.cid-uWM9wwBPhg {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
  min-height: 100px;
}
.cid-uWM9wwBPhg nav.navbar {
  position: fixed;
}
.cid-uWM9wwBPhg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWM9wwBPhg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWM9wwBPhg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWM9wwBPhg .dropdown-item:hover,
.cid-uWM9wwBPhg .dropdown-item:focus {
  background: #947907 !important;
  color: white !important;
}
.cid-uWM9wwBPhg .dropdown-item:hover span {
  color: white;
}
.cid-uWM9wwBPhg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWM9wwBPhg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWM9wwBPhg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWM9wwBPhg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWM9wwBPhg .nav-link {
  position: relative;
}
.cid-uWM9wwBPhg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWM9wwBPhg .container {
    flex-wrap: nowrap;
  }
}
.cid-uWM9wwBPhg .dropdown-menu,
.cid-uWM9wwBPhg .navbar.opened {
  background: #29191c !important;
}
.cid-uWM9wwBPhg .nav-item:focus,
.cid-uWM9wwBPhg .nav-link:focus {
  outline: none;
}
.cid-uWM9wwBPhg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWM9wwBPhg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWM9wwBPhg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWM9wwBPhg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWM9wwBPhg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWM9wwBPhg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWM9wwBPhg .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #29191c;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uWM9wwBPhg .navbar.opened {
  transition: all 0.3s;
}
.cid-uWM9wwBPhg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWM9wwBPhg .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uWM9wwBPhg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWM9wwBPhg .navbar.collapsed {
  justify-content: center;
}
.cid-uWM9wwBPhg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWM9wwBPhg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWM9wwBPhg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uWM9wwBPhg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWM9wwBPhg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWM9wwBPhg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWM9wwBPhg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWM9wwBPhg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uWM9wwBPhg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWM9wwBPhg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWM9wwBPhg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWM9wwBPhg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWM9wwBPhg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWM9wwBPhg .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uWM9wwBPhg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWM9wwBPhg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWM9wwBPhg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWM9wwBPhg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uWM9wwBPhg .navbar.navbar-short {
  min-height: auto;
}
.cid-uWM9wwBPhg .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uWM9wwBPhg .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uWM9wwBPhg .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uWM9wwBPhg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uWM9wwBPhg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWM9wwBPhg .dropdown-item.active,
.cid-uWM9wwBPhg .dropdown-item:active {
  background-color: transparent;
}
.cid-uWM9wwBPhg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWM9wwBPhg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWM9wwBPhg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWM9wwBPhg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29191c;
}
.cid-uWM9wwBPhg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWM9wwBPhg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWM9wwBPhg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWM9wwBPhg .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uWM9wwBPhg .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uWM9wwBPhg .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uWM9wwBPhg .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uWM9wwBPhg .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uWM9wwBPhg button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uWM9wwBPhg button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uWM9wwBPhg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uWM9wwBPhg button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uWM9wwBPhg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uWM9wwBPhg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uWM9wwBPhg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uWM9wwBPhg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uWM9wwBPhg nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWM9wwBPhg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uWM9wwBPhg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uWM9wwBPhg nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWM9wwBPhg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWM9wwBPhg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWM9wwBPhg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWM9wwBPhg .navbar {
    height: 70px;
  }
  .cid-uWM9wwBPhg .navbar.opened {
    height: auto;
  }
  .cid-uWM9wwBPhg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWM9wwBPhg .container-fluid {
  padding-right: 0;
}
.cid-uWM9wwBPhg .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uWM9wwBPhg .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uWM9wwBPhg .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uWM9wwBPhg .navbar-collapse .nav-link:hover {
  color: #947907 !important;
}
@media (max-width: 991px) {
  .cid-uWM9wwBPhg .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uWM9wwBPhg .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uWM9wwBPhg .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uWM9wwBPhg .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uWM9wwBPhg .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uWM9wwBPhg .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uWM9wwBPhg .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uWM9wwBPhg .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uWM9wwBPhg .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uWM9wwBPhg .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uWM9wwBPhg .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uWM9wwBPhg .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uWM9wwBPhg .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uWM9wwBPhg .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uWM9wwBPhg mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uWM9wwBPhg .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uWM9wwNUXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e4f5d;
}
.cid-uWM9wwNUXq .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uWM9wwNUXq .container-fluid {
  padding: 0;
}
.cid-uWM9wwNUXq .row {
  flex-direction: row-reverse;
}
.cid-uWM9wwNUXq .right-side {
  padding: 0;
}
.cid-uWM9wwNUXq .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uWM9wwNUXq .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uWM9wwNUXq .l2,
.cid-uWM9wwNUXq .lin {
  color: #ffffff;
}
.cid-uWM9wwNUXq a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uWM9wwNUXq a.text-success:hover {
  color: #237FFB !important;
}
.cid-uWM9wwNUXq .left-side {
  padding-left: 84px;
}
.cid-uWM9wwNUXq .l2 {
  margin-top: 20px;
}
.cid-uWM9wwNUXq .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uWM9wwNUXq .l2,
.cid-uWM9wwNUXq .iconfont-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uWM9wwNUXq img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uWM9wwNUXq img {
    max-height: 400px;
  }
  .cid-uWM9wwNUXq .left-side {
    padding-left: 15px;
  }
  .cid-uWM9wwNUXq .line {
    display: none;
  }
}
.cid-uWM9wwNUXq .l1,
.cid-uWM9wwNUXq .iconfont-wrapper {
  color: #ff00ff;
}
.cid-uWM9wwXRpV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWM9wwXRpV {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uWM9wwXRpV .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uWM9wwXRpV .mbr-text {
  text-align: center;
  color: #ff00ff;
}
.cid-uWM9wwXRpV p2 {
  text-align: left;
  font-size: 22px;
  color: #333333;
}
.cid-uWM9wx5Uyu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWM9wx5Uyu {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uWM9wx5Uyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWM9wx5Uyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWM9wx5Uyu .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uWM9wx5Uyu .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uWM9wx5Uyu .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWM9wx5Uyu .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uWM9wx5Uyu .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWM9wx5Uyu .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWM9wx5Uyu .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uWM9wx5Uyu .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
  padding-right: 448px;
}
.cid-uWM9wx5Uyu .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uWM9wx5Uyu .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uWM9wx5Uyu .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uWM9wx5Uyu .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uWM9wx5Uyu .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWM9wx5Uyu .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uWM9wx5Uyu .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uWM9wx5Uyu .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uWM9wx5Uyu .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uWM9wx5Uyu .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uWM9wx5Uyu .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uWM9wx5Uyu .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uWM9wx5Uyu .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uWM9wx5Uyu .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uWM9wx5Uyu .mbr-section-title {
  color: #404349;
}
.cid-uWM9wx5Uyu .item-title {
  color: #404349;
}
.cid-uWM9wx5Uyu .item-text {
  color: #404349;
}
.cid-uWM9wx5Uyu .tabs-wrapper {
  text-align: center;
}
.cid-uWM9wx5Uyu .mbr-section-title,
.cid-uWM9wx5Uyu .title-wrapper,
.cid-uWM9wx5Uyu .tabs-wrapper {
  text-align: left;
}
.cid-uWM9wx5Uyu p {
  line-height: 32px;
}
.cid-uWM9wxop8t {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWM9wxop8t {
    padding-top: 36px;
    padding-bottom: 1px;
  }
}
.cid-uWM9wxop8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWM9wxop8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
}
.cid-uWM9wxop8t .content-wrap {
  padding: 60px;
  background-color: #f8faff;
}
@media (max-width: 992px) {
  .cid-uWM9wxop8t .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uWM9wxop8t .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWM9wxop8t .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uWM9wxop8t .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWM9wxop8t .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWM9wxop8t .content-wrap .title-wrapper .mbr-section-title span {
  color: #ff00ff;
}
.cid-uWM9wxop8t .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uWM9wxop8t .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uWM9wxop8t .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uWM9wxop8t .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #fcfbf6;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #12687f;
  width: 220px;
}
.cid-uWM9wxop8t .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #fcfbf6;
}
.cid-uWM9wxop8t .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWM9wxop8t .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uWM9wxop8t .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .cid-uWM9wxop8t .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uWM9wxop8t .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 270px;
  width: 270px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uWM9wxop8t .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 280px;
  }
}
.cid-uWM9wxop8t .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uWM9wxop8t .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uWM9wxop8t .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uWM9wxop8t .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uWM9wxop8t .mbr-section-title {
  color: #404349;
}
.cid-uWM9wxop8t .item-title {
  color: #404349;
}
.cid-uWM9wxop8t .item-text {
  color: #000000;
}
.cid-uWM9wxop8t .tabs-wrapper {
  text-align: center;
}
.cid-uWM9wxop8t .mbr-section-title,
.cid-uWM9wxop8t .title-wrapper,
.cid-uWM9wxop8t .tabs-wrapper {
  text-align: center;
}
.cid-uWM9wxop8t pink {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uWM9wxHaDG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWM9wxHaDG hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.cid-uWM9wxHaDG hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uWM9wxHaDG h2 {
  float: center;
  color: #0082c3;
}
.cid-uWM9wxHaDG .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 2px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 90px;
  height: 30px;
  margin-left: -100px;
}
.cid-uWM9wxHaDG H2 {
  color: #767676;
}
.cid-uWM9wxSKCD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWM9wxSKCD hr.top-hr {
  border-top: 1px solid #bbbbbb;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uWM9wxSKCD hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uWM9wxSKCD h2 {
  float: center;
  color: #0082c3;
}
.cid-uWM9wxSKCD .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 140px;
  height: 40px;
  margin-left: -100px;
}
.cid-uWM9wxSKCD H2 {
  color: #767676;
}
.cid-uWM9wy2Q8t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12687f;
}
.cid-uWM9wy2Q8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWM9wy2Q8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWM9wy2Q8t .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWM9wy2Q8t .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uWM9wy2Q8t .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWM9wy2Q8t .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uWM9wy2Q8t .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWM9wy2Q8t .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWM9wy2Q8t .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWM9wy2Q8t .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uWM9wy2Q8t .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uWM9wy2Q8t .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWM9wy2Q8t .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uWM9wy2Q8t .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uWM9wy2Q8t .items-wrapper .card {
  padding: 0 32px;
}
.cid-uWM9wy2Q8t .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWM9wy2Q8t .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWM9wy2Q8t .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWM9wy2Q8t .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWM9wy2Q8t .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uWM9wy2Q8t .list-wrapper .list .item-wrap:hover,
.cid-uWM9wy2Q8t .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWM9wy2Q8t .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWM9wy2Q8t .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWM9wy2Q8t .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWM9wy2Q8t .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWM9wy2Q8t .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWM9wy2Q8t .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uWM9wy2Q8t .mbr-desc {
  color: #ffffff;
}
.cid-uWM9wy2Q8t .mbr-text,
.cid-uWM9wy2Q8t .text-wrapper {
  color: #9aa0a6;
}
.cid-uWM9wy2Q8t .list {
  color: #9aa0a6;
}
.cid-uWM9wy2Q8t .mbr-text,
.cid-uWM9wy2Q8t .mbr-section-btn {
  color: #ff00ff;
}
.cid-uWM9wy2Q8t .list,
.cid-uWM9wy2Q8t .item-wrap {
  color: #fcfbf6;
}
.cid-uWM9wy2Q8t weis {
  color: #ffffff;
}
.cid-uWM9wy2Q8t h22 {
  color: #ff6600;
}
.cid-uWM9wy2Q8t black {
  color: #000000;
}
.cid-uWM9wy2Q8t klein {
  font-size: 12px;
}
.cid-uWM9wy2Q8t blau {
  color: #EEEADA;
}
.cid-uWM9wy2Q8t .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uWM9wy2Q8t .mbr-desc,
.cid-uWM9wy2Q8t .content-wrapper {
  color: #f0ecdc;
}
.cid-uWM9wy2Q8t pod {
  font-size: 16px;
}
